]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpctrl.h
1. added range checks in wxGridStringTable
[wxWidgets.git] / include / wx / html / helpctrl.h
index 8ea6bf5ad2b41dfe43b1e042d9fe1fd7189c2e78..9263ab6026aaa63f00f584ddaeeee8bc8df6506e 100644 (file)
@@ -54,13 +54,8 @@ class WXDLLEXPORT wxHtmlHelpController : public wxEvtHandler
             CreateHelpWindow(); return m_helpFrame->KeywordSearch(keyword);
         }
         wxHtmlHelpFrame* GetFrame() { return m_helpFrame; }
-        void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString)
-        {
-            m_Config = config;
-            m_ConfigRoot = rootpath;
-            if (m_helpFrame) m_helpFrame -> UseConfig(config, rootpath);
-            ReadCustomization(config, rootpath);
-        }
+        void UseConfig(wxConfigBase *config, const wxString& rootpath = wxEmptyString);
+       
         // Assigns config object to the Ctrl. This config is then
         // used in subsequent calls to Read/WriteCustomization of both help
         // Ctrl and it's wxHtmlWindow