summaryrefslogtreecommitdiff
path: root/gtk/gtkradiotoolbutton.h
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2003-11-24 03:09:32 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2003-11-24 03:09:32 +0000
commitb7becec18a5b86f4314b0305d4cdc87a3fff3594 (patch)
tree0e693d24254161eef263aac5d298b8e954372d2a /gtk/gtkradiotoolbutton.h
parent07d6371108fc6e2352647964f45b0f08d81f278e (diff)
downloadgtk+-b7becec18a5b86f4314b0305d4cdc87a3fff3594.tar.gz
Make this function take a GtkRadioToolButton instead of a GtkWidget.
Mon Nov 24 04:05:15 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkradiotoolbutton.[ch] (gtk_radio_tool_button_new_from_widget): Make this function take a GtkRadioToolButton instead of a GtkWidget. (#127729, Murray Cumming)
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 479268dde5..ea0c9407e7 100644
--- a/gtk/gtkradiotoolbutton.h
+++ b/gtk/gtkradiotoolbutton.h
@@ -58,7 +58,7 @@ GType gtk_radio_tool_button_get_type (void) G_GNUC_CONST;
GtkToolItem *gtk_radio_tool_button_new (GSList *group);
GtkToolItem *gtk_radio_tool_button_new_from_stock (GSList *group,
const gchar *stock_id);
-GtkToolItem *gtk_radio_tool_button_new_from_widget (GtkWidget *group);
+GtkToolItem *gtk_radio_tool_button_new_from_widget (GtkRadioToolButton *group);
GtkToolItem *gtk_radio_tool_button_new_with_stock_from_widget (GtkWidget *group,
const gchar *stock_id);
GSList * gtk_radio_tool_button_get_group (GtkRadioToolButton *button);