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