]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/sbsizer.tex
Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detach/ in most places.
[wxWidgets.git] / docs / latex / wx / sbsizer.tex
CommitLineData
8fe05782
VZ
1\section{\class{wxStaticBoxSizer}}\label{wxstaticboxsizer}
2
4130b487
RR
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.
8fe05782 6
8fe05782
VZ
7\wxheading{Derived from}
8
9c884972
RR
9\helpref{wxBoxSizer}{wxboxsizer}\\
10\helpref{wxSizer}{wxsizer}\\
11\helpref{wxObject}{wxobject}
8fe05782 12
1c0c339c
JS
13\wxheading{See also}
14
15\helpref{wxSizer}{wxsizer}, \helpref{wxStaticBox}{wxstaticbox}, \helpref{wxBoxSizer}{wxboxsizer}, \helpref{Sizer overview}{sizeroverview}
16
8fe05782
VZ
17\latexignore{\rtfignore{\wxheading{Members}}}
18
8fe05782
VZ
19\membersection{wxStaticBoxSizer::wxStaticBoxSizer}\label{wxstaticboxsizerwxstaticboxsizer}
20
21\func{}{wxStaticBoxSizer}{\param{wxStaticBox* }{box}, \param{int }{orient}}
22
f6bcfd97 23Constructor. It takes an associated static box and the orientation {\it orient}
9c884972 24as parameters - orient can be either of wxVERTICAL or wxHORIZONTAL.
8fe05782
VZ
25
26\membersection{wxStaticBoxSizer::GetStaticBox}\label{wxstaticboxsizergetstaticbox}
27
28\func{wxStaticBox*}{GetStaticBox}{\void}
29
7e9a386e
JS
30Returns the static box associated with the sizer.
31