Module GtkBase.Container


module Container: sig .. end

include GtkBaseProps.Container
val make_params : cont:(([> `container | `widget ] as 'a) Gobject.param list -> 'b) ->
'a Gobject.param list -> ?border_width:int -> ?width:int -> ?height:int -> 'b
val children : [> `container ] Gtk.obj -> Gtk.widget Gtk.obj list