]>
Commit | Line | Data |
---|---|---|
1 | \section{\class{wxStaticBoxSizer}}\label{wxstaticboxsizer} | |
2 | ||
3 | wxStaticBoxSizer is a sizer derived from wxBoxSizer but adds a static | |
4 | box around the sizer. Note that this static box has to be created | |
5 | separately. | |
6 | ||
7 | See 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 | ||
22 | Constructor. It takes an associated static box and the orientation {\it orient} | |
23 | as parameters - orient can be either of wxVERTICAL or wxHORIZONTAL. | |
24 | ||
25 | \membersection{wxStaticBoxSizer::GetStaticBox}\label{wxstaticboxsizergetstaticbox} | |
26 | ||
27 | \func{wxStaticBox*}{GetStaticBox}{\void} | |
28 | ||
29 | Returns the static box associated with the sizer. | |
30 |