package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module P : sig ... end
module S : sig ... end
val get_active_iter : [> `combobox ] Gtk.obj -> Gtk.tree_iter option
val set_active_iter : [> `combobox ] Gtk.obj -> Gtk.tree_iter option -> unit
val set_row_separator_func : [> `combobox ] Gtk.obj -> (Gtk.tree_model -> Gtk.tree_iter -> bool) option -> unit
val make_params : cont:([> `combobox ] as 'a Gobject.param list -> 'b) -> 'c Gobject.param list -> ?model:Gtk.tree_model -> ?active:int -> ?add_tearoffs:bool -> ?focus_on_click:bool -> ?entry_text_column:int -> ?has_entry:bool -> ?has_frame:bool -> ?wrap_width:int -> 'd