]>
Commit | Line | Data |
---|---|---|
e6056257 RD |
1 | # This file was created automatically by SWIG. |
2 | import htmlhelpc | |
3 | ||
4 | from misc import * | |
5 | ||
6 | from misc2 import * | |
7 | ||
8 | from windows import * | |
9 | ||
10 | from gdi import * | |
11 | ||
40699168 RD |
12 | from fonts import * |
13 | ||
e6056257 RD |
14 | from clip_dnd import * |
15 | ||
16 | from events import * | |
17 | ||
18 | from streams import * | |
19 | ||
dbd3685c RD |
20 | from utils import * |
21 | ||
e6056257 RD |
22 | from mdi import * |
23 | ||
24 | from frames import * | |
25 | ||
26 | from stattool import * | |
27 | ||
28 | from controls import * | |
29 | ||
30 | from controls2 import * | |
31 | ||
32 | from windows2 import * | |
33 | ||
34 | from cmndlgs import * | |
35 | ||
36 | from windows3 import * | |
37 | ||
38 | from image import * | |
39 | ||
40 | from printfw import * | |
41 | ||
42 | from sizers import * | |
43 | ||
44 | from filesys import * | |
eb28fd47 | 45 | class wxHtmlBookRecordPtr : |
e6056257 RD |
46 | def __init__(self,this): |
47 | self.this = this | |
48 | self.thisown = 0 | |
da0ddbd6 | 49 | def GetBookFile(self, *_args, **_kwargs): |
d84a9306 | 50 | val = htmlhelpc.wxHtmlBookRecord_GetBookFile(self, *_args, **_kwargs) |
da0ddbd6 | 51 | return val |
e6056257 | 52 | def GetTitle(self, *_args, **_kwargs): |
d84a9306 | 53 | val = htmlhelpc.wxHtmlBookRecord_GetTitle(self, *_args, **_kwargs) |
e6056257 RD |
54 | return val |
55 | def GetStart(self, *_args, **_kwargs): | |
d84a9306 | 56 | val = htmlhelpc.wxHtmlBookRecord_GetStart(self, *_args, **_kwargs) |
e6056257 RD |
57 | return val |
58 | def GetBasePath(self, *_args, **_kwargs): | |
d84a9306 | 59 | val = htmlhelpc.wxHtmlBookRecord_GetBasePath(self, *_args, **_kwargs) |
e6056257 RD |
60 | return val |
61 | def SetContentsRange(self, *_args, **_kwargs): | |
d84a9306 | 62 | val = htmlhelpc.wxHtmlBookRecord_SetContentsRange(self, *_args, **_kwargs) |
e6056257 RD |
63 | return val |
64 | def GetContentsStart(self, *_args, **_kwargs): | |
d84a9306 | 65 | val = htmlhelpc.wxHtmlBookRecord_GetContentsStart(self, *_args, **_kwargs) |
e6056257 RD |
66 | return val |
67 | def GetContentsEnd(self, *_args, **_kwargs): | |
d84a9306 | 68 | val = htmlhelpc.wxHtmlBookRecord_GetContentsEnd(self, *_args, **_kwargs) |
e6056257 | 69 | return val |
da0ddbd6 | 70 | def SetTitle(self, *_args, **_kwargs): |
d84a9306 | 71 | val = htmlhelpc.wxHtmlBookRecord_SetTitle(self, *_args, **_kwargs) |
da0ddbd6 RD |
72 | return val |
73 | def SetBasePath(self, *_args, **_kwargs): | |
d84a9306 | 74 | val = htmlhelpc.wxHtmlBookRecord_SetBasePath(self, *_args, **_kwargs) |
da0ddbd6 RD |
75 | return val |
76 | def SetStart(self, *_args, **_kwargs): | |
d84a9306 | 77 | val = htmlhelpc.wxHtmlBookRecord_SetStart(self, *_args, **_kwargs) |
da0ddbd6 RD |
78 | return val |
79 | def GetFullPath(self, *_args, **_kwargs): | |
d84a9306 | 80 | val = htmlhelpc.wxHtmlBookRecord_GetFullPath(self, *_args, **_kwargs) |
da0ddbd6 | 81 | return val |
e6056257 | 82 | def __repr__(self): |
d84a9306 | 83 | return "<%s.%s instance; proxy of C++ wxHtmlBookRecord instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this) |
e6056257 RD |
84 | class wxHtmlBookRecord(wxHtmlBookRecordPtr): |
85 | def __init__(self,*_args,**_kwargs): | |
d84a9306 | 86 | self.this = htmlhelpc.new_wxHtmlBookRecord(*_args,**_kwargs) |
e6056257 RD |
87 | self.thisown = 1 |
88 | ||
89 | ||
90 | ||
91 | ||
92 | class wxHtmlContentsItemPtr : | |
93 | def __init__(self,this): | |
94 | self.this = this | |
95 | self.thisown = 0 | |
c3bfa1cb | 96 | def GetLevel(self, *_args, **_kwargs): |
d84a9306 | 97 | val = htmlhelpc.wxHtmlContentsItem_GetLevel(self, *_args, **_kwargs) |
c3bfa1cb RD |
98 | return val |
99 | def GetID(self, *_args, **_kwargs): | |
d84a9306 | 100 | val = htmlhelpc.wxHtmlContentsItem_GetID(self, *_args, **_kwargs) |
c3bfa1cb RD |
101 | return val |
102 | def GetName(self, *_args, **_kwargs): | |
d84a9306 | 103 | val = htmlhelpc.wxHtmlContentsItem_GetName(self, *_args, **_kwargs) |
c3bfa1cb RD |
104 | return val |
105 | def GetPage(self, *_args, **_kwargs): | |
d84a9306 | 106 | val = htmlhelpc.wxHtmlContentsItem_GetPage(self, *_args, **_kwargs) |
c3bfa1cb RD |
107 | return val |
108 | def GetBook(self, *_args, **_kwargs): | |
d84a9306 | 109 | val = htmlhelpc.wxHtmlContentsItem_GetBook(self, *_args, **_kwargs) |
c3bfa1cb RD |
110 | if val: val = wxHtmlBookRecordPtr(val) |
111 | return val | |
e6056257 | 112 | def __repr__(self): |
d84a9306 | 113 | return "<%s.%s instance; proxy of C++ wxHtmlContentsItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this) |
e6056257 RD |
114 | class wxHtmlContentsItem(wxHtmlContentsItemPtr): |
115 | def __init__(self,this): | |
116 | self.this = this | |
117 | ||
118 | ||
119 | ||
120 | ||
121 | class wxHtmlSearchStatusPtr : | |
122 | def __init__(self,this): | |
123 | self.this = this | |
124 | self.thisown = 0 | |
125 | def Search(self, *_args, **_kwargs): | |
d84a9306 | 126 | val = htmlhelpc.wxHtmlSearchStatus_Search(self, *_args, **_kwargs) |
e6056257 RD |
127 | return val |
128 | def IsActive(self, *_args, **_kwargs): | |
d84a9306 | 129 | val = htmlhelpc.wxHtmlSearchStatus_IsActive(self, *_args, **_kwargs) |
e6056257 RD |
130 | return val |
131 | def GetCurIndex(self, *_args, **_kwargs): | |
d84a9306 | 132 | val = htmlhelpc.wxHtmlSearchStatus_GetCurIndex(self, *_args, **_kwargs) |
e6056257 RD |
133 | return val |
134 | def GetMaxIndex(self, *_args, **_kwargs): | |
d84a9306 | 135 | val = htmlhelpc.wxHtmlSearchStatus_GetMaxIndex(self, *_args, **_kwargs) |
e6056257 RD |
136 | return val |
137 | def GetName(self, *_args, **_kwargs): | |
d84a9306 | 138 | val = htmlhelpc.wxHtmlSearchStatus_GetName(self, *_args, **_kwargs) |
e6056257 RD |
139 | return val |
140 | def GetContentsItem(self, *_args, **_kwargs): | |
d84a9306 | 141 | val = htmlhelpc.wxHtmlSearchStatus_GetContentsItem(self, *_args, **_kwargs) |
e6056257 RD |
142 | if val: val = wxHtmlContentsItemPtr(val) |
143 | return val | |
144 | def __repr__(self): | |
d84a9306 | 145 | return "<%s.%s instance; proxy of C++ wxHtmlSearchStatus instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this) |
e6056257 RD |
146 | class wxHtmlSearchStatus(wxHtmlSearchStatusPtr): |
147 | def __init__(self,this): | |
148 | self.this = this | |
149 | ||
150 | ||
151 | ||
152 | ||
153 | class wxHtmlHelpDataPtr : | |
154 | def __init__(self,this): | |
155 | self.this = this | |
156 | self.thisown = 0 | |
7108497a RD |
157 | def __del__(self, delfunc=htmlhelpc.delete_wxHtmlHelpData): |
158 | if self.thisown == 1: | |
159 | try: | |
160 | delfunc(self) | |
161 | except: | |
162 | pass | |
e6056257 | 163 | def SetTempDir(self, *_args, **_kwargs): |
d84a9306 | 164 | val = htmlhelpc.wxHtmlHelpData_SetTempDir(self, *_args, **_kwargs) |
e6056257 RD |
165 | return val |
166 | def AddBook(self, *_args, **_kwargs): | |
d84a9306 | 167 | val = htmlhelpc.wxHtmlHelpData_AddBook(self, *_args, **_kwargs) |
e6056257 RD |
168 | return val |
169 | def FindPageByName(self, *_args, **_kwargs): | |
d84a9306 | 170 | val = htmlhelpc.wxHtmlHelpData_FindPageByName(self, *_args, **_kwargs) |
e6056257 RD |
171 | return val |
172 | def FindPageById(self, *_args, **_kwargs): | |
d84a9306 | 173 | val = htmlhelpc.wxHtmlHelpData_FindPageById(self, *_args, **_kwargs) |
e6056257 RD |
174 | return val |
175 | def GetBookRecArray(self, *_args, **_kwargs): | |
d84a9306 | 176 | val = htmlhelpc.wxHtmlHelpData_GetBookRecArray(self, *_args, **_kwargs) |
e6056257 RD |
177 | return val |
178 | def GetContents(self, *_args, **_kwargs): | |
d84a9306 | 179 | val = htmlhelpc.wxHtmlHelpData_GetContents(self, *_args, **_kwargs) |
e6056257 RD |
180 | if val: val = wxHtmlContentsItemPtr(val) |
181 | return val | |
182 | def GetContentsCnt(self, *_args, **_kwargs): | |
d84a9306 | 183 | val = htmlhelpc.wxHtmlHelpData_GetContentsCnt(self, *_args, **_kwargs) |
e6056257 RD |
184 | return val |
185 | def GetIndex(self, *_args, **_kwargs): | |
d84a9306 | 186 | val = htmlhelpc.wxHtmlHelpData_GetIndex(self, *_args, **_kwargs) |
e6056257 RD |
187 | if val: val = wxHtmlContentsItemPtr(val) |
188 | return val | |
189 | def GetIndexCnt(self, *_args, **_kwargs): | |
d84a9306 | 190 | val = htmlhelpc.wxHtmlHelpData_GetIndexCnt(self, *_args, **_kwargs) |
e6056257 RD |
191 | return val |
192 | def __repr__(self): | |
d84a9306 | 193 | return "<%s.%s instance; proxy of C++ wxHtmlHelpData instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this) |
e6056257 RD |
194 | class wxHtmlHelpData(wxHtmlHelpDataPtr): |
195 | def __init__(self,*_args,**_kwargs): | |
d84a9306 | 196 | self.this = htmlhelpc.new_wxHtmlHelpData(*_args,**_kwargs) |
e6056257 RD |
197 | self.thisown = 1 |
198 | ||
199 | ||
200 | ||
201 | ||
202 | class wxHtmlHelpFramePtr(wxFramePtr): | |
203 | def __init__(self,this): | |
204 | self.this = this | |
205 | self.thisown = 0 | |
206 | def GetData(self, *_args, **_kwargs): | |
d84a9306 | 207 | val = htmlhelpc.wxHtmlHelpFrame_GetData(self, *_args, **_kwargs) |
e6056257 RD |
208 | if val: val = wxHtmlHelpDataPtr(val) |
209 | return val | |
210 | def SetTitleFormat(self, *_args, **_kwargs): | |
d84a9306 | 211 | val = htmlhelpc.wxHtmlHelpFrame_SetTitleFormat(self, *_args, **_kwargs) |
e6056257 RD |
212 | return val |
213 | def Display(self, *_args, **_kwargs): | |
d84a9306 | 214 | val = htmlhelpc.wxHtmlHelpFrame_Display(self, *_args, **_kwargs) |
e6056257 RD |
215 | return val |
216 | def DisplayID(self, *_args, **_kwargs): | |
d84a9306 | 217 | val = htmlhelpc.wxHtmlHelpFrame_DisplayID(self, *_args, **_kwargs) |
e6056257 RD |
218 | return val |
219 | def DisplayContents(self, *_args, **_kwargs): | |
d84a9306 | 220 | val = htmlhelpc.wxHtmlHelpFrame_DisplayContents(self, *_args, **_kwargs) |
e6056257 RD |
221 | return val |
222 | def DisplayIndex(self, *_args, **_kwargs): | |
d84a9306 | 223 | val = htmlhelpc.wxHtmlHelpFrame_DisplayIndex(self, *_args, **_kwargs) |
e6056257 RD |
224 | return val |
225 | def KeywordSearch(self, *_args, **_kwargs): | |
d84a9306 | 226 | val = htmlhelpc.wxHtmlHelpFrame_KeywordSearch(self, *_args, **_kwargs) |
e6056257 RD |
227 | return val |
228 | def UseConfig(self, *_args, **_kwargs): | |
d84a9306 | 229 | val = htmlhelpc.wxHtmlHelpFrame_UseConfig(self, *_args, **_kwargs) |
e6056257 RD |
230 | return val |
231 | def ReadCustomization(self, *_args, **_kwargs): | |
d84a9306 | 232 | val = htmlhelpc.wxHtmlHelpFrame_ReadCustomization(self, *_args, **_kwargs) |
e6056257 RD |
233 | return val |
234 | def WriteCustomization(self, *_args, **_kwargs): | |
d84a9306 | 235 | val = htmlhelpc.wxHtmlHelpFrame_WriteCustomization(self, *_args, **_kwargs) |
e6056257 RD |
236 | return val |
237 | def __repr__(self): | |
d84a9306 | 238 | return "<%s.%s instance; proxy of C++ wxHtmlHelpFrame instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this) |
e6056257 RD |
239 | class wxHtmlHelpFrame(wxHtmlHelpFramePtr): |
240 | def __init__(self,*_args,**_kwargs): | |
d84a9306 | 241 | self.this = htmlhelpc.new_wxHtmlHelpFrame(*_args,**_kwargs) |
e6056257 RD |
242 | self.thisown = 1 |
243 | self._setOORInfo(self) | |
244 | ||
245 | ||
246 | ||
247 | ||
248 | class wxHtmlHelpControllerPtr(wxEvtHandlerPtr): | |
249 | def __init__(self,this): | |
250 | self.this = this | |
251 | self.thisown = 0 | |
7108497a RD |
252 | def __del__(self, delfunc=htmlhelpc.delete_wxHtmlHelpController): |
253 | if self.thisown == 1: | |
254 | try: | |
255 | delfunc(self) | |
256 | except: | |
257 | pass | |
e6056257 | 258 | def SetTitleFormat(self, *_args, **_kwargs): |
d84a9306 | 259 | val = htmlhelpc.wxHtmlHelpController_SetTitleFormat(self, *_args, **_kwargs) |
e6056257 RD |
260 | return val |
261 | def SetTempDir(self, *_args, **_kwargs): | |
d84a9306 | 262 | val = htmlhelpc.wxHtmlHelpController_SetTempDir(self, *_args, **_kwargs) |
e6056257 RD |
263 | return val |
264 | def AddBook(self, *_args, **_kwargs): | |
d84a9306 | 265 | val = htmlhelpc.wxHtmlHelpController_AddBook(self, *_args, **_kwargs) |
e6056257 RD |
266 | return val |
267 | def Display(self, *_args, **_kwargs): | |
d84a9306 | 268 | val = htmlhelpc.wxHtmlHelpController_Display(self, *_args, **_kwargs) |
e6056257 RD |
269 | return val |
270 | def DisplayID(self, *_args, **_kwargs): | |
d84a9306 | 271 | val = htmlhelpc.wxHtmlHelpController_DisplayID(self, *_args, **_kwargs) |
e6056257 RD |
272 | return val |
273 | def DisplayContents(self, *_args, **_kwargs): | |
d84a9306 | 274 | val = htmlhelpc.wxHtmlHelpController_DisplayContents(self, *_args, **_kwargs) |
e6056257 RD |
275 | return val |
276 | def DisplayIndex(self, *_args, **_kwargs): | |
d84a9306 | 277 | val = htmlhelpc.wxHtmlHelpController_DisplayIndex(self, *_args, **_kwargs) |
e6056257 RD |
278 | return val |
279 | def KeywordSearch(self, *_args, **_kwargs): | |
d84a9306 | 280 | val = htmlhelpc.wxHtmlHelpController_KeywordSearch(self, *_args, **_kwargs) |
e6056257 RD |
281 | return val |
282 | def UseConfig(self, *_args, **_kwargs): | |
d84a9306 | 283 | val = htmlhelpc.wxHtmlHelpController_UseConfig(self, *_args, **_kwargs) |
e6056257 RD |
284 | return val |
285 | def ReadCustomization(self, *_args, **_kwargs): | |
d84a9306 | 286 | val = htmlhelpc.wxHtmlHelpController_ReadCustomization(self, *_args, **_kwargs) |
e6056257 RD |
287 | return val |
288 | def WriteCustomization(self, *_args, **_kwargs): | |
d84a9306 | 289 | val = htmlhelpc.wxHtmlHelpController_WriteCustomization(self, *_args, **_kwargs) |
e6056257 RD |
290 | return val |
291 | def GetFrame(self, *_args, **_kwargs): | |
d84a9306 | 292 | val = htmlhelpc.wxHtmlHelpController_GetFrame(self, *_args, **_kwargs) |
e6056257 RD |
293 | if val: val = wxHtmlHelpFramePtr(val) |
294 | return val | |
295 | def __repr__(self): | |
d84a9306 | 296 | return "<%s.%s instance; proxy of C++ wxHtmlHelpController instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this) |
e6056257 RD |
297 | class wxHtmlHelpController(wxHtmlHelpControllerPtr): |
298 | def __init__(self,*_args,**_kwargs): | |
d84a9306 | 299 | self.this = htmlhelpc.new_wxHtmlHelpController(*_args,**_kwargs) |
e6056257 RD |
300 | self.thisown = 1 |
301 | self._setOORInfo(self) | |
302 | ||
303 | ||
304 | ||
305 | ||
306 | ||
307 | ||
308 | #-------------- FUNCTION WRAPPERS ------------------ | |
309 | ||
310 | ||
311 | ||
312 | #-------------- VARIABLE WRAPPERS ------------------ | |
313 | ||
314 | wxHF_TOOLBAR = htmlhelpc.wxHF_TOOLBAR | |
315 | wxHF_FLATTOOLBAR = htmlhelpc.wxHF_FLATTOOLBAR | |
316 | wxHF_CONTENTS = htmlhelpc.wxHF_CONTENTS | |
317 | wxHF_INDEX = htmlhelpc.wxHF_INDEX | |
318 | wxHF_SEARCH = htmlhelpc.wxHF_SEARCH | |
319 | wxHF_BOOKMARKS = htmlhelpc.wxHF_BOOKMARKS | |
320 | wxHF_OPENFILES = htmlhelpc.wxHF_OPENFILES | |
321 | wxHF_PRINT = htmlhelpc.wxHF_PRINT | |
322 | wxHF_DEFAULTSTYLE = htmlhelpc.wxHF_DEFAULTSTYLE |