summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-07-16 20:27:40 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-07-16 20:27:40 +0000
commitc0af1c1aaac502c8304f7b95ffefce2b4dd5fb9c (patch)
treefb65084de9afa231664360b11d4306cf834ae20e /gtk/gtkcombobox.h
parentd8df3618135b4abe4a3af6cba6bff6aea225fc0f (diff)
downloadgtk+-c0af1c1aaac502c8304f7b95ffefce2b4dd5fb9c.tar.gz
Add a combo box cell renderer.
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r--gtk/gtkcombobox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h
index 4d6b3e460f..71e82fbba9 100644
--- a/gtk/gtkcombobox.h
+++ b/gtk/gtkcombobox.h
@@ -115,6 +115,9 @@ gchar *gtk_combo_box_get_active_text (GtkComboBox *combo_box);
void gtk_combo_box_popup (GtkComboBox *combo_box);
void gtk_combo_box_popdown (GtkComboBox *combo_box);
+/* private */
+gboolean _gtk_combo_box_editing_canceled (GtkComboBox *combo_box);
+
G_END_DECLS
#endif /* __GTK_COMBO_BOX_H__ */