]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htparser.tex
removed virtual from functions which are not; expanded wxWindow description
[wxWidgets.git] / docs / latex / wx / htparser.tex
index f198bb9887eecb8a6b3d179ce8df1a5bc3942def..91eff929ade29e31c6f2bb891eb028ec1b80e6ad 100644 (file)
@@ -256,3 +256,12 @@ Sets the virtual file system that will be used to request additional
 files. (For example {\tt <IMG>} tag handler requests wxFSFile with the
 image data.)
 
+\membersection{wxHtmlParser::StopParsing}\label{wxhtmlparserstopparsing}
+
+\func{void}{StopParsing}{\void}
+
+Call this function to interrupt parsing from a tag handler. No more tags
+will be parsed afterward. This function may only be called from
+\helpref{wxHtmlParser::Parse}{wxhtmlparserparse} or any function called
+by it (i.e. from tag handlers).
+