Module GList


module GList: sig .. end
Widget for packing a list of selectable items


Widget for packing a list of selectable items

GtkListItem


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
Deprecated..
GTK documentation: GtkListItem

GtkList


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
Deprecated..
GTK documentation: GtkList

GtkCList


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
Deprecated..
GTK documentation: GtkCList
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