X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..2b556e9adf01a107dbe78226c0f289f9ba24b575:/docs/latex/wx/statbox.tex diff --git a/docs/latex/wx/statbox.tex b/docs/latex/wx/statbox.tex index a0698b0f33..d57fbca254 100644 --- a/docs/latex/wx/statbox.tex +++ b/docs/latex/wx/statbox.tex @@ -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.