class WXDLLEXPORT wxControlBase : public wxWindow
{
public:
+ wxControlBase() { }
+
virtual ~wxControlBase();
// Create() function adds the validator parameter
// initialize the common fields of wxCommandEvent
void InitCommandEvent(wxCommandEvent& event) const;
+
+ DECLARE_NO_COPY_CLASS(wxControlBase)
};
// ----------------------------------------------------------------------------