GtkContainers.ContainerSourceinclude module type of struct include GtkContainersProps.Container endval child_set_property :
[> `container ] Gtk.obj ->
[> `widget ] Gtk.obj ->
string ->
Gobject.g_value ->
unitval child_get_property :
[> `container ] Gtk.obj ->
[> `widget ] Gtk.obj ->
string ->
Gobject.g_value ->
unitval make_params :
cont:(([> `container | `widget ] as 'a) Gobject.param list -> 'b) ->
'a Gobject.param list ->
?border_width:int ->
?width:int ->
?height:int ->
'b