Ardour  8.7-14-g57a6773833
_GtkEntryCompletionPrivate Struct Reference

#include <gtkentryprivate.h>

Public Attributes

GtkWidgetentry
 
GtkWidgettree_view
 
GtkTreeViewColumncolumn
 
GtkTreeModelFilterfilter_model
 
GtkListStoreactions
 
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
 
GtkWidgetpopup_window
 
GtkWidgetvbox
 
GtkWidgetscrolled_window
 
GtkWidgetaction_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
 

Detailed Description

Definition at line 31 of file gtkentryprivate.h.

Member Data Documentation

◆ action_view

GtkWidget* _GtkEntryCompletionPrivate::action_view

Definition at line 55 of file gtkentryprivate.h.

◆ actions

GtkListStore* _GtkEntryCompletionPrivate::actions

Definition at line 38 of file gtkentryprivate.h.

◆ case_normalized_key

gchar* _GtkEntryCompletionPrivate::case_normalized_key

Definition at line 49 of file gtkentryprivate.h.

◆ changed_id

gulong _GtkEntryCompletionPrivate::changed_id

Definition at line 58 of file gtkentryprivate.h.

◆ check_completion_idle

GSource* _GtkEntryCompletionPrivate::check_completion_idle

Definition at line 71 of file gtkentryprivate.h.

◆ column

GtkTreeViewColumn* _GtkEntryCompletionPrivate::column

Definition at line 36 of file gtkentryprivate.h.

◆ completion_prefix

gchar* _GtkEntryCompletionPrivate::completion_prefix

Definition at line 69 of file gtkentryprivate.h.

◆ completion_timeout

gulong _GtkEntryCompletionPrivate::completion_timeout

Definition at line 57 of file gtkentryprivate.h.

◆ current_selected

gint _GtkEntryCompletionPrivate::current_selected

Definition at line 47 of file gtkentryprivate.h.

◆ entry

GtkWidget* _GtkEntryCompletionPrivate::entry

Definition at line 33 of file gtkentryprivate.h.

◆ filter_model

GtkTreeModelFilter* _GtkEntryCompletionPrivate::filter_model

Definition at line 37 of file gtkentryprivate.h.

◆ first_sel_changed

gboolean _GtkEntryCompletionPrivate::first_sel_changed

Definition at line 39 of file gtkentryprivate.h.

◆ has_completion

guint _GtkEntryCompletionPrivate::has_completion

Definition at line 62 of file gtkentryprivate.h.

◆ ignore_enter

guint _GtkEntryCompletionPrivate::ignore_enter

Definition at line 61 of file gtkentryprivate.h.

◆ inline_completion

guint _GtkEntryCompletionPrivate::inline_completion

Definition at line 63 of file gtkentryprivate.h.

◆ inline_selection

guint _GtkEntryCompletionPrivate::inline_selection

Definition at line 67 of file gtkentryprivate.h.

◆ insert_text_id

gulong _GtkEntryCompletionPrivate::insert_text_id

Definition at line 59 of file gtkentryprivate.h.

◆ match_data

gpointer _GtkEntryCompletionPrivate::match_data

Definition at line 42 of file gtkentryprivate.h.

◆ match_func

GtkEntryCompletionMatchFunc _GtkEntryCompletionPrivate::match_func

Definition at line 41 of file gtkentryprivate.h.

◆ match_notify

GDestroyNotify _GtkEntryCompletionPrivate::match_notify

Definition at line 43 of file gtkentryprivate.h.

◆ minimum_key_length

gint _GtkEntryCompletionPrivate::minimum_key_length

Definition at line 45 of file gtkentryprivate.h.

◆ popup_completion

guint _GtkEntryCompletionPrivate::popup_completion

Definition at line 64 of file gtkentryprivate.h.

◆ popup_set_width

guint _GtkEntryCompletionPrivate::popup_set_width

Definition at line 65 of file gtkentryprivate.h.

◆ popup_single_match

guint _GtkEntryCompletionPrivate::popup_single_match

Definition at line 66 of file gtkentryprivate.h.

◆ popup_window

GtkWidget* _GtkEntryCompletionPrivate::popup_window

Definition at line 52 of file gtkentryprivate.h.

◆ scrolled_window

GtkWidget* _GtkEntryCompletionPrivate::scrolled_window

Definition at line 54 of file gtkentryprivate.h.

◆ text_column

gint _GtkEntryCompletionPrivate::text_column

Definition at line 46 of file gtkentryprivate.h.

◆ tree_view

GtkWidget* _GtkEntryCompletionPrivate::tree_view

Definition at line 35 of file gtkentryprivate.h.

◆ vbox

GtkWidget* _GtkEntryCompletionPrivate::vbox

Definition at line 53 of file gtkentryprivate.h.


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