1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxValidator
4 // Author: Julian Smart
8 // Copyright: (c) Julian Smart
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 // For compilers that support precompilation, includes "wx.h".
13 #include "wx/wxprec.h"
26 #include "wx/window.h"
29 #include "wx/validate.h"
31 const wxValidator wxDefaultValidator
;
33 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()