Class GEdit.entry_completion
- since
- GTK 2.4
@gtkdoc gtk GtkEntryCompletion
inherit GTree.cell_layout
val obj : 'a Gtk.obj
method as_entry_completion : Gtk.entry_completionmethod misc : GObj.gobject_opsmethod connect : entry_completion_signalsmethod minimum_key_length : intmethod set_minimum_key_length : int -> unitmethod model : GTree.modelmethod set_model : GTree.model -> unitmethod get_entry : GObj.widget optionmethod complete : unit -> unitmethod insert_action_text : int -> string -> unitmethod insert_action_markup : int -> string -> unitmethod delete_action : int -> unitmethod set_match_func : (string -> Gtk.tree_iter -> bool) -> unitmethod set_text_column : string GTree.column -> unit