X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee77681f4ec8794345b59b8ea3e4748283373ab1..6ec59a2bf91002b18e5d2e7f7d77ea9ffeb8e43b:/wxPython/src/html.i diff --git a/wxPython/src/html.i b/wxPython/src/html.i index 7b36eca332..3212eb0620 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -954,7 +954,7 @@ public: // Set HTML page and display it. !! source is HTML document itself, // it is NOT address/filename of HTML document. If you want to - // specify document location, use LoadPage() istead + // specify document location, use LoadPage() instead // Return value : False if an error occurred, True otherwise bool SetPage(const wxString& source); @@ -1373,6 +1373,9 @@ enum { }; +%{ + typedef wxTreeCtrl wxPyTreeCtrl; +%} MustHaveApp(wxHtmlHelpWindow); @@ -1464,7 +1467,7 @@ public: wxHtmlHelpFrameCfg& GetCfgData(); // Gets the tree control - wxTreeCtrl *GetTreeCtrl() const; + wxPyTreeCtrl *GetTreeCtrl() const; };