gtk+-2.0 Reference Manual

Synopsis

public class Table : Container, Implementor, Buildable  {
    public    weak GLib.List            children ;
    public    weak TableRowCol          rows ;
    public    weak TableRowCol          cols ;
    public    ushort                    nrows ;
    public    ushort                    ncols ;


    public    weak uint                 column_spacing            { get; set; } ;
    public    weak bool                 homogeneous               { get; set; } ;
    public    weak uint                 n_columns                 { get; set; } ;
    public    weak uint                 n_rows                    { get; set; } ;
    public    weak uint                 row_spacing               { get; set; } ;


    public                              Table                     ( uint                rows,
                                                                    uint                columns,
                                                                    bool                homogeneous ) ;


    public    void                      attach                    ( Widget              child,
                                                                    uint                left_attach,
                                                                    uint                right_attach,
                                                                    uint                top_attach,
                                                                    uint                bottom_attach,
                                                                    AttachOptions       xoptions,
                                                                    AttachOptions       yoptions,
                                                                    uint                xpadding,
                                                                    uint                ypadding ) ;
    public    void                      attach_defaults           ( Widget              widget,
                                                                    uint                left_attach,
                                                                    uint                right_attach,
                                                                    uint                top_attach,
                                                                    uint                bottom_attach ) ;
    public    uint                      get_col_spacing           ( uint                column ) ;
    public    uint                      get_default_col_spacing   (  ) ;
    public    uint                      get_default_row_spacing   (  ) ;
    public    bool                      get_homogeneous           (  ) ;
    public    uint                      get_row_spacing           ( uint                row ) ;
    public    void                      resize                    ( uint                rows,
                                                                    uint                columns ) ;
    public    void                      set_col_spacing           ( uint                column,
                                                                    uint                spacing ) ;
    public    void                      set_col_spacings          ( uint                spacing ) ;
    public    void                      set_homogeneous           ( bool                homogeneous ) ;
    public    void                      set_row_spacing           ( uint                row,
                                                                    uint                spacing ) ;
    public    void                      set_row_spacings          ( uint                spacing ) ;
}

Table Description

Details

Constructor Details

Table ()
    public                              Table                     ( uint                rows,
                                                                    uint                columns,
                                                                    bool                homogeneous ) ;		

Field Details

children
    public    weak GLib.List            children ;		

rows
    public    weak TableRowCol          rows ;		

cols
    public    weak TableRowCol          cols ;		

nrows
    public    ushort                    nrows ;		

ncols
    public    ushort                    ncols ;		

Signal Details

Property Details

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

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

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

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

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

Method Details

attach ()
    public    void                      attach                    ( Widget              child,
                                                                    uint                left_attach,
                                                                    uint                right_attach,
                                                                    uint                top_attach,
                                                                    uint                bottom_attach,
                                                                    AttachOptions       xoptions,
                                                                    AttachOptions       yoptions,
                                                                    uint                xpadding,
                                                                    uint                ypadding ) ;		

attach_defaults ()
    public    void                      attach_defaults           ( Widget              widget,
                                                                    uint                left_attach,
                                                                    uint                right_attach,
                                                                    uint                top_attach,
                                                                    uint                bottom_attach ) ;		

get_col_spacing ()
    public    uint                      get_col_spacing           ( uint                column ) ;		

get_default_col_spacing ()
    public    uint                      get_default_col_spacing   (  ) ;		

get_default_row_spacing ()
    public    uint                      get_default_row_spacing   (  ) ;		

get_homogeneous ()
    public    bool                      get_homogeneous           (  ) ;		

get_row_spacing ()
    public    uint                      get_row_spacing           ( uint                row ) ;		

resize ()
    public    void                      resize                    ( uint                rows,
                                                                    uint                columns ) ;		

set_col_spacing ()
    public    void                      set_col_spacing           ( uint                column,
                                                                    uint                spacing ) ;		

set_col_spacings ()
    public    void                      set_col_spacings          ( uint                spacing ) ;		

set_homogeneous ()
    public    void                      set_homogeneous           ( bool                homogeneous ) ;		

set_row_spacing ()
    public    void                      set_row_spacing           ( uint                row,
                                                                    uint                spacing ) ;		

set_row_spacings ()
    public    void                      set_row_spacings          ( uint                spacing ) ;		


Created by Valadoc