]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htfilter.tex
Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detach/ in most places.
[wxWidgets.git] / docs / latex / wx / htfilter.tex
index 8307d803820b4a69d715f8cc7dbcad28a129a98f..dc80e9618db835fb7729c58479a3eee104e5f28d 100644 (file)
@@ -3,15 +3,19 @@
 % htmlfilter.tex at 29/Mar/99 18:35:09
 %
 
-
 \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}
 
@@ -19,7 +23,6 @@ wxObject
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-
 \membersection{wxHtmlFilter::wxHtmlFilter}\label{wxhtmlfilterwxhtmlfilter}
 
 \func{}{wxHtmlFilter}{\void}
@@ -45,7 +48,6 @@ bool MyFilter::CanRead(const wxFSFile& file)
 
 \func{wxString}{ReadFile}{\param{const wxFSFile\& }{file}}
 
-
 Reads the file and returns string with HTML document.
 
 Example: