package lablgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val cast : 'a Gobject.obj -> Gtk.liste Gtk.obj
val make_params : cont:([> `list ] as 'a Gobject.param list -> 'b) -> 'a Gobject.param list -> ?selection_mode:GtkEnums.selection_mode -> 'b
val insert_item : [> `list ] Gtk.obj -> [> `listitem ] Gtk.obj -> pos:int -> unit
val insert_items : [> `list ] Gtk.obj -> [> `listitem ] Gtk.obj list -> pos:int -> unit
val append_items : [> `list ] Gtk.obj -> [> `listitem ] Gtk.obj list -> unit
val prepend_items : [> `list ] Gtk.obj -> [> `listitem ] Gtk.obj list -> unit
val clear_items : [> `list ] Gtk.obj -> start:int -> stop:int -> unit
val select_item : [> `list ] Gtk.obj -> pos:int -> unit
val unselect_item : [> `list ] Gtk.obj -> pos:int -> unit
val select_child : [> `list ] Gtk.obj -> [> `listitem ] Gtk.obj -> unit
val unselect_child : [> `list ] Gtk.obj -> [> `listitem ] Gtk.obj -> unit
val child_position : [> `list ] Gtk.obj -> [> `listitem ] Gtk.obj -> int
OCaml

Innovation. Community. Security.