#ifndef WXSGRIDSIZER_H #define WXSGRIDSIZER_H #include "../wxsdefsizer.h" wxsDSDeclareBegin(GridSizer,wxsGridSizerId) int Cols; int Rows; int VGap; int HGap; wxsDSDeclareEnd() #endif