gtk+-2.0 Reference Manual

Synopsis

public class Layout : Container, Implementor, Buildable  {
    public    weak GLib.List            children ;
    public    weak Gdk.Window           bin_window ;
    public    Gdk.VisibilityState       visibility ;
    public    int                       scroll_x ;
    public    int                       scroll_y ;
    public    uint                      freeze_count ;


    public    weak Adjustment           hadjustment               { get; set; } ;
    public    weak uint                 height                    { get; set; } ;
    public    weak Adjustment           vadjustment               { get; set; } ;
    public    weak uint                 width                     { get; set; } ;


    public                              Layout                    ( Adjustment          hadjustment,
                                                                    Adjustment          vadjustment ) ;


    public    signal void               set_scroll_adjustments    ( Adjustment          hadjustment,
                                                                    Adjustment          vadjustment )  ;


    public    weak Adjustment           get_hadjustment           (  ) ;
    public    void                      get_size                  ( uint                width,
                                                                    uint                height ) ;
    public    weak Adjustment           get_vadjustment           (  ) ;
    public    void                      move                      ( Widget              child_widget,
                                                                    int                 x,
                                                                    int                 y ) ;
    public    void                      put                       ( Widget              child_widget,
                                                                    int                 x,
                                                                    int                 y ) ;
    public    void                      set_hadjustment           ( Adjustment          adjustment ) ;
    public    void                      set_size                  ( uint                width,
                                                                    uint                height ) ;
    public    void                      set_vadjustment           ( Adjustment          adjustment ) ;
}

Layout Description

Details

Constructor Details

Layout ()
    public                              Layout                    ( Adjustment          hadjustment,
                                                                    Adjustment          vadjustment ) ;		

Field Details

children
    public    weak GLib.List            children ;		

bin_window
    public    weak Gdk.Window           bin_window ;		

visibility
    public    Gdk.VisibilityState       visibility ;		

scroll_x
    public    int                       scroll_x ;		

scroll_y
    public    int                       scroll_y ;		

freeze_count
    public    uint                      freeze_count ;		

Signal Details

set_scroll_adjustments
    public    signal void               set_scroll_adjustments    ( Adjustment          hadjustment,
                                                                    Adjustment          vadjustment )  ;		

Property Details

hadjustment
    public    weak Adjustment           hadjustment               { get; set; } ;		

height
    public    weak uint                 height                    { get; set; } ;		

vadjustment
    public    weak Adjustment           vadjustment               { get; set; } ;		

width
    public    weak uint                 width                     { get; set; } ;		

Method Details

get_hadjustment ()
    public    weak Adjustment           get_hadjustment           (  ) ;		

get_size ()
    public    void                      get_size                  ( uint                width,
                                                                    uint                height ) ;		

get_vadjustment ()
    public    weak Adjustment           get_vadjustment           (  ) ;		

move ()
    public    void                      move                      ( Widget              child_widget,
                                                                    int                 x,
                                                                    int                 y ) ;		

put ()
    public    void                      put                       ( Widget              child_widget,
                                                                    int                 x,
                                                                    int                 y ) ;		

set_hadjustment ()
    public    void                      set_hadjustment           ( Adjustment          adjustment ) ;		

set_size ()
    public    void                      set_size                  ( uint                width,
                                                                    uint                height ) ;		

set_vadjustment ()
    public    void                      set_vadjustment           ( Adjustment          adjustment ) ;		


Created by Valadoc