X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd116e73f0ad388e169676ec79cf176699956e7d..360be3c012c0641999ed55247a3b62ab830008c4:/wxPython/src/misc.i diff --git a/wxPython/src/misc.i b/wxPython/src/misc.i index 97e7ffb2cf..5414d9dfcd 100644 --- a/wxPython/src/misc.i +++ b/wxPython/src/misc.i @@ -69,6 +69,9 @@ public: void SetWidth(long w); void SetHeight(long h); + void IncTo(const wxSize& sz); + void DecTo(const wxSize& sz); + %addmethods { PyObject* asTuple() { wxPyBeginBlockThreads(); @@ -584,6 +587,8 @@ unsigned long wxGetProcessId(); // When wxApp gets the virtual method magic then enable this. // bool wxHandleFatalExceptions(bool doIt = TRUE); +void wxTrap(); + //---------------------------------------------------------------------- enum wxEdge { wxLeft, wxTop, wxRight, wxBottom, wxWidth, wxHeight,