Searched refs:wxIsAlpha (Results 1 – 4 of 4) sorted by relevance
78 static bool wxIsAlpha(const wxString& val) in wxIsAlpha() function137 else if ( (m_validatorStyle & wxFILTER_ALPHA) && !wxIsAlpha(val) ) in Validate()