Class GPack.table
Pack widgets in regular patterns @gtkdoc gtk GtkTable
inherit GContainer.container_full
method attach : left:int -> top:int -> ?right:int -> ?bottom:int -> ?expand:Gtk.Tags.expand_type -> ?fill:Gtk.Tags.expand_type -> ?shrink:Gtk.Tags.expand_type -> ?xpadding:int -> ?ypadding:int -> GObj.widget -> unit- parameter left
column number to attach the left side of the widget to
- parameter top
row number to attach the top of the widget to
- parameter right
default value is
left+1
- parameter bottom
default value is
top+1
- parameter expand
default value is
`NONE
- parameter fill
default value is
`BOTH
- parameter shrink
default value is
`NONE
method col_spacings : int- parameter left
column number to attach the left side of the widget to
- parameter top
row number to attach the top of the widget to
- parameter right
default value is
left+1
- parameter bottom
default value is
top+1
- parameter expand
default value is
`NONE
- parameter fill
default value is
`BOTH
- parameter shrink
default value is
`NONE
method columns : intmethod homogeneous : boolmethod row_spacings : intmethod rows : intmethod set_col_spacing : int -> int -> unitmethod set_col_spacings : int -> unitmethod set_columns : int -> unitmethod set_homogeneous : bool -> unitmethod set_row_spacing : int -> int -> unitmethod set_row_spacings : int -> unitmethod set_rows : int -> unit