back to gui 

wxFlexGridSizer

generated from ../src/mod_gui/misc/flexgrid.cpp

A 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.



SourceForge.net Logo Support This Project

Table of Contents

Prototype

wxGridSizer

Constructor

wxFlexGridSizer


Design downloaded from Zeroweb.org: Free website templates, layouts, and tools.