On Tue, May 21, 2002 at 08:12:43AM -0600, Collins wrote: > How does one group radio buttons to allow only one concurrent button > to be depressed. GtkRadioButton() has a group= parameter that > defaults to None, but I can't find a GtkGroup() or anything that lets > me group the buttons. >
The first button in the group is the group parameter for the remaining buttons. -- Steve -- /* EMail: [EMAIL PROTECTED] ------------------ Phone: (301) 975-5423 -- -- WWW: http://math.nist.gov/~SLanger/ ------------ Fax: (301) 990-4127 -- -- Mail: NIST; 100 Bureau Drive -- Stop 8910; Gaithersburg, MD 20899-8910 */ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
