]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/htwinhnd.tex
Minor tweek for WXPM
[wxWidgets.git] / docs / latex / wx / htwinhnd.tex
... / ...
CommitLineData
1%
2% automatically generated by HelpGen from
3% htmlwintaghandler.tex at 14/Mar/99 20:13:37
4%
5
6\section{\class{wxHtmlWinTagHandler}}\label{wxhtmlwintaghandler}
7
8This is basically wxHtmlTagHandler except that
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
13\wxheading{Derived from}
14
15\helpref{wxHtmlTagHandler}{wxhtmltaghandler}
16
17\latexignore{\rtfignore{\wxheading{Members}}}
18
19\membersection{wxHtmlWinTagHandler::m\_WParser}\label{wxhtmlwintaghandlerwxhtmlwintaghandlermwparser}
20
21{\bf wxHtmlWinParser* m\_WParser}
22
23Value of this attribute is identical to value of m\_Parser. The only different
24is that m\_WParser points to wxHtmlWinParser object while m\_Parser
25points to wxHtmlParser object. (The same object, but overcast.)
26