On Mon, 26 Mar 2001, Anthony Tekatch wrote:
>
> I want to use the id generated from a signal connect in signal_handler_block(id) but
>signal_connect returns None.
>
> testsignal = widgets.signal_connect("on_entry2_changed", calculate.top)
> print testsignal
Because it potentially connects more than one signal. Unfortunately, this
makes it a bit difficult to use signal_handler_block. Alternatively, you
could connect the signals manually if this is a problem.
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk