GNOME Bugzilla – Bug 323007
Add gtk_radio_action_set_current_value(action, int)?
Last modified: 2005-12-06 16:27:47 UTC
GtkRadioAction already has a get_current_value(int), which returns the value of the "value" property of the active action. It would be nice to activate an action with this value too, with a gtk_radio_action_set_current_value(action, int) function.
*** This bug has been marked as a duplicate of 322735 ***