#ifndef STATICBOXSIZER_H #define STATICBOXSIZER_H #include "../wxsdefsizer.h" wxsDSDeclareBegin(StaticBoxSizer,wxsStaticBoxSizerId) int Orient; wxString Label; wxsDSDeclareEnd() #endif