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 ) ;
}

public Table ( uint rows,
uint columns,
bool homogeneous ) ;
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 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 ) ;
Created by Valadoc