([> Gtk.container ] as 'a) Gtk.obj ->
object
  val obj : 'Gtk.obj
  method add : GObj.widget -> unit
  method all_children : GObj.widget list
  method as_widget : Gtk.widget Gtk.obj
  method border_width : int
  method children : GObj.widget list
  method coerce : GObj.widget
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method focus : focus
  method get_oid : int
  method misc : GObj.misc_ops
  method private obj : 'Gtk.obj
  method remove : GObj.widget -> unit
  method resize_mode : Gtk.Tags.resize_mode
  method set_border_width : int -> unit
  method set_resize_mode : Gtk.Tags.resize_mode -> unit
end