]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htfilter.tex
corrected typo in the creation date
[wxWidgets.git] / docs / latex / wx / htfilter.tex
index 1c186ae960e900bb440f314fa328aa856f126370..a43571212316e92501215322ca82398d55551ef4 100644 (file)
@@ -5,12 +5,17 @@
 
 \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}
 
-wxObject
+\helpref{wxObject}{wxobject}
+
+\wxheading{Include files}
+
+<wx/html/htmlfilt.h>
+
 
 \wxheading{See Also}
 
@@ -28,7 +33,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: