Re: [pygtk] libglade.XML.signal_autoconnect() problems

2003-10-22 Thread Igor Stroh
On Fri, 2003-09-26 at 15:32, Christian Reis wrote: > On Mon, Sep 15, 2003 at 01:19:21PM +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? > > http://www.async.com.br

Re: [pygtk] libglade.XML.signal_autoconnect() problems

2003-09-26 Thread Christian Reis
On Mon, Sep 15, 2003 at 01:19:21PM +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? http://www.async.com.br/faq/pygtk/index.py?req=show&file=faq22.008.htp Take care, --

[pygtk] libglade.XML.signal_autoconnect() problems

2003-09-24 Thread Igor Stroh
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 sign

Re: [pygtk] libglade.XML.signal_autoconnect() problems

2003-09-17 Thread Christian Reis
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

[pygtk] libglade.XML.signal_autoconnect() problems

2003-09-15 Thread Igor Stroh
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 sign