]> git.saurik.com Git - wxWidgets.git/commitdiff
helpbest docs update
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 30 Aug 2001 23:26:28 +0000 (23:26 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 30 Aug 2001 23:26:28 +0000 (23:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/helpinst.tex
docs/latex/wx/hthelpct.tex

index 0d35f20d4ef630113f44cc70a6ad0cfb4614eb55..846b8eb169a8c909be4783f96b578ef3060fd735 100644 (file)
@@ -32,7 +32,12 @@ There are currently the following help controller classes defined:
 \begin{itemize}\itemsep=0pt
 \item wxWinHelpController, for controlling Windows Help.
 \item wxCHMHelpController, for controlling MS HTML Help. To use this, you need to set wxUSE\_MS\_HTML\_HELP
-to 1 in setup.h, and link your application with Microsoft's htmlhelp.lib. Currently VC++ only.
+to 1 in setup.h and have htmlhelp.h header from Microsoft's HTML Help kit (you don't need
+VC++ specific htmlhelp.lib because wxWindows loads neccessary DLL at runtime and so it
+works with all compilers).
+\item wxBestHelpController, for controlling MS HTML Help or, if Microsoft's runtime is
+not available, \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}. You need to provide
+{\bf both} CHM and HTB versions of the help file. For 32bit Windows only.
 \item wxExtHelpController, for controlling external browsers under Unix.
 The default browser is Netscape Navigator. The 'help' sample shows its use.
 \item wxHelpControllerHtml, using \helpref{wxHTML}{wxhtml} to display help. See {\tt wx/helpwxht.h} for
index 5009daf3958b04f44cf07933675b8f69812c3f92..9d27c285dc4665ab5a4a398227a9133c628ffdae 100644 (file)
@@ -39,6 +39,10 @@ projects. It can be either created on-the-fly (see
 distribute the cached version together with helpfiles. See {\it samples/html/help} 
 sample for demonstration of its use.
 
+\wxheading{See also}
+
+\helpref{Information about wxBestHelpController}{wxhelpcontroller}
+
 \wxheading{Derived from}
 
 wxHelpControllerBase