X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..cfcc02a8a4f019e3846b73660209080602e44967:/utils/helpview/src/readme.txt?ds=inline diff --git a/utils/helpview/src/readme.txt b/utils/helpview/src/readme.txt index 45a5b724c3..9d803e024b 100644 --- a/utils/helpview/src/readme.txt +++ b/utils/helpview/src/readme.txt @@ -15,7 +15,7 @@ If USE_REMOTE in client.cpp is undefined, the "client" app will use wxHtmlHelpCo ------------------------------------------------ wxRemoteHtmlHelpController Class -This class can be added to an application (the client) to provide wxWindows HTML help. It will start up the remote help controller (helpview) the first time the Display member function is called, passing the server the connection name or port number, the name of the help window and the help book (.hhp, .htb, .zip). This class will only work with a particular server app, helpview. +This class can be added to an application (the client) to provide wxWidgets HTML help. It will start up the remote help controller (helpview) the first time the Display member function is called, passing the server the connection name or port number, the name of the help window and the help book (.hhp, .htb, .zip). This class will only work with a particular server app, helpview. Most of the functions of wxHtmlHelpController are available - the relevant arguments are just passed to wxHtmlHelpController in the server. The functions involving wxConfig are not implemented - the config parameters (font, windows size and position) are kept in the server.