On Mon, Sep 29, 2003 at 02:51:53PM +0200, liquid wrote:
>       def callback(self, widget, data=None):
>               a = "%s" % ((3, 4)[widget.get_active()])
> 
>               button.connect("toggled", self.callback, "check button 1")

Try connect_after() -- your callback might be called too early.

Take care,
--
Christian Reis | http://async.com.br/~kiko/ | [+55 16] 261 2331
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to