]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htwinprs.tex
Several changes and updates
[wxWidgets.git] / docs / latex / wx / htwinprs.tex
index 7737ad0a8227a09f5a8dc0aa862da471dd1731c9..0fa178d9df903eb6f3e6b52da3b9620bc288d566 100644 (file)
@@ -3,10 +3,8 @@
 % htmlwinparser.tex at 14/Mar/99 20:13:37
 %
 
-
 \section{\class{wxHtmlWinParser}}\label{wxhtmlwinparser}
 
-
 This class is derived from \helpref{wxHtmlParser}{wxhtmlparser} and 
 its mail goal is to parse HTML input so that it can be displayed in
 \helpref{wxHtmlWindow}{wxhtmlwindow}. It uses special 
@@ -20,7 +18,6 @@ its mail goal is to parse HTML input so that it can be displayed in
 \helpref{delete GetTempData()}{wxhtmlparsergettempdata}!
 \end{enumerate}
 
-
 \wxheading{Derived from}
 
 \helpref{wxHtmlParser}{wxhtmlparser}
@@ -40,7 +37,6 @@ its mail goal is to parse HTML input so that it can be displayed in
 Constructor. Don't use the default one, use constructor with
 {\it wnd} paremeter ({\it wnd} is pointer to associated \helpref{wxHtmlWindow}{wxhtmlwindow})
 
-
 \membersection{wxHtmlWinParser::SetDC}\label{wxhtmlwinparsersetdc}
 
 \func{virtual void}{SetDC}{\param{wxDC }{*dc}}
@@ -86,14 +82,12 @@ title only if some window is associated, otherwise it does nothing)
 
 Sets fonts. This method is identical to \helpref{wxHtmlWindow::SetFonts}{wxhtmlwindowsetfonts}
 
-
 \membersection{wxHtmlWinParser::AddModule}\label{wxhtmlwinparseraddmodule}
 
 \func{static void}{AddModule}{\param{wxHtmlTagsModule }{*module}}
 
 Adds \helpref{module}{handlers} to the list of wxHtmlWinParser tag handler.
 
-
 \membersection{wxHtmlWinParser::GetContainer}\label{wxhtmlwinparsergetcontainer}
 
 \constfunc{wxHtmlContainerCell*}{GetContainer}{\void}
@@ -127,8 +121,6 @@ Opens new container and returns pointer to it (see \helpref{Overview}{cells}).
 Closes the container, sets actual container to the parent one
 and returns pointer to it (see \helpref{Overview}{cells}).
 
-
-
 \membersection{wxHtmlWinParser::GetFontSize}\label{wxhtmlwinparsergetfontsize}
 
 \constfunc{int}{GetFontSize}{\void}
@@ -259,3 +251,4 @@ and returns pointer to it.
 Fonts created during parsing are temporary data and are not freed on DoneParser. 
 You must call \helpref{delete myparser->GetTempData();}{wxhtmlparsergettempdata}
 to free the memory!
+