gtk+-2.0 Reference Manual

Synopsis

public class Box : Container, Implementor, Buildable  {
    public    weak GLib.List            children ;


    public    weak bool                 homogeneous               { get; set; } ;
    public    weak int                  spacing                   { get; set; } ;


    public    bool                      get_homogeneous           (  ) ;
    public    int                       get_spacing               (  ) ;
    public    void                      pack_end                  ( Widget              child,
                                                                    bool                expand,
                                                                    bool                fill,
                                                                    uint                padding ) ;
    public    void                      pack_end_defaults         ( Widget              widget ) ;
    public    void                      pack_start                ( Widget              child,
                                                                    bool                expand,
                                                                    bool                fill,
                                                                    uint                padding ) ;
    public    void                      pack_start_defaults       ( Widget              widget ) ;
    public    void                      query_child_packing       ( Widget              child,
                                                                    bool                expand,
                                                                    bool                fill,
                                                                    uint                padding,
                                                                    PackType            pack_type ) ;
    public    void                      reorder_child             ( Widget              child,
                                                                    int                 position ) ;
    public    void                      set_child_packing         ( Widget              child,
                                                                    bool                expand,
                                                                    bool                fill,
                                                                    uint                padding,
                                                                    PackType            pack_type ) ;
    public    void                      set_homogeneous           ( bool                homogeneous ) ;
    public    void                      set_spacing               ( int                 spacing ) ;
}

Box Description

Details

Constructor Details

Field Details

children
    public    weak GLib.List            children ;		

Signal Details

Property Details

homogeneous
    public    weak bool                 homogeneous               { get; set; } ;		

spacing
    public    weak int                  spacing                   { get; set; } ;		

Method Details

get_homogeneous ()
    public    bool                      get_homogeneous           (  ) ;		

get_spacing ()
    public    int                       get_spacing               (  ) ;		

pack_end ()
    public    void                      pack_end                  ( Widget              child,
                                                                    bool                expand,
                                                                    bool                fill,
                                                                    uint                padding ) ;		

pack_end_defaults ()
    public    void                      pack_end_defaults         ( Widget              widget ) ;		

pack_start ()
    public    void                      pack_start                ( Widget              child,
                                                                    bool                expand,
                                                                    bool                fill,
                                                                    uint                padding ) ;		

pack_start_defaults ()
    public    void                      pack_start_defaults       ( Widget              widget ) ;		

query_child_packing ()
    public    void                      query_child_packing       ( Widget              child,
                                                                    bool                expand,
                                                                    bool                fill,
                                                                    uint                padding,
                                                                    PackType            pack_type ) ;		

reorder_child ()
    public    void                      reorder_child             ( Widget              child,
                                                                    int                 position ) ;		

set_child_packing ()
    public    void                      set_child_packing         ( Widget              child,
                                                                    bool                expand,
                                                                    bool                fill,
                                                                    uint                padding,
                                                                    PackType            pack_type ) ;		

set_homogeneous ()
    public    void                      set_homogeneous           ( bool                homogeneous ) ;		

set_spacing ()
    public    void                      set_spacing               ( int                 spacing ) ;		


Created by Valadoc