// contains the last id generated by NewControlId
static int ms_lastControlId;
- // no copy ctor/assignment operator
- wxWindowBase(const wxWindowBase&);
- wxWindowBase& operator=(const wxWindowBase&);
-
+ DECLARE_NO_COPY_CLASS(wxWindowBase);
DECLARE_EVENT_TABLE()
};