diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-20 11:02:03 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-20 11:02:03 +0200 |
commit | 0219eea4d7542610bdc680f3fd9347105e183d7d (patch) | |
tree | 996422e61bd49b20ae5e0ec3148d3ac8875ad5af /gtk/gtkcombobox.h | |
parent | c5ebb61b6f6dc0388b7a0b4167578299fac1d0d0 (diff) | |
download | gtk+-0219eea4d7542610bdc680f3fd9347105e183d7d.tar.gz |
Remove GtkComboBoxEntry and the combo box text api
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r-- | gtk/gtkcombobox.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h index f5d64178e8..c5b6a3c1e0 100644 --- a/gtk/gtkcombobox.h +++ b/gtk/gtkcombobox.h @@ -56,9 +56,6 @@ struct _GtkComboBoxClass /* signals */ void (* changed) (GtkComboBox *combo_box); - /* vfuncs */ - gchar * (* get_active_text) (GtkComboBox *combo_box); - /* Padding for future expansion */ void (*_gtk_reserved1) (void); void (*_gtk_reserved2) (void); @@ -129,23 +126,6 @@ void gtk_combo_box_set_popup_fixed_width (GtkComboBox *combo gboolean fixed); gboolean gtk_combo_box_get_popup_fixed_width (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, - const gchar *text); -void gtk_combo_box_insert_text (GtkComboBox *combo_box, - gint position, - const gchar *text); -void gtk_combo_box_prepend_text (GtkComboBox *combo_box, - const gchar *text); -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, |