Ardour  8.7-14-g57a6773833
_GtkEntryCompletionClass Struct Reference

#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)
 

Detailed Description

Definition at line 59 of file gtkentrycompletion.h.

Member Data Documentation

◆ _gtk_reserved0

void(* _GtkEntryCompletionClass::_gtk_reserved0) (void)

Definition at line 75 of file gtkentrycompletion.h.

◆ _gtk_reserved1

void(* _GtkEntryCompletionClass::_gtk_reserved1) (void)

Definition at line 76 of file gtkentrycompletion.h.

◆ action_activated

void(* _GtkEntryCompletionClass::action_activated) (GtkEntryCompletion *completion, gint index_)

Definition at line 66 of file gtkentrycompletion.h.

◆ cursor_on_match

gboolean(* _GtkEntryCompletionClass::cursor_on_match) (GtkEntryCompletion *completion, GtkTreeModel *model, GtkTreeIter *iter)

Definition at line 70 of file gtkentrycompletion.h.

◆ insert_prefix

gboolean(* _GtkEntryCompletionClass::insert_prefix) (GtkEntryCompletion *completion, const gchar *prefix)

Definition at line 68 of file gtkentrycompletion.h.

◆ match_selected

gboolean(* _GtkEntryCompletionClass::match_selected) (GtkEntryCompletion *completion, GtkTreeModel *model, GtkTreeIter *iter)

Definition at line 63 of file gtkentrycompletion.h.

◆ parent_class

GObjectClass _GtkEntryCompletionClass::parent_class

Definition at line 61 of file gtkentrycompletion.h.


The documentation for this struct was generated from the following file: