diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2007-06-04 14:37:17 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@src.gnome.org> | 2007-06-04 14:37:17 +0000 |
commit | 9191e01b7064c43914814ec9d2a7e3e77be880f0 (patch) | |
tree | adf59b6dcada7f01f7c5221929257ec70ad709b9 /gtk/gtkradiobutton.h | |
parent | bf34002655e37a7549590a0e1497a462215260f6 (diff) | |
download | gtk+-9191e01b7064c43914814ec9d2a7e3e77be880f0.tar.gz |
Revert previous commit; the API is not yet finalized - see bug #166995.
2007-06-04 Emmanuele Bassi <ebassi@gnome.org>
* gtk/gtkradiobutton.[ch]:
* gtk/gtk.symbols:
* tests/testgtk.c: Revert previous commit; the API is not yet
finalized - see bug #166995.
svn path=/trunk/; revision=18023
Diffstat (limited to 'gtk/gtkradiobutton.h')
-rw-r--r-- | gtk/gtkradiobutton.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/gtkradiobutton.h b/gtk/gtkradiobutton.h index 9ebdff19aa..6f7ce3a1ef 100644 --- a/gtk/gtkradiobutton.h +++ b/gtk/gtkradiobutton.h @@ -41,6 +41,7 @@ G_BEGIN_DECLS #define GTK_IS_RADIO_BUTTON_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_RADIO_BUTTON)) #define GTK_RADIO_BUTTON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_RADIO_BUTTON, GtkRadioButtonClass)) + typedef struct _GtkRadioButton GtkRadioButton; typedef struct _GtkRadioButtonClass GtkRadioButtonClass; @@ -80,10 +81,6 @@ GtkWidget* gtk_radio_button_new_with_mnemonic_from_widget (GtkRadioButton *group GSList* gtk_radio_button_get_group (GtkRadioButton *radio_button); void gtk_radio_button_set_group (GtkRadioButton *radio_button, GSList *group); -gint gtk_radio_button_get_value (GtkRadioButton *radio_button); -void gtk_radio_button_set_value (GtkRadioButton *radio_button, - gint value); -gint gtk_radio_button_get_current_value (GtkRadioButton *radio_button); #ifndef GTK_DISABLE_DEPRECATED #define gtk_radio_button_group gtk_radio_button_get_group |