]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htfilter.tex
Documented new constructor and overloaded Create methods.
[wxWidgets.git] / docs / latex / wx / htfilter.tex
index c9956f817a65c5304ef7de228aad7ccdbd45df4d..22caf024b2781f094a958cfacf50c42a17292e84 100644 (file)
@@ -5,12 +5,17 @@
 
 \section{\class{wxHtmlFilter}}\label{wxhtmlfilter}
 
-This class is input filter for \helpref{wxHtmlWindow}{wxhtmlwindow}.
+This class is an input filter 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: