]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/frame.tex
added and documented wxKeyEvent::GetUnicodeKey(); made it work for MSW; added test...
[wxWidgets.git] / docs / latex / wx / frame.tex
index 89e56d46bca4b614b2b8a54c3d472c869be113d4..4ef9bd18f7a1edf6414f67fffe7ed9546c4fc774 100644 (file)
@@ -525,10 +525,10 @@ Note that on some platforms, it is not possible to call this function twice for
 \func{bool}{SetShape}{\param{const wxRegion\&}{ region}}
 
 If the platform supports it, sets the shape of the window to that
-depicted by {\it{region}}.  The system will not display or
+depicted by {\it region}.  The system will not display or
 respond to any mouse event for the pixels that lie outside of the
 region.  To reset the window to the normal rectangular shape simply
-call {\it{SetShape}} again with an empty region.  Returns TRUE if the
+call {\it SetShape} again with an empty region.  Returns TRUE if the
 operation is successful.
 
 \membersection{wxFrame::SetStatusBar}\label{wxframesetstatusbar}