]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/sbsizer.tex
ef37faf75c8c7d4b6928691250791b33cd13b6f2
[wxWidgets.git] / docs / latex / wx / sbsizer.tex
1 \section{\class{wxStaticBoxSizer}}\label{wxstaticboxsizer}
2
3 wxStaticBoxSizer is a sizer derived from wxBoxSizer. It is useful for
4 layouts which make use of static boxes in connection with sizers.
5
6 See also \helpref{wxSizer}{wxsizer}, \helpref{wxStaticBox}{wxstaticbox} and
7 \helpref{wxBoxSizer}{wxboxsizer}.
8
9 \wxheading{Derived from}
10
11 \helpref{wxBoxSizer}{wxboxsizer}\\
12 \helpref{wxSizer}{wxsizer}\\
13 \helpref{wxObject}{wxobject}
14
15 \latexignore{\rtfignore{\wxheading{Members}}}
16
17 \membersection{wxStaticBoxSizer::wxStaticBoxSizer}\label{wxstaticboxsizerwxstaticboxsizer}
18
19 \func{}{wxStaticBoxSizer}{\param{wxStaticBox* }{box}, \param{int }{orient}}
20
21 Constructor. It takes an associated static box and the orientation {\it orient}
22 as parameters - orient can be either of wxVERTICAL or wxHORIZONTAL.
23
24 \membersection{wxStaticBoxSizer::GetStaticBox}\label{wxstaticboxsizergetstaticbox}
25
26 \func{wxStaticBox*}{GetStaticBox}{\void}
27
28 Returns the static box associated with the sizer.