git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6275
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#ifndef _WX_CONTROL_H_
#define _WX_CONTROL_H_
#ifndef _WX_CONTROL_H_
#define _WX_CONTROL_H_
+#include "wx/dynarray.h"
+
WXDLLEXPORT_DATA(extern const wxChar*) wxControlNameStr;
// General item class
WXDLLEXPORT_DATA(extern const wxChar*) wxControlNameStr;
// General item class
protected:
// For controls like radiobuttons which are really composite
protected:
// For controls like radiobuttons which are really composite
+ wxArrayLong m_subControls;
virtual wxSize DoGetBestSize() const;
virtual wxSize DoGetBestSize() const;