]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/httag.tex
wxHTML overview reorganized
[wxWidgets.git] / docs / latex / wx / httag.tex
index 12bacbb8083b8203364bced654347b16bcd1e735..9e9a478e5acae5a4ff6c4c692de4ca48568e74e0 100644 (file)
@@ -5,7 +5,7 @@
 
 \section{\class{wxHtmlTag}}\label{wxhtmltag}
 
-This class represents single HTML tag. 
+This class represents single HTML tag. 
 It is used by \helpref{tag handlers}{handlers}.
 
 \wxheading{Derived from}
@@ -18,9 +18,9 @@ wxObject
 
 \func{}{wxHtmlTag}{\param{const wxString\& }{source}, \param{int }{pos}, \param{int }{end\_pos}, \param{wxHtmlTagsCache* }{cache}}
 
-Constructor. You'll probably never have to construct wxHtmlTag object
-yourself. Feel free to ignore the constructor parameters...
-(have a look at lib/htmlparser.cpp if you're interested in creating it)
+Constructor. You'll probably never have to construct wxHtmlTag object
+yourself. Feel free to ignore the constructor parameters.
+Have a look at lib/htmlparser.cpp if you're interested in creating it.
 
 \membersection{wxHtmlTag::GetAllParams}\label{wxhtmltaggetallparams}
 
@@ -145,25 +145,24 @@ Example : {\tt <FONT SIZE=+2 COLOR="\#FF00FF">} has two parameters named
 Returns TRUE if this tag is ending one.
 ({\tt </FONT>} is ending tag, {\tt <FONT>} is not)
 
-
 \membersection{wxHtmlTag::ScanParam}\label{wxhtmltagscanparam}
 
 \constfunc{wxString}{ScanParam}{\param{const wxString\& }{par}, \param{const char *}{format}, fuck}
 
-This method scans given parameter. Usage is exatly the same as sscanf's 
+This method scans given parameter. Usage is exactly the same as sscanf's 
 usage except that you don't pass string but param name as the first parameter.
 
 \wxheading{Parameters}
 
-\docparam{par}{The name of tag you wanna query (in uppercase)}
+\docparam{par}{The name of tag you want to query (in uppercase)}
 
 \docparam{format}{scanf()-like format string.}
 
 \wxheading{Cygwin and Mingw32}
 
 If you're using Cygwin beta 20 or Mingw32 compiler please remember
-that ScanParam() is only partially implemented!! The problem is
-that under Cygnus' GCC vsscanf() function is not implemented. I workarounded
+that ScanParam() is only partially implemented! The problem is
+that under Cygnus' GCC vsscanf() function is not implemented. I worked around
 this in a way which causes that you can use only one parameter in ...
-(and only one \% in {\it format})
+(and only one \% in {\it format}).