]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/frame.tex
corrected the example of wxMessageBox() usage
[wxWidgets.git] / docs / latex / wx / frame.tex
index 2e130b44e14467a2725e81e252abb6d3a8dd06be..c42b8db335fd32ab76293c11db9acad1addd7ccf 100644 (file)
@@ -512,10 +512,10 @@ menu bar and its menus will be destroyed also, so do not delete the menu
 bar explicitly (except by resetting the frame's menu bar to another
 frame or NULL).
 
 bar explicitly (except by resetting the frame's menu bar to another
 frame or NULL).
 
-Under Windows, a call to \helpref{wxFrame::OnSize}{wxframeonsize} is generated, so be sure to initialize
+Under Windows, a size event is generated, so be sure to initialize
 data members properly before calling {\bf SetMenuBar}.
 
 data members properly before calling {\bf SetMenuBar}.
 
-Note that it is not possible to call this function twice for the same frame object.
+Note that on some platforms, it is not possible to call this function twice for the same frame object.
 
 \wxheading{See also}
 
 
 \wxheading{See also}
 
@@ -523,7 +523,7 @@ Note that it is not possible to call this function twice for the same frame obje
 
 \membersection{wxFrame::SetShape}\label{wxframesetshape}
 
 
 \membersection{wxFrame::SetShape}\label{wxframesetshape}
 
-\func{bool}{SetShape}{\param{const wxRegion&}{ region}}
+\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
 
 If the platform supports it, sets the shape of the window to that
 depicted by \it{region}.  The system will not display or