Class GEdit.entry_completion


class entry_completion : [> `celllayout | `entrycompletion ] Gtk.obj -> object .. end
Since GTK 2.4
GTK documentation: GtkEntryCompletion
Inherits
val obj : ([> `celllayout | `entrycompletion ] as 'a) Gtk.obj
method as_entry_completion : Gtk.entry_completion
method misc : GObj.gobject_ops
method connect : entry_completion_signals
method minimum_key_length : int
method set_minimum_key_length : int -> unit
method model : GTree.model
method set_model : GTree.model -> unit
method get_entry : GObj.widget option
method complete : unit -> unit
method insert_action_text : int -> string -> unit
method insert_action_markup : int -> string -> unit
method delete_action : int -> unit
method set_match_func : (string -> Gtk.tree_iter -> bool) -> unit
method set_text_column : string GTree.column -> unit