X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9704b2509ac4fd7b9fccd5299e0b377accb2b59e..c266eff98c5e44012647f54f38a1e29ecabd8759:/docs/latex/wx/htfilter.tex diff --git a/docs/latex/wx/htfilter.tex b/docs/latex/wx/htfilter.tex index dc80e9618d..d12b75bb73 100644 --- a/docs/latex/wx/htfilter.tex +++ b/docs/latex/wx/htfilter.tex @@ -5,7 +5,7 @@ \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} @@ -16,6 +16,10 @@ It allows you to read and display files of different file formats. +\wxheading{Library} + +\helpref{wxHtml}{librarieslist} + \wxheading{See Also} @@ -33,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: