Class GEdit.combo


class combo : Gtk.combo Gtk.obj -> object .. end
A text entry field with a dropdown list
GTK documentation: GtkCombo
Inherits
val obj : Gtk.combo Gtk.obj
method disable_activate : unit -> unit
method entry : 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