|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <gtkentryprivate.h>
Public Attributes | |
| GtkWidget * | entry |
| GtkWidget * | tree_view |
| GtkTreeViewColumn * | column |
| GtkTreeModelFilter * | filter_model |
| GtkListStore * | actions |
| gboolean | first_sel_changed |
| GtkEntryCompletionMatchFunc | match_func |
| gpointer | match_data |
| GDestroyNotify | match_notify |
| gint | minimum_key_length |
| gint | text_column |
| gint | current_selected |
| gchar * | case_normalized_key |
| GtkWidget * | popup_window |
| GtkWidget * | vbox |
| GtkWidget * | scrolled_window |
| GtkWidget * | action_view |
| gulong | completion_timeout |
| gulong | changed_id |
| gulong | insert_text_id |
| guint | ignore_enter: 1 |
| guint | has_completion: 1 |
| guint | inline_completion: 1 |
| guint | popup_completion: 1 |
| guint | popup_set_width: 1 |
| guint | popup_single_match: 1 |
| guint | inline_selection: 1 |
| gchar * | completion_prefix |
| GSource * | check_completion_idle |
Definition at line 31 of file gtkentryprivate.h.
| GtkWidget* _GtkEntryCompletionPrivate::action_view |
Definition at line 55 of file gtkentryprivate.h.
| GtkListStore* _GtkEntryCompletionPrivate::actions |
Definition at line 38 of file gtkentryprivate.h.
| gchar* _GtkEntryCompletionPrivate::case_normalized_key |
Definition at line 49 of file gtkentryprivate.h.
| gulong _GtkEntryCompletionPrivate::changed_id |
Definition at line 58 of file gtkentryprivate.h.
| GSource* _GtkEntryCompletionPrivate::check_completion_idle |
Definition at line 71 of file gtkentryprivate.h.
| GtkTreeViewColumn* _GtkEntryCompletionPrivate::column |
Definition at line 36 of file gtkentryprivate.h.
| gchar* _GtkEntryCompletionPrivate::completion_prefix |
Definition at line 69 of file gtkentryprivate.h.
| gulong _GtkEntryCompletionPrivate::completion_timeout |
Definition at line 57 of file gtkentryprivate.h.
| gint _GtkEntryCompletionPrivate::current_selected |
Definition at line 47 of file gtkentryprivate.h.
| GtkWidget* _GtkEntryCompletionPrivate::entry |
Definition at line 33 of file gtkentryprivate.h.
| GtkTreeModelFilter* _GtkEntryCompletionPrivate::filter_model |
Definition at line 37 of file gtkentryprivate.h.
| gboolean _GtkEntryCompletionPrivate::first_sel_changed |
Definition at line 39 of file gtkentryprivate.h.
| guint _GtkEntryCompletionPrivate::has_completion |
Definition at line 62 of file gtkentryprivate.h.
| guint _GtkEntryCompletionPrivate::ignore_enter |
Definition at line 61 of file gtkentryprivate.h.
| guint _GtkEntryCompletionPrivate::inline_completion |
Definition at line 63 of file gtkentryprivate.h.
| guint _GtkEntryCompletionPrivate::inline_selection |
Definition at line 67 of file gtkentryprivate.h.
| gulong _GtkEntryCompletionPrivate::insert_text_id |
Definition at line 59 of file gtkentryprivate.h.
| gpointer _GtkEntryCompletionPrivate::match_data |
Definition at line 42 of file gtkentryprivate.h.
| GtkEntryCompletionMatchFunc _GtkEntryCompletionPrivate::match_func |
Definition at line 41 of file gtkentryprivate.h.
| GDestroyNotify _GtkEntryCompletionPrivate::match_notify |
Definition at line 43 of file gtkentryprivate.h.
| gint _GtkEntryCompletionPrivate::minimum_key_length |
Definition at line 45 of file gtkentryprivate.h.
| guint _GtkEntryCompletionPrivate::popup_completion |
Definition at line 64 of file gtkentryprivate.h.
| guint _GtkEntryCompletionPrivate::popup_set_width |
Definition at line 65 of file gtkentryprivate.h.
| guint _GtkEntryCompletionPrivate::popup_single_match |
Definition at line 66 of file gtkentryprivate.h.
| GtkWidget* _GtkEntryCompletionPrivate::popup_window |
Definition at line 52 of file gtkentryprivate.h.
| GtkWidget* _GtkEntryCompletionPrivate::scrolled_window |
Definition at line 54 of file gtkentryprivate.h.
| gint _GtkEntryCompletionPrivate::text_column |
Definition at line 46 of file gtkentryprivate.h.
| GtkWidget* _GtkEntryCompletionPrivate::tree_view |
Definition at line 35 of file gtkentryprivate.h.
| GtkWidget* _GtkEntryCompletionPrivate::vbox |
Definition at line 53 of file gtkentryprivate.h.