]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/htmlwin.h
add a wxEventType argument to wxThreadEvent for coherency with other event classes...
[wxWidgets.git] / interface / wx / html / htmlwin.h
index ecadb27cfce17cecdf4ed8818b2fc122e01ecac6..eee31d79bf4c5d54cbf32b1230757f60f2c91a19 100644 (file)
@@ -74,7 +74,7 @@ public:
         - @c image/* MIME types
         - Plain Text filter (this filter is used if no other filter matches)
     */
-    static void AddFilter(wxHtmlFilter filter);
+    static void AddFilter(wxHtmlFilter* filter);
 
     /**
         Appends HTML fragment to currently displayed text and refreshes the window.
@@ -266,7 +266,7 @@ public:
     /**
         This function sets the space between border of window and HTML contents.
         See image:
-        @image html border.png
+        @image html htmlwin_border.png
 
         @param b
             indentation from borders in pixels
@@ -428,7 +428,7 @@ public:
     /**
         The constructor is not normally used by the user code.
     */
-    wxHyperlinkEvent(int id, const wxHtmlLinkInfo& linkinfo);
+    wxHtmlLinkEvent(int id, const wxHtmlLinkInfo& linkinfo);
 
     /**
         Returns the wxHtmlLinkInfo which contains info about the cell clicked