GtkEntryCompletion

An object used to provide auto-completion functionality for a GtkEntry.
Object Hierarchy
Implemented Interfaces
Description
Constructors
-- Creates a new GtkEntryCompletion object.
Methods
complete() Â delete_action() Â get_entry() Â Returns the GtkEntry object that actually uses this GtkEntryCompletion get_inline_completion() Â get_minimum_key_length() Â Returns the minimum key length set for the GtkEntryCompletion. get_model() Â Returns the GtkTreeModel that the GtkEntryCompletion is using as data model. get_popup_completion() Â insert_action_markup() Â insert_action_text() Â insert_prefix() Â set_inline_completion() Â set_match_func() Â set_minimum_key_length() Â Sets the minimum length of the search key. set_model() Â Sets the GtkTreeModel to be used with the GtkEntryCompletion. set_popup_completion() Â set_text_column() Â Defines the what column of the GtkTreeModel will be used as list for GtkEntryCompletion. get_text_column() Â
Properties
Use get_property and set_property methods to access these.
model: Â The data model used for the GtkEntryCompletion. minimum-key-length: Â Minimum length of the search key in order to look up matches. text-column: Â The column of the model containing the strings.
Signals
"action-activated" Â "insert-prefix" Â "match-selected" Â The "match-selected" signal is emitted when a completion string was selected from the completion list.