]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/validate/validate.h
add SetCharIncludes and SetCharExcludes utilities to wxTextValidator; use iterators...
[wxWidgets.git] / samples / validate / validate.h
index dde69217e4888f3c040711e2ab7b87f2aca0d3e6..9f723097cbbe1292793fc1067360b67f8830fbde 100644 (file)
@@ -62,7 +62,7 @@ public:
     // These data members are designed for transfer to and from
     // controls, via validators. For instance, a text control's
     // transferred value is a string:
-    wxString m_string;
+    wxString m_string, m_string2;
 
     // Listboxes may permit multiple selections, so their state
     // is transferred to an integer-array class.
@@ -103,6 +103,7 @@ enum
     VALIDATE_TOGGLE_BELL,
 
     VALIDATE_TEXT,
+    VALIDATE_TEXT2,
     VALIDATE_LIST,
     VALIDATE_CHECK,
     VALIDATE_COMBO,