git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37348
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
_T("No window associated with validator") );
wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,
_T("wxTextValidator is only for wxTextCtrl's") );
_T("No window associated with validator") );
wxCHECK_MSG( m_validatorWindow->IsKindOf(CLASSINFO(wxTextCtrl)), false,
_T("wxTextValidator is only for wxTextCtrl's") );
- wxCHECK_MSG( m_stringValue, false,
- _T("No variable storage for validator") );