]> 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 41a5185516b6f851c4e731230271703aeca11d3d..4b9dffcb4a79177da09496ef2f741bb52ca77fcf 100644 (file)
@@ -53,7 +53,10 @@ enum {
     wxID_HTML_SEARCHPAGE,
     wxID_HTML_SEARCHTEXT,
     wxID_HTML_SEARCHLIST,
-    wxID_HTML_SEARCHBUTTON
+    wxID_HTML_SEARCHBUTTON,
+    wxID_HTML_SEARCHCHOICE,
+    wxID_HTML_HELPFRAME
+
 };
 
 //---------------------------------------------------------------------------
@@ -66,8 +69,6 @@ public:
     long x, y, w, h;
     long sashpos;
     bool navig_on;
-    int style;
-    wxString titleformat;
 };
 
 
@@ -154,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);
@@ -183,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);
 };
 
 //---------------------------------------------------------------------------