]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/wxhtml.tex
Doc corrections,
[wxWidgets.git] / docs / latex / wx / wxhtml.tex
1 \chapter{wxHTML Notes}\label{wxHTML}
2 \pagenumbering{arabic}%
3 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
4 \setfooter{\thepage}{}{}{}{}{\thepage}%
5
6 \section{wxHTML Sub-library Overview}\label{wxhtmloverview}
7
8 This library provides classes for parsing and displaying HTML.
9
10 It never intented to be hi-end HTML browser. If you're looking for
11 something like that try \urlref{http://www.mozilla.org}{http://www.mozilla.org} - there's a
12 chance you'll be able to make their widget wxWindows-compatible. I'm sure
13 everyone will enjoy your work in that case...
14
15 But back to wxHTML.
16
17 It can be used as generic rich text viewer - for example to display
18 nice About Box (like these of GNOME apps) or to display result of
19 database searching. There is \helpref{wxFileSystem}{wxfilesystem}
20 class which allows you to use your own virtual file systems...
21
22 wxHtmlWindow supports tag handlers. This means that you can easily
23 extend wxHtml library with new, unsupported tags. Not only that,
24 you can even use your own application specific tags!
25 See lib/mod_*.cpp files for details.
26
27 There is generic (non-wxHtmlWindow) wxHtmlParser class.
28
29
30
31 \input htmlstrt.tex
32 \input htmlprn.tex
33 \input htmlhlpf.tex
34 \input htmlfilt.tex
35 \input htmlcell.tex
36 \input htmlhand.tex