]> git.saurik.com Git - wxWidgets.git/commitdiff
added new wxHF_ flags
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Jan 2000 00:49:46 +0000 (00:49 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 26 Jan 2000 00:49:46 +0000 (00:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/hthelpct.tex
docs/latex/wx/hthlpfrm.tex

index b7f69b237a42396316bf47858f7d7f0554ecd5e2..6576ca1f3ec1c3ac8f95fbf7b984b1ea3846fdd4 100644 (file)
@@ -60,9 +60,11 @@ Constructor.
 \twocolitem{\windowstyle{wxHF\_INDEX}}{Help frame has index panel.}
 \twocolitem{\windowstyle{wxHF\_SEARCH}}{Help frame has search panel.}
 \twocolitem{\windowstyle{wxHF\_BOOKMARKS}}{Help frame has bookmarks controls.}
+\twocolitem{\windowstyle{wxHF\_OPENFILES}}{Allow user to open arbitrary HTML document.}
+\twocolitem{\windowstyle{wxHF\_PRINT}}{Toolbar contains "print" button.}
 \end{twocollist}
 
-Default value : everything enabled.
+Default value: everything but wxHF\_OPENFILES enabled.
 
 \membersection{wxHtmlHelpController::AddBook}\label{wxhtmlhelpcontrolleraddbook}
 
index 216d28112553ccb7ee6648afabb6df1b28e347fe..c7a1c017cf4f012274b1b116b035e900155d18fe 100644 (file)
@@ -36,6 +36,8 @@ Constructor.
 \twocolitem{\windowstyle{wxHF\_INDEX}}{Help frame has index panel.}
 \twocolitem{\windowstyle{wxHF\_SEARCH}}{Help frame has search panel.}
 \twocolitem{\windowstyle{wxHF\_BOOKMARKS}}{Help frame has bookmarks controls.}
+\twocolitem{\windowstyle{wxHF\_OPENFILES}}{Allow user to open arbitrary HTML document.}
+\twocolitem{\windowstyle{wxHF\_PRINT}}{Toolbar contains "print" button.}
 \end{twocollist}