([> Gtk.container ] as 'a) Gtk.obj ->
object
  val obj : 'Gtk.obj
  method add : (< as_item : [> `widget ] Gtk.obj; .. > as 'b) -> unit
  method all_children : 'b list
  method append : '-> unit
  method as_widget : Gtk.widget Gtk.obj
  method border_width : int
  method children : 'b list
  method coerce : GObj.widget
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method focus : GContainer.focus
  method get_oid : int
  method virtual insert : '-> pos:int -> unit
  method misc : GObj.misc_ops
  method prepend : '-> unit
  method remove : '-> unit
  method resize_mode : Gtk.Tags.resize_mode
  method set_border_width : int -> unit
  method set_resize_mode : Gtk.Tags.resize_mode -> unit
  method private virtual wrap : Gtk.widget Gtk.obj -> 'b
end