Hi there,

is there any way to find out the signal handler ids for sig.handlers
that were connected to widgets using signal_autoconnect() from
libglade.XML?
The problem is, I have an application with several dialogs that contain
gtk.Entry widgets, all those widgets are connect()'ed to the same signal
handler. Now I'd like to widget.handler_block() the 'changed' signal at
some time, but this method requires a signal handler id as parameter. So
the question is, does libglade (or gtk itself) offer some way to
retrieve the signal ids from widgets the're connected to?

TIA,
Igor
_______________________________________________
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