]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_validator.i
some test code
[wxWidgets.git] / wxPython / src / _validator.i
index e68789f9e96d02102695601b70d93465fa518f8f..1d36c338dec4dad714f19e6f7bb698128041549b 100644 (file)
@@ -61,7 +61,7 @@ public:
     // validators beep by default if invalid key is pressed, these functions
     // allow to change it
     static bool IsSilent();
-    static void SetBellOnError(int doIt = True);
+    static void SetBellOnError(int doIt = true);
 
 };
 
@@ -83,13 +83,12 @@ public:
         self._setOORInfo(self)"
     wxPyValidator();
 
-    void _setCallbackInfo(PyObject* self, PyObject* _class, int incref=True);
+    void _setCallbackInfo(PyObject* self, PyObject* _class, int incref=true);
 };
 
 
 
 %immutable;
-// See also wxPy_ReinitStockObjects in helpers.cpp
 const wxValidator wxDefaultValidator;
 %mutable;