After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323007 - Add gtk_radio_action_set_current_value(action, int)?
Add gtk_radio_action_set_current_value(action, int)?
Status: RESOLVED DUPLICATE of bug 322735
Product: gtk+
Classification: Platform
Component: Class: UIManager / Actions
2.8.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 172345
 
 
Reported: 2005-12-02 11:49 UTC by Murray Cumming
Modified: 2005-12-06 16:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Murray Cumming 2005-12-02 11:49:43 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.
Comment 1 Matthias Clasen 2005-12-06 16:27:47 UTC

*** This bug has been marked as a duplicate of 322735 ***