]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls2.i
More fixes and updates
[wxWidgets.git] / wxPython / src / controls2.i
index 12990e015cd4dfd32562575634d5185cf1b5ee86..a4ff7294a993be8ace2e72f9c1a78b526a5af899 100644 (file)
@@ -1234,6 +1234,7 @@ public:
 
 #ifdef __WXMSW__
     void SetItemDropHighlight(const wxTreeItemId& item, int highlight = TRUE);
+#endif
 
     //bool GetBoundingRect(const wxTreeItemId& item, wxRect& rect, int textOnly = FALSE)
     %addmethods {
@@ -1252,7 +1253,7 @@ public:
             }
         }
     }
-#endif
+
 
 %pragma(python) addtoclass = "
     # Redefine some methods that SWIG gets a bit confused on...
@@ -1272,6 +1273,9 @@ public:
         val1.thisown = 1
         return (val1,val2)
 "
+
+    // This seems pretty bogus, but is currently needed for SplitTree
+    void OnPaint(wxPaintEvent& event);
 };