1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxValidator
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart and Markus Holzem
9 // Licence: wxWindows license
10 /////////////////////////////////////////////////////////////////////////////
13 #pragma implementation "validate.h"
16 // For compilers that support precompilation, includes "wx.h".
17 #include "wx/wxprec.h"
27 #include "wx/validate.h"
29 const wxValidator wxDefaultValidator
;
31 #if !USE_SHARED_LIBRARY
32 IMPLEMENT_DYNAMIC_CLASS(wxValidator
, wxEvtHandler
)
35 wxValidator::wxValidator(void)
37 m_validatorWindow
= (wxWindow
*) NULL
;
40 wxValidator::~wxValidator()