• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:and

7 or at a particular topic, and shut the help program down on termination.
12 when it starts, and immediately call {\bf Initialize}\rtfsp
16 Most help controller classes actually derive from wxHelpControllerBase and have
36 to 1 in setup.h and have htmlhelp.h header from Microsoft's HTML Help kit (you don't need
37 VC++ specific htmlhelp.lib because wxWidgets loads necessary DLL at runtime and so it
41 {\bf both} CHM and HTB versions of the help file. For 32bit Windows only.
46 a similar style to the Microsoft HTML Help viewer and using some of the same files.
81 wxCHMHelpController, wxWinHelpController and wxHtmlHelpController, as the
97 Initializes the help instance with a help filename, and optionally a server socket
99 This must be called directly after the help instance object is created and before
102 You may omit the file extension and a suitable one will be chosen. For
103 wxHtmlHelpController, the extensions zip, htb and hhp will be appended while searching for
110 If the help viewer is not running, runs it and displays the file at the given block number.
120 This function is for backward compatibility only, and applications should use \helpref{wxHelpController}{wxhelpcontrollerdisplaysection} instead.
126 If the help viewer is not running, runs it and displays the
141 If the help viewer is not running, runs it and displays the given section.
144 this call is equivalent to KeywordSearch. For MS HTML Help, wxHTML help and external HTML help,
151 If the help viewer is not running, runs it and displays the given section.
180 wxHtmlHelpController returns the frame, size and position.
183 and just returns NULL.
197 by wxCHMHelpController, wxWinHelpController and wxHtmlHelpController.
203 If the help viewer is not running, runs it, and searches for sections matching
221 If the help viewer is not running, runs it and loads the given file.
245 page title) and also the size and position of the frame if the frame is already
255 by wxCHMHelpController, wxWinHelpController and wxHtmlHelpController.