2002-01-23 22:10:02 +00:00
|
|
|
\subsection{Input Filters}\label{filters}
|
1999-07-10 21:17:24 +00:00
|
|
|
|
1999-08-05 22:05:15 +00:00
|
|
|
The wxHTML library provides a mechanism for reading and displaying
|
1999-07-10 21:17:24 +00:00
|
|
|
files of many different file formats.
|
|
|
|
|
|
|
|
\helpref{wxHtmlWindow::LoadPage}{wxhtmlwindowloadpage} can load not
|
|
|
|
only HTML files but any known file. To make a file type known to wxHtmlWindow
|
|
|
|
you must create a \helpref{wxHtmlFilter}{wxhtmlfilter} filter and
|
1999-08-05 22:05:15 +00:00
|
|
|
register it using \helpref{wxHtmlWindow::AddFilter}{wxhtmlwindowaddfilter}.
|
1999-07-10 21:17:24 +00:00
|
|
|
|