X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc2f8a65c0675433c73500558d7792afab4b81e2..b854b7b82e033d1dbd9d300402df50ec5e1e8b74:/utils/wxPython/modules/html/htmlhelp.i diff --git a/utils/wxPython/modules/html/htmlhelp.i b/utils/wxPython/modules/html/htmlhelp.i index d14a5eb62b..4b9dffcb4a 100644 --- a/utils/wxPython/modules/html/htmlhelp.i +++ b/utils/wxPython/modules/html/htmlhelp.i @@ -155,10 +155,6 @@ public: void DisplayContents(); void DisplayIndex(); bool KeywordSearch(const wxString& keyword); - void RefreshLists(int show_progress = FALSE); - void CreateContents(int show_progress = FALSE); - void CreateIndex(int show_progress = FALSE); - void CreateSearch(); void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString); void ReadCustomization(wxConfigBase *cfg, wxString path = wxEmptyString); void WriteCustomization(wxConfigBase *cfg, wxString path = wxEmptyString); @@ -184,7 +180,6 @@ public: void ReadCustomization(wxConfigBase *cfg, wxString path = wxEmptyString); void WriteCustomization(wxConfigBase *cfg, wxString path = wxEmptyString); wxHtmlHelpFrame* GetFrame(); - void CreateHelpWindow(int show_progress = FALSE); }; //---------------------------------------------------------------------------