]> git.saurik.com Git - wxWidgets.git/commitdiff
some updates for new methods, constants, etc.
authorRobin Dunn <robin@alldunn.com>
Mon, 7 May 2001 22:30:26 +0000 (22:30 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 7 May 2001 22:30:26 +0000 (22:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/htmlhelp.i

index 1947f066abf5fe4141ae1d4516d267df09cb2b68..e177d5b090f03c6dd11366642607e1987477b81b 100644 (file)
@@ -131,7 +131,7 @@ public:
     wxString FindPageByName(const wxString& page);
     wxString FindPageById(int id);
 
-    // **** this one needs fixed...
+    // TODO: this one needs fixed...
     const wxHtmlBookRecArray& GetBookRecArray();
 
     wxHtmlContentsItem* GetContents();
@@ -163,9 +163,23 @@ public:
 
 //---------------------------------------------------------------------------
 
+
+enum {
+    wxHF_TOOLBAR,
+    wxHF_FLATTOOLBAR,
+    wxHF_CONTENTS,
+    wxHF_INDEX,
+    wxHF_SEARCH,
+    wxHF_BOOKMARKS,
+    wxHF_OPENFILES,
+    wxHF_PRINT,
+    wxHF_DEFAULTSTYLE,
+};
+
+
 class wxHtmlHelpController : public wxEvtHandler {
 public:
-    wxHtmlHelpController();
+    wxHtmlHelpController(int style = wxHF_DEFAULTSTYLE);
     ~wxHtmlHelpController();
 
     void SetTitleFormat(const wxString& format);