StaticBoxSizer is a sizer derived from BoxSizer but adds a static
box around the sizer. This static box has to be created independently or the
sizer may create it itself as a convenience.
The first constructor uses an already existing static box. It takes the
associated static box and the orientation orient, which can be either
VERTICAL
or HORIZONTAL
as parameters.
The second one creates a new static box with the given label and parent window.
Returns the static box associated with the sizer.
[This page automatically generated from the Textile source at 2023-06-13 21:31:38 +0000]