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 > dialog box. The problem is I get an GtkWarning and GtkError: >> ...
Check the "focus-out-event" signal handler prototype http://library.gnome.org/devel/gtk/stable/GtkWidget.html#GtkWidget-focus-out-event *including the return value*, you must return FALSE if you want the default handler to run. Yeti -- http://gwyddion.net/ _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list