Re: focus change by key press



Don't quote me on this, but I think your key_press signal handler needs to
return FALSE, to indicate that no more processing needs to be done for the
key that was pressed. (This is assuming that the key_press that was just
captured was handled by your function).

Pavel Parizek said:
Hello everyone.

I'm writing gtk app and I have met little problem. I have some button and
gtkglarea in main app window. I have also defined signal handlers for key
press events and connected them to main app window. Whenever user press
some arrow key, signal handler is called and requested action is
performed. But the focus of button change as well - I mean that the focus
moves to another button in the row.
I have searched archive for some info on this problem but I wasn't
successful.
Thanks in advance for any help

Pavel P.

--
homepage: http://www.ms.mff.cuni.cz/~parip0am
ICQ: 60382411


_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list






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