]>
Commit | Line | Data |
---|---|---|
8fe05782 VZ |
1 | \section{\class{wxStaticBoxSizer}}\label{wxstaticboxsizer} |
2 | ||
9c884972 RR |
3 | wxStaticBoxSizer is a sizer derived from wxBoxSizer. It is useful for |
4 | layouts which make use of static boxes in connection with sizers. | |
8fe05782 | 5 | |
9c884972 RR |
6 | See 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 |
21 | Constructor. It takes an associated static box and the orientation {\it orient} |
22 | as 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 | 28 | Returns the static box associated with the sizer. |