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 // VZ: personally, I think TRUE would be more appropriate - these bells are
37 bool wxValidator::ms_isSilent
= FALSE
;
39 wxValidator::wxValidator()
41 m_validatorWindow
= (wxWindow
*) NULL
;
44 wxValidator::~wxValidator()