X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69b5cec2b0993ce4cd56f2e50ab94e5ebd20069c..73e54eb489b9f7b0379f5cf1f788516059054073:/docs/latex/wx/helpinst.tex?ds=sidebyside diff --git a/docs/latex/wx/helpinst.tex b/docs/latex/wx/helpinst.tex index 758105130c..3fe99955fc 100644 --- a/docs/latex/wx/helpinst.tex +++ b/docs/latex/wx/helpinst.tex @@ -20,7 +20,7 @@ appropriate class is aliased to the name wxHelpController for each platform, as \begin{itemize}\itemsep=0pt \item On Windows, wxWinHelpController is used. \item On all other platforms, wxHtmlHelpController is used if wxHTML is -compiled into wxWindows; otherwise wxExtHelpController is used (for invoking an external +compiled into wxWidgets; otherwise wxExtHelpController is used (for invoking an external browser). \end{itemize} @@ -33,7 +33,7 @@ There are currently the following help controller classes defined: \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 have htmlhelp.h header from Microsoft's HTML Help kit (you don't need -VC++ specific htmlhelp.lib because wxWindows loads necessary DLL at runtime and so it +VC++ specific htmlhelp.lib because wxWidgets loads necessary 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 @@ -56,7 +56,7 @@ wxHelpControllerBase\\ \wxheading{Include files} - (wxWindows chooses the appropriate help controller class)\\ + (wxWidgets chooses the appropriate help controller class)\\ (wxHelpControllerBase class)\\ (Windows Help controller)\\ (MS HTML Help controller)\\ @@ -69,13 +69,13 @@ wxHelpControllerBase\\ \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxHelpController::wxHelpController} +\membersection{wxHelpController::wxHelpController}\label{wxhelpcontrollerctor} \func{}{wxHelpController}{\void} Constructs a help instance object, but does not invoke the help viewer. -\membersection{wxHelpController::\destruct{wxHelpController}} +\membersection{wxHelpController::\destruct{wxHelpController}}\label{wxhelpcontrollerdtor} \func{}{\destruct{wxHelpController}}{\void}