]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_validator.i
More adjustments to aliases
[wxWidgets.git] / wxPython / src / _validator.i
index f04eb83383de204964aba7c9efb2b83faa9356a7..10da1778a52ff7264bbe8453792aad88b254418a 100644 (file)
@@ -56,7 +56,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);
 
 };
 
@@ -78,7 +78,7 @@ public:
         self._setOORInfo(self)"
     wxPyValidator();
 
-    void _setCallbackInfo(PyObject* self, PyObject* _class, int incref=TRUE);
+    void _setCallbackInfo(PyObject* self, PyObject* _class, int incref=True);
 };