]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/hthlpfrm.tex
set up scrollbars correctly when we don't need them (fixes the problems reported...
[wxWidgets.git] / docs / latex / wx / hthlpfrm.tex
CommitLineData
09397bc6
VS
1%
2% automatically generated by HelpGen from
3% helpfrm.h at 24/Oct/99 18:03:10
4%
5
3755cfa6
JS
6\section{\class{wxHtmlHelpDialog}}\label{wxhtmlhelpdialog}
7
8This class is used by \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}
9to display help.
10It is an internal class and should not be used directly - except for the case
11when you're writing your own HTML help controller.
12
13\wxheading{Derived from}
14
15\helpref{wxFrame}{wxframe}
16
17\wxheading{Include files}
18
19<wx/html/helpdlg.h>
20
21\latexignore{\rtfignore{\wxheading{Members}}}
22
23\membersection{wxHtmlHelpDialog::wxHtmlHelpDialog}\label{wxhtmlhelpdialogwxhtmlhelpdialog}
24
25\func{}{wxHtmlHelpDialog}{\param{wxHtmlHelpData* }{data = NULL}}
26
27\func{}{wxHtmlHelpDialog}{\param{wxWindow* }{parent}, \param{int }{wxWindowID}, \param{const wxString\& }{title = wxEmptyString}, \param{int }{style = wxHF\_DEFAULT\_STYLE}, \param{wxHtmlHelpData* }{data = NULL}}
28
29Constructor. For the values of {\it style}, please see the documentation for \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}.
30
31\membersection{wxHtmlHelpDialog::AddToolbarButtons}\label{wxhtmlhelpdialogaddtoolbarbuttons}
32
33\func{virtual void}{AddToolbarButtons}{\param{wxToolBar *}{toolBar}, \param{int }{style}}
34
35You may override this virtual method to add more buttons to the help window's
36toolbar. {\it toolBar} is a pointer to the toolbar and {\it style} is the style
37flag as passed to the Create method.
38
39wxToolBar::Realize is called immediately after returning from this function.
40
41\membersection{wxHtmlHelpDialog::Create}\label{wxhtmlhelpdialogcreate}
42
43\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{title = wxEmptyString}, \param{int }{style = wxHF\_DEFAULT\_STYLE}}
44
45Creates the dialog. See \helpref{the constructor}{wxhtmlhelpdialogwxhtmlhelpdialog}
46for a description of the parameters.
47
48\membersection{wxHtmlHelpDialog::GetController}\label{wxhtmlhelpdialoggetcontroller}
49
50\constfunc{wxHtmlHelpController* }{GetController}{\void}
51
52Returns the help controller associated with the dialog.
53
54\membersection{wxHtmlHelpDialog::ReadCustomization}\label{wxhtmlhelpdialogreadcustomization}
55
56\func{void}{ReadCustomization}{\param{wxConfigBase* }{cfg}, \param{const wxString\& }{path = wxEmptyString}}
57
58Reads the user's settings for this dialog see \helpref{wxHtmlHelpController::ReadCustomization}{wxhtmlhelpcontrollerreadcustomization})
59
60\membersection{wxHtmlHelpDialog::SetController}\label{wxhtmlhelpdialogsetcontroller}
61
62\func{void}{SetController}{\param{wxHtmlHelpController* }{contoller}}
63
64Sets the help controller associated with the dialog.
65
66\membersection{wxHtmlHelpDialog::SetTitleFormat}\label{wxhtmlhelpdialogsettitleformat}
67
68\func{void}{SetTitleFormat}{\param{const wxString\& }{format}}
69
70Sets the dialog's title format. {\it format} must contain exactly one "\%s"
71(it will be replaced by the page title).
72
73\membersection{wxHtmlHelpDialog::WriteCustomization}\label{wxhtmlhelpdialogwritecustomization}
74
75\func{void}{WriteCustomization}{\param{wxConfigBase* }{cfg}, \param{const wxString\& }{path = wxEmptyString}}
76
77Saves the user's settings for this dialog (see \helpref{wxHtmlHelpController::WriteCustomization}{wxhtmlhelpcontrollerwritecustomization}).
78
09397bc6
VS
79\section{\class{wxHtmlHelpFrame}}\label{wxhtmlhelpframe}
80
7b28757f 81This class is used by \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}
09397bc6 82to display help.
457e6c54
JS
83It is an internal class and should not be used directly - except for the case
84when you're writing your own HTML help controller.
09397bc6
VS
85
86\wxheading{Derived from}
87
88\helpref{wxFrame}{wxframe}
89
9704b250
VS
90\wxheading{Include files}
91
92<wx/html/helpfrm.h>
93
09397bc6
VS
94\latexignore{\rtfignore{\wxheading{Members}}}
95
09397bc6
VS
96\membersection{wxHtmlHelpFrame::wxHtmlHelpFrame}\label{wxhtmlhelpframewxhtmlhelpframe}
97
98\func{}{wxHtmlHelpFrame}{\param{wxHtmlHelpData* }{data = NULL}}
99
576507e2 100\func{}{wxHtmlHelpFrame}{\param{wxWindow* }{parent}, \param{int }{wxWindowID}, \param{const wxString\& }{title = wxEmptyString}, \param{int }{style = wxHF\_DEFAULT\_STYLE}, \param{wxHtmlHelpData* }{data = NULL}}
09397bc6 101
3755cfa6
JS
102Constructor. For the values of {\it style}, please see the documentation for \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}.
103
104\membersection{wxHtmlHelpFrame::AddToolbarButtons}\label{wxhtmlhelpframeaddtoolbarbuttons}
105
106\func{virtual void}{AddToolbarButtons}{\param{wxToolBar *}{toolBar}, \param{int }{style}}
107
108You may override this virtual method to add more buttons to the help window's
109toolbar. {\it toolBar} is a pointer to the toolbar and {\it style} is the style
110flag as passed to the Create method.
09397bc6 111
3755cfa6 112wxToolBar::Realize is called immediately after returning from this function.
09397bc6 113
09397bc6
VS
114\membersection{wxHtmlHelpFrame::Create}\label{wxhtmlhelpframecreate}
115
576507e2 116\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{title = wxEmptyString}, \param{int }{style = wxHF\_DEFAULT\_STYLE}}
09397bc6 117
576507e2 118Creates the frame. See \helpref{the constructor}{wxhtmlhelpframewxhtmlhelpframe}
3755cfa6
JS
119for a description of the parameters.
120
121\membersection{wxHtmlHelpFrame::GetController}\label{wxhtmlhelpframegetcontroller}
122
123\constfunc{wxHtmlHelpController* }{GetController}{\void}
124
125Returns the help controller associated with the frame.
126
127\membersection{wxHtmlHelpFrame::ReadCustomization}\label{wxhtmlhelpframereadcustomization}
128
129\func{void}{ReadCustomization}{\param{wxConfigBase* }{cfg}, \param{const wxString\& }{path = wxEmptyString}}
130
131Reads the user's settings for this frame see \helpref{wxHtmlHelpController::ReadCustomization}{wxhtmlhelpcontrollerreadcustomization})
09397bc6 132
3755cfa6
JS
133\membersection{wxHtmlHelpFrame::SetController}\label{wxhtmlhelpframesetcontroller}
134
135\func{void}{SetController}{\param{wxHtmlHelpController* }{contoller}}
136
137Sets the help controller associated with the frame.
138
139\membersection{wxHtmlHelpFrame::SetTitleFormat}\label{wxhtmlhelpframesettitleformat}
140
141\func{void}{SetTitleFormat}{\param{const wxString\& }{format}}
142
143Sets the frame's title format. {\it format} must contain exactly one "\%s"
144(it will be replaced by the page title).
145
146\membersection{wxHtmlHelpFrame::WriteCustomization}\label{wxhtmlhelpframewritecustomization}
147
148\func{void}{WriteCustomization}{\param{wxConfigBase* }{cfg}, \param{const wxString\& }{path = wxEmptyString}}
149
150Saves the user's settings for this frame (see \helpref{wxHtmlHelpController::WriteCustomization}{wxhtmlhelpcontrollerwritecustomization}).
151
152\section{\class{wxHtmlHelpWindow}}\label{wxhtmlhelpwindow}
153
154This class is used by \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}
155to display help within a frame or dialog, but you can use it yourself to create an embedded HTML help window.
156
157For example:
158
159\begin{verbatim}
160 // m_embeddedHelpWindow is a wxHtmlHelpWindow
161 // m_embeddedHtmlHelp is a wxHtmlHelpController
162
163 // Create embedded HTML Help window
164 m_embeddedHelpWindow = new wxHtmlHelpWindow;
165 m_embeddedHtmlHelp.UseConfig(config, rootPath); // Set your own config object here
166 m_embeddedHtmlHelp.SetHelpWindow(m_embeddedHelpWindow);
167 m_embeddedHelpWindow->Create(this,
168 wxID_ANY, wxDefaultPosition, GetClientSize(), wxTAB_TRAVERSAL|wxNO_BORDER, wxHF_DEFAULT_STYLE);
169 m_embeddedHtmlHelp.AddBook(wxFileName(_T("doc.zip")));
170\end{verbatim}
171
172You should pass the style wxHF\_EMBEDDED to the style parameter of wxHtmlHelpController to allow
173the embedded window to be destroyed independently of the help controller.
174
175\wxheading{Derived from}
176
177\helpref{wxWindow}{wxwindow}
178
179\wxheading{Include files}
180
f3e156ef 181<wx/html/helpwnd.h>
3755cfa6
JS
182
183\latexignore{\rtfignore{\wxheading{Members}}}
184
185\membersection{wxHtmlHelpWindow::wxHtmlHelpWindow}\label{wxhtmlhelpwindowwxhtmlhelpwindow}
186
187\func{}{wxHtmlHelpWindow}{\param{wxHtmlHelpData* }{data = NULL}}
188
189\func{}{wxHtmlHelpWindow}{\param{wxWindow* }{parent}, \param{int }{wxWindowID}, \param{int }{style = wxHF\_DEFAULT\_STYLE}, \param{wxHtmlHelpData* }{data = NULL}}
190
191Constructor.
192
193Constructor. For the values of {\it style}, please see the documentation for \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}.
194
195\membersection{wxHtmlHelpWindow::Create}\label{wxhtmlhelpwindowcreate}
196
197\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{title = wxEmptyString}, \param{int }{style = wxHF\_DEFAULT\_STYLE}}
198
199Creates the frame. See \helpref{the constructor}{wxhtmlhelpwindowwxhtmlhelpwindow}
200for a description of the parameters.
201
202\membersection{wxHtmlHelpWindow::CreateContents}\label{wxhtmlhelpwindowcreatecontents}
09397bc6 203
f6e9a818 204\func{void}{CreateContents}{\void}
09397bc6
VS
205
206Creates contents panel. (May take some time.)
207
f6e9a818
RN
208Protected.
209
3755cfa6 210\membersection{wxHtmlHelpWindow::CreateIndex}\label{wxhtmlhelpwindowcreateindex}
09397bc6 211
f6e9a818 212\func{void}{CreateIndex}{\void}
09397bc6
VS
213
214Creates index panel. (May take some time.)
215
f6e9a818
RN
216Protected.
217
3755cfa6 218\membersection{wxHtmlHelpWindow::CreateSearch}\label{wxhtmlhelpwindowcreatesearch}
09397bc6
VS
219
220\func{void}{CreateSearch}{\void}
221
222Creates search panel.
223
3755cfa6 224\membersection{wxHtmlHelpWindow::Display}\label{wxhtmlhelpwindowdisplay}
09397bc6
VS
225
226\func{bool}{Display}{\param{const wxString\& }{x}}
227
228\func{bool}{Display}{\param{const int }{id}}
229
457e6c54 230Displays page x. If not found it will give the user the choice of
09397bc6
VS
231searching books.
232Looking for the page runs in these steps:
457e6c54
JS
233
234\begin{enumerate}\itemsep=0pt
235\item try to locate file named x (if x is for example "doc/howto.htm")
236\item try to open starting page of book x
237\item try to find x in contents (if x is for example "How To ...")
238\item try to find x in index (if x is for example "How To ...")
239\end{enumerate}
09397bc6
VS
240
241The second form takes numeric ID as the parameter.
242(uses extension to MS format, <param name="ID" value=id>)
243
b32c6ff0
RD
244\pythonnote{The second form of this method is named DisplayId in
245wxPython.}
246
3755cfa6 247\membersection{wxHtmlHelpWindow::DisplayContents}\label{wxhtmlhelpwindowdisplaycontents}
09397bc6
VS
248
249\func{bool}{DisplayContents}{\void}
250
251Displays contents panel.
252
3755cfa6 253\membersection{wxHtmlHelpWindow::DisplayIndex}\label{wxhtmlhelpwindowdisplayindex}
09397bc6
VS
254
255\func{bool}{DisplayIndex}{\void}
256
257Displays index panel.
258
3755cfa6 259\membersection{wxHtmlHelpWindow::GetData}\label{wxhtmlhelpwindowgetdata}
09397bc6
VS
260
261\func{wxHtmlHelpData*}{GetData}{\void}
262
3755cfa6 263Returns the wxHtmlHelpData object, which is usually a pointer to the controller's data.
09397bc6 264
3755cfa6 265\membersection{wxHtmlHelpWindow::KeywordSearch}\label{wxhtmlhelpwindowkeywordsearch}
09397bc6 266
69b5cec2 267\func{bool}{KeywordSearch}{\param{const wxString\& }{keyword}, \param{wxHelpSearchMode }{mode = wxHELP\_SEARCH\_ALL}}
09397bc6 268
69b5cec2
VS
269Search for given keyword. Optionally it searches through the index (mode =
270wxHELP\_SEARCH\_INDEX), default the content (mode = wxHELP\_SEARCH\_ALL).
09397bc6 271
3755cfa6 272\membersection{wxHtmlHelpWindow::ReadCustomization}\label{wxhtmlhelpwindowreadcustomization}
09397bc6
VS
273
274\func{void}{ReadCustomization}{\param{wxConfigBase* }{cfg}, \param{const wxString\& }{path = wxEmptyString}}
275
3755cfa6 276Reads the user's settings for this window (see \helpref{wxHtmlHelpController::ReadCustomization}{wxhtmlhelpcontrollerreadcustomization})
09397bc6 277
3755cfa6 278\membersection{wxHtmlHelpWindow::RefreshLists}\label{wxhtmlhelpwindowrefreshlists}
09397bc6 279
f6e9a818 280\func{void}{RefreshLists}{\void}
09397bc6 281
7b28757f 282Refresh all panels. This is necessary if a new book was added.
09397bc6 283
f6e9a818
RN
284Protected.
285
3755cfa6 286\membersection{wxHtmlHelpWindow::SetTitleFormat}\label{wxhtmlhelpwindowsettitleformat}
09397bc6
VS
287
288\func{void}{SetTitleFormat}{\param{const wxString\& }{format}}
289
7b28757f
JS
290Sets the frame's title format. {\it format} must contain exactly one "\%s"
291(it will be replaced by the page title).
09397bc6 292
3755cfa6 293\membersection{wxHtmlHelpWindow::UseConfig}\label{wxhtmlhelpwindowuseconfig}
09397bc6
VS
294
295\func{void}{UseConfig}{\param{wxConfigBase* }{config}, \param{const wxString\& }{rootpath = wxEmptyString}}
296
3755cfa6 297Associates a wxConfig object with the help window. It is recommended that you use \helpref{wxHtmlHelpController::UseConfig}{wxhtmlhelpcontrolleruseconfig} instead.
09397bc6 298
3755cfa6 299\membersection{wxHtmlHelpWindow::WriteCustomization}\label{wxhtmlhelpwindowwritecustomization}
09397bc6
VS
300
301\func{void}{WriteCustomization}{\param{wxConfigBase* }{cfg}, \param{const wxString\& }{path = wxEmptyString}}
302
3755cfa6 303Saves the user's settings for this window(see \helpref{wxHtmlHelpController::WriteCustomization}{wxhtmlhelpcontrollerwritecustomization}).
09397bc6 304
3755cfa6 305\membersection{wxHtmlHelpWindow::AddToolbarButtons}\label{wxhtmlhelpwindowaddtoolbarbuttons}
b854b7b8
VS
306
307\func{virtual void}{AddToolbarButtons}{\param{wxToolBar *}{toolBar}, \param{int }{style}}
308
3755cfa6 309You may override this virtual method to add more buttons to the help window's
457e6c54 310toolbar. {\it toolBar} is a pointer to the toolbar and {\it style} is the style
3755cfa6 311flag as passed to the Create method.
b854b7b8
VS
312
313wxToolBar::Realize is called immediately after returning from this function.
314
315See {\it samples/html/helpview} for an example.
457e6c54 316
3755cfa6
JS
317\section{\class{wxHtmlModalHelp}}\label{wxhtmlmodalhelp}
318
319This class uses \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}
320to display help in a modal dialog. This is useful on platforms such as wxMac
321where if you display help from a modal dialog, the help window must itself be a modal
322dialog.
323
324Create objects of this class on the stack, for example:
325
326\begin{verbatim}
327 // The help can be browsed during the lifetime of this object; when the user quits
328 // the help, program execution will continue.
329 wxHtmlModalHelp help(parent, wxT("help"), wxT("My topic"));
330\end{verbatim}
331
332\wxheading{Derived from}
333
334None
335
336\wxheading{Include files}
337
338<wx/html/helpctrl.h>
339
340\latexignore{\rtfignore{\wxheading{Members}}}
341
342\membersection{wxHtmlModalHelp::wxHtmlModalHelp}\label{wxhtmlmodalhelpctor}
343
344\func{}{wxHtmlModalHelp}{\param{wxWindow* }{parent}, \param{const wxString\& }{helpFile}, \param{const wxString\& }{topic = wxEmptyString},
345 \param{int }{style = wxHF\_DEFAULT\_STYLE | wxHF\_DIALOG | wxHF\_MODAL}}
346
347\wxheading{Parameters}
348
349{\it parent} is the parent of the dialog.
350
351{\it helpFile} is the HTML help file to show.
352
353{\it topic} is an optional topic. If this is empty, the help contents will be shown.
354
355{\it style} is a combination of the flags described in the \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller} documentation.
356
357