1 \section{\class{wxStaticBoxSizer
}}\label{wxstaticboxsizer
}
3 wxStaticBoxSizer is a sizer derived from wxBoxSizer. It is useful for
4 layouts which make use of static boxes in connection with sizers.
6 See also
\helpref{wxSizer
}{wxsizer
},
\helpref{wxStaticBox
}{wxstaticbox
} and
7 \helpref{wxBoxSizer
}{wxboxsizer
}.
9 \wxheading{Derived from
}
11 \helpref{wxBoxSizer
}{wxboxsizer
}\\
12 \helpref{wxSizer
}{wxsizer
}\\
13 \helpref{wxObject
}{wxobject
}
15 \latexignore{\rtfignore{\wxheading{Members
}}}
17 \membersection{wxStaticBoxSizer::wxStaticBoxSizer
}\label{wxstaticboxsizerwxstaticboxsizer
}
19 \func{}{wxStaticBoxSizer
}{\param{wxStaticBox*
}{box
},
\param{int
}{orient
}}
21 Constructor. It takes an associated static box and the orientation
{\it orient
}
22 as parameters - orient can be either of wxVERTICAL or wxHORIZONTAL.
24 \membersection{wxStaticBoxSizer::GetStaticBox
}\label{wxstaticboxsizergetstaticbox
}
26 \func{wxStaticBox*
}{GetStaticBox
}{\void}
28 Returns the static box associated with the sizer.