]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wxhtml.tex
API change: a single SELECTION_CHANGED not lots of SELECT and UNSELECT events
[wxWidgets.git] / docs / latex / wx / wxhtml.tex
index 2ea549ae273fdea513badce89bd810a2f66d5460..1b27b708eedc07b7f9fd0c671767f082ea9672c0 100644 (file)
@@ -1,7 +1,5 @@
 \section{wxHTML overview}\label{wxhtml}
 
-This topic was written by Vaclav Slavik, the author of the wxHTML library.
-
 The wxHTML library provides classes for parsing and displaying HTML.
 
 It is not intended to be a high-end HTML browser. If you are looking for
@@ -15,7 +13,7 @@ class which allows you to use your own virtual file systems.
 wxHtmlWindow supports tag handlers. This means that you can easily
 extend wxHtml library with new, unsupported tags. Not only that,
 you can even use your own application-specific tags!
-See \verb$src/html/m\_*.cpp$ files for details.
+See {\tt src/html/m\_*.cpp} files for details.
 
 There is a generic wxHtmlParser class,
 independent of wxHtmlWindow.