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
This commit is contained in:
@@ -394,6 +394,7 @@ All (GUI):
|
||||
- Added long version field to wxAboutDialogInfo (Jeff Tupper).
|
||||
- Added wxWindow::CanScroll() behaving like the old HasScrollbar() and made
|
||||
HasScrollbar() really check for the scrollbar existence.
|
||||
- Added wxKeyEvent::IsKeyInCategory() (Jeff Tupper).
|
||||
|
||||
GTK:
|
||||
|
||||
|
Reference in New Issue
Block a user