X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/448af9a46eb58ae17616a4d5e76884dc519f5523..aaa6f9ba6bd0be1fe6a34800e6f753ffdc49900c:/docs/latex/wx/htfilter.tex diff --git a/docs/latex/wx/htfilter.tex b/docs/latex/wx/htfilter.tex index 1c186ae960..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 an 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: