module GList:sig
..end
Widget for packing a list of selectable items
class list_item :Gtk.list_item Gtk.obj ->
object
..end
An item in a GList.liste
val list_item : ?label:string ->
?packing:(list_item -> unit) -> ?show:bool -> unit -> list_item
class liste_signals :Gtk.liste Gtk.obj ->
object
..end
class liste :Gtk.liste Gtk.obj ->
object
..end
Widget for packing a list of selectable items
val liste : ?selection_mode:Gtk.Tags.selection_mode ->
?border_width:int ->
?width:int ->
?height:int ->
?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> liste
class clist_signals :[> Gtk.clist ] Gtk.obj ->
object
..end
class['a]
clist :Gtk.clist Gtk.obj ->
object
..end
A multi-columned scrolling list widget
val clist : ?columns:int ->
?hadjustment:GData.adjustment ->
?vadjustment:GData.adjustment ->
?titles:string list ->
?button_actions:(int * Gtk.Tags.button_action list) list ->
?titles_show:bool ->
?auto_sort:bool ->
?sort_column:int ->
?sort_type:Gtk.Tags.sort_type ->
?reorderable:bool ->
?row_height:int ->
?selection_mode:Gtk.Tags.selection_mode ->
?shadow_type:Gtk.Tags.shadow_type ->
?titles_active:bool ->
?use_drag_icons:bool ->
?border_width:int ->
?width:int ->
?height:int ->
?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> string clist
val clist_poly : ?columns:int ->
?hadjustment:GData.adjustment ->
?vadjustment:GData.adjustment ->
?titles:string list ->
?button_actions:(int * Gtk.Tags.button_action list) list ->
?titles_show:bool ->
?auto_sort:bool ->
?sort_column:int ->
?sort_type:Gtk.Tags.sort_type ->
?reorderable:bool ->
?row_height:int ->
?selection_mode:Gtk.Tags.selection_mode ->
?shadow_type:Gtk.Tags.shadow_type ->
?titles_active:bool ->
?use_drag_icons:bool ->
?border_width:int ->
?width:int ->
?height:int ->
?packing:(GObj.widget -> unit) -> ?show:bool -> unit -> 'a clist