// 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);
+ %property(Window, GetWindow, SetWindow, doc="See `GetWindow` and `SetWindow`");
};
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;