class wxControl : public wxControlBase
{
- DECLARE_DYNAMIC_CLASS(wxControl)
-
public:
wxControl();
wxControl( wxWindow *parent,
protected:
wxString m_label;
char m_chAccel; // enabled to avoid breaking binary compatibility later on
+
+private:
+ DECLARE_DYNAMIC_CLASS(wxControl)
};
#endif // __GTKCONTROLH__