Module GtkEditProps.ComboBox


module ComboBox: sig .. end

val cast : 'a Gobject.obj -> Gtk.combo_box Gtk.obj
module P: sig .. end
module S: sig .. end
val create : Gtk.combo_box Gobject.param list -> Gtk.combo_box Gtk.obj
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) ->
'a Gobject.param list ->
?model:Gtk.tree_model ->
?active:int ->
?add_tearoffs:bool ->
?focus_on_click:bool -> ?has_frame:bool -> ?wrap_width:int -> 'b