#ifndef WXSGRIDSIZER_H
#define WXSGRIDSIZER_H

#include "../wxsdefsizer.h"

wxsDSDeclareBegin(GridSizer,wxsGridSizerId)
    int Cols;
    int Rows;
    int VGap;
    int HGap;
wxsDSDeclareEnd()

#endif


syntax highlighted by Code2HTML, v. 0.9.1