diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-15 16:33:11 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-15 16:58:27 -0400 |
commit | 43250e8faf2cc008b0b829351efff651b680a85c (patch) | |
tree | f40cfbb67db03d099c2e84343ec12194bfb92858 /gtk/gtkcombobox.h | |
parent | e7f51ef6a411dc4c784c3edc67df294288de3f75 (diff) | |
download | gtk+-43250e8faf2cc008b0b829351efff651b680a85c.tar.gz |
Deprecate the old combobox text convenience api
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r-- | gtk/gtkcombobox.h | 4 |
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, |