Thanks for all the good advice.

Found my mental block.

Solution:
radio = [r for r in cbc['radio_ped'].get_group() if r.get_active()][0] 
radiolabel = radio.get_label()

where radio_ped is the group name of the radio buttons

Brian

_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to