1 \section{\class{wxStaticBoxSizer
}}\label{wxstaticboxsizer
}
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
7 See also
\helpref{wxSizer
}{wxsizer
},
\helpref{wxStaticBox
}{wxstaticbox
} and
8 \helpref{wxBoxSizer
}{wxboxsizer
}.
10 \wxheading{Derived from
}
12 \helpref{wxBoxSizer
}{wxboxsizer
}\\
13 \helpref{wxSizer
}{wxsizer
}\\
14 \helpref{wxObject
}{wxobject
}
16 \latexignore{\rtfignore{\wxheading{Members
}}}
18 \membersection{wxStaticBoxSizer::wxStaticBoxSizer
}\label{wxstaticboxsizerwxstaticboxsizer
}
20 \func{}{wxStaticBoxSizer
}{\param{wxStaticBox*
}{box
},
\param{int
}{orient
}}
22 Constructor. It takes an associated static box and the orientation
{\it orient
}
23 as parameters - orient can be either of wxVERTICAL or wxHORIZONTAL.
25 \membersection{wxStaticBoxSizer::GetStaticBox
}\label{wxstaticboxsizergetstaticbox
}
27 \func{wxStaticBox*
}{GetStaticBox
}{\void}
29 Returns the static box associated with the sizer.