]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/htwinhnd.tex
Corrected wxlistBox, wxRadioBox, wxComboBox and
[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
6
7\section{\class{wxHtmlWinTagHandler}}\label{wxhtmlwintaghandler}
8
9This is basicly wxHtmlTagHandler except
10it is extended with protected member m\_WParser pointing to
11the wxHtmlWinParser object (value of this member is identical
12to wxHtmlParser's m\_Parser).
13
14
15\wxheading{Derived from}
16
17\helpref{wxHtmlTagHandler}{wxhtmltaghandler}
18
19
20\latexignore{\rtfignore{\wxheading{Members}}}
21
22
23\membersection{wxHtmlWinTagHandler::m\_WParser}\label{wxhtmlwintaghandlerwxhtmlwintaghandlermwparser}
24
25{\bf wxHtmlWinParser* m\_WParser}
26
27Value of this attribute is identical to value of m\_Parser. The only different
28is that m\_WParser points to wxHtmlWinParser object while m\_Parser
29points to wxHtmlParser object.
30(The same object, but overcasted)
31
32