wxGridSizer
generated from ../src/mod_gui/misc/gridszr.cppA grid sizer is a sizer which lays out its children in a two-dimensional table with all table fields having the same size, i.e. the width of each field is the width of the widest child, the height of each field is the height of the tallest child.
Constants
Constructor
wxGridSizer
wxGridSizer(Rows,
Cols,
Vgap,
Hgap)
| Name | Type | Default | Description |
|---|---|---|---|
| Rows | Integer | The number of rows. | |
| Cols | Integer | The number of columns. | |
| Vgap | Integer | The space between the columns | |
| Hgap | Integer | The space between the rows |
wxGridSizer(Cols,
Vgap,
Hgap)
| Name | Type | Default | Description |
|---|---|---|---|
| Cols | Integer | The number of columns. | |
| Vgap | Integer | The space between the columns | |
| Hgap | Integer | The space between the rows |
Constructs a new wxGridSizer object.
© 2002 - 2007 Franky Braem.