]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/htmlfilt.tex
Commented out deprecated classes: wxProp and wxTab classes; moved some chapters
[wxWidgets.git] / docs / latex / wx / htmlfilt.tex
1 \subsection{Input Filters}\label{filters}
2
3 The wxHTML library provides a mechanism for reading and displaying
4 files of many different file formats.
5
6 \helpref{wxHtmlWindow::LoadPage}{wxhtmlwindowloadpage} can load not
7 only HTML files but any known file. To make a file type known to wxHtmlWindow
8 you must create a \helpref{wxHtmlFilter}{wxhtmlfilter} filter and
9 register it using \helpref{wxHtmlWindow::AddFilter}{wxhtmlwindowaddfilter}.
10