1999-08-13 20:33:19 +00:00
|
|
|
\section{\class{wxStaticBoxSizer}}\label{wxstaticboxsizer}
|
|
|
|
|
1999-08-21 13:54:32 +00: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 20:33:19 +00:00
|
|
|
|
1999-08-19 18:41:41 +00:00
|
|
|
See also \helpref{wxSizer}{wxsizer}, \helpref{wxStaticBox}{wxstaticbox} and
|
1999-09-05 19:42:03 +00:00
|
|
|
\helpref{wxBoxSizer}{wxboxsizer}.
|
1999-08-13 20:33:19 +00:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
1999-08-19 18:41:41 +00:00
|
|
|
\helpref{wxBoxSizer}{wxboxsizer}\\
|
|
|
|
\helpref{wxSizer}{wxsizer}\\
|
|
|
|
\helpref{wxObject}{wxobject}
|
1999-08-13 20:33:19 +00:00
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxStaticBoxSizer::wxStaticBoxSizer}\label{wxstaticboxsizerwxstaticboxsizer}
|
|
|
|
|
|
|
|
\func{}{wxStaticBoxSizer}{\param{wxStaticBox* }{box}, \param{int }{orient}}
|
|
|
|
|
2000-07-15 19:51:35 +00:00
|
|
|
Constructor. It takes an associated static box and the orientation {\it orient}
|
1999-08-19 18:41:41 +00:00
|
|
|
as parameters - orient can be either of wxVERTICAL or wxHORIZONTAL.
|
1999-08-13 20:33:19 +00:00
|
|
|
|
|
|
|
\membersection{wxStaticBoxSizer::GetStaticBox}\label{wxstaticboxsizergetstaticbox}
|
|
|
|
|
|
|
|
\func{wxStaticBox*}{GetStaticBox}{\void}
|
|
|
|
|
1999-09-05 19:42:03 +00:00
|
|
|
Returns the static box associated with the sizer.
|
|
|
|
|