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