]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htfilter.tex
Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for now)
[wxWidgets.git] / docs / latex / wx / htfilter.tex
index dc80e9618db835fb7729c58479a3eee104e5f28d..d12b75bb732b41faf647cb95ca98d398e674fb8e 100644 (file)
@@ -5,7 +5,7 @@
 
 \section{\class{wxHtmlFilter}}\label{wxhtmlfilter}
 
-This class is an input filter for \helpref{wxHtmlWindow}{wxhtmlwindow}.
+This class is the parent class of input filters for \helpref{wxHtmlWindow}{wxhtmlwindow}.
 It allows you to read and display files of different file formats.
 
 \wxheading{Derived from}
@@ -16,6 +16,10 @@ It allows you to read and display files of different file formats.
 
 <wx/html/htmlfilt.h>
 
+\wxheading{Library}
+
+\helpref{wxHtml}{librarieslist}
+
 
 \wxheading{See Also}
 
@@ -33,7 +37,7 @@ Constructor.
 
 \func{bool}{CanRead}{\param{const wxFSFile\& }{file}}
 
-Returns TRUE if this filter is capable of reading file {\it file}.
+Returns true if this filter is capable of reading file {\it file}.
 
 Example: