]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/hthlpfrm.tex
Manual fixes
[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
09397bc6
VS
6\section{\class{wxHtmlHelpFrame}}\label{wxhtmlhelpframe}
7
8This class is used by \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}
9to display help.
457e6c54
JS
10It is an internal class and should not be used directly - except for the case
11when you're writing your own HTML help controller.
09397bc6
VS
12
13\wxheading{Derived from}
14
15\helpref{wxFrame}{wxframe}
16
17\latexignore{\rtfignore{\wxheading{Members}}}
18
09397bc6
VS
19\membersection{wxHtmlHelpFrame::wxHtmlHelpFrame}\label{wxhtmlhelpframewxhtmlhelpframe}
20
21\func{}{wxHtmlHelpFrame}{\param{wxHtmlHelpData* }{data = NULL}}
22
23\func{}{wxHtmlHelpFrame}{\param{wxWindow* }{parent}, \param{int }{wxWindowID}, \param{const wxString\& }{title = wxEmptyString}, \param{int }{style = wxHF\_DEFAULTSTYLE}, \param{wxHtmlHelpData* }{data = NULL}}
24
25Constructor.
26
27{\it style} is combination of these flags:
28
457e6c54 29\begin{twocollist}\itemsep=0pt
09397bc6
VS
30\twocolitem{\windowstyle{wxHF\_TOOLBAR}}{Help frame has toolbar.}
31\twocolitem{\windowstyle{wxHF\_CONTENTS}}{Help frame has contents panel.}
32\twocolitem{\windowstyle{wxHF\_INDEX}}{Help frame has index panel.}
33\twocolitem{\windowstyle{wxHF\_SEARCH}}{Help frame has search panel.}
c914a1a2 34\twocolitem{\windowstyle{wxHF\_BOOKMARKS}}{Help frame has bookmarks controls.}
ecacdf8f
VS
35\twocolitem{\windowstyle{wxHF\_OPENFILES}}{Allow user to open arbitrary HTML document.}
36\twocolitem{\windowstyle{wxHF\_PRINT}}{Toolbar contains "print" button.}
09397bc6
VS
37\end{twocollist}
38
09397bc6
VS
39\membersection{wxHtmlHelpFrame::Create}\label{wxhtmlhelpframecreate}
40
41\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{title = wxEmptyString}, \param{int }{style = wxHF\_DEFAULTSTYLE}}
42
43Creates the frame.
44
45{\it style} is combination of these flags:
46
457e6c54 47\begin{twocollist}\itemsep=0pt
09397bc6
VS
48\twocolitem{\windowstyle{wxHF\_TOOLBAR}}{Help frame has toolbar.}
49\twocolitem{\windowstyle{wxHF\_CONTENTS}}{Help frame has contents panel.}
50\twocolitem{\windowstyle{wxHF\_INDEX}}{Help frame has index panel.}
51\twocolitem{\windowstyle{wxHF\_SEARCH}}{Help frame has search panel.}
52\end{twocollist}
53
09397bc6
VS
54\membersection{wxHtmlHelpFrame::CreateContents}\label{wxhtmlhelpframecreatecontents}
55
56\func{void}{CreateContents}{\param{bool }{show\_progress = FALSE}}
57
58Creates contents panel. (May take some time.)
59
09397bc6
VS
60\membersection{wxHtmlHelpFrame::CreateIndex}\label{wxhtmlhelpframecreateindex}
61
62\func{void}{CreateIndex}{\param{bool }{show\_progress = FALSE}}
63
64Creates index panel. (May take some time.)
65
09397bc6
VS
66\membersection{wxHtmlHelpFrame::CreateSearch}\label{wxhtmlhelpframecreatesearch}
67
68\func{void}{CreateSearch}{\void}
69
70Creates search panel.
71
09397bc6
VS
72\membersection{wxHtmlHelpFrame::Display}\label{wxhtmlhelpframedisplay}
73
74\func{bool}{Display}{\param{const wxString\& }{x}}
75
76\func{bool}{Display}{\param{const int }{id}}
77
457e6c54 78Displays page x. If not found it will give the user the choice of
09397bc6
VS
79searching books.
80Looking for the page runs in these steps:
457e6c54
JS
81
82\begin{enumerate}\itemsep=0pt
83\item try to locate file named x (if x is for example "doc/howto.htm")
84\item try to open starting page of book x
85\item try to find x in contents (if x is for example "How To ...")
86\item try to find x in index (if x is for example "How To ...")
87\end{enumerate}
09397bc6
VS
88
89The second form takes numeric ID as the parameter.
90(uses extension to MS format, <param name="ID" value=id>)
91
b32c6ff0
RD
92\pythonnote{The second form of this method is named DisplayId in
93wxPython.}
94
09397bc6
VS
95\membersection{wxHtmlHelpFrame::DisplayContents}\label{wxhtmlhelpframedisplaycontents}
96
97\func{bool}{DisplayContents}{\void}
98
99Displays contents panel.
100
101\membersection{wxHtmlHelpFrame::DisplayIndex}\label{wxhtmlhelpframedisplayindex}
102
103\func{bool}{DisplayIndex}{\void}
104
105Displays index panel.
106
09397bc6
VS
107\membersection{wxHtmlHelpFrame::GetData}\label{wxhtmlhelpframegetdata}
108
109\func{wxHtmlHelpData*}{GetData}{\void}
110
111Return wxHtmlHelpData object.
112
113\membersection{wxHtmlHelpFrame::KeywordSearch}\label{wxhtmlhelpframekeywordsearch}
114
115\func{bool}{KeywordSearch}{\param{const wxString\& }{keyword}}
116
117Search for given keyword.
118
09397bc6
VS
119\membersection{wxHtmlHelpFrame::ReadCustomization}\label{wxhtmlhelpframereadcustomization}
120
121\func{void}{ReadCustomization}{\param{wxConfigBase* }{cfg}, \param{const wxString\& }{path = wxEmptyString}}
122
123Reads user's settings for this frame (see \helpref{wxHtmlHelpController::ReadCustomization}{wxhtmlhelpcontrollerreadcustomization})
124
125\membersection{wxHtmlHelpFrame::RefreshLists}\label{wxhtmlhelpframerefreshlists}
126
127\func{void}{RefreshLists}{\param{bool }{show\_progress = FALSE}}
128
457e6c54 129Refresh all panels. This is necessary if new book was added.
09397bc6
VS
130
131\membersection{wxHtmlHelpFrame::SetTitleFormat}\label{wxhtmlhelpframesettitleformat}
132
133\func{void}{SetTitleFormat}{\param{const wxString\& }{format}}
134
135Sets frame's title format. {\it format} must contain exactly one "\%s"
136(it will be replaced by page's title).
137
138\membersection{wxHtmlHelpFrame::UseConfig}\label{wxhtmlhelpframeuseconfig}
139
140\func{void}{UseConfig}{\param{wxConfigBase* }{config}, \param{const wxString\& }{rootpath = wxEmptyString}}
141
457e6c54 142Add books to search choice panel.
09397bc6
VS
143
144\membersection{wxHtmlHelpFrame::WriteCustomization}\label{wxhtmlhelpframewritecustomization}
145
146\func{void}{WriteCustomization}{\param{wxConfigBase* }{cfg}, \param{const wxString\& }{path = wxEmptyString}}
147
457e6c54 148Saves user's settings for this frame (see \helpref{wxHtmlHelpController::WriteCustomization}{wxhtmlhelpcontrollerwritecustomization}).
09397bc6 149
b854b7b8
VS
150\membersection{wxHtmlHelpFrame::AddToolbarButtons}\label{wxhtmlhelpframeaddtoolbarbuttons}
151
152\func{virtual void}{AddToolbarButtons}{\param{wxToolBar *}{toolBar}, \param{int }{style}}
153
154You may override this virtual method to add more buttons into help frame's
457e6c54 155toolbar. {\it toolBar} is a pointer to the toolbar and {\it style} is the style
b854b7b8
VS
156flag as passed to Create method.
157
158wxToolBar::Realize is called immediately after returning from this function.
159
160See {\it samples/html/helpview} for an example.
457e6c54 161