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