Ardour
9.0-pre0-582-g084a23a80d
|
#include <gtkentrycompletion.h>
Public Attributes | |
GObjectClass | parent_class |
gboolean(* | match_selected )(GtkEntryCompletion *completion, GtkTreeModel *model, GtkTreeIter *iter) |
void(* | action_activated )(GtkEntryCompletion *completion, gint index_) |
gboolean(* | insert_prefix )(GtkEntryCompletion *completion, const gchar *prefix) |
gboolean(* | cursor_on_match )(GtkEntryCompletion *completion, GtkTreeModel *model, GtkTreeIter *iter) |
void(* | _gtk_reserved0 )(void) |
void(* | _gtk_reserved1 )(void) |
Definition at line 59 of file gtkentrycompletion.h.
void(* _GtkEntryCompletionClass::_gtk_reserved0) (void) |
Definition at line 75 of file gtkentrycompletion.h.
void(* _GtkEntryCompletionClass::_gtk_reserved1) (void) |
Definition at line 76 of file gtkentrycompletion.h.
void(* _GtkEntryCompletionClass::action_activated) (GtkEntryCompletion *completion, gint index_) |
Definition at line 66 of file gtkentrycompletion.h.
gboolean(* _GtkEntryCompletionClass::cursor_on_match) (GtkEntryCompletion *completion, GtkTreeModel *model, GtkTreeIter *iter) |
Definition at line 70 of file gtkentrycompletion.h.
gboolean(* _GtkEntryCompletionClass::insert_prefix) (GtkEntryCompletion *completion, const gchar *prefix) |
Definition at line 68 of file gtkentrycompletion.h.
gboolean(* _GtkEntryCompletionClass::match_selected) (GtkEntryCompletion *completion, GtkTreeModel *model, GtkTreeIter *iter) |
Definition at line 63 of file gtkentrycompletion.h.
GObjectClass _GtkEntryCompletionClass::parent_class |
Definition at line 61 of file gtkentrycompletion.h.