Re: [pygtk] leave_notify event?

2001-10-25 Thread george young
On Thu, 25 Oct 2001 16:20:40 -0200 (BRST) Christian Robottom Reis <[EMAIL PROTECTED]> wrote: > On Thu, 25 Oct 2001, george young wrote: > > >I have some text and entry widgets, and when the user changes the > > >value in one of them and moves on to another widget in the GUI, > > Yes, thank you.

Re: [pygtk] leave_notify event?

2001-10-25 Thread Christian Robottom Reis
On Thu, 25 Oct 2001, george young wrote: > Yes, thank you. The focus_out_event is much more what I want. > I still get two of these events when the focus leaves the widget, > and the event objects seem to be nearly indistinguishable. Any idea why I get > this event twice? The callback shows di

Re: [pygtk] leave_notify event?

2001-10-25 Thread george young
On Thu, 25 Oct 2001 12:13:52 +1000 James Henstridge <[EMAIL PROTECTED]> wrote: > george young wrote: > >[pygtk-0.6.6, gtk+-1.2.7, python 2.1, i86 linux 2.2.16] > > > >I have some text and entry widgets, and when the user changes the > >value in one of them and moves on to another widget in the GUI

Re: [pygtk] leave_notify event?

2001-10-24 Thread Christian Robottom Reis
On Thu, 25 Oct 2001, James Henstridge wrote: > >I have some text and entry widgets, and when the user changes the > >value in one of them and moves on to another widget in the GUI, > >I need to grab the changes and put them in the database. I have a Form widget I am cooking that will do exactly

Re: [pygtk] leave_notify event?

2001-10-24 Thread James Henstridge
george young wrote: >[pygtk-0.6.6, gtk+-1.2.7, python 2.1, i86 linux 2.2.16] > >I have some text and entry widgets, and when the user changes the >value in one of them and moves on to another widget in the GUI, >I need to grab the changes and put them in the database. > >I've tried: >self.co

[pygtk] leave_notify event?

2001-10-24 Thread george young
[pygtk-0.6.6, gtk+-1.2.7, python 2.1, i86 linux 2.2.16] I have some text and entry widgets, and when the user changes the value in one of them and moves on to another widget in the GUI, I need to grab the changes and put them in the database. I've tried: self.comment_text.connect('leave_not