]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htfilter.tex
added copy constr
[wxWidgets.git] / docs / latex / wx / htfilter.tex
index c9956f817a65c5304ef7de228aad7ccdbd45df4d..d12b75bb732b41faf647cb95ca98d398e674fb8e 100644 (file)
@@ -5,12 +5,21 @@
 
 \section{\class{wxHtmlFilter}}\label{wxhtmlfilter}
 
-This class is 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{Library}
+
+\helpref{wxHtml}{librarieslist}
+
 
 \wxheading{See Also}
 
@@ -28,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: