include file: wxSizer
Creation parameters:
- orient: may be either of wxVERTICAL or wxHORIZONTAL for creating either a column
sizer or a row sizer.
This is the most common sizer you should use. It is possible to create very
complex sizing relationships between controls by nesting many wxBoxSizers
together.
Parent Topics:
Classes
Sizers