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:
Julian Smart
1999-02-26 18:04:12 +00:00
parent 532372a31c
commit b23386b266
10 changed files with 35 additions and 21 deletions

View File

@@ -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}\\