package lablgtk3

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GtkEditProps.ComboBoxSource

Sourcemodule P : sig ... end
Sourcemodule S : sig ... end
Sourceval get_active_iter : [> `combobox ] Gtk.obj -> Gtk.tree_iter option
Sourceval set_active_iter : [> `combobox ] Gtk.obj -> Gtk.tree_iter option -> unit
Sourceval set_row_separator_func : [> `combobox ] Gtk.obj -> (Gtk.tree_model -> Gtk.tree_iter -> bool) option -> unit
Sourceval make_params : cont:(([> `combobox ] as 'a) Gobject.param list -> 'b) -> 'a Gobject.param list -> ?model:??? -> ?active:??? -> ?add_tearoffs:??? -> ?focus_on_click:??? -> ?entry_text_column:??? -> ?has_entry:??? -> ?has_frame:??? -> ?wrap_width:??? -> 'b