• 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:is

9 application (see {\it test} sample). The help system is based on {\bf books} 
10 (see \helpref{AddBook}{wxhtmlhelpcontrolleraddbook}). A book is a logical
17 is recommended that you use the enhanced capabilities of wxHtmlHelpController's API.
20 native format. The file format is described \helpref{here}{helpformat}.
28 It is strongly recommended to use preprocessed {\bf .hhp.cached} version of
61 {\it style} is a combination of these flags:
76 have a book icon. This is how Microsoft's HTML help viewer behaves.}
78 a book icon, book's sections have a folder icon. This is the default.}
83 should not be destroyed when the controller is destroyed.}
85 \twocolitem{\windowstyle{wxHF\_FRAME}}{Specifies that the help controller should create a frame containing the help window. This is the default if neither wxHF\_DIALOG nor wxHF\_EMBEDDED is specified.}
91 {\it parentWindow} is an optional window to be used as the parent for the help window.
106 is possible and is the recommended way.
110 \docparam{showWaitMsg}{If true then a decoration-less window with progress message is displayed.}
111 \docparam{bookFile}{Help book filename. It is recommended to use this prototype
112 instead of the one taking URL, because it is less error-prone.}
113 \docparam{bookUrl}{Help book URL (note that syntax of filename and URL is
140 Displays page {\it x}. This is THE important function - it is used to display
155 \item try to locate file named x (if x is for example "doc/howto.htm")
157 \item try to find x in contents (if x is for example "How To ...")
158 \item try to find x in index (if x is for example "How To ...")
164 This alternative form is used to search help contents by numeric IDs.
166 \pythonnote{The second form of this method is named DisplayId in
203 forms are much faster to read. Default value is empty string (empty string means
224 If there is associated config object, wxHtmlHelpController automatically
227 The only thing you must do is create wxConfig object and call UseConfig.