Added a sample to the demo that catches various key events and

displays the details of the event.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-08-13 23:12:25 +00:00
parent f09359cf1b
commit 3b86714961
3 changed files with 356 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ _treeList = [
'ScrolledPanel',
'wxMenu',
'wxIEHtmlWin',
'wxKeyEvents',
]),
# managed windows == things with a caption you can close
@@ -116,12 +117,12 @@ _treeList = [
'wxDynamicSashWindow',
'wxEditableListBox',
'wxEditor',
'wxFloatBar',
#'wxFloatBar', deprecated
'wxHtmlWindow',
'wxIEHtmlWin',
'wxLEDNumberCtrl',
'wxMimeTypesManager',
'wxMVCTree',
#'wxMVCTree', deprecated
'wxRightTextCtrl',
'wxStyledTextCtrl_1',
'wxStyledTextCtrl_2',
@@ -146,6 +147,7 @@ _treeList = [
'Threads',
'wxProcess',
'wxTimer',
'wxKeyEvents',
]),
# Clipboard and DnD