Fixed wxMSW arrow key bug, changed wxPoem window to a wxWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5,6 +5,10 @@ It contains minimal extra functionality over and above its parent class wxWindow
|
||||
purpose is to be similar in appearance and functionality to a dialog, but with the flexibility of
|
||||
having any window as a parent.
|
||||
|
||||
{\it Note:} if not all characters are being intercepted by your OnKeyDown or OnChar handler,
|
||||
it may be because you are using the wxTAB\_TRAVERSAL style, which grabs some keypresses for use
|
||||
by child controls.
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
||||
\helpref{wxWindow}{wxwindow}\\
|
||||
|
Reference in New Issue
Block a user