Gtk.liste Gtk.obj ->
object
  val obj : Gtk.liste Gtk.obj
  method add : GList.list_item -> unit
  method all_children : GList.list_item list
  method append : GList.list_item -> unit
  method as_widget : Gtk.widget Gtk.obj
  method border_width : int
  method child_position : GList.list_item -> int
  method children : GList.list_item list
  method clear_items : start:int -> stop:int -> unit
  method coerce : GObj.widget
  method connect : GList.liste_signals
  method destroy : unit -> unit
  method drag : GObj.drag_ops
  method focus : GContainer.focus
  method get_oid : int
  method insert : GList.list_item -> pos:int -> unit
  method misc : GObj.misc_ops
  method prepend : GList.list_item -> unit
  method remove : GList.list_item -> unit
  method resize_mode : Gtk.Tags.resize_mode
  method select_item : pos:int -> unit
  method selection_mode : Gtk.Tags.selection_mode
  method set_border_width : int -> unit
  method set_resize_mode : Gtk.Tags.resize_mode -> unit
  method set_selection_mode : Gtk.Tags.selection_mode -> unit
  method unselect_item : pos:int -> unit
  method private wrap : Gtk.widget Gtk.obj -> GList.list_item
end