]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_notebook.i
Add wx.Rect.InsideRect
[wxWidgets.git] / wxPython / src / _notebook.i
index 39bf218ea095c0842a06bb747be897ea77e0b246..e654aa9ffa922d960be3b14805e823c1e691fa7d 100644 (file)
@@ -529,7 +529,7 @@ public:
     int GetPageParent(size_t pos) const;
 
     // the tree control we use for showing the pages index tree
-    wxTreeCtrl* GetTreeCtrl() const;
+    wxPyTreeCtrl* GetTreeCtrl() const;
 
 };