focus-out-event and GtkEntry

2007-09-06 Thread Zvi Sebrow
I need to check data a user inputs on one of numerous GtkEntry's on window, and I need to handle the situation when the entry loses focus (by TABing out of the field, or by mouse control. When I encouter bad input, I bring up a dialog box. The problem is I get an GtkWarning and GtkError: the

Re: focus-out-event and GtkEntry

2007-09-06 Thread Yeti
On Thu, Sep 06, 2007 at 02:49:12PM -0400, Zvi Sebrow wrote: I need to check data a user inputs on one of numerous GtkEntry's on window, and I need to handle the situation when the entry loses focus (by TABing out of the field, or by mouse control. When I encouter bad input, I bring up a

Re: focus-out-event and GtkEntry

2007-09-06 Thread Zvi Sebrow
06, 2007 2:49 PM Subject: Re: focus-out-event and GtkEntry On Thu, Sep 06, 2007 at 02:49:12PM -0400, Zvi Sebrow wrote: I need to check data a user inputs on one of numerous GtkEntry's on window, and I need to handle the situation when the entry loses focus (by TABing out of the field