]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/wxhtml.tex
typo fix
[wxWidgets.git] / docs / latex / wx / wxhtml.tex
... / ...
CommitLineData
1\chapter{wxHTML Notes}\label{wxhtml}
2
3\setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
4\setfooter{\thepage}{}{}{}{}{\thepage}%
5
6This addendum is written by Vaclav Slavik, the author of the wxHTML library.
7
8The wxHTML library provides classes for parsing and displaying HTML.
9
10(It is not intended to be a high-end HTML browser. If you are looking for
11something like that try \urlref{http://www.mozilla.org}{http://www.mozilla.org})
12
13wxHTML can be used as a generic rich text viewer - for example to display
14a nice About Box (like those of GNOME apps) or to display the result of
15database searching. There is a \helpref{wxFileSystem}{wxfilesystem}
16class which allows you to use your own virtual file systems.
17
18wxHtmlWindow supports tag handlers. This means that you can easily
19extend wxHtml library with new, unsupported tags. Not only that,
20you can even use your own application specific tags!
21See lib/mod\_*.cpp files for details.
22
23There is a generic (i.e. independent on wxHtmlWindow) wxHtmlParser class.
24
25\input htmlstrt.tex
26\input htmlprn.tex
27\input htmlhlpf.tex
28\input htmlfilt.tex
29\input htmlcell.tex
30\input htmlhand.tex
31\input htmltags.tex
32