man GEdit.combo () - A text entry field with a dropdown list
NAME
GEdit.combo - A text entry field with a dropdown list
Class
Class GEdit.combo
Documentation
class combo : Gtk.combo Gtk.obj -> object end
A text entry field with a dropdown list
Parameters:
- ""
Gtk.combo Gtk.obj
val obj : Gtk.combo Gtk.obj
method disable_activate : unit -> unit
method entry : GEdit.entry
method list : GList.liste
method set_item_string : GList.list_item -> string -> unit
method set_popdown_strings : string list -> unit
method set_allow_empty : bool -> unit
method set_case_sensitive : bool -> unit
method set_enable_arrow_keys : bool -> unit
method set_value_in_list : bool -> unit
method allow_empty : bool
method case_sensitive : bool
method enable_arrow_keys : bool
method value_in_list : bool