summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.h
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2009-12-04 02:15:00 +0100
committerJavier Jardón <jjardon@gnome.org>2009-12-04 02:50:57 +0100
commit325bd9299aaf05f18138c7e5f490a9bf9e1ce00a (patch)
tree7c654f496c72f673ccb1758d716d48a96c7df3f3 /gtk/gtkcombobox.h
parent46f5ee1d0c0f4601853ed57e99b1b513f1baa445 (diff)
downloadgtk+-325bd9299aaf05f18138c7e5f490a9bf9e1ce00a.tar.gz
Use GtkCellEditable::editing-canceled
GtkCellEditable::editing-canceled property was added in 2.19 cycle, so we should make the code that currently uses entry->editing_canceled directly go through the property Fixes https://bugzilla.gnome.org/show_bug.cgi?id=599213
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r--gtk/gtkcombobox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h
index 1da1562b19..963e4b415b 100644
--- a/gtk/gtkcombobox.h
+++ b/gtk/gtkcombobox.h
@@ -136,8 +136,6 @@ void gtk_combo_box_popup (GtkComboBox *combo_box);
void gtk_combo_box_popdown (GtkComboBox *combo_box);
AtkObject* gtk_combo_box_get_popup_accessible (GtkComboBox *combo_box);
-/* private */
-gboolean _gtk_combo_box_editing_canceled (GtkComboBox *combo_box);
G_END_DECLS