]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/valtext.h
removed redundant code
[wxWidgets.git] / include / wx / valtext.h
index 01e0e6d9111d1c4acd7ec98fc4f59bafdbf14d65..0d986f0270de6f712850f03e202638001710811d 100644 (file)
@@ -29,6 +29,8 @@
 #define wxFILTER_NUMERIC        0x0008
 #define wxFILTER_INCLUDE_LIST   0x0010
 #define wxFILTER_EXCLUDE_LIST   0x0020
+#define wxFILTER_INCLUDE_CHAR_LIST 0x0040
+#define wxFILTER_EXCLUDE_CHAR_LIST 0x0080
 
 class WXDLLEXPORT wxTextValidator: public wxValidator
 {
@@ -70,6 +72,9 @@ public:
     // Filter keystrokes
     void OnChar(wxKeyEvent& event);
 
+    bool IsInCharIncludeList(const wxString& val);
+    bool IsNotInCharExcludeList(const wxString& val);
+
 DECLARE_EVENT_TABLE()
 
 protected: