]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/wxhtml.tex
*** empty log message ***
[wxWidgets.git] / docs / latex / wx / wxhtml.tex
CommitLineData
704a4b75
VS
1\section{wxHTML Sub-library Overview}\label{wxhtmloverview}
2
3This library provides classes for parsing and displaying HTML.
4
5It never intented to be hi-end HTML browser. If you're looking for
6something like that try \urlref{http://www.mozilla.org}{http://www.mozilla.org} - there's a
7chance you'll be able to make their widget wxWindows-compatible. I'm sure
8everyone will enjoy your work in that case...
9
10But back to wxHTML.
11
12It can be used as generic rich text viewer - for example to display
13nice About Box (like these of GNOME apps) or to display result of
14database searching. There is \helpref{wxFileSystem}{wxfilesystem}
15class which allows you to use your own virtual file systems...
16
17wxHtmlWindow supports tag handlers. This means that you can easily
18extend wxHtml library with new, unsupported tags. Not only that,
19you can even use your own application specific tags!
20See lib/mod_*.cpp files for details.
21
22There 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