1999-08-13 16:33:19 -04:00
|
|
|
\section{\class{wxStaticBoxSizer}}\label{wxstaticboxsizer}
|
|
|
|
|
1999-08-21 09:54:32 -04:00
|
|
|
wxStaticBoxSizer is a sizer derived from wxBoxSizer but adds a static
|
|
|
|
box around the sizer. Note that this static box has to be created
|
|
|
|
separately.
|
1999-08-13 16:33:19 -04:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
1999-08-19 14:41:41 -04:00
|
|
|
\helpref{wxBoxSizer}{wxboxsizer}\\
|
|
|
|
\helpref{wxSizer}{wxsizer}\\
|
|
|
|
\helpref{wxObject}{wxobject}
|
1999-08-13 16:33:19 -04:00
|
|
|
|
2004-09-23 19:17:12 -04:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/sizer.h>
|
|
|
|
|
2002-01-27 14:58:13 -05:00
|
|
|
\wxheading{See also}
|
|
|
|
|
|
|
|
\helpref{wxSizer}{wxsizer}, \helpref{wxStaticBox}{wxstaticbox}, \helpref{wxBoxSizer}{wxboxsizer}, \helpref{Sizer overview}{sizeroverview}
|
|
|
|
|
1999-08-13 16:33:19 -04:00
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxStaticBoxSizer::wxStaticBoxSizer}\label{wxstaticboxsizerwxstaticboxsizer}
|
|
|
|
|
|
|
|
\func{}{wxStaticBoxSizer}{\param{wxStaticBox* }{box}, \param{int }{orient}}
|
|
|
|
|
2000-07-15 15:51:35 -04:00
|
|
|
Constructor. It takes an associated static box and the orientation {\it orient}
|
1999-08-19 14:41:41 -04:00
|
|
|
as parameters - orient can be either of wxVERTICAL or wxHORIZONTAL.
|
1999-08-13 16:33:19 -04:00
|
|
|
|
|
|
|
\membersection{wxStaticBoxSizer::GetStaticBox}\label{wxstaticboxsizergetstaticbox}
|
|
|
|
|
|
|
|
\func{wxStaticBox*}{GetStaticBox}{\void}
|
|
|
|
|
1999-09-05 15:42:03 -04:00
|
|
|
Returns the static box associated with the sizer.
|
|
|
|
|