]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/wxhtml.tex
don't make read-only text controls editable when enabled
[wxWidgets.git] / docs / latex / wx / wxhtml.tex
... / ...
CommitLineData
1\section{wxHTML overview}\label{wxhtml}
2
3The wxHTML library provides classes for parsing and displaying HTML.
4
5It is not intended to be a high-end HTML browser. If you are looking for
6something like that try \urlref{http://www.mozilla.org}{http://www.mozilla.org}.
7
8wxHTML can be used as a generic rich text viewer - for example to display
9a nice About Box (like those of GNOME apps) or to display the result of
10database searching. There is a \helpref{wxFileSystem}{wxfilesystem}
11class which allows you to use your own virtual file systems.
12
13wxHtmlWindow supports tag handlers. This means that you can easily
14extend wxHtml library with new, unsupported tags. Not only that,
15you can even use your own application-specific tags!
16See {\tt src/html/m\_*.cpp} files for details.
17
18There is a generic wxHtmlParser class,
19independent of wxHtmlWindow.
20
21\input htmlstrt.tex
22\input htmlprn.tex
23\input htmlhlpf.tex
24\input htmlfilt.tex
25\input htmlcell.tex
26\input htmlhand.tex
27\input htmltags.tex
28