]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/html.i
Add wx.menuBar.UpdateMenus
[wxWidgets.git] / wxPython / src / html.i
index f272833ff8fa752a877653a0dc1311b6cfa55b3d..3212eb0620fd2d73904039c03f98f9bc34f15dcc 100644 (file)
@@ -1373,6 +1373,9 @@ enum {
 };
 
 
 };
 
 
+%{
+    typedef wxTreeCtrl wxPyTreeCtrl;
+%}
 
 MustHaveApp(wxHtmlHelpWindow);
 
 
 MustHaveApp(wxHtmlHelpWindow);
 
@@ -1464,7 +1467,7 @@ public:
     wxHtmlHelpFrameCfg& GetCfgData();
 
     // Gets the tree control
     wxHtmlHelpFrameCfg& GetCfgData();
 
     // Gets the tree control
-    wxTreeCtrl *GetTreeCtrl() const;
+    wxPyTreeCtrl *GetTreeCtrl() const;
 
 };
 
 
 };