#pragma implementation "checkbox.h"
#endif
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
#ifdef __VMS
#define XtDisplay XTDISPLAY
#endif
IMPLEMENT_DYNAMIC_CLASS(wxCheckBox, wxControl)
-wxCheckBoxBase::wxCheckBoxBase()
-{
-}
-
// Single check box item
bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,
const wxPoint& pos,