]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/httagmod.tex
1. exchanged binary ROPs wxSET/wxCLEAR meaning for wxMSW to match wxGTK
[wxWidgets.git] / docs / latex / wx / httagmod.tex
... / ...
CommitLineData
1%
2% automatically generated by HelpGen from
3% htmltagsmodule.tex at 14/Mar/99 20:13:37
4
5\section{\class{wxHtmlTagsModule}}\label{wxhtmltagsmodule}
6
7This class provides easy way of filling wxHtmlWinParser's table of
8tag handlers. It is used almost exclusively together with set of
9\helpref{TAGS\_MODULE\_* macros}{handlers}
10
11\wxheading{Derived from}
12
13wxModule
14
15\wxheading{See Also}
16
17\helpref{Tag Handlers}{handlers},
18\helpref{wxHtmlTagHandler}{wxhtmltaghandler},
19\helpref{wxHtmlWinTagHandler}{wxhtmlwintaghandler},
20
21\latexignore{\rtfignore{\wxheading{Members}}}
22
23\membersection{wxHtmlTagsModule::FillHandlersTable}\label{wxhtmltagsmodulefillhandlerstable}
24
25\func{virtual void}{FillHandlersTable}{\param{wxHtmlWinParser }{*parser}}
26
27You must override this method. In most common case it's body consists
28only of lines of following type:
29
30\begin{verbatim}
31parser -> AddTagHandler(new MyHandler);
32\end{verbatim}
33
34I recommend using {\bf TAGS\_MODULE\_*} macros.
35
36\wxheading{Paremeters}
37
38\docparam{parser}{Pointer to the parser that requested tables filling.}
39