wxBoxSizer
generated from ../src/mod_gui/misc/boxsizer.cppThe basic idea behind a box sizer is that windows will most often be laid out in rather simple basic geometry, typically in a row or a column or several hierarchies of either.
Constants
Constructor
wxBoxSizer
wxBoxSizer(orientation)
| Name | Type | Default | Description |
|---|---|---|---|
| orientation | Integer | Orientation VERTICAL or HORIZONTAL for creating either a column or row sizer. See wxOrientation |
Creates a new wxBoxSizer object
Properties
| Name | Type | Description |
|---|---|---|
orientation ![]() |
Integer | Gets the orientation. See wxOrientation |

© 2002 - 2007 Franky Braem.