inherit GContainer.container_full
val obj : Gtk.grid Gtk.obj
method attach : left:int -> top:int -> ?width:int -> ?height: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 width
default value is 1
- parameter height
default value is 1
method set_baseline_row : int -> 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 width
default value is 1
- parameter height
default value is 1
method set_col_homogeneous : bool -> unitmethod set_col_spacings : int -> unitmethod set_row_homogeneous : bool -> unitmethod set_row_spacings : int -> unitmethod baseline_row : intmethod col_homogeneous : boolmethod col_spacings : intmethod row_homogeneous : boolmethod row_spacings : int