]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/helpfrm.h
Made wxWindow::HasScrollbar() do what it says.
[wxWidgets.git] / interface / wx / html / helpfrm.h
index 68153b12b29bc3bca9ef8cdd8414b064350a168a..0f298b0d7fdee5a9d90bda546f03f25c7f89f972 100644 (file)
@@ -56,14 +56,6 @@ public:
     */
     wxHtmlHelpController* GetController() const;
 
-    /**
-        Reads the user's settings for this frame.
-
-        @see wxHtmlHelpController::ReadCustomization
-    */
-    void ReadCustomization(wxConfigBase* cfg,
-                           const wxString& path = wxEmptyString);
-
     /**
         Sets the help controller associated with the frame.
     */
@@ -75,13 +67,5 @@ public:
         @a format must contain exactly one "%s" (it will be replaced by the page title).
     */
     void SetTitleFormat(const wxString& format);
-
-    /**
-        Saves the user's settings for this frame.
-
-        @see wxHtmlHelpController::WriteCustomization
-    */
-    void WriteCustomization(wxConfigBase* cfg,
-                            const wxString& path = wxEmptyString);
 };