X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b28757f5e64bac68d9b159240616fc4d9ad66bc..c0bcc480680ecdf368839c119f5e984df757f893:/docs/latex/wx/helpinst.tex?ds=inline diff --git a/docs/latex/wx/helpinst.tex b/docs/latex/wx/helpinst.tex index c645e06d26..02d878d1d3 100644 --- a/docs/latex/wx/helpinst.tex +++ b/docs/latex/wx/helpinst.tex @@ -38,7 +38,8 @@ is reasonably close to the wxWindows help controller API; see {\tt wx/helpwxht.h details of use. \item \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}, a more sophisticated help controller using \helpref{wxHTML}{wxhtml}, in a similar style to the Windows HTML Help viewer and using some of the same files. -%The API is not the same as the standard API, which is why it is documented separately. +Although it has an API compatible with other help controllers, it has more advanced features, so it is +recommended that you use the specific API for this class instead. \end{itemize} \wxheading{Derived from} @@ -51,9 +52,9 @@ wxHelpControllerBase\\ (wxWindows chooses the appropriate help controller class)\\ (wxHelpControllerBase class)\\ (Windows Help controller)\\ - (external HTML browser controller) - (wxHTML based help controller) - (Advanced wxHTML based help controller: wxHtmlHelpController) + (external HTML browser controller)\\ + (simple wxHTML-based help controller)\\ + (advanced wxHTML based help controller: wxHtmlHelpController) \wxheading{See also}