X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3660fc40ad00d17d21bf0057a30c099179b6eae8..93fa67c0e6124d2657488971800c8fd068dc0d0e:/docs/latex/wx/htfilter.tex diff --git a/docs/latex/wx/htfilter.tex b/docs/latex/wx/htfilter.tex index 8307d80382..22caf024b2 100644 --- a/docs/latex/wx/htfilter.tex +++ b/docs/latex/wx/htfilter.tex @@ -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} + + + \wxheading{See Also} @@ -19,7 +23,6 @@ wxObject \latexignore{\rtfignore{\wxheading{Members}}} - \membersection{wxHtmlFilter::wxHtmlFilter}\label{wxhtmlfilterwxhtmlfilter} \func{}{wxHtmlFilter}{\void} @@ -30,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: @@ -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: