X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/704a4b7524e05d7bf4d208eb1b30be9989abef4c..c266eff98c5e44012647f54f38a1e29ecabd8759:/docs/latex/wx/httagmod.tex diff --git a/docs/latex/wx/httagmod.tex b/docs/latex/wx/httagmod.tex index 97f591851d..bce7bda44a 100644 --- a/docs/latex/wx/httagmod.tex +++ b/docs/latex/wx/httagmod.tex @@ -1,18 +1,25 @@ % % automatically generated by HelpGen from % htmltagsmodule.tex at 14/Mar/99 20:13:37 -% - \section{\class{wxHtmlTagsModule}}\label{wxhtmltagsmodule} This class provides easy way of filling wxHtmlWinParser's table of -tag handlers. It is used almost exclusively together with set of +tag handlers. It is used almost exclusively together with the set of \helpref{TAGS\_MODULE\_* macros}{handlers} \wxheading{Derived from} -wxModule +\helpref{wxModule}{wxmodule}\\ +\helpref{wxObject}{wxobject} + +\wxheading{Include files} + + + +\wxheading{Library} + +\helpref{wxHtml}{librarieslist} \wxheading{See Also} @@ -20,23 +27,22 @@ wxModule \helpref{wxHtmlTagHandler}{wxhtmltaghandler}, \helpref{wxHtmlWinTagHandler}{wxhtmlwintaghandler}, - \latexignore{\rtfignore{\wxheading{Members}}} - \membersection{wxHtmlTagsModule::FillHandlersTable}\label{wxhtmltagsmodulefillhandlerstable} \func{virtual void}{FillHandlersTable}{\param{wxHtmlWinParser }{*parser}} -You must override this method. In most common case it's body consists -only of lines of following type: +You must override this method. In most common case its body consists +only of lines of the following type: \begin{verbatim} parser -> AddTagHandler(new MyHandler); \end{verbatim} -I recommend using {\bf TAGS\_MODULE\_*} macros. +I recommend using the {\bf TAGS\_MODULE\_*} macros. \wxheading{Paremeters} \docparam{parser}{Pointer to the parser that requested tables filling.} +