summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>1998-02-13 05:26:33 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-02-13 05:26:33 +0000
commit041983a77631c4cf0249caa86c91f2f10ca33c64 (patch)
tree9112372189d27b7d0255c2768d1eaa6e372b25ba /gtk/gtkradiobutton.h
parent888470ee29e6956efc4122bdb9c24a1af0344079 (diff)
downloadgtk+-041983a77631c4cf0249caa86c91f2f10ca33c64.tar.gz
Change style->white to style->base[] where appropriate. Change the default
* gtk/gtkentry.c gtk/gtkinputdialog.c gtk/gtklist.c gtk/gtklistitem.c gtktree.c gtk/gtktreeitem.c testgtkrc: Change style->white to style->base[] where appropriate. Change the default style to make this apparent. (Yes, it's ugly... it can be removed later)
Diffstat (limited to 'gtk/gtkradiobutton.h')
-rw-r--r--gtk/gtkradiobutton.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkradiobutton.h b/gtk/gtkradiobutton.h
index bf346c27eb..468e5b7eba 100644
--- a/gtk/gtkradiobutton.h
+++ b/gtk/gtkradiobutton.h
@@ -54,10 +54,6 @@ GtkWidget* gtk_radio_button_new (GSList *group);
GtkWidget* gtk_radio_button_new_from_widget (GtkRadioButton *group);
GtkWidget* gtk_radio_button_new_with_label (GSList *group,
const gchar *label);
-GtkWidget* gtk_radio_button_new_interp (GtkRadioButton *group);
-GtkWidget* gtk_radio_button_new_with_label_interp
- (GtkRadioButton *group,
- const gchar *label);
GSList* gtk_radio_button_group (GtkRadioButton *radio_button);