]> git.saurik.com Git - wxWidgets.git/commitdiff
Documented wxRICHTEXT_HANDLER_NO_HEADER_FOOTER
authorJulian Smart <julian@anthemion.co.uk>
Fri, 17 Nov 2006 08:42:12 +0000 (08:42 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 17 Nov 2006 08:42:12 +0000 (08:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/richtexthtmlhandler.tex

index e98a92842192bc019a588df120aa78c4d2659d56..fb0cd23d29d599fa1562db26fbc11985c591b877 100644 (file)
@@ -29,6 +29,7 @@ SetHandlerFlags function:
 \twocolitem{\windowstyle{wxRICHTEXT\_HANDLER\_SAVE\_IMAGES\_TO\_MEMORY}}{Images are saved to the memory filesystem: suitable for showing wxHTML windows.}
 \twocolitem{\windowstyle{wxRICHTEXT\_HANDLER\_SAVE\_IMAGES\_TO\_FILES}}{Images are saved to temporary files: suitable for showing in wxHTML windows.}
 \twocolitem{\windowstyle{wxRICHTEXT\_HANDLER\_SAVE\_IMAGES\_TO\_BASE64}}{Images are written with the HTML files in Base 64 format: suitable for showing in web browsers.}
+\twocolitem{\windowstyle{wxRICHTEXT\_HANDLER\_NO\_HEADER\_FOOTER}}{Don't include header and footer tags (HTML, HEAD, BODY), so that the HTML can be used as part of a larger document.}
 \end{twocollist}
 
 \wxheading{Derived from}