]> git.saurik.com Git - wxWidgets.git/commit
Added wxKeyEvent::IsKeyInCategory() method.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Aug 2009 00:32:17 +0000 (00:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 23 Aug 2009 00:32:17 +0000 (00:32 +0000)
commit7a34307e2463bca44f128e28b70e1df4f626e8f8
treeca0346aaf2563249d1c24d63655f87d64a8a0301
parent2e4d0e91bf92fb9b6f7c8382dcbcd763a89ca9f1
Added wxKeyEvent::IsKeyInCategory() method.

This allows to test whether a given key belongs to the category of e.g. arrow
keys or navigation keys in a more concise and more readable manner.

Closes #10268.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/event.h
interface/wx/event.h
src/common/event.cpp
src/osx/textctrl_osx.cpp
src/richtext/richtextctrl.cpp