gtk+-2.0 Reference Manual

Synopsis

public class Frame : Bin, Implementor, Buildable  {
    public    Allocation                child_allocation ;


    public    weak string               label                     { get; set; } ;
    public    weak Widget               label_widget              { get; set; } ;
    public    weak float                label_xalign              { get; set; } ;
    public    weak float                label_yalign              { get; set; } ;
    public    weak ShadowType           shadow                    { get; set; } ;
    public    weak ShadowType           shadow_type               { get; set; } ;


    public                              Frame                     ( string              label ) ;


    public    weak string               get_label                 (  ) ;
    public    void                      get_label_align           ( float               xalign,
                                                                    float               yalign ) ;
    public    weak Widget               get_label_widget          (  ) ;
    public    ShadowType                get_shadow_type           (  ) ;
    public    void                      set_label                 ( string              label ) ;
    public    void                      set_label_align           ( float               xalign,
                                                                    float               yalign ) ;
    public    void                      set_label_widget          ( Widget              label_widget ) ;
    public    void                      set_shadow_type           ( ShadowType          type ) ;
    public    virtual void              compute_child_allocation  ( Allocation          allocation ) ;
}

Frame Description

Details

Constructor Details

Frame ()
    public                              Frame                     ( string              label ) ;		

Field Details

child_allocation
    public    Allocation                child_allocation ;		

Signal Details

Property Details

label
    public    weak string               label                     { get; set; } ;		

label_widget
    public    weak Widget               label_widget              { get; set; } ;		

label_xalign
    public    weak float                label_xalign              { get; set; } ;		

label_yalign
    public    weak float                label_yalign              { get; set; } ;		

shadow
    public    weak ShadowType           shadow                    { get; set; } ;		

shadow_type
    public    weak ShadowType           shadow_type               { get; set; } ;		

Method Details

get_label ()
    public    weak string               get_label                 (  ) ;		

get_label_align ()
    public    void                      get_label_align           ( float               xalign,
                                                                    float               yalign ) ;		

get_label_widget ()
    public    weak Widget               get_label_widget          (  ) ;		

get_shadow_type ()
    public    ShadowType                get_shadow_type           (  ) ;		

set_label ()
    public    void                      set_label                 ( string              label ) ;		

set_label_align ()
    public    void                      set_label_align           ( float               xalign,
                                                                    float               yalign ) ;		

set_label_widget ()
    public    void                      set_label_widget          ( Widget              label_widget ) ;		

set_shadow_type ()
    public    void                      set_shadow_type           ( ShadowType          type ) ;		

compute_child_allocation ()
    public    virtual void              compute_child_allocation  ( Allocation          allocation ) ;		


Created by Valadoc