Class GContainer.item_container
@gtkdoc gtk GtkContainer
- constraint 'a = < as_item : [> `widget ] Gtk.obj; .. >
inherit GObj.widget
val obj : 'c Gtk.obj
method add : 'a -> unitmethod append : 'a -> unitmethod children : 'a listmethod all_children : 'a listmethod virtual insert : 'a -> pos:int -> unitmethod prepend : 'a -> unitmethod remove : 'a -> unitmethod focus : focusmethod set_border_width : int -> unitmethod set_resize_mode : Gtk.Tags.resize_mode -> unitmethod border_width : intmethod resize_mode : Gtk.Tags.resize_modemethod private virtual wrap : Gtk.widget Gtk.obj -> 'a