Take a look at the radio button example in testgtk.py. It should give you
an idea how to do it. For the first button, you create it with
GtkRadioButton(None, "label"), and the rest with GtkRadioButton(button1,
"label") where button1 is one of the other buttons in the group.
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
On Fri, 11 Jun 1999, William Allen wrote:
> I'm trying to create a radio button box and have run into confusion. To create a
>radio
> button one must supply a group, but I don't see any way to create a radio button
>group.
>
>
> --
> Bill Allen
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
>
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]