]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/statbox.tex
2nd attempt at MDI in wxMotif, using wxNotebook this time (still some probs).
[wxWidgets.git] / docs / latex / wx / statbox.tex
index a0698b0f3374a3eef7d66c896fdf1577ee6c5715..d57fbca254440083e170cadecad8b047b2c61c29 100644 (file)
@@ -28,9 +28,9 @@ See also \helpref{window styles overview}{windowstyles}.
 
 Default constructor.
 
-\func{}{wxStaticBox}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
+\func{}{wxStaticBox}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
 \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0}, \param{const wxString\& }{name = ``staticBox"}}
+\param{long}{ style = 0}, \param{const wxString\& }{name = ``staticBox"}}
 
 Constructor, creating and showing a static box.
 
@@ -62,9 +62,9 @@ Destructor, destroying the group box.
 
 \membersection{wxStaticBox::Create}\label{wxstaticboxcreate}
 
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
 \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0}, \param{const wxString\& }{name = ``staticBox"}}
+\param{long}{ style = 0}, \param{const wxString\& }{name = ``staticBox"}}
 
 Creates the static box for two-step construction. See \helpref{wxStaticBox::wxStaticBox}{wxstaticboxconstr}\rtfsp
 for further details.