]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/htwinhnd.tex
added vendor display name (for consistency with app display name &c) (patch 1831303)
[wxWidgets.git] / docs / latex / wx / htwinhnd.tex
CommitLineData
704a4b75
VS
1%
2% automatically generated by HelpGen from
3% htmlwintaghandler.tex at 14/Mar/99 20:13:37
4%
5
704a4b75
VS
6\section{\class{wxHtmlWinTagHandler}}\label{wxhtmlwintaghandler}
7
22d6efa8 8This is basically wxHtmlTagHandler except that
704a4b75
VS
9it is extended with protected member m\_WParser pointing to
10the wxHtmlWinParser object (value of this member is identical
11to wxHtmlParser's m\_Parser).
12
704a4b75
VS
13\wxheading{Derived from}
14
7376079d
VZ
15\helpref{wxHtmlTagHandler}{wxhtmltaghandler}\\
16\helpref{wxObject}{wxobject}
704a4b75 17
9704b250
VS
18\wxheading{Include files}
19
20<wx/html/winpars.h>
21
a7af285d
VZ
22\wxheading{Library}
23
24\helpref{wxHtml}{librarieslist}
25
9704b250 26
704a4b75
VS
27\latexignore{\rtfignore{\wxheading{Members}}}
28
704a4b75
VS
29\membersection{wxHtmlWinTagHandler::m\_WParser}\label{wxhtmlwintaghandlerwxhtmlwintaghandlermwparser}
30
31{\bf wxHtmlWinParser* m\_WParser}
32
33Value of this attribute is identical to value of m\_Parser. The only different
34is that m\_WParser points to wxHtmlWinParser object while m\_Parser
22d6efa8 35points to wxHtmlParser object. (The same object, but overcast.)
704a4b75 36