]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpfrm.h
removed the SetMargins call
[wxWidgets.git] / include / wx / html / helpfrm.h
index d8c4e83b1330e2d865b98d19210b0ad1b1b882a9..42562e92ec5d73473fd19f964f9ece9955a3402c 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/defs.h"
 
-#if wxUSE_HTML
+#if wxUSE_WXHTML_HELP
 
 #include "wx/html/helpdata.h"
 #include "wx/window.h"
@@ -33,6 +33,7 @@
 #include "wx/stattext.h"
 #include "wx/html/htmlwin.h"
 #include "wx/html/htmprint.h"
+class WXDLLEXPORT wxButton;
 
 
 // style flags for the Help Frame
@@ -179,7 +180,8 @@ protected:
     // below are various pointers to GUI components
     wxHtmlWindow *m_HtmlWin;
     wxSplitterWindow *m_Splitter;
-    wxNotebook *m_NavigPan;
+    wxPanel *m_NavigPan;
+    wxNotebook *m_NavigNotebook;
     wxTreeCtrl *m_ContentsBox;
     wxTextCtrl *m_IndexText;
     wxButton *m_IndexButton;
@@ -218,12 +220,12 @@ protected:
 #endif
     wxHashTable *m_PagesHash;
     wxHelpControllerBase* m_helpController;
-    
+
     int m_hfStyle;
 
     DECLARE_EVENT_TABLE()
 };
 
-#endif // wxUSE_HTML
+#endif // wxUSE_WXHTML_HELP
 
 #endif