wxFlexGridSizer
generated from ../src/mod_gui/misc/flexgrid.cppA flex grid sizer is a sizer which lays out its children in a two-dimensional table with all table fields in one row having the same height and all fields in one column having the same width.
Constants
Constructor
wxFlexGridSizer
wxFlexGridSizer(Rows,
Cols,
Vgap,
Hgap)
| Name | Type | Default | Description |
|---|---|---|---|
| Rows | The number of rows. | ||
| Cols | The number of columns. | ||
| Vgap | The space between the columns | ||
| Hgap | The space between the rows |
wxFlexGridSizer(Cols,
Vgap = 0,
Hgap = 0)
| Name | Type | Default | Description |
|---|---|---|---|
| Cols | The number of columns. | ||
| Vgap | Integer | 0 | The space between the columns |
| Hgap | Integer | 0 | The space between the rows |
Constructs a new wxFlexGridSizer object.
© 2002 - 2007 Franky Braem.