]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/misc.i
Suboptimal wxColour::CreateByName implementation for wxMotif.
[wxWidgets.git] / wxPython / src / misc.i
index 97e7ffb2cff13fa4474db4b5f68b6204f048fd20..5414d9dfcdc376a237931a4331002bcdeb427d06 100644 (file)
@@ -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,