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_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