sig
val cast : 'a Gobject.obj -> Gtk.table Gtk.obj
module P = GtkPackProps.Table.P
val create : Gtk.table Gobject.param list -> Gtk.table Gtk.obj
external set_row_spacing : [> `table ] Gtk.obj -> int -> int -> unit
= "ml_gtk_table_set_row_spacing"
external set_col_spacing : [> `table ] Gtk.obj -> int -> int -> unit
= "ml_gtk_table_set_col_spacing"
val make_params :
cont:(([> `table ] as 'a) Gobject.param list -> 'b) ->
'a Gobject.param list ->
?columns:int ->
?rows:int ->
?homogeneous:bool -> ?row_spacings:int -> ?col_spacings:int -> 'b
val has_x : Gtk.Tags.expand_type -> bool
val has_y : Gtk.Tags.expand_type -> bool
val attach :
[> `table ] Gtk.obj ->
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 -> [> `widget ] Gtk.obj -> unit
end