]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/html/winpars.h
support for iPhone callbacks
[wxWidgets.git] / interface / wx / html / winpars.h
index 36cc0cf97b30ac65bed9cc02b76f5e504ffe5e33..a13a6754545ec1ecb288a2c2fdddfc2f0dc15f22 100644 (file)
@@ -50,6 +50,18 @@ public:
 */
 class wxHtmlWinTagHandler : public wxHtmlTagHandler
 {
+public:
+    /**
+        Constructor.
+    */
+    wxHtmlWinTagHandler();
+
+    /**
+        Assigns @a parser to this handler. Each @b instance of handler
+        is guaranteed to be called only from the one parser.
+    */
+    virtual void SetParser(wxHtmlWinParser* parser);
+
 protected:
     /**
         Value of this attribute is identical to value of m_Parser.