]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpctrl.h
Start/EndDrawingOnTop are still used under Motif, don't deprecate them
[wxWidgets.git] / include / wx / html / helpctrl.h
index bb7e1e21265c6f0192a0f67fc4e76d89b3330ac5..a82c411e5329929bac61ead4242d99de81c58b94 100644 (file)
 
 #include "wx/defs.h"
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "helpctrl.h"
-#endif
-
 #if wxUSE_WXHTML_HELP
 
 #include "wx/helpbase.h"
@@ -30,7 +26,7 @@ class WXDLLIMPEXP_HTML wxHtmlHelpController : public wxHelpControllerBase // wxE
     DECLARE_DYNAMIC_CLASS(wxHtmlHelpController)
 
 public:
-    wxHtmlHelpController(int style = wxHF_DEFAULT_STYLE);
+    wxHtmlHelpController(int style = wxHF_DEFAULT_STYLE, wxWindow* parentWindow = NULL);
     virtual ~wxHtmlHelpController();
 
     void SetTitleFormat(const wxString& format);