back to gui 

wxGridSizer

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

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



SourceForge.net Logo Support This Project

Table of Contents

Prototype

wxSizer

Constructor

wxGridSizer


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