X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22d6efa851642c6a69174278fc50f712f41e2271..dae87f93abd93555095575886b8b1ef126f0a0da:/docs/latex/wx/htfilter.tex diff --git a/docs/latex/wx/htfilter.tex b/docs/latex/wx/htfilter.tex index c9956f817a..a435712123 100644 --- a/docs/latex/wx/htfilter.tex +++ b/docs/latex/wx/htfilter.tex @@ -5,12 +5,17 @@ \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} + + + \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: