]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
GTK2 RGBA has 32 bits.
[wxWidgets.git] / include / wx / html / htmlwin.h
index 9d961b27d8b8f393e4dc3b28b44668bb92b804fe..807960b7ed98b65b1812d12d916f66df847fbf2a 100644 (file)
@@ -85,7 +85,7 @@ public:
     // it is NOT address/filename of HTML document. If you want to
     // specify document location, use LoadPage() istead
     // Return value : false if an error occurred, true otherwise
-    bool SetPage(const wxString& source);
+    virtual bool SetPage(const wxString& source);
 
     // Append to current page
     bool AppendToPage(const wxString& source);
@@ -123,7 +123,7 @@ public:
 #endif // wxUSE_STATUSBAR
 
     // Sets fonts to be used when displaying HTML page.
-    void SetFonts(wxString normal_face, wxString fixed_face,
+    void SetFonts(const wxString& normal_face, const wxString& fixed_face,
                   const int *sizes = NULL);
 
     // Sets font sizes to be relative to the given size or the system