]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/sbsizer.tex
SetTitle method (internal use only) changed to virtual OnSetTitle, added GetOpenedPag...
[wxWidgets.git] / docs / latex / wx / sbsizer.tex
... / ...
CommitLineData
1\section{\class{wxStaticBoxSizer}}\label{wxstaticboxsizer}
2
3wxStaticBoxSizer is a sizer derived from wxBoxSizer but adds a static
4box around the sizer. Note that this static box has to be created
5separately.
6
7See also \helpref{wxSizer}{wxsizer}, \helpref{wxStaticBox}{wxstaticbox} and
8 \helpref{wxBoxSizer}{wxboxsizer}.
9
10\wxheading{Derived from}
11
12\helpref{wxBoxSizer}{wxboxsizer}\\
13\helpref{wxSizer}{wxsizer}\\
14\helpref{wxObject}{wxobject}
15
16\latexignore{\rtfignore{\wxheading{Members}}}
17
18\membersection{wxStaticBoxSizer::wxStaticBoxSizer}\label{wxstaticboxsizerwxstaticboxsizer}
19
20\func{}{wxStaticBoxSizer}{\param{wxStaticBox* }{box}, \param{int }{orient}}
21
22Constructor. It takes an associated static box and the orientation {\it orient}
23as parameters - orient can be either of wxVERTICAL or wxHORIZONTAL.
24
25\membersection{wxStaticBoxSizer::GetStaticBox}\label{wxstaticboxsizergetstaticbox}
26
27\func{wxStaticBox*}{GetStaticBox}{\void}
28
29Returns the static box associated with the sizer.
30