summaryrefslogtreecommitdiff
path: root/gtk/gtkradioaction.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-01-16 19:07:13 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-16 19:07:13 +0000
commit7f9b4a9615d10faf8adab1495eded22977e1833f (patch)
tree8b82d3d32083d710ace0e68776c5b4989e24d603 /gtk/gtkradioaction.h
parentc1d8923d29d1e801a4f970a6a19f637e8f2cfdd1 (diff)
downloadgtk+-7f9b4a9615d10faf8adab1495eded22977e1833f.tar.gz
Add a current-value property and a setter for it. (#322735, Jorn Baayen)
2006-01-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkradioaction.[hc]: Add a current-value property and a setter for it. (#322735, Jorn Baayen)
Diffstat (limited to 'gtk/gtkradioaction.h')
-rw-r--r--gtk/gtkradioaction.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkradioaction.h b/gtk/gtkradioaction.h
index 75a079819b..d39648b458 100644
--- a/gtk/gtkradioaction.h
+++ b/gtk/gtkradioaction.h
@@ -77,7 +77,8 @@ GSList *gtk_radio_action_get_group (GtkRadioAction *actio
void gtk_radio_action_set_group (GtkRadioAction *action,
GSList *group);
gint gtk_radio_action_get_current_value (GtkRadioAction *action);
-
+void gtk_radio_action_set_current_value (GtkRadioAction *action,
+ gint current_value);
G_END_DECLS