On Mon, Sep 15, 2003 at 01:20:59PM +0200, Igor Stroh wrote:
> 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?
I didn't think so, and James has confirmed it on IRC. I suggest you:
a) File a bug on http://bugzilla.gnome.org, requesting this feature,
since it's been asked for a number of times. However, note that the
API for providing this is not trivial to design.
b) Provide your own version of signal_autoconnect (or perhaps just
connect those specific handlers manually), which connects and
stores the IDs.
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/