Re: Focus behaviour on widget derived from a gtkentry

2011-12-07 Thread jcupitt
On 7 December 2011 09:16, Geert Janssens wrote: > I am now having problems to set the focus on this widget programmatically. In > this particular use case, the widget is added to a GtkAssistant, and during > the prepare of the page showing this widget, I call a gtk_widget_grab_focus on > it. This

Focus behaviour on widget derived from a gtkentry

2011-12-07 Thread Geert Janssens
Hi, I've been banging my head against the wall for some time now on this problem: I have a widget that is derived from a GtkEntry. The derived widget basically does some additional validation checks during text entry, nothing more really. If you like to see the complete code, you can browse it he