summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-15 16:33:11 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-10-15 16:58:27 -0400
commit43250e8faf2cc008b0b829351efff651b680a85c (patch)
treef40cfbb67db03d099c2e84343ec12194bfb92858 /gtk/gtkcombobox.h
parente7f51ef6a411dc4c784c3edc67df294288de3f75 (diff)
downloadgtk+-43250e8faf2cc008b0b829351efff651b680a85c.tar.gz
Deprecate the old combobox text convenience api
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r--gtk/gtkcombobox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h
index 0ece10f7da..42476b0572 100644
--- a/gtk/gtkcombobox.h
+++ b/gtk/gtkcombobox.h
@@ -124,6 +124,8 @@ void gtk_combo_box_set_entry_text_column (GtkComboBox *com
gint text_column);
gint gtk_combo_box_get_entry_text_column (GtkComboBox *combo_box);
+#ifndef GTK_DISABLE_DEPRECATED
+
/* convenience -- text */
GtkWidget *gtk_combo_box_new_text (void);
void gtk_combo_box_append_text (GtkComboBox *combo_box,
@@ -137,6 +139,8 @@ void gtk_combo_box_remove_text (GtkComboBox *combo_box,
gint position);
gchar *gtk_combo_box_get_active_text (GtkComboBox *combo_box);
+#endif
+
/* programmatic control */
void gtk_combo_box_popup (GtkComboBox *combo_box);
void gtk_combo_box_popup_for_device (GtkComboBox *combo_box,