Module GtkPack.Table


module Table: sig .. end

include GtkPackProps.Table
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