Ardour  8.7-14-g57a6773833
gtkentryprivate.h
Go to the documentation of this file.
1 /* gtkentryprivate.h
2  * Copyright (C) 2003 Kristian Rietveld <kris@gtk.org>
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Library General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public
15  * License along with this library; if not, write to the
16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17  * Boston, MA 02111-1307, USA.
18  */
19 
20 #ifndef __GTK_ENTRY_PRIVATE_H__
21 #define __GTK_ENTRY_PRIVATE_H__
22 
23 #include <gtk/gtktreeviewcolumn.h>
24 #include <gtk/gtktreemodelfilter.h>
25 #include <gtk/gtkliststore.h>
26 #include <gtk/gtkentrycompletion.h>
27 #include <gtk/gtkentry.h>
28 
29 G_BEGIN_DECLS
30 
32 {
34 
40 
42  gpointer match_data;
43  GDestroyNotify match_notify;
44 
48 
50 
51  /* only used by GtkEntry when attached: */
56 
58  gulong changed_id;
60 
61  guint ignore_enter : 1;
62  guint has_completion : 1;
63  guint inline_completion : 1;
64  guint popup_completion : 1;
65  guint popup_set_width : 1;
66  guint popup_single_match : 1;
67  guint inline_selection : 1;
68 
70 
72 };
73 
78  const char *key);
79 
81  gint *xborder,
82  gint *yborder);
84  GtkBorder *border);
86 G_END_DECLS
87 
88 #endif /* __GTK_ENTRY_PRIVATE_H__ */
gboolean(* GtkEntryCompletionMatchFunc)(GtkEntryCompletion *completion, const gchar *key, GtkTreeIter *iter, gpointer user_data)
void _gtk_entry_reset_im_context(GtkEntry *entry)
void _gtk_entry_completion_popdown(GtkEntryCompletion *completion)
gboolean _gtk_entry_completion_resize_popup(GtkEntryCompletion *completion)
gchar * _gtk_entry_completion_compute_prefix(GtkEntryCompletion *completion, const char *key)
void _gtk_entry_get_borders(GtkEntry *entry, gint *xborder, gint *yborder)
void _gtk_entry_effective_inner_border(GtkEntry *entry, GtkBorder *border)
void _gtk_entry_completion_popup(GtkEntryCompletion *completion)
GtkTreeModelFilter * filter_model
GtkEntryCompletionMatchFunc match_func
GtkTreeViewColumn * column