git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-08-10 22:39:00 +00:00
parent 276f883f7a
commit 0d2f3b9d7b
2 changed files with 41 additions and 19 deletions

View File

@@ -555,6 +555,12 @@ its directory. Please also see the @ref overview_i18n.
@sampleabout{wxKeyEvent}
This sample can be used to interactively test the events produced by pressing
various keyboard keys. It also shows the interaction between accelerators and
the normal keyboard events (which are overridden by any defined accelerators)
and finally allows to test that not skipping an event in EVT_KEY_DOWN handler
suppresses the subsequent EVT_CHAR event.
@sampledir{keyboard}
@section page_samples_layout Layout Sample