At 10:29 AM +1000 4/12/07, Peter Robinson wrote: >I am writing a simple applet whose button3 menu contains a list of radio >buttons. >When the applet starts up I want to be able to run a test and base the >radio button settings on the result of the test. >I have spend many hours looking at tutorials, manuals and google'ing for >an answer to my problem without any luck. > >Any suggestions?
Call the desired button's .clicked() method? -- ____________________________________________________________________ TonyN.:' <mailto:[EMAIL PROTECTED]> ' <http://www.georgeanelson.com/> _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
