X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..7c4eef7a75398aab1285e3ad2971c59ea3130293:/docs/latex/wx/panel.tex diff --git a/docs/latex/wx/panel.tex b/docs/latex/wx/panel.tex index 3d4d514fab..ac46c67323 100644 --- a/docs/latex/wx/panel.tex +++ b/docs/latex/wx/panel.tex @@ -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}\\