#ifndef _WX_CONTROL_H_
#define _WX_CONTROL_H_
+#include "wx/dynarray.h"
+
WXDLLEXPORT_DATA(extern const wxChar*) wxControlNameStr;
// General item class
protected:
// For controls like radiobuttons which are really composite
- wxList m_subControls;
+ wxArrayLong m_subControls;
virtual wxSize DoGetBestSize() const;