type_info for our wxPyTreeCtrl instead.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40094
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int GetPageParent(size_t pos) const;
// the tree control we use for showing the pages index tree
- wxTreeCtrl* GetTreeCtrl() const;
+ wxPyTreeCtrl* GetTreeCtrl() const;
};
};
+%{
+ typedef wxTreeCtrl wxPyTreeCtrl;
+%}
MustHaveApp(wxHtmlHelpWindow);
wxHtmlHelpFrameCfg& GetCfgData();
// Gets the tree control
- wxTreeCtrl *GetTreeCtrl() const;
+ wxPyTreeCtrl *GetTreeCtrl() const;
};