man GList () - Widget for packing a list of selectable items

NAME

GList - Widget for packing a list of selectable items

Module

Module GList

Documentation

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

Deprecated. . An item in a GList.liste

val list_item : ?label:string -> ?packing:(list_item -> unit) -> ?show:bool -> unit -> list_item Deprecated. .

=== GtkList ===

class liste_signals : Gtk.liste Gtk.obj -> object end

class liste : Gtk.liste Gtk.obj -> object end

Deprecated. . 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. .

=== GtkCList ===

class clist_signals : [> Gtk.clist ] Gtk.obj -> object end

class 'a clist : Gtk.clist Gtk.obj -> object end

Deprecated. . 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. .

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