GNOME Bugzilla – Bug 322735
"current-value" property missing on GtkRadioAction
Last modified: 2011-02-04 16:10:23 UTC
GtkRadioAction has a gtk_radio_action_get_current_value() function, but no "current-value" property. Having a RW property would be most useful.
Created attachment 55363 [details] [review] Proposed patch
If this patch is accepted, I would also like to add a value/current-value API to GtkRadioButton - just let me know in time before the api freeze if it would be considered.
Yes, it would be considered, and such a patch would be appreciated.
Created attachment 55411 [details] [review] Updated patch Adds a warning to gtk_radio_action_set_current_value() if the requested value was not found. Also note that I filed a patch to GtkRadioButton as bug #322819.
*** Bug 323007 has been marked as a duplicate of this bug. ***
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)