]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htwinhnd.tex
allow to optionally use vendor name component in standard paths (slightly modified...
[wxWidgets.git] / docs / latex / wx / htwinhnd.tex
index a0bd9fc5578bda880be21c94d2e4e7c7c1ac9e7e..7edeecea5e5f850f7ef732323a12cbd6e132b39e 100644 (file)
@@ -3,22 +3,28 @@
 % htmlwintaghandler.tex at 14/Mar/99 20:13:37
 %
 
-
 \section{\class{wxHtmlWinTagHandler}}\label{wxhtmlwintaghandler}
 
-This is basicly wxHtmlTagHandler except
+This is basically wxHtmlTagHandler except that
 it is extended with protected member m\_WParser pointing to
 the wxHtmlWinParser object (value of this member is identical
 to wxHtmlParser's m\_Parser).
 
-
 \wxheading{Derived from}
 
-\helpref{wxHtmlTagHandler}{wxhtmltaghandler}
+\helpref{wxHtmlTagHandler}{wxhtmltaghandler}\\
+\helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
 
-\latexignore{\rtfignore{\wxheading{Members}}}
+<wx/html/winpars.h>
+
+\wxheading{Library}
 
+\helpref{wxHtml}{librarieslist}
+
+
+\latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxHtmlWinTagHandler::m\_WParser}\label{wxhtmlwintaghandlerwxhtmlwintaghandlermwparser}
 
@@ -26,7 +32,5 @@ to wxHtmlParser's m\_Parser).
 
 Value of this attribute is identical to value of m\_Parser. The only different
 is that m\_WParser points to wxHtmlWinParser object while m\_Parser
-points to wxHtmlParser object.
-(The same object, but overcasted)
-
+points to wxHtmlParser object. (The same object, but overcast.)