]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/httag.tex
fixed bug in PS clipping (non-virtual SetClippingRegion was overloaded)
[wxWidgets.git] / docs / latex / wx / httag.tex
index 40b1da99833ba8ab6aa49766d63682f125cf6ded..04ce4fb345e001941798e2629c9b0da523439edb 100644 (file)
@@ -3,20 +3,17 @@
 % htmltag.tex at 14/Mar/99 20:13:37
 %
 
-
 \section{\class{wxHtmlTag}}\label{wxhtmltag}
 
 This class represents single HTML tag. 
 It is used by \helpref{tag handlers}{handlers}.
 
-
 \wxheading{Derived from}
 
 wxObject
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-
 \membersection{wxHtmlTag::wxHtmlTag}\label{wxhtmltagwxhtmltag}
 
 \func{}{wxHtmlTag}{\param{const wxString\& }{source}, \param{int }{pos}, \param{int }{end\_pos}, \param{wxHtmlTagsCache* }{cache}}
@@ -33,7 +30,6 @@ Returns tag's name. The name is always in uppercase and it doesn't contain
 '<' or '/' characters. (So the name of {\tt <FONT SIZE=+2>} tag is "FONT"
 and name of {\tt </table>} is "TABLE")
 
-
 \membersection{wxHtmlTag::HasParam}\label{wxhtmltaghasparam}
 
 \constfunc{bool}{HasParam}{\param{const wxString\& }{par}}
@@ -73,8 +69,6 @@ dummy = tag.GetParam("COLOR", TRUE);
    // dummy == "\"#0000FF\"" -- see the difference!!
 \end{verbatim}
 
-
-
 \membersection{wxHtmlTag::ScanParam}\label{wxhtmltagscanparam}
 
 \constfunc{wxString}{ScanParam}{\param{const wxString\& }{par}, \param{const char *}{format}, fuck}
@@ -160,7 +154,6 @@ bla bla bla <MYTAG> bla bla intenal text</MYTAG> bla bla
                                         ^
 \end{verbatim}
 
-
 \membersection{wxHtmlTag::GetEndPos2}\label{wxhtmltaggetendpos2}
 
 \constfunc{int}{GetEndPos2}{\void}
@@ -171,6 +164,6 @@ See explanation (returned position is marked with '^'):
 
 \begin{verbatim}
 bla bla bla <MYTAG> bla bla intenal text</MYTAG> bla bla
-                                                ^
+                                               ^
 \end{verbatim}