helpbest docs update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,7 +32,12 @@ There are currently the following help controller classes defined:
|
|||||||
\begin{itemize}\itemsep=0pt
|
\begin{itemize}\itemsep=0pt
|
||||||
\item wxWinHelpController, for controlling Windows Help.
|
\item wxWinHelpController, for controlling Windows Help.
|
||||||
\item wxCHMHelpController, for controlling MS HTML Help. To use this, you need to set wxUSE\_MS\_HTML\_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.
|
\item wxExtHelpController, for controlling external browsers under Unix.
|
||||||
The default browser is Netscape Navigator. The 'help' sample shows its use.
|
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
|
\item wxHelpControllerHtml, using \helpref{wxHTML}{wxhtml} to display help. See {\tt wx/helpwxht.h} for
|
||||||
|
@@ -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}
|
distribute the cached version together with helpfiles. See {\it samples/html/help}
|
||||||
sample for demonstration of its use.
|
sample for demonstration of its use.
|
||||||
|
|
||||||
|
\wxheading{See also}
|
||||||
|
|
||||||
|
\helpref{Information about wxBestHelpController}{wxhelpcontroller}
|
||||||
|
|
||||||
\wxheading{Derived from}
|
\wxheading{Derived from}
|
||||||
|
|
||||||
wxHelpControllerBase
|
wxHelpControllerBase
|
||||||
|
Reference in New Issue
Block a user