summaryrefslogtreecommitdiff
path: root/gtk/gtkradiotoolbutton.h
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2004-01-04 20:00:30 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2004-01-04 20:00:30 +0000
commit27ca7a08aa0968f0a74347a5aea3cfa909edcf24 (patch)
treef848b1b0e77b8931ededf7303d363c01a0103d0f /gtk/gtkradiotoolbutton.h
parent7277bf8aff32265ddd4b952c78013aa3dbe12416 (diff)
downloadgtk+-27ca7a08aa0968f0a74347a5aea3cfa909edcf24.tar.gz
Change API so group is a GtkRadioButton, not a GtkWidget.
Sun Jan 4 15:29:04 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkradiotoolbutton.[ch] (gtk_radio_tool_button_new_with_stock_from_widget): Change API so group is a GtkRadioButton, not a GtkWidget.
Diffstat (limited to 'gtk/gtkradiotoolbutton.h')
-rw-r--r--gtk/gtkradiotoolbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkradiotoolbutton.h b/gtk/gtkradiotoolbutton.h
index 13f41617ea..6ee1608930 100644
--- a/gtk/gtkradiotoolbutton.h
+++ b/gtk/gtkradiotoolbutton.h
@@ -59,7 +59,7 @@ GtkToolItem *gtk_radio_tool_button_new (GSList
GtkToolItem *gtk_radio_tool_button_new_from_stock (GSList *group,
const gchar *stock_id);
GtkToolItem *gtk_radio_tool_button_new_from_widget (GtkRadioToolButton *group);
-GtkToolItem *gtk_radio_tool_button_new_with_stock_from_widget (GtkWidget *group,
+GtkToolItem *gtk_radio_tool_button_new_with_stock_from_widget (GtkRadioToolButton *group,
const gchar *stock_id);
GSList * gtk_radio_tool_button_get_group (GtkRadioToolButton *button);
void gtk_radio_tool_button_set_group (GtkRadioToolButton *button,