]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/htmlfilt.tex
added HTML printing
[wxWidgets.git] / docs / latex / wx / htmlfilt.tex
CommitLineData
704a4b75
VS
1\membersection{Input Filters}\label{filters}
2
22d6efa8 3The wxHTML library provides a mechanism for reading and displaying
704a4b75
VS
4files of many different file formats.
5
6\helpref{wxHtmlWindow::LoadPage}{wxhtmlwindowloadpage} can load not
7only HTML files but any known file. To make a file type known to wxHtmlWindow
8you must create a \helpref{wxHtmlFilter}{wxhtmlfilter} filter and
22d6efa8 9register it using \helpref{wxHtmlWindow::AddFilter}{wxhtmlwindowaddfilter}.
704a4b75 10