class container :Base class for widgets which contain other widgets[> Gtk.container ] Gtk.obj ->object..end
val obj : ([> Gtk.container ] as 'a) Gtk.objmethod add : GObj.widget -> unitmethod children : GObj.widget listmethod all_children : GObj.widget listmethod remove : GObj.widget -> unitmethod focus : focusmethod set_border_width : int -> unitmethod set_resize_mode : Gtk.Tags.resize_mode -> unitmethod border_width : intmethod resize_mode : Gtk.Tags.resize_mode