Re: big bug in GTK-2.4.0



Joerg Anders <j anders informatik tu-chemnitz de> writes:

an element is added to the toolbar. From this moment on the
key press event does no longer arrive the GtkDrawingArea.
This didn't happen in previous Gtk versions.

The "bug" is that the toolbar in 2.4 can get keyboard focus. If you
press tab once, then you move focus to your drawing area and you will
get keybaord events again. 

Use gtk_widget_grab_focus() to make sure keyboard focus is not on the
toolbar on startup.


Søren



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]