Go to the source code of this file.
|
GType | gtk_entry_completion_get_type (void) G_GNUC_CONST |
|
GtkEntryCompletion * | gtk_entry_completion_new (void) |
|
GtkWidget * | gtk_entry_completion_get_entry (GtkEntryCompletion *completion) |
|
void | gtk_entry_completion_set_model (GtkEntryCompletion *completion, GtkTreeModel *model) |
|
GtkTreeModel * | gtk_entry_completion_get_model (GtkEntryCompletion *completion) |
|
void | gtk_entry_completion_set_match_func (GtkEntryCompletion *completion, GtkEntryCompletionMatchFunc func, gpointer func_data, GDestroyNotify func_notify) |
|
void | gtk_entry_completion_set_minimum_key_length (GtkEntryCompletion *completion, gint length) |
|
gint | gtk_entry_completion_get_minimum_key_length (GtkEntryCompletion *completion) |
|
void | gtk_entry_completion_complete (GtkEntryCompletion *completion) |
|
void | gtk_entry_completion_insert_prefix (GtkEntryCompletion *completion) |
|
void | gtk_entry_completion_insert_action_text (GtkEntryCompletion *completion, gint index_, const gchar *text) |
|
void | gtk_entry_completion_insert_action_markup (GtkEntryCompletion *completion, gint index_, const gchar *markup) |
|
void | gtk_entry_completion_delete_action (GtkEntryCompletion *completion, gint index_) |
|
void | gtk_entry_completion_set_inline_completion (GtkEntryCompletion *completion, gboolean inline_completion) |
|
gboolean | gtk_entry_completion_get_inline_completion (GtkEntryCompletion *completion) |
|
void | gtk_entry_completion_set_inline_selection (GtkEntryCompletion *completion, gboolean inline_selection) |
|
gboolean | gtk_entry_completion_get_inline_selection (GtkEntryCompletion *completion) |
|
void | gtk_entry_completion_set_popup_completion (GtkEntryCompletion *completion, gboolean popup_completion) |
|
gboolean | gtk_entry_completion_get_popup_completion (GtkEntryCompletion *completion) |
|
void | gtk_entry_completion_set_popup_set_width (GtkEntryCompletion *completion, gboolean popup_set_width) |
|
gboolean | gtk_entry_completion_get_popup_set_width (GtkEntryCompletion *completion) |
|
void | gtk_entry_completion_set_popup_single_match (GtkEntryCompletion *completion, gboolean popup_single_match) |
|
gboolean | gtk_entry_completion_get_popup_single_match (GtkEntryCompletion *completion) |
|
const gchar * | gtk_entry_completion_get_completion_prefix (GtkEntryCompletion *completion) |
|
void | gtk_entry_completion_set_text_column (GtkEntryCompletion *completion, gint column) |
|
gint | gtk_entry_completion_get_text_column (GtkEntryCompletion *completion) |
|
◆ GTK_ENTRY_COMPLETION
◆ GTK_ENTRY_COMPLETION_CLASS
◆ GTK_ENTRY_COMPLETION_GET_CLASS
◆ GTK_IS_ENTRY_COMPLETION
◆ GTK_IS_ENTRY_COMPLETION_CLASS
◆ GTK_TYPE_ENTRY_COMPLETION
◆ GtkEntryCompletion
◆ GtkEntryCompletionClass
◆ GtkEntryCompletionMatchFunc
◆ GtkEntryCompletionPrivate
◆ gtk_entry_completion_complete()
◆ gtk_entry_completion_delete_action()
◆ gtk_entry_completion_get_completion_prefix()
const gchar* gtk_entry_completion_get_completion_prefix |
( |
GtkEntryCompletion * |
completion | ) |
|
◆ gtk_entry_completion_get_entry()
◆ gtk_entry_completion_get_inline_completion()
◆ gtk_entry_completion_get_inline_selection()
◆ gtk_entry_completion_get_minimum_key_length()
◆ gtk_entry_completion_get_model()
◆ gtk_entry_completion_get_popup_completion()
◆ gtk_entry_completion_get_popup_set_width()
◆ gtk_entry_completion_get_popup_single_match()
◆ gtk_entry_completion_get_text_column()
◆ gtk_entry_completion_get_type()
GType gtk_entry_completion_get_type |
( |
void |
| ) |
|
◆ gtk_entry_completion_insert_action_markup()
void gtk_entry_completion_insert_action_markup |
( |
GtkEntryCompletion * |
completion, |
|
|
gint |
index_, |
|
|
const gchar * |
markup |
|
) |
| |
◆ gtk_entry_completion_insert_action_text()
void gtk_entry_completion_insert_action_text |
( |
GtkEntryCompletion * |
completion, |
|
|
gint |
index_, |
|
|
const gchar * |
text |
|
) |
| |
◆ gtk_entry_completion_insert_prefix()
◆ gtk_entry_completion_new()
◆ gtk_entry_completion_set_inline_completion()
void gtk_entry_completion_set_inline_completion |
( |
GtkEntryCompletion * |
completion, |
|
|
gboolean |
inline_completion |
|
) |
| |
◆ gtk_entry_completion_set_inline_selection()
void gtk_entry_completion_set_inline_selection |
( |
GtkEntryCompletion * |
completion, |
|
|
gboolean |
inline_selection |
|
) |
| |
◆ gtk_entry_completion_set_match_func()
◆ gtk_entry_completion_set_minimum_key_length()
void gtk_entry_completion_set_minimum_key_length |
( |
GtkEntryCompletion * |
completion, |
|
|
gint |
length |
|
) |
| |
◆ gtk_entry_completion_set_model()
◆ gtk_entry_completion_set_popup_completion()
void gtk_entry_completion_set_popup_completion |
( |
GtkEntryCompletion * |
completion, |
|
|
gboolean |
popup_completion |
|
) |
| |
◆ gtk_entry_completion_set_popup_set_width()
void gtk_entry_completion_set_popup_set_width |
( |
GtkEntryCompletion * |
completion, |
|
|
gboolean |
popup_set_width |
|
) |
| |
◆ gtk_entry_completion_set_popup_single_match()
void gtk_entry_completion_set_popup_single_match |
( |
GtkEntryCompletion * |
completion, |
|
|
gboolean |
popup_single_match |
|
) |
| |
◆ gtk_entry_completion_set_text_column()
void gtk_entry_completion_set_text_column |
( |
GtkEntryCompletion * |
completion, |
|
|
gint |
column |
|
) |
| |