]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/modules/html/htmlhelp.i
it is now possible to add custom buttons into wxHtmlHelpFrame's toolbar
[wxWidgets.git] / utils / wxPython / modules / html / htmlhelp.i
index d14a5eb62b95453f98e1360a6464f82d72a6addf..4b9dffcb4a79177da09496ef2f741bb52ca77fcf 100644 (file)
@@ -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);
 };
 
 //---------------------------------------------------------------------------