]>
Commit | Line | Data |
---|---|---|
1 | # This file was created automatically by SWIG. | |
2 | # Don't modify this file, modify the SWIG interface instead. | |
3 | ||
4 | """ | |
5 | Classes for a simple HTML rendering window, HTML Help Window, etc. | |
6 | """ | |
7 | ||
8 | import _html | |
9 | ||
10 | import _windows | |
11 | import _core | |
12 | wx = _core | |
13 | __docfilter__ = wx.__DocFilter(globals()) | |
14 | #--------------------------------------------------------------------------- | |
15 | ||
16 | HTML_ALIGN_LEFT = _html.HTML_ALIGN_LEFT | |
17 | HTML_ALIGN_CENTER = _html.HTML_ALIGN_CENTER | |
18 | HTML_ALIGN_RIGHT = _html.HTML_ALIGN_RIGHT | |
19 | HTML_ALIGN_BOTTOM = _html.HTML_ALIGN_BOTTOM | |
20 | HTML_ALIGN_TOP = _html.HTML_ALIGN_TOP | |
21 | HTML_CLR_FOREGROUND = _html.HTML_CLR_FOREGROUND | |
22 | HTML_CLR_BACKGROUND = _html.HTML_CLR_BACKGROUND | |
23 | HTML_UNITS_PIXELS = _html.HTML_UNITS_PIXELS | |
24 | HTML_UNITS_PERCENT = _html.HTML_UNITS_PERCENT | |
25 | HTML_INDENT_LEFT = _html.HTML_INDENT_LEFT | |
26 | HTML_INDENT_RIGHT = _html.HTML_INDENT_RIGHT | |
27 | HTML_INDENT_TOP = _html.HTML_INDENT_TOP | |
28 | HTML_INDENT_BOTTOM = _html.HTML_INDENT_BOTTOM | |
29 | HTML_INDENT_HORIZONTAL = _html.HTML_INDENT_HORIZONTAL | |
30 | HTML_INDENT_VERTICAL = _html.HTML_INDENT_VERTICAL | |
31 | HTML_INDENT_ALL = _html.HTML_INDENT_ALL | |
32 | HTML_COND_ISANCHOR = _html.HTML_COND_ISANCHOR | |
33 | HTML_COND_ISIMAGEMAP = _html.HTML_COND_ISIMAGEMAP | |
34 | HTML_COND_USER = _html.HTML_COND_USER | |
35 | HTML_FONT_SIZE_1 = _html.HTML_FONT_SIZE_1 | |
36 | HTML_FONT_SIZE_2 = _html.HTML_FONT_SIZE_2 | |
37 | HTML_FONT_SIZE_3 = _html.HTML_FONT_SIZE_3 | |
38 | HTML_FONT_SIZE_4 = _html.HTML_FONT_SIZE_4 | |
39 | HTML_FONT_SIZE_5 = _html.HTML_FONT_SIZE_5 | |
40 | HTML_FONT_SIZE_6 = _html.HTML_FONT_SIZE_6 | |
41 | HTML_FONT_SIZE_7 = _html.HTML_FONT_SIZE_7 | |
42 | HW_SCROLLBAR_NEVER = _html.HW_SCROLLBAR_NEVER | |
43 | HW_SCROLLBAR_AUTO = _html.HW_SCROLLBAR_AUTO | |
44 | HW_NO_SELECTION = _html.HW_NO_SELECTION | |
45 | HW_DEFAULT_STYLE = _html.HW_DEFAULT_STYLE | |
46 | HTML_OPEN = _html.HTML_OPEN | |
47 | HTML_BLOCK = _html.HTML_BLOCK | |
48 | HTML_REDIRECT = _html.HTML_REDIRECT | |
49 | HTML_URL_PAGE = _html.HTML_URL_PAGE | |
50 | HTML_URL_IMAGE = _html.HTML_URL_IMAGE | |
51 | HTML_URL_OTHER = _html.HTML_URL_OTHER | |
52 | class HtmlLinkInfo(_core.Object): | |
53 | def __repr__(self): | |
54 | return "<%s.%s; proxy of C++ wxHtmlLinkInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
55 | def __init__(self, *args, **kwargs): | |
56 | """__init__(self, String href, String target=EmptyString) -> HtmlLinkInfo""" | |
57 | newobj = _html.new_HtmlLinkInfo(*args, **kwargs) | |
58 | self.this = newobj.this | |
59 | self.thisown = 1 | |
60 | del newobj.thisown | |
61 | def GetHref(*args, **kwargs): | |
62 | """GetHref(self) -> String""" | |
63 | return _html.HtmlLinkInfo_GetHref(*args, **kwargs) | |
64 | ||
65 | def GetTarget(*args, **kwargs): | |
66 | """GetTarget(self) -> String""" | |
67 | return _html.HtmlLinkInfo_GetTarget(*args, **kwargs) | |
68 | ||
69 | def GetEvent(*args, **kwargs): | |
70 | """GetEvent(self) -> MouseEvent""" | |
71 | return _html.HtmlLinkInfo_GetEvent(*args, **kwargs) | |
72 | ||
73 | def GetHtmlCell(*args, **kwargs): | |
74 | """GetHtmlCell(self) -> HtmlCell""" | |
75 | return _html.HtmlLinkInfo_GetHtmlCell(*args, **kwargs) | |
76 | ||
77 | def SetEvent(*args, **kwargs): | |
78 | """SetEvent(self, MouseEvent e)""" | |
79 | return _html.HtmlLinkInfo_SetEvent(*args, **kwargs) | |
80 | ||
81 | def SetHtmlCell(*args, **kwargs): | |
82 | """SetHtmlCell(self, HtmlCell e)""" | |
83 | return _html.HtmlLinkInfo_SetHtmlCell(*args, **kwargs) | |
84 | ||
85 | ||
86 | class HtmlLinkInfoPtr(HtmlLinkInfo): | |
87 | def __init__(self, this): | |
88 | self.this = this | |
89 | if not hasattr(self,"thisown"): self.thisown = 0 | |
90 | self.__class__ = HtmlLinkInfo | |
91 | _html.HtmlLinkInfo_swigregister(HtmlLinkInfoPtr) | |
92 | cvar = _html.cvar | |
93 | HtmlWindowNameStr = cvar.HtmlWindowNameStr | |
94 | HtmlPrintoutTitleStr = cvar.HtmlPrintoutTitleStr | |
95 | HtmlPrintingTitleStr = cvar.HtmlPrintingTitleStr | |
96 | ||
97 | class HtmlTag(_core.Object): | |
98 | def __init__(self): raise RuntimeError, "No constructor defined" | |
99 | def __repr__(self): | |
100 | return "<%s.%s; proxy of C++ wxHtmlTag instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
101 | def GetName(*args, **kwargs): | |
102 | """GetName(self) -> String""" | |
103 | return _html.HtmlTag_GetName(*args, **kwargs) | |
104 | ||
105 | def HasParam(*args, **kwargs): | |
106 | """HasParam(self, String par) -> bool""" | |
107 | return _html.HtmlTag_HasParam(*args, **kwargs) | |
108 | ||
109 | def GetParam(*args, **kwargs): | |
110 | """GetParam(self, String par, int with_commas=False) -> String""" | |
111 | return _html.HtmlTag_GetParam(*args, **kwargs) | |
112 | ||
113 | def GetAllParams(*args, **kwargs): | |
114 | """GetAllParams(self) -> String""" | |
115 | return _html.HtmlTag_GetAllParams(*args, **kwargs) | |
116 | ||
117 | def HasEnding(*args, **kwargs): | |
118 | """HasEnding(self) -> bool""" | |
119 | return _html.HtmlTag_HasEnding(*args, **kwargs) | |
120 | ||
121 | def GetBeginPos(*args, **kwargs): | |
122 | """GetBeginPos(self) -> int""" | |
123 | return _html.HtmlTag_GetBeginPos(*args, **kwargs) | |
124 | ||
125 | def GetEndPos1(*args, **kwargs): | |
126 | """GetEndPos1(self) -> int""" | |
127 | return _html.HtmlTag_GetEndPos1(*args, **kwargs) | |
128 | ||
129 | def GetEndPos2(*args, **kwargs): | |
130 | """GetEndPos2(self) -> int""" | |
131 | return _html.HtmlTag_GetEndPos2(*args, **kwargs) | |
132 | ||
133 | ||
134 | class HtmlTagPtr(HtmlTag): | |
135 | def __init__(self, this): | |
136 | self.this = this | |
137 | if not hasattr(self,"thisown"): self.thisown = 0 | |
138 | self.__class__ = HtmlTag | |
139 | _html.HtmlTag_swigregister(HtmlTagPtr) | |
140 | ||
141 | class HtmlParser(_core.Object): | |
142 | def __init__(self): raise RuntimeError, "No constructor defined" | |
143 | def __repr__(self): | |
144 | return "<%s.%s; proxy of C++ wxHtmlParser instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
145 | def SetFS(*args, **kwargs): | |
146 | """SetFS(self, FileSystem fs)""" | |
147 | return _html.HtmlParser_SetFS(*args, **kwargs) | |
148 | ||
149 | def GetFS(*args, **kwargs): | |
150 | """GetFS(self) -> FileSystem""" | |
151 | return _html.HtmlParser_GetFS(*args, **kwargs) | |
152 | ||
153 | def Parse(*args, **kwargs): | |
154 | """Parse(self, String source) -> Object""" | |
155 | return _html.HtmlParser_Parse(*args, **kwargs) | |
156 | ||
157 | def InitParser(*args, **kwargs): | |
158 | """InitParser(self, String source)""" | |
159 | return _html.HtmlParser_InitParser(*args, **kwargs) | |
160 | ||
161 | def DoneParser(*args, **kwargs): | |
162 | """DoneParser(self)""" | |
163 | return _html.HtmlParser_DoneParser(*args, **kwargs) | |
164 | ||
165 | def DoParsing(*args, **kwargs): | |
166 | """DoParsing(self, int begin_pos, int end_pos)""" | |
167 | return _html.HtmlParser_DoParsing(*args, **kwargs) | |
168 | ||
169 | def StopParsing(*args, **kwargs): | |
170 | """StopParsing(self)""" | |
171 | return _html.HtmlParser_StopParsing(*args, **kwargs) | |
172 | ||
173 | def AddTagHandler(*args, **kwargs): | |
174 | """AddTagHandler(self, HtmlTagHandler handler)""" | |
175 | return _html.HtmlParser_AddTagHandler(*args, **kwargs) | |
176 | ||
177 | def GetSource(*args, **kwargs): | |
178 | """GetSource(self) -> String""" | |
179 | return _html.HtmlParser_GetSource(*args, **kwargs) | |
180 | ||
181 | def PushTagHandler(*args, **kwargs): | |
182 | """PushTagHandler(self, HtmlTagHandler handler, String tags)""" | |
183 | return _html.HtmlParser_PushTagHandler(*args, **kwargs) | |
184 | ||
185 | def PopTagHandler(*args, **kwargs): | |
186 | """PopTagHandler(self)""" | |
187 | return _html.HtmlParser_PopTagHandler(*args, **kwargs) | |
188 | ||
189 | ||
190 | class HtmlParserPtr(HtmlParser): | |
191 | def __init__(self, this): | |
192 | self.this = this | |
193 | if not hasattr(self,"thisown"): self.thisown = 0 | |
194 | self.__class__ = HtmlParser | |
195 | _html.HtmlParser_swigregister(HtmlParserPtr) | |
196 | ||
197 | class HtmlWinParser(HtmlParser): | |
198 | def __repr__(self): | |
199 | return "<%s.%s; proxy of C++ wxHtmlWinParser instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
200 | def __init__(self, *args, **kwargs): | |
201 | """__init__(self, HtmlWindow wnd=None) -> HtmlWinParser""" | |
202 | newobj = _html.new_HtmlWinParser(*args, **kwargs) | |
203 | self.this = newobj.this | |
204 | self.thisown = 1 | |
205 | del newobj.thisown | |
206 | def SetDC(*args, **kwargs): | |
207 | """SetDC(self, DC dc)""" | |
208 | return _html.HtmlWinParser_SetDC(*args, **kwargs) | |
209 | ||
210 | def GetDC(*args, **kwargs): | |
211 | """GetDC(self) -> DC""" | |
212 | return _html.HtmlWinParser_GetDC(*args, **kwargs) | |
213 | ||
214 | def GetCharHeight(*args, **kwargs): | |
215 | """GetCharHeight(self) -> int""" | |
216 | return _html.HtmlWinParser_GetCharHeight(*args, **kwargs) | |
217 | ||
218 | def GetCharWidth(*args, **kwargs): | |
219 | """GetCharWidth(self) -> int""" | |
220 | return _html.HtmlWinParser_GetCharWidth(*args, **kwargs) | |
221 | ||
222 | def GetWindow(*args, **kwargs): | |
223 | """GetWindow(self) -> HtmlWindow""" | |
224 | return _html.HtmlWinParser_GetWindow(*args, **kwargs) | |
225 | ||
226 | def SetFonts(*args, **kwargs): | |
227 | """SetFonts(self, String normal_face, String fixed_face, PyObject sizes=None)""" | |
228 | return _html.HtmlWinParser_SetFonts(*args, **kwargs) | |
229 | ||
230 | def GetContainer(*args, **kwargs): | |
231 | """GetContainer(self) -> HtmlContainerCell""" | |
232 | return _html.HtmlWinParser_GetContainer(*args, **kwargs) | |
233 | ||
234 | def OpenContainer(*args, **kwargs): | |
235 | """OpenContainer(self) -> HtmlContainerCell""" | |
236 | return _html.HtmlWinParser_OpenContainer(*args, **kwargs) | |
237 | ||
238 | def SetContainer(*args, **kwargs): | |
239 | """SetContainer(self, HtmlContainerCell c) -> HtmlContainerCell""" | |
240 | return _html.HtmlWinParser_SetContainer(*args, **kwargs) | |
241 | ||
242 | def CloseContainer(*args, **kwargs): | |
243 | """CloseContainer(self) -> HtmlContainerCell""" | |
244 | return _html.HtmlWinParser_CloseContainer(*args, **kwargs) | |
245 | ||
246 | def GetFontSize(*args, **kwargs): | |
247 | """GetFontSize(self) -> int""" | |
248 | return _html.HtmlWinParser_GetFontSize(*args, **kwargs) | |
249 | ||
250 | def SetFontSize(*args, **kwargs): | |
251 | """SetFontSize(self, int s)""" | |
252 | return _html.HtmlWinParser_SetFontSize(*args, **kwargs) | |
253 | ||
254 | def GetFontBold(*args, **kwargs): | |
255 | """GetFontBold(self) -> int""" | |
256 | return _html.HtmlWinParser_GetFontBold(*args, **kwargs) | |
257 | ||
258 | def SetFontBold(*args, **kwargs): | |
259 | """SetFontBold(self, int x)""" | |
260 | return _html.HtmlWinParser_SetFontBold(*args, **kwargs) | |
261 | ||
262 | def GetFontItalic(*args, **kwargs): | |
263 | """GetFontItalic(self) -> int""" | |
264 | return _html.HtmlWinParser_GetFontItalic(*args, **kwargs) | |
265 | ||
266 | def SetFontItalic(*args, **kwargs): | |
267 | """SetFontItalic(self, int x)""" | |
268 | return _html.HtmlWinParser_SetFontItalic(*args, **kwargs) | |
269 | ||
270 | def GetFontUnderlined(*args, **kwargs): | |
271 | """GetFontUnderlined(self) -> int""" | |
272 | return _html.HtmlWinParser_GetFontUnderlined(*args, **kwargs) | |
273 | ||
274 | def SetFontUnderlined(*args, **kwargs): | |
275 | """SetFontUnderlined(self, int x)""" | |
276 | return _html.HtmlWinParser_SetFontUnderlined(*args, **kwargs) | |
277 | ||
278 | def GetFontFixed(*args, **kwargs): | |
279 | """GetFontFixed(self) -> int""" | |
280 | return _html.HtmlWinParser_GetFontFixed(*args, **kwargs) | |
281 | ||
282 | def SetFontFixed(*args, **kwargs): | |
283 | """SetFontFixed(self, int x)""" | |
284 | return _html.HtmlWinParser_SetFontFixed(*args, **kwargs) | |
285 | ||
286 | def GetAlign(*args, **kwargs): | |
287 | """GetAlign(self) -> int""" | |
288 | return _html.HtmlWinParser_GetAlign(*args, **kwargs) | |
289 | ||
290 | def SetAlign(*args, **kwargs): | |
291 | """SetAlign(self, int a)""" | |
292 | return _html.HtmlWinParser_SetAlign(*args, **kwargs) | |
293 | ||
294 | def GetLinkColor(*args, **kwargs): | |
295 | """GetLinkColor(self) -> Colour""" | |
296 | return _html.HtmlWinParser_GetLinkColor(*args, **kwargs) | |
297 | ||
298 | def SetLinkColor(*args, **kwargs): | |
299 | """SetLinkColor(self, Colour clr)""" | |
300 | return _html.HtmlWinParser_SetLinkColor(*args, **kwargs) | |
301 | ||
302 | def GetActualColor(*args, **kwargs): | |
303 | """GetActualColor(self) -> Colour""" | |
304 | return _html.HtmlWinParser_GetActualColor(*args, **kwargs) | |
305 | ||
306 | def SetActualColor(*args, **kwargs): | |
307 | """SetActualColor(self, Colour clr)""" | |
308 | return _html.HtmlWinParser_SetActualColor(*args, **kwargs) | |
309 | ||
310 | def SetLink(*args, **kwargs): | |
311 | """SetLink(self, String link)""" | |
312 | return _html.HtmlWinParser_SetLink(*args, **kwargs) | |
313 | ||
314 | def CreateCurrentFont(*args, **kwargs): | |
315 | """CreateCurrentFont(self) -> Font""" | |
316 | return _html.HtmlWinParser_CreateCurrentFont(*args, **kwargs) | |
317 | ||
318 | def GetLink(*args, **kwargs): | |
319 | """GetLink(self) -> HtmlLinkInfo""" | |
320 | return _html.HtmlWinParser_GetLink(*args, **kwargs) | |
321 | ||
322 | ||
323 | class HtmlWinParserPtr(HtmlWinParser): | |
324 | def __init__(self, this): | |
325 | self.this = this | |
326 | if not hasattr(self,"thisown"): self.thisown = 0 | |
327 | self.__class__ = HtmlWinParser | |
328 | _html.HtmlWinParser_swigregister(HtmlWinParserPtr) | |
329 | ||
330 | class HtmlTagHandler(_core.Object): | |
331 | def __repr__(self): | |
332 | return "<%s.%s; proxy of C++ wxPyHtmlTagHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
333 | def __init__(self, *args, **kwargs): | |
334 | """__init__(self) -> HtmlTagHandler""" | |
335 | newobj = _html.new_HtmlTagHandler(*args, **kwargs) | |
336 | self.this = newobj.this | |
337 | self.thisown = 1 | |
338 | del newobj.thisown | |
339 | self._setCallbackInfo(self, HtmlTagHandler) | |
340 | ||
341 | def _setCallbackInfo(*args, **kwargs): | |
342 | """_setCallbackInfo(self, PyObject self, PyObject _class)""" | |
343 | return _html.HtmlTagHandler__setCallbackInfo(*args, **kwargs) | |
344 | ||
345 | def SetParser(*args, **kwargs): | |
346 | """SetParser(self, HtmlParser parser)""" | |
347 | return _html.HtmlTagHandler_SetParser(*args, **kwargs) | |
348 | ||
349 | def GetParser(*args, **kwargs): | |
350 | """GetParser(self) -> HtmlParser""" | |
351 | return _html.HtmlTagHandler_GetParser(*args, **kwargs) | |
352 | ||
353 | def ParseInner(*args, **kwargs): | |
354 | """ParseInner(self, HtmlTag tag)""" | |
355 | return _html.HtmlTagHandler_ParseInner(*args, **kwargs) | |
356 | ||
357 | ||
358 | class HtmlTagHandlerPtr(HtmlTagHandler): | |
359 | def __init__(self, this): | |
360 | self.this = this | |
361 | if not hasattr(self,"thisown"): self.thisown = 0 | |
362 | self.__class__ = HtmlTagHandler | |
363 | _html.HtmlTagHandler_swigregister(HtmlTagHandlerPtr) | |
364 | ||
365 | class HtmlWinTagHandler(HtmlTagHandler): | |
366 | def __repr__(self): | |
367 | return "<%s.%s; proxy of C++ wxPyHtmlWinTagHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
368 | def __init__(self, *args, **kwargs): | |
369 | """__init__(self) -> HtmlWinTagHandler""" | |
370 | newobj = _html.new_HtmlWinTagHandler(*args, **kwargs) | |
371 | self.this = newobj.this | |
372 | self.thisown = 1 | |
373 | del newobj.thisown | |
374 | self._setCallbackInfo(self, HtmlWinTagHandler) | |
375 | ||
376 | def _setCallbackInfo(*args, **kwargs): | |
377 | """_setCallbackInfo(self, PyObject self, PyObject _class)""" | |
378 | return _html.HtmlWinTagHandler__setCallbackInfo(*args, **kwargs) | |
379 | ||
380 | def SetParser(*args, **kwargs): | |
381 | """SetParser(self, HtmlParser parser)""" | |
382 | return _html.HtmlWinTagHandler_SetParser(*args, **kwargs) | |
383 | ||
384 | def GetParser(*args, **kwargs): | |
385 | """GetParser(self) -> HtmlWinParser""" | |
386 | return _html.HtmlWinTagHandler_GetParser(*args, **kwargs) | |
387 | ||
388 | def ParseInner(*args, **kwargs): | |
389 | """ParseInner(self, HtmlTag tag)""" | |
390 | return _html.HtmlWinTagHandler_ParseInner(*args, **kwargs) | |
391 | ||
392 | ||
393 | class HtmlWinTagHandlerPtr(HtmlWinTagHandler): | |
394 | def __init__(self, this): | |
395 | self.this = this | |
396 | if not hasattr(self,"thisown"): self.thisown = 0 | |
397 | self.__class__ = HtmlWinTagHandler | |
398 | _html.HtmlWinTagHandler_swigregister(HtmlWinTagHandlerPtr) | |
399 | ||
400 | ||
401 | def HtmlWinParser_AddTagHandler(*args, **kwargs): | |
402 | """HtmlWinParser_AddTagHandler(PyObject tagHandlerClass)""" | |
403 | return _html.HtmlWinParser_AddTagHandler(*args, **kwargs) | |
404 | #--------------------------------------------------------------------------- | |
405 | ||
406 | class HtmlSelection(object): | |
407 | def __repr__(self): | |
408 | return "<%s.%s; proxy of C++ wxHtmlSelection instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
409 | def __init__(self, *args, **kwargs): | |
410 | """__init__(self) -> HtmlSelection""" | |
411 | newobj = _html.new_HtmlSelection(*args, **kwargs) | |
412 | self.this = newobj.this | |
413 | self.thisown = 1 | |
414 | del newobj.thisown | |
415 | def __del__(self, destroy=_html.delete_HtmlSelection): | |
416 | """__del__(self)""" | |
417 | try: | |
418 | if self.thisown: destroy(self) | |
419 | except: pass | |
420 | ||
421 | def Set(*args, **kwargs): | |
422 | """Set(self, Point fromPos, HtmlCell fromCell, Point toPos, HtmlCell toCell)""" | |
423 | return _html.HtmlSelection_Set(*args, **kwargs) | |
424 | ||
425 | def SetCells(*args, **kwargs): | |
426 | """SetCells(self, HtmlCell fromCell, HtmlCell toCell)""" | |
427 | return _html.HtmlSelection_SetCells(*args, **kwargs) | |
428 | ||
429 | def GetFromCell(*args, **kwargs): | |
430 | """GetFromCell(self) -> HtmlCell""" | |
431 | return _html.HtmlSelection_GetFromCell(*args, **kwargs) | |
432 | ||
433 | def GetToCell(*args, **kwargs): | |
434 | """GetToCell(self) -> HtmlCell""" | |
435 | return _html.HtmlSelection_GetToCell(*args, **kwargs) | |
436 | ||
437 | def GetFromPos(*args, **kwargs): | |
438 | """GetFromPos(self) -> Point""" | |
439 | return _html.HtmlSelection_GetFromPos(*args, **kwargs) | |
440 | ||
441 | def GetToPos(*args, **kwargs): | |
442 | """GetToPos(self) -> Point""" | |
443 | return _html.HtmlSelection_GetToPos(*args, **kwargs) | |
444 | ||
445 | def GetFromPrivPos(*args, **kwargs): | |
446 | """GetFromPrivPos(self) -> Point""" | |
447 | return _html.HtmlSelection_GetFromPrivPos(*args, **kwargs) | |
448 | ||
449 | def GetToPrivPos(*args, **kwargs): | |
450 | """GetToPrivPos(self) -> Point""" | |
451 | return _html.HtmlSelection_GetToPrivPos(*args, **kwargs) | |
452 | ||
453 | def SetFromPrivPos(*args, **kwargs): | |
454 | """SetFromPrivPos(self, Point pos)""" | |
455 | return _html.HtmlSelection_SetFromPrivPos(*args, **kwargs) | |
456 | ||
457 | def SetToPrivPos(*args, **kwargs): | |
458 | """SetToPrivPos(self, Point pos)""" | |
459 | return _html.HtmlSelection_SetToPrivPos(*args, **kwargs) | |
460 | ||
461 | def ClearPrivPos(*args, **kwargs): | |
462 | """ClearPrivPos(self)""" | |
463 | return _html.HtmlSelection_ClearPrivPos(*args, **kwargs) | |
464 | ||
465 | def IsEmpty(*args, **kwargs): | |
466 | """IsEmpty(self) -> bool""" | |
467 | return _html.HtmlSelection_IsEmpty(*args, **kwargs) | |
468 | ||
469 | ||
470 | class HtmlSelectionPtr(HtmlSelection): | |
471 | def __init__(self, this): | |
472 | self.this = this | |
473 | if not hasattr(self,"thisown"): self.thisown = 0 | |
474 | self.__class__ = HtmlSelection | |
475 | _html.HtmlSelection_swigregister(HtmlSelectionPtr) | |
476 | ||
477 | HTML_SEL_OUT = _html.HTML_SEL_OUT | |
478 | HTML_SEL_IN = _html.HTML_SEL_IN | |
479 | HTML_SEL_CHANGING = _html.HTML_SEL_CHANGING | |
480 | class HtmlRenderingState(object): | |
481 | def __repr__(self): | |
482 | return "<%s.%s; proxy of C++ wxHtmlRenderingState instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
483 | def __init__(self, *args, **kwargs): | |
484 | """__init__(self) -> HtmlRenderingState""" | |
485 | newobj = _html.new_HtmlRenderingState(*args, **kwargs) | |
486 | self.this = newobj.this | |
487 | self.thisown = 1 | |
488 | del newobj.thisown | |
489 | def __del__(self, destroy=_html.delete_HtmlRenderingState): | |
490 | """__del__(self)""" | |
491 | try: | |
492 | if self.thisown: destroy(self) | |
493 | except: pass | |
494 | ||
495 | def SetSelectionState(*args, **kwargs): | |
496 | """SetSelectionState(self, int s)""" | |
497 | return _html.HtmlRenderingState_SetSelectionState(*args, **kwargs) | |
498 | ||
499 | def GetSelectionState(*args, **kwargs): | |
500 | """GetSelectionState(self) -> int""" | |
501 | return _html.HtmlRenderingState_GetSelectionState(*args, **kwargs) | |
502 | ||
503 | def SetFgColour(*args, **kwargs): | |
504 | """SetFgColour(self, Colour c)""" | |
505 | return _html.HtmlRenderingState_SetFgColour(*args, **kwargs) | |
506 | ||
507 | def GetFgColour(*args, **kwargs): | |
508 | """GetFgColour(self) -> Colour""" | |
509 | return _html.HtmlRenderingState_GetFgColour(*args, **kwargs) | |
510 | ||
511 | def SetBgColour(*args, **kwargs): | |
512 | """SetBgColour(self, Colour c)""" | |
513 | return _html.HtmlRenderingState_SetBgColour(*args, **kwargs) | |
514 | ||
515 | def GetBgColour(*args, **kwargs): | |
516 | """GetBgColour(self) -> Colour""" | |
517 | return _html.HtmlRenderingState_GetBgColour(*args, **kwargs) | |
518 | ||
519 | ||
520 | class HtmlRenderingStatePtr(HtmlRenderingState): | |
521 | def __init__(self, this): | |
522 | self.this = this | |
523 | if not hasattr(self,"thisown"): self.thisown = 0 | |
524 | self.__class__ = HtmlRenderingState | |
525 | _html.HtmlRenderingState_swigregister(HtmlRenderingStatePtr) | |
526 | ||
527 | class HtmlRenderingStyle(object): | |
528 | def __init__(self): raise RuntimeError, "No constructor defined" | |
529 | def __repr__(self): | |
530 | return "<%s.%s; proxy of C++ wxHtmlRenderingStyle instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
531 | def GetSelectedTextColour(*args, **kwargs): | |
532 | """GetSelectedTextColour(self, Colour clr) -> Colour""" | |
533 | return _html.HtmlRenderingStyle_GetSelectedTextColour(*args, **kwargs) | |
534 | ||
535 | def GetSelectedTextBgColour(*args, **kwargs): | |
536 | """GetSelectedTextBgColour(self, Colour clr) -> Colour""" | |
537 | return _html.HtmlRenderingStyle_GetSelectedTextBgColour(*args, **kwargs) | |
538 | ||
539 | ||
540 | class HtmlRenderingStylePtr(HtmlRenderingStyle): | |
541 | def __init__(self, this): | |
542 | self.this = this | |
543 | if not hasattr(self,"thisown"): self.thisown = 0 | |
544 | self.__class__ = HtmlRenderingStyle | |
545 | _html.HtmlRenderingStyle_swigregister(HtmlRenderingStylePtr) | |
546 | ||
547 | class DefaultHtmlRenderingStyle(HtmlRenderingStyle): | |
548 | def __init__(self): raise RuntimeError, "No constructor defined" | |
549 | def __repr__(self): | |
550 | return "<%s.%s; proxy of C++ wxDefaultHtmlRenderingStyle instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
551 | def GetSelectedTextColour(*args, **kwargs): | |
552 | """GetSelectedTextColour(self, Colour clr) -> Colour""" | |
553 | return _html.DefaultHtmlRenderingStyle_GetSelectedTextColour(*args, **kwargs) | |
554 | ||
555 | def GetSelectedTextBgColour(*args, **kwargs): | |
556 | """GetSelectedTextBgColour(self, Colour clr) -> Colour""" | |
557 | return _html.DefaultHtmlRenderingStyle_GetSelectedTextBgColour(*args, **kwargs) | |
558 | ||
559 | ||
560 | class DefaultHtmlRenderingStylePtr(DefaultHtmlRenderingStyle): | |
561 | def __init__(self, this): | |
562 | self.this = this | |
563 | if not hasattr(self,"thisown"): self.thisown = 0 | |
564 | self.__class__ = DefaultHtmlRenderingStyle | |
565 | _html.DefaultHtmlRenderingStyle_swigregister(DefaultHtmlRenderingStylePtr) | |
566 | ||
567 | class HtmlRenderingInfo(object): | |
568 | def __repr__(self): | |
569 | return "<%s.%s; proxy of C++ wxHtmlRenderingInfo instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
570 | def __init__(self, *args, **kwargs): | |
571 | """__init__(self) -> HtmlRenderingInfo""" | |
572 | newobj = _html.new_HtmlRenderingInfo(*args, **kwargs) | |
573 | self.this = newobj.this | |
574 | self.thisown = 1 | |
575 | del newobj.thisown | |
576 | def __del__(self, destroy=_html.delete_HtmlRenderingInfo): | |
577 | """__del__(self)""" | |
578 | try: | |
579 | if self.thisown: destroy(self) | |
580 | except: pass | |
581 | ||
582 | def SetSelection(*args, **kwargs): | |
583 | """SetSelection(self, HtmlSelection s)""" | |
584 | return _html.HtmlRenderingInfo_SetSelection(*args, **kwargs) | |
585 | ||
586 | def GetSelection(*args, **kwargs): | |
587 | """GetSelection(self) -> HtmlSelection""" | |
588 | return _html.HtmlRenderingInfo_GetSelection(*args, **kwargs) | |
589 | ||
590 | def SetStyle(*args, **kwargs): | |
591 | """SetStyle(self, HtmlRenderingStyle style)""" | |
592 | return _html.HtmlRenderingInfo_SetStyle(*args, **kwargs) | |
593 | ||
594 | def GetStyle(*args, **kwargs): | |
595 | """GetStyle(self) -> HtmlRenderingStyle""" | |
596 | return _html.HtmlRenderingInfo_GetStyle(*args, **kwargs) | |
597 | ||
598 | def GetState(*args, **kwargs): | |
599 | """GetState(self) -> HtmlRenderingState""" | |
600 | return _html.HtmlRenderingInfo_GetState(*args, **kwargs) | |
601 | ||
602 | ||
603 | class HtmlRenderingInfoPtr(HtmlRenderingInfo): | |
604 | def __init__(self, this): | |
605 | self.this = this | |
606 | if not hasattr(self,"thisown"): self.thisown = 0 | |
607 | self.__class__ = HtmlRenderingInfo | |
608 | _html.HtmlRenderingInfo_swigregister(HtmlRenderingInfoPtr) | |
609 | ||
610 | #--------------------------------------------------------------------------- | |
611 | ||
612 | HTML_FIND_EXACT = _html.HTML_FIND_EXACT | |
613 | HTML_FIND_NEAREST_BEFORE = _html.HTML_FIND_NEAREST_BEFORE | |
614 | HTML_FIND_NEAREST_AFTER = _html.HTML_FIND_NEAREST_AFTER | |
615 | class HtmlCell(_core.Object): | |
616 | def __repr__(self): | |
617 | return "<%s.%s; proxy of C++ wxHtmlCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
618 | def __init__(self, *args, **kwargs): | |
619 | """__init__(self) -> HtmlCell""" | |
620 | newobj = _html.new_HtmlCell(*args, **kwargs) | |
621 | self.this = newobj.this | |
622 | self.thisown = 1 | |
623 | del newobj.thisown | |
624 | def GetPosX(*args, **kwargs): | |
625 | """GetPosX(self) -> int""" | |
626 | return _html.HtmlCell_GetPosX(*args, **kwargs) | |
627 | ||
628 | def GetPosY(*args, **kwargs): | |
629 | """GetPosY(self) -> int""" | |
630 | return _html.HtmlCell_GetPosY(*args, **kwargs) | |
631 | ||
632 | def GetWidth(*args, **kwargs): | |
633 | """GetWidth(self) -> int""" | |
634 | return _html.HtmlCell_GetWidth(*args, **kwargs) | |
635 | ||
636 | def GetHeight(*args, **kwargs): | |
637 | """GetHeight(self) -> int""" | |
638 | return _html.HtmlCell_GetHeight(*args, **kwargs) | |
639 | ||
640 | def GetDescent(*args, **kwargs): | |
641 | """GetDescent(self) -> int""" | |
642 | return _html.HtmlCell_GetDescent(*args, **kwargs) | |
643 | ||
644 | def GetMaxTotalWidth(*args, **kwargs): | |
645 | """GetMaxTotalWidth(self) -> int""" | |
646 | return _html.HtmlCell_GetMaxTotalWidth(*args, **kwargs) | |
647 | ||
648 | def GetId(*args, **kwargs): | |
649 | """GetId(self) -> String""" | |
650 | return _html.HtmlCell_GetId(*args, **kwargs) | |
651 | ||
652 | def SetId(*args, **kwargs): | |
653 | """SetId(self, String id)""" | |
654 | return _html.HtmlCell_SetId(*args, **kwargs) | |
655 | ||
656 | def GetLink(*args, **kwargs): | |
657 | """GetLink(self, int x=0, int y=0) -> HtmlLinkInfo""" | |
658 | return _html.HtmlCell_GetLink(*args, **kwargs) | |
659 | ||
660 | def GetNext(*args, **kwargs): | |
661 | """GetNext(self) -> HtmlCell""" | |
662 | return _html.HtmlCell_GetNext(*args, **kwargs) | |
663 | ||
664 | def GetParent(*args, **kwargs): | |
665 | """GetParent(self) -> HtmlContainerCell""" | |
666 | return _html.HtmlCell_GetParent(*args, **kwargs) | |
667 | ||
668 | def GetFirstChild(*args, **kwargs): | |
669 | """GetFirstChild(self) -> HtmlCell""" | |
670 | return _html.HtmlCell_GetFirstChild(*args, **kwargs) | |
671 | ||
672 | def GetCursor(*args, **kwargs): | |
673 | """GetCursor(self) -> Cursor""" | |
674 | return _html.HtmlCell_GetCursor(*args, **kwargs) | |
675 | ||
676 | def IsFormattingCell(*args, **kwargs): | |
677 | """IsFormattingCell(self) -> bool""" | |
678 | return _html.HtmlCell_IsFormattingCell(*args, **kwargs) | |
679 | ||
680 | def SetLink(*args, **kwargs): | |
681 | """SetLink(self, HtmlLinkInfo link)""" | |
682 | return _html.HtmlCell_SetLink(*args, **kwargs) | |
683 | ||
684 | def SetNext(*args, **kwargs): | |
685 | """SetNext(self, HtmlCell cell)""" | |
686 | return _html.HtmlCell_SetNext(*args, **kwargs) | |
687 | ||
688 | def SetParent(*args, **kwargs): | |
689 | """SetParent(self, HtmlContainerCell p)""" | |
690 | return _html.HtmlCell_SetParent(*args, **kwargs) | |
691 | ||
692 | def SetPos(*args, **kwargs): | |
693 | """SetPos(self, int x, int y)""" | |
694 | return _html.HtmlCell_SetPos(*args, **kwargs) | |
695 | ||
696 | def Layout(*args, **kwargs): | |
697 | """Layout(self, int w)""" | |
698 | return _html.HtmlCell_Layout(*args, **kwargs) | |
699 | ||
700 | def Draw(*args, **kwargs): | |
701 | """Draw(self, DC dc, int x, int y, int view_y1, int view_y2, HtmlRenderingInfo info)""" | |
702 | return _html.HtmlCell_Draw(*args, **kwargs) | |
703 | ||
704 | def DrawInvisible(*args, **kwargs): | |
705 | """DrawInvisible(self, DC dc, int x, int y, HtmlRenderingInfo info)""" | |
706 | return _html.HtmlCell_DrawInvisible(*args, **kwargs) | |
707 | ||
708 | def Find(*args, **kwargs): | |
709 | """Find(self, int condition, void param) -> HtmlCell""" | |
710 | return _html.HtmlCell_Find(*args, **kwargs) | |
711 | ||
712 | def AdjustPagebreak(*args, **kwargs): | |
713 | """AdjustPagebreak(self, int INOUT) -> bool""" | |
714 | return _html.HtmlCell_AdjustPagebreak(*args, **kwargs) | |
715 | ||
716 | def SetCanLiveOnPagebreak(*args, **kwargs): | |
717 | """SetCanLiveOnPagebreak(self, bool can)""" | |
718 | return _html.HtmlCell_SetCanLiveOnPagebreak(*args, **kwargs) | |
719 | ||
720 | def IsLinebreakAllowed(*args, **kwargs): | |
721 | """IsLinebreakAllowed(self) -> bool""" | |
722 | return _html.HtmlCell_IsLinebreakAllowed(*args, **kwargs) | |
723 | ||
724 | def IsTerminalCell(*args, **kwargs): | |
725 | """IsTerminalCell(self) -> bool""" | |
726 | return _html.HtmlCell_IsTerminalCell(*args, **kwargs) | |
727 | ||
728 | def FindCellByPos(*args, **kwargs): | |
729 | """FindCellByPos(self, int x, int y, unsigned int flags=HTML_FIND_EXACT) -> HtmlCell""" | |
730 | return _html.HtmlCell_FindCellByPos(*args, **kwargs) | |
731 | ||
732 | def GetAbsPos(*args, **kwargs): | |
733 | """GetAbsPos(self) -> Point""" | |
734 | return _html.HtmlCell_GetAbsPos(*args, **kwargs) | |
735 | ||
736 | def GetFirstTerminal(*args, **kwargs): | |
737 | """GetFirstTerminal(self) -> HtmlCell""" | |
738 | return _html.HtmlCell_GetFirstTerminal(*args, **kwargs) | |
739 | ||
740 | def GetLastTerminal(*args, **kwargs): | |
741 | """GetLastTerminal(self) -> HtmlCell""" | |
742 | return _html.HtmlCell_GetLastTerminal(*args, **kwargs) | |
743 | ||
744 | def GetDepth(*args, **kwargs): | |
745 | """GetDepth(self) -> unsigned int""" | |
746 | return _html.HtmlCell_GetDepth(*args, **kwargs) | |
747 | ||
748 | def IsBefore(*args, **kwargs): | |
749 | """IsBefore(self, HtmlCell cell) -> bool""" | |
750 | return _html.HtmlCell_IsBefore(*args, **kwargs) | |
751 | ||
752 | def ConvertToText(*args, **kwargs): | |
753 | """ConvertToText(self, HtmlSelection sel) -> String""" | |
754 | return _html.HtmlCell_ConvertToText(*args, **kwargs) | |
755 | ||
756 | ||
757 | class HtmlCellPtr(HtmlCell): | |
758 | def __init__(self, this): | |
759 | self.this = this | |
760 | if not hasattr(self,"thisown"): self.thisown = 0 | |
761 | self.__class__ = HtmlCell | |
762 | _html.HtmlCell_swigregister(HtmlCellPtr) | |
763 | ||
764 | class HtmlWordCell(HtmlCell): | |
765 | def __repr__(self): | |
766 | return "<%s.%s; proxy of C++ wxHtmlWordCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
767 | def __init__(self, *args, **kwargs): | |
768 | """__init__(self, String word, DC dc) -> HtmlWordCell""" | |
769 | newobj = _html.new_HtmlWordCell(*args, **kwargs) | |
770 | self.this = newobj.this | |
771 | self.thisown = 1 | |
772 | del newobj.thisown | |
773 | ||
774 | class HtmlWordCellPtr(HtmlWordCell): | |
775 | def __init__(self, this): | |
776 | self.this = this | |
777 | if not hasattr(self,"thisown"): self.thisown = 0 | |
778 | self.__class__ = HtmlWordCell | |
779 | _html.HtmlWordCell_swigregister(HtmlWordCellPtr) | |
780 | ||
781 | class HtmlContainerCell(HtmlCell): | |
782 | def __repr__(self): | |
783 | return "<%s.%s; proxy of C++ wxHtmlContainerCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
784 | def __init__(self, *args, **kwargs): | |
785 | """__init__(self, HtmlContainerCell parent) -> HtmlContainerCell""" | |
786 | newobj = _html.new_HtmlContainerCell(*args, **kwargs) | |
787 | self.this = newobj.this | |
788 | self.thisown = 1 | |
789 | del newobj.thisown | |
790 | def InsertCell(*args, **kwargs): | |
791 | """InsertCell(self, HtmlCell cell)""" | |
792 | return _html.HtmlContainerCell_InsertCell(*args, **kwargs) | |
793 | ||
794 | def SetAlignHor(*args, **kwargs): | |
795 | """SetAlignHor(self, int al)""" | |
796 | return _html.HtmlContainerCell_SetAlignHor(*args, **kwargs) | |
797 | ||
798 | def GetAlignHor(*args, **kwargs): | |
799 | """GetAlignHor(self) -> int""" | |
800 | return _html.HtmlContainerCell_GetAlignHor(*args, **kwargs) | |
801 | ||
802 | def SetAlignVer(*args, **kwargs): | |
803 | """SetAlignVer(self, int al)""" | |
804 | return _html.HtmlContainerCell_SetAlignVer(*args, **kwargs) | |
805 | ||
806 | def GetAlignVer(*args, **kwargs): | |
807 | """GetAlignVer(self) -> int""" | |
808 | return _html.HtmlContainerCell_GetAlignVer(*args, **kwargs) | |
809 | ||
810 | def SetIndent(*args, **kwargs): | |
811 | """SetIndent(self, int i, int what, int units=HTML_UNITS_PIXELS)""" | |
812 | return _html.HtmlContainerCell_SetIndent(*args, **kwargs) | |
813 | ||
814 | def GetIndent(*args, **kwargs): | |
815 | """GetIndent(self, int ind) -> int""" | |
816 | return _html.HtmlContainerCell_GetIndent(*args, **kwargs) | |
817 | ||
818 | def GetIndentUnits(*args, **kwargs): | |
819 | """GetIndentUnits(self, int ind) -> int""" | |
820 | return _html.HtmlContainerCell_GetIndentUnits(*args, **kwargs) | |
821 | ||
822 | def SetAlign(*args, **kwargs): | |
823 | """SetAlign(self, HtmlTag tag)""" | |
824 | return _html.HtmlContainerCell_SetAlign(*args, **kwargs) | |
825 | ||
826 | def SetWidthFloat(*args, **kwargs): | |
827 | """SetWidthFloat(self, int w, int units)""" | |
828 | return _html.HtmlContainerCell_SetWidthFloat(*args, **kwargs) | |
829 | ||
830 | def SetWidthFloatFromTag(*args, **kwargs): | |
831 | """SetWidthFloatFromTag(self, HtmlTag tag)""" | |
832 | return _html.HtmlContainerCell_SetWidthFloatFromTag(*args, **kwargs) | |
833 | ||
834 | def SetMinHeight(*args, **kwargs): | |
835 | """SetMinHeight(self, int h, int align=HTML_ALIGN_TOP)""" | |
836 | return _html.HtmlContainerCell_SetMinHeight(*args, **kwargs) | |
837 | ||
838 | def SetBackgroundColour(*args, **kwargs): | |
839 | """SetBackgroundColour(self, Colour clr)""" | |
840 | return _html.HtmlContainerCell_SetBackgroundColour(*args, **kwargs) | |
841 | ||
842 | def GetBackgroundColour(*args, **kwargs): | |
843 | """GetBackgroundColour(self) -> Colour""" | |
844 | return _html.HtmlContainerCell_GetBackgroundColour(*args, **kwargs) | |
845 | ||
846 | def SetBorder(*args, **kwargs): | |
847 | """SetBorder(self, Colour clr1, Colour clr2)""" | |
848 | return _html.HtmlContainerCell_SetBorder(*args, **kwargs) | |
849 | ||
850 | def GetFirstChild(*args, **kwargs): | |
851 | """GetFirstChild(self) -> HtmlCell""" | |
852 | return _html.HtmlContainerCell_GetFirstChild(*args, **kwargs) | |
853 | ||
854 | ||
855 | class HtmlContainerCellPtr(HtmlContainerCell): | |
856 | def __init__(self, this): | |
857 | self.this = this | |
858 | if not hasattr(self,"thisown"): self.thisown = 0 | |
859 | self.__class__ = HtmlContainerCell | |
860 | _html.HtmlContainerCell_swigregister(HtmlContainerCellPtr) | |
861 | ||
862 | class HtmlColourCell(HtmlCell): | |
863 | def __repr__(self): | |
864 | return "<%s.%s; proxy of C++ wxHtmlColourCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
865 | def __init__(self, *args, **kwargs): | |
866 | """__init__(self, Colour clr, int flags=HTML_CLR_FOREGROUND) -> HtmlColourCell""" | |
867 | newobj = _html.new_HtmlColourCell(*args, **kwargs) | |
868 | self.this = newobj.this | |
869 | self.thisown = 1 | |
870 | del newobj.thisown | |
871 | ||
872 | class HtmlColourCellPtr(HtmlColourCell): | |
873 | def __init__(self, this): | |
874 | self.this = this | |
875 | if not hasattr(self,"thisown"): self.thisown = 0 | |
876 | self.__class__ = HtmlColourCell | |
877 | _html.HtmlColourCell_swigregister(HtmlColourCellPtr) | |
878 | ||
879 | class HtmlFontCell(HtmlCell): | |
880 | def __repr__(self): | |
881 | return "<%s.%s; proxy of C++ wxHtmlFontCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
882 | def __init__(self, *args, **kwargs): | |
883 | """__init__(self, Font font) -> HtmlFontCell""" | |
884 | newobj = _html.new_HtmlFontCell(*args, **kwargs) | |
885 | self.this = newobj.this | |
886 | self.thisown = 1 | |
887 | del newobj.thisown | |
888 | ||
889 | class HtmlFontCellPtr(HtmlFontCell): | |
890 | def __init__(self, this): | |
891 | self.this = this | |
892 | if not hasattr(self,"thisown"): self.thisown = 0 | |
893 | self.__class__ = HtmlFontCell | |
894 | _html.HtmlFontCell_swigregister(HtmlFontCellPtr) | |
895 | ||
896 | class HtmlWidgetCell(HtmlCell): | |
897 | def __repr__(self): | |
898 | return "<%s.%s; proxy of C++ wxHtmlWidgetCell instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
899 | def __init__(self, *args, **kwargs): | |
900 | """__init__(self, Window wnd, int w=0) -> HtmlWidgetCell""" | |
901 | newobj = _html.new_HtmlWidgetCell(*args, **kwargs) | |
902 | self.this = newobj.this | |
903 | self.thisown = 1 | |
904 | del newobj.thisown | |
905 | ||
906 | class HtmlWidgetCellPtr(HtmlWidgetCell): | |
907 | def __init__(self, this): | |
908 | self.this = this | |
909 | if not hasattr(self,"thisown"): self.thisown = 0 | |
910 | self.__class__ = HtmlWidgetCell | |
911 | _html.HtmlWidgetCell_swigregister(HtmlWidgetCellPtr) | |
912 | ||
913 | #--------------------------------------------------------------------------- | |
914 | ||
915 | class HtmlFilter(_core.Object): | |
916 | def __repr__(self): | |
917 | return "<%s.%s; proxy of C++ wxPyHtmlFilter instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
918 | def __init__(self, *args, **kwargs): | |
919 | """__init__(self) -> HtmlFilter""" | |
920 | newobj = _html.new_HtmlFilter(*args, **kwargs) | |
921 | self.this = newobj.this | |
922 | self.thisown = 1 | |
923 | del newobj.thisown | |
924 | self._setCallbackInfo(self, HtmlFilter) | |
925 | ||
926 | def _setCallbackInfo(*args, **kwargs): | |
927 | """_setCallbackInfo(self, PyObject self, PyObject _class)""" | |
928 | return _html.HtmlFilter__setCallbackInfo(*args, **kwargs) | |
929 | ||
930 | ||
931 | class HtmlFilterPtr(HtmlFilter): | |
932 | def __init__(self, this): | |
933 | self.this = this | |
934 | if not hasattr(self,"thisown"): self.thisown = 0 | |
935 | self.__class__ = HtmlFilter | |
936 | _html.HtmlFilter_swigregister(HtmlFilterPtr) | |
937 | ||
938 | #--------------------------------------------------------------------------- | |
939 | ||
940 | class HtmlWindow(_windows.ScrolledWindow): | |
941 | def __repr__(self): | |
942 | return "<%s.%s; proxy of C++ wxPyHtmlWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
943 | def __init__(self, *args, **kwargs): | |
944 | """ | |
945 | __init__(self, Window parent, int id=-1, Point pos=DefaultPosition, | |
946 | Size size=DefaultSize, int style=HW_DEFAULT_STYLE, | |
947 | String name=HtmlWindowNameStr) -> HtmlWindow | |
948 | """ | |
949 | newobj = _html.new_HtmlWindow(*args, **kwargs) | |
950 | self.this = newobj.this | |
951 | self.thisown = 1 | |
952 | del newobj.thisown | |
953 | self._setCallbackInfo(self, HtmlWindow); self._setOORInfo(self) | |
954 | ||
955 | def Create(*args, **kwargs): | |
956 | """ | |
957 | Create(self, Window parent, int id=-1, Point pos=DefaultPosition, | |
958 | Size size=DefaultSize, int style=HW_SCROLLBAR_AUTO, | |
959 | String name=HtmlWindowNameStr) -> bool | |
960 | """ | |
961 | return _html.HtmlWindow_Create(*args, **kwargs) | |
962 | ||
963 | def _setCallbackInfo(*args, **kwargs): | |
964 | """_setCallbackInfo(self, PyObject self, PyObject _class)""" | |
965 | return _html.HtmlWindow__setCallbackInfo(*args, **kwargs) | |
966 | ||
967 | def SetPage(*args, **kwargs): | |
968 | """SetPage(self, String source) -> bool""" | |
969 | return _html.HtmlWindow_SetPage(*args, **kwargs) | |
970 | ||
971 | def LoadPage(*args, **kwargs): | |
972 | """LoadPage(self, String location) -> bool""" | |
973 | return _html.HtmlWindow_LoadPage(*args, **kwargs) | |
974 | ||
975 | def LoadFile(*args, **kwargs): | |
976 | """LoadFile(self, String filename) -> bool""" | |
977 | return _html.HtmlWindow_LoadFile(*args, **kwargs) | |
978 | ||
979 | def AppendToPage(*args, **kwargs): | |
980 | """AppendToPage(self, String source) -> bool""" | |
981 | return _html.HtmlWindow_AppendToPage(*args, **kwargs) | |
982 | ||
983 | def GetOpenedPage(*args, **kwargs): | |
984 | """GetOpenedPage(self) -> String""" | |
985 | return _html.HtmlWindow_GetOpenedPage(*args, **kwargs) | |
986 | ||
987 | def GetOpenedAnchor(*args, **kwargs): | |
988 | """GetOpenedAnchor(self) -> String""" | |
989 | return _html.HtmlWindow_GetOpenedAnchor(*args, **kwargs) | |
990 | ||
991 | def GetOpenedPageTitle(*args, **kwargs): | |
992 | """GetOpenedPageTitle(self) -> String""" | |
993 | return _html.HtmlWindow_GetOpenedPageTitle(*args, **kwargs) | |
994 | ||
995 | def SetRelatedFrame(*args, **kwargs): | |
996 | """SetRelatedFrame(self, Frame frame, String format)""" | |
997 | return _html.HtmlWindow_SetRelatedFrame(*args, **kwargs) | |
998 | ||
999 | def GetRelatedFrame(*args, **kwargs): | |
1000 | """GetRelatedFrame(self) -> Frame""" | |
1001 | return _html.HtmlWindow_GetRelatedFrame(*args, **kwargs) | |
1002 | ||
1003 | def SetRelatedStatusBar(*args, **kwargs): | |
1004 | """SetRelatedStatusBar(self, int bar)""" | |
1005 | return _html.HtmlWindow_SetRelatedStatusBar(*args, **kwargs) | |
1006 | ||
1007 | def SetFonts(*args, **kwargs): | |
1008 | """SetFonts(self, String normal_face, String fixed_face, PyObject sizes=None)""" | |
1009 | return _html.HtmlWindow_SetFonts(*args, **kwargs) | |
1010 | ||
1011 | def SetTitle(*args, **kwargs): | |
1012 | """SetTitle(self, String title)""" | |
1013 | return _html.HtmlWindow_SetTitle(*args, **kwargs) | |
1014 | ||
1015 | def SetBorders(*args, **kwargs): | |
1016 | """SetBorders(self, int b)""" | |
1017 | return _html.HtmlWindow_SetBorders(*args, **kwargs) | |
1018 | ||
1019 | def ReadCustomization(*args, **kwargs): | |
1020 | """ReadCustomization(self, ConfigBase cfg, String path=EmptyString)""" | |
1021 | return _html.HtmlWindow_ReadCustomization(*args, **kwargs) | |
1022 | ||
1023 | def WriteCustomization(*args, **kwargs): | |
1024 | """WriteCustomization(self, ConfigBase cfg, String path=EmptyString)""" | |
1025 | return _html.HtmlWindow_WriteCustomization(*args, **kwargs) | |
1026 | ||
1027 | def HistoryBack(*args, **kwargs): | |
1028 | """HistoryBack(self) -> bool""" | |
1029 | return _html.HtmlWindow_HistoryBack(*args, **kwargs) | |
1030 | ||
1031 | def HistoryForward(*args, **kwargs): | |
1032 | """HistoryForward(self) -> bool""" | |
1033 | return _html.HtmlWindow_HistoryForward(*args, **kwargs) | |
1034 | ||
1035 | def HistoryCanBack(*args, **kwargs): | |
1036 | """HistoryCanBack(self) -> bool""" | |
1037 | return _html.HtmlWindow_HistoryCanBack(*args, **kwargs) | |
1038 | ||
1039 | def HistoryCanForward(*args, **kwargs): | |
1040 | """HistoryCanForward(self) -> bool""" | |
1041 | return _html.HtmlWindow_HistoryCanForward(*args, **kwargs) | |
1042 | ||
1043 | def HistoryClear(*args, **kwargs): | |
1044 | """HistoryClear(self)""" | |
1045 | return _html.HtmlWindow_HistoryClear(*args, **kwargs) | |
1046 | ||
1047 | def GetInternalRepresentation(*args, **kwargs): | |
1048 | """GetInternalRepresentation(self) -> HtmlContainerCell""" | |
1049 | return _html.HtmlWindow_GetInternalRepresentation(*args, **kwargs) | |
1050 | ||
1051 | def GetParser(*args, **kwargs): | |
1052 | """GetParser(self) -> HtmlWinParser""" | |
1053 | return _html.HtmlWindow_GetParser(*args, **kwargs) | |
1054 | ||
1055 | def ScrollToAnchor(*args, **kwargs): | |
1056 | """ScrollToAnchor(self, String anchor) -> bool""" | |
1057 | return _html.HtmlWindow_ScrollToAnchor(*args, **kwargs) | |
1058 | ||
1059 | def HasAnchor(*args, **kwargs): | |
1060 | """HasAnchor(self, String anchor) -> bool""" | |
1061 | return _html.HtmlWindow_HasAnchor(*args, **kwargs) | |
1062 | ||
1063 | def AddFilter(*args, **kwargs): | |
1064 | """AddFilter(HtmlFilter filter)""" | |
1065 | return _html.HtmlWindow_AddFilter(*args, **kwargs) | |
1066 | ||
1067 | AddFilter = staticmethod(AddFilter) | |
1068 | def SelectWord(*args, **kwargs): | |
1069 | """SelectWord(self, Point pos)""" | |
1070 | return _html.HtmlWindow_SelectWord(*args, **kwargs) | |
1071 | ||
1072 | def SelectLine(*args, **kwargs): | |
1073 | """SelectLine(self, Point pos)""" | |
1074 | return _html.HtmlWindow_SelectLine(*args, **kwargs) | |
1075 | ||
1076 | def SelectAll(*args, **kwargs): | |
1077 | """SelectAll(self)""" | |
1078 | return _html.HtmlWindow_SelectAll(*args, **kwargs) | |
1079 | ||
1080 | def base_OnLinkClicked(*args, **kwargs): | |
1081 | """base_OnLinkClicked(self, HtmlLinkInfo link)""" | |
1082 | return _html.HtmlWindow_base_OnLinkClicked(*args, **kwargs) | |
1083 | ||
1084 | def base_OnSetTitle(*args, **kwargs): | |
1085 | """base_OnSetTitle(self, String title)""" | |
1086 | return _html.HtmlWindow_base_OnSetTitle(*args, **kwargs) | |
1087 | ||
1088 | def base_OnCellMouseHover(*args, **kwargs): | |
1089 | """base_OnCellMouseHover(self, HtmlCell cell, int x, int y)""" | |
1090 | return _html.HtmlWindow_base_OnCellMouseHover(*args, **kwargs) | |
1091 | ||
1092 | def base_OnCellClicked(*args, **kwargs): | |
1093 | """base_OnCellClicked(self, HtmlCell cell, int x, int y, MouseEvent event)""" | |
1094 | return _html.HtmlWindow_base_OnCellClicked(*args, **kwargs) | |
1095 | ||
1096 | def GetClassDefaultAttributes(*args, **kwargs): | |
1097 | """ | |
1098 | GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes | |
1099 | ||
1100 | Get the default attributes for this class. This is useful if you want | |
1101 | to use the same font or colour in your own control as in a standard | |
1102 | control -- which is a much better idea than hard coding specific | |
1103 | colours or fonts which might look completely out of place on the | |
1104 | user's system, especially if it uses themes. | |
1105 | ||
1106 | The variant parameter is only relevant under Mac currently and is | |
1107 | ignore under other platforms. Under Mac, it will change the size of | |
1108 | the returned font. See `wx.Window.SetWindowVariant` for more about | |
1109 | this. | |
1110 | """ | |
1111 | return _html.HtmlWindow_GetClassDefaultAttributes(*args, **kwargs) | |
1112 | ||
1113 | GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes) | |
1114 | ||
1115 | class HtmlWindowPtr(HtmlWindow): | |
1116 | def __init__(self, this): | |
1117 | self.this = this | |
1118 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1119 | self.__class__ = HtmlWindow | |
1120 | _html.HtmlWindow_swigregister(HtmlWindowPtr) | |
1121 | ||
1122 | def PreHtmlWindow(*args, **kwargs): | |
1123 | """PreHtmlWindow() -> HtmlWindow""" | |
1124 | val = _html.new_PreHtmlWindow(*args, **kwargs) | |
1125 | val.thisown = 1 | |
1126 | return val | |
1127 | ||
1128 | def HtmlWindow_AddFilter(*args, **kwargs): | |
1129 | """HtmlWindow_AddFilter(HtmlFilter filter)""" | |
1130 | return _html.HtmlWindow_AddFilter(*args, **kwargs) | |
1131 | ||
1132 | def HtmlWindow_GetClassDefaultAttributes(*args, **kwargs): | |
1133 | """ | |
1134 | HtmlWindow_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes | |
1135 | ||
1136 | Get the default attributes for this class. This is useful if you want | |
1137 | to use the same font or colour in your own control as in a standard | |
1138 | control -- which is a much better idea than hard coding specific | |
1139 | colours or fonts which might look completely out of place on the | |
1140 | user's system, especially if it uses themes. | |
1141 | ||
1142 | The variant parameter is only relevant under Mac currently and is | |
1143 | ignore under other platforms. Under Mac, it will change the size of | |
1144 | the returned font. See `wx.Window.SetWindowVariant` for more about | |
1145 | this. | |
1146 | """ | |
1147 | return _html.HtmlWindow_GetClassDefaultAttributes(*args, **kwargs) | |
1148 | ||
1149 | #--------------------------------------------------------------------------- | |
1150 | ||
1151 | class HtmlDCRenderer(_core.Object): | |
1152 | def __repr__(self): | |
1153 | return "<%s.%s; proxy of C++ wxHtmlDCRenderer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1154 | def __init__(self, *args, **kwargs): | |
1155 | """__init__(self) -> HtmlDCRenderer""" | |
1156 | newobj = _html.new_HtmlDCRenderer(*args, **kwargs) | |
1157 | self.this = newobj.this | |
1158 | self.thisown = 1 | |
1159 | del newobj.thisown | |
1160 | def __del__(self, destroy=_html.delete_HtmlDCRenderer): | |
1161 | """__del__(self)""" | |
1162 | try: | |
1163 | if self.thisown: destroy(self) | |
1164 | except: pass | |
1165 | ||
1166 | def SetDC(*args, **kwargs): | |
1167 | """SetDC(self, DC dc, int maxwidth)""" | |
1168 | return _html.HtmlDCRenderer_SetDC(*args, **kwargs) | |
1169 | ||
1170 | def SetSize(*args, **kwargs): | |
1171 | """SetSize(self, int width, int height)""" | |
1172 | return _html.HtmlDCRenderer_SetSize(*args, **kwargs) | |
1173 | ||
1174 | def SetHtmlText(*args, **kwargs): | |
1175 | """SetHtmlText(self, String html, String basepath=EmptyString, bool isdir=True)""" | |
1176 | return _html.HtmlDCRenderer_SetHtmlText(*args, **kwargs) | |
1177 | ||
1178 | def SetFonts(*args, **kwargs): | |
1179 | """SetFonts(self, String normal_face, String fixed_face, PyObject sizes=None)""" | |
1180 | return _html.HtmlDCRenderer_SetFonts(*args, **kwargs) | |
1181 | ||
1182 | def Render(*args, **kwargs): | |
1183 | """ | |
1184 | Render(self, int x, int y, int from=0, int dont_render=False, int to=INT_MAX, | |
1185 | int choices=None, int LCOUNT=0) -> int | |
1186 | """ | |
1187 | return _html.HtmlDCRenderer_Render(*args, **kwargs) | |
1188 | ||
1189 | def GetTotalHeight(*args, **kwargs): | |
1190 | """GetTotalHeight(self) -> int""" | |
1191 | return _html.HtmlDCRenderer_GetTotalHeight(*args, **kwargs) | |
1192 | ||
1193 | ||
1194 | class HtmlDCRendererPtr(HtmlDCRenderer): | |
1195 | def __init__(self, this): | |
1196 | self.this = this | |
1197 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1198 | self.__class__ = HtmlDCRenderer | |
1199 | _html.HtmlDCRenderer_swigregister(HtmlDCRendererPtr) | |
1200 | ||
1201 | PAGE_ODD = _html.PAGE_ODD | |
1202 | PAGE_EVEN = _html.PAGE_EVEN | |
1203 | PAGE_ALL = _html.PAGE_ALL | |
1204 | class HtmlPrintout(_windows.Printout): | |
1205 | def __repr__(self): | |
1206 | return "<%s.%s; proxy of C++ wxHtmlPrintout instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1207 | def __init__(self, *args, **kwargs): | |
1208 | """__init__(self, String title=HtmlPrintoutTitleStr) -> HtmlPrintout""" | |
1209 | newobj = _html.new_HtmlPrintout(*args, **kwargs) | |
1210 | self.this = newobj.this | |
1211 | self.thisown = 1 | |
1212 | del newobj.thisown | |
1213 | def SetHtmlText(*args, **kwargs): | |
1214 | """SetHtmlText(self, String html, String basepath=EmptyString, bool isdir=True)""" | |
1215 | return _html.HtmlPrintout_SetHtmlText(*args, **kwargs) | |
1216 | ||
1217 | def SetHtmlFile(*args, **kwargs): | |
1218 | """SetHtmlFile(self, String htmlfile)""" | |
1219 | return _html.HtmlPrintout_SetHtmlFile(*args, **kwargs) | |
1220 | ||
1221 | def SetHeader(*args, **kwargs): | |
1222 | """SetHeader(self, String header, int pg=PAGE_ALL)""" | |
1223 | return _html.HtmlPrintout_SetHeader(*args, **kwargs) | |
1224 | ||
1225 | def SetFooter(*args, **kwargs): | |
1226 | """SetFooter(self, String footer, int pg=PAGE_ALL)""" | |
1227 | return _html.HtmlPrintout_SetFooter(*args, **kwargs) | |
1228 | ||
1229 | def SetFonts(*args, **kwargs): | |
1230 | """SetFonts(self, String normal_face, String fixed_face, PyObject sizes=None)""" | |
1231 | return _html.HtmlPrintout_SetFonts(*args, **kwargs) | |
1232 | ||
1233 | def SetMargins(*args, **kwargs): | |
1234 | """ | |
1235 | SetMargins(self, float top=25.2, float bottom=25.2, float left=25.2, | |
1236 | float right=25.2, float spaces=5) | |
1237 | """ | |
1238 | return _html.HtmlPrintout_SetMargins(*args, **kwargs) | |
1239 | ||
1240 | def AddFilter(*args, **kwargs): | |
1241 | """AddFilter(wxHtmlFilter filter)""" | |
1242 | return _html.HtmlPrintout_AddFilter(*args, **kwargs) | |
1243 | ||
1244 | AddFilter = staticmethod(AddFilter) | |
1245 | def CleanUpStatics(*args, **kwargs): | |
1246 | """CleanUpStatics()""" | |
1247 | return _html.HtmlPrintout_CleanUpStatics(*args, **kwargs) | |
1248 | ||
1249 | CleanUpStatics = staticmethod(CleanUpStatics) | |
1250 | ||
1251 | class HtmlPrintoutPtr(HtmlPrintout): | |
1252 | def __init__(self, this): | |
1253 | self.this = this | |
1254 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1255 | self.__class__ = HtmlPrintout | |
1256 | _html.HtmlPrintout_swigregister(HtmlPrintoutPtr) | |
1257 | ||
1258 | def HtmlPrintout_AddFilter(*args, **kwargs): | |
1259 | """HtmlPrintout_AddFilter(wxHtmlFilter filter)""" | |
1260 | return _html.HtmlPrintout_AddFilter(*args, **kwargs) | |
1261 | ||
1262 | def HtmlPrintout_CleanUpStatics(*args, **kwargs): | |
1263 | """HtmlPrintout_CleanUpStatics()""" | |
1264 | return _html.HtmlPrintout_CleanUpStatics(*args, **kwargs) | |
1265 | ||
1266 | class HtmlEasyPrinting(_core.Object): | |
1267 | def __repr__(self): | |
1268 | return "<%s.%s; proxy of C++ wxHtmlEasyPrinting instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1269 | def __init__(self, *args, **kwargs): | |
1270 | """__init__(self, String name=HtmlPrintingTitleStr, Window parentWindow=None) -> HtmlEasyPrinting""" | |
1271 | newobj = _html.new_HtmlEasyPrinting(*args, **kwargs) | |
1272 | self.this = newobj.this | |
1273 | self.thisown = 1 | |
1274 | del newobj.thisown | |
1275 | def __del__(self, destroy=_html.delete_HtmlEasyPrinting): | |
1276 | """__del__(self)""" | |
1277 | try: | |
1278 | if self.thisown: destroy(self) | |
1279 | except: pass | |
1280 | ||
1281 | def PreviewFile(*args, **kwargs): | |
1282 | """PreviewFile(self, String htmlfile)""" | |
1283 | return _html.HtmlEasyPrinting_PreviewFile(*args, **kwargs) | |
1284 | ||
1285 | def PreviewText(*args, **kwargs): | |
1286 | """PreviewText(self, String htmltext, String basepath=EmptyString)""" | |
1287 | return _html.HtmlEasyPrinting_PreviewText(*args, **kwargs) | |
1288 | ||
1289 | def PrintFile(*args, **kwargs): | |
1290 | """PrintFile(self, String htmlfile)""" | |
1291 | return _html.HtmlEasyPrinting_PrintFile(*args, **kwargs) | |
1292 | ||
1293 | def PrintText(*args, **kwargs): | |
1294 | """PrintText(self, String htmltext, String basepath=EmptyString)""" | |
1295 | return _html.HtmlEasyPrinting_PrintText(*args, **kwargs) | |
1296 | ||
1297 | def PrinterSetup(*args, **kwargs): | |
1298 | """PrinterSetup(self)""" | |
1299 | return _html.HtmlEasyPrinting_PrinterSetup(*args, **kwargs) | |
1300 | ||
1301 | def PageSetup(*args, **kwargs): | |
1302 | """PageSetup(self)""" | |
1303 | return _html.HtmlEasyPrinting_PageSetup(*args, **kwargs) | |
1304 | ||
1305 | def SetHeader(*args, **kwargs): | |
1306 | """SetHeader(self, String header, int pg=PAGE_ALL)""" | |
1307 | return _html.HtmlEasyPrinting_SetHeader(*args, **kwargs) | |
1308 | ||
1309 | def SetFooter(*args, **kwargs): | |
1310 | """SetFooter(self, String footer, int pg=PAGE_ALL)""" | |
1311 | return _html.HtmlEasyPrinting_SetFooter(*args, **kwargs) | |
1312 | ||
1313 | def SetFonts(*args, **kwargs): | |
1314 | """SetFonts(self, String normal_face, String fixed_face, PyObject sizes=None)""" | |
1315 | return _html.HtmlEasyPrinting_SetFonts(*args, **kwargs) | |
1316 | ||
1317 | def GetPrintData(*args, **kwargs): | |
1318 | """GetPrintData(self) -> PrintData""" | |
1319 | return _html.HtmlEasyPrinting_GetPrintData(*args, **kwargs) | |
1320 | ||
1321 | def GetPageSetupData(*args, **kwargs): | |
1322 | """GetPageSetupData(self) -> PageSetupDialogData""" | |
1323 | return _html.HtmlEasyPrinting_GetPageSetupData(*args, **kwargs) | |
1324 | ||
1325 | ||
1326 | class HtmlEasyPrintingPtr(HtmlEasyPrinting): | |
1327 | def __init__(self, this): | |
1328 | self.this = this | |
1329 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1330 | self.__class__ = HtmlEasyPrinting | |
1331 | _html.HtmlEasyPrinting_swigregister(HtmlEasyPrintingPtr) | |
1332 | ||
1333 | #--------------------------------------------------------------------------- | |
1334 | ||
1335 | class HtmlBookRecord(object): | |
1336 | def __repr__(self): | |
1337 | return "<%s.%s; proxy of C++ wxHtmlBookRecord instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1338 | def __init__(self, *args, **kwargs): | |
1339 | """__init__(self, String bookfile, String basepath, String title, String start) -> HtmlBookRecord""" | |
1340 | newobj = _html.new_HtmlBookRecord(*args, **kwargs) | |
1341 | self.this = newobj.this | |
1342 | self.thisown = 1 | |
1343 | del newobj.thisown | |
1344 | def GetBookFile(*args, **kwargs): | |
1345 | """GetBookFile(self) -> String""" | |
1346 | return _html.HtmlBookRecord_GetBookFile(*args, **kwargs) | |
1347 | ||
1348 | def GetTitle(*args, **kwargs): | |
1349 | """GetTitle(self) -> String""" | |
1350 | return _html.HtmlBookRecord_GetTitle(*args, **kwargs) | |
1351 | ||
1352 | def GetStart(*args, **kwargs): | |
1353 | """GetStart(self) -> String""" | |
1354 | return _html.HtmlBookRecord_GetStart(*args, **kwargs) | |
1355 | ||
1356 | def GetBasePath(*args, **kwargs): | |
1357 | """GetBasePath(self) -> String""" | |
1358 | return _html.HtmlBookRecord_GetBasePath(*args, **kwargs) | |
1359 | ||
1360 | def SetContentsRange(*args, **kwargs): | |
1361 | """SetContentsRange(self, int start, int end)""" | |
1362 | return _html.HtmlBookRecord_SetContentsRange(*args, **kwargs) | |
1363 | ||
1364 | def GetContentsStart(*args, **kwargs): | |
1365 | """GetContentsStart(self) -> int""" | |
1366 | return _html.HtmlBookRecord_GetContentsStart(*args, **kwargs) | |
1367 | ||
1368 | def GetContentsEnd(*args, **kwargs): | |
1369 | """GetContentsEnd(self) -> int""" | |
1370 | return _html.HtmlBookRecord_GetContentsEnd(*args, **kwargs) | |
1371 | ||
1372 | def SetTitle(*args, **kwargs): | |
1373 | """SetTitle(self, String title)""" | |
1374 | return _html.HtmlBookRecord_SetTitle(*args, **kwargs) | |
1375 | ||
1376 | def SetBasePath(*args, **kwargs): | |
1377 | """SetBasePath(self, String path)""" | |
1378 | return _html.HtmlBookRecord_SetBasePath(*args, **kwargs) | |
1379 | ||
1380 | def SetStart(*args, **kwargs): | |
1381 | """SetStart(self, String start)""" | |
1382 | return _html.HtmlBookRecord_SetStart(*args, **kwargs) | |
1383 | ||
1384 | def GetFullPath(*args, **kwargs): | |
1385 | """GetFullPath(self, String page) -> String""" | |
1386 | return _html.HtmlBookRecord_GetFullPath(*args, **kwargs) | |
1387 | ||
1388 | ||
1389 | class HtmlBookRecordPtr(HtmlBookRecord): | |
1390 | def __init__(self, this): | |
1391 | self.this = this | |
1392 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1393 | self.__class__ = HtmlBookRecord | |
1394 | _html.HtmlBookRecord_swigregister(HtmlBookRecordPtr) | |
1395 | ||
1396 | class HtmlContentsItem(object): | |
1397 | def __init__(self): raise RuntimeError, "No constructor defined" | |
1398 | def __repr__(self): | |
1399 | return "<%s.%s; proxy of C++ wxHtmlContentsItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1400 | def GetLevel(*args, **kwargs): | |
1401 | """GetLevel(self) -> int""" | |
1402 | return _html.HtmlContentsItem_GetLevel(*args, **kwargs) | |
1403 | ||
1404 | def GetID(*args, **kwargs): | |
1405 | """GetID(self) -> int""" | |
1406 | return _html.HtmlContentsItem_GetID(*args, **kwargs) | |
1407 | ||
1408 | def GetName(*args, **kwargs): | |
1409 | """GetName(self) -> String""" | |
1410 | return _html.HtmlContentsItem_GetName(*args, **kwargs) | |
1411 | ||
1412 | def GetPage(*args, **kwargs): | |
1413 | """GetPage(self) -> String""" | |
1414 | return _html.HtmlContentsItem_GetPage(*args, **kwargs) | |
1415 | ||
1416 | def GetBook(*args, **kwargs): | |
1417 | """GetBook(self) -> HtmlBookRecord""" | |
1418 | return _html.HtmlContentsItem_GetBook(*args, **kwargs) | |
1419 | ||
1420 | ||
1421 | class HtmlContentsItemPtr(HtmlContentsItem): | |
1422 | def __init__(self, this): | |
1423 | self.this = this | |
1424 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1425 | self.__class__ = HtmlContentsItem | |
1426 | _html.HtmlContentsItem_swigregister(HtmlContentsItemPtr) | |
1427 | ||
1428 | class HtmlSearchStatus(object): | |
1429 | def __init__(self): raise RuntimeError, "No constructor defined" | |
1430 | def __repr__(self): | |
1431 | return "<%s.%s; proxy of C++ wxHtmlSearchStatus instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1432 | def Search(*args, **kwargs): | |
1433 | """Search(self) -> bool""" | |
1434 | return _html.HtmlSearchStatus_Search(*args, **kwargs) | |
1435 | ||
1436 | def IsActive(*args, **kwargs): | |
1437 | """IsActive(self) -> bool""" | |
1438 | return _html.HtmlSearchStatus_IsActive(*args, **kwargs) | |
1439 | ||
1440 | def GetCurIndex(*args, **kwargs): | |
1441 | """GetCurIndex(self) -> int""" | |
1442 | return _html.HtmlSearchStatus_GetCurIndex(*args, **kwargs) | |
1443 | ||
1444 | def GetMaxIndex(*args, **kwargs): | |
1445 | """GetMaxIndex(self) -> int""" | |
1446 | return _html.HtmlSearchStatus_GetMaxIndex(*args, **kwargs) | |
1447 | ||
1448 | def GetName(*args, **kwargs): | |
1449 | """GetName(self) -> String""" | |
1450 | return _html.HtmlSearchStatus_GetName(*args, **kwargs) | |
1451 | ||
1452 | def GetContentsItem(*args, **kwargs): | |
1453 | """GetContentsItem(self) -> HtmlContentsItem""" | |
1454 | return _html.HtmlSearchStatus_GetContentsItem(*args, **kwargs) | |
1455 | ||
1456 | ||
1457 | class HtmlSearchStatusPtr(HtmlSearchStatus): | |
1458 | def __init__(self, this): | |
1459 | self.this = this | |
1460 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1461 | self.__class__ = HtmlSearchStatus | |
1462 | _html.HtmlSearchStatus_swigregister(HtmlSearchStatusPtr) | |
1463 | ||
1464 | class HtmlHelpData(object): | |
1465 | def __repr__(self): | |
1466 | return "<%s.%s; proxy of C++ wxHtmlHelpData instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1467 | def __init__(self, *args, **kwargs): | |
1468 | """__init__(self) -> HtmlHelpData""" | |
1469 | newobj = _html.new_HtmlHelpData(*args, **kwargs) | |
1470 | self.this = newobj.this | |
1471 | self.thisown = 1 | |
1472 | del newobj.thisown | |
1473 | def __del__(self, destroy=_html.delete_HtmlHelpData): | |
1474 | """__del__(self)""" | |
1475 | try: | |
1476 | if self.thisown: destroy(self) | |
1477 | except: pass | |
1478 | ||
1479 | def SetTempDir(*args, **kwargs): | |
1480 | """SetTempDir(self, String path)""" | |
1481 | return _html.HtmlHelpData_SetTempDir(*args, **kwargs) | |
1482 | ||
1483 | def AddBook(*args, **kwargs): | |
1484 | """AddBook(self, String book) -> bool""" | |
1485 | return _html.HtmlHelpData_AddBook(*args, **kwargs) | |
1486 | ||
1487 | def FindPageByName(*args, **kwargs): | |
1488 | """FindPageByName(self, String page) -> String""" | |
1489 | return _html.HtmlHelpData_FindPageByName(*args, **kwargs) | |
1490 | ||
1491 | def FindPageById(*args, **kwargs): | |
1492 | """FindPageById(self, int id) -> String""" | |
1493 | return _html.HtmlHelpData_FindPageById(*args, **kwargs) | |
1494 | ||
1495 | def GetBookRecArray(*args, **kwargs): | |
1496 | """GetBookRecArray(self) -> wxHtmlBookRecArray""" | |
1497 | return _html.HtmlHelpData_GetBookRecArray(*args, **kwargs) | |
1498 | ||
1499 | def GetContents(*args, **kwargs): | |
1500 | """GetContents(self) -> HtmlContentsItem""" | |
1501 | return _html.HtmlHelpData_GetContents(*args, **kwargs) | |
1502 | ||
1503 | def GetContentsCnt(*args, **kwargs): | |
1504 | """GetContentsCnt(self) -> int""" | |
1505 | return _html.HtmlHelpData_GetContentsCnt(*args, **kwargs) | |
1506 | ||
1507 | def GetIndex(*args, **kwargs): | |
1508 | """GetIndex(self) -> HtmlContentsItem""" | |
1509 | return _html.HtmlHelpData_GetIndex(*args, **kwargs) | |
1510 | ||
1511 | def GetIndexCnt(*args, **kwargs): | |
1512 | """GetIndexCnt(self) -> int""" | |
1513 | return _html.HtmlHelpData_GetIndexCnt(*args, **kwargs) | |
1514 | ||
1515 | ||
1516 | class HtmlHelpDataPtr(HtmlHelpData): | |
1517 | def __init__(self, this): | |
1518 | self.this = this | |
1519 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1520 | self.__class__ = HtmlHelpData | |
1521 | _html.HtmlHelpData_swigregister(HtmlHelpDataPtr) | |
1522 | ||
1523 | class HtmlHelpFrame(_windows.Frame): | |
1524 | def __repr__(self): | |
1525 | return "<%s.%s; proxy of C++ wxHtmlHelpFrame instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1526 | def __init__(self, *args, **kwargs): | |
1527 | """ | |
1528 | __init__(self, Window parent, int ??, String title=EmptyString, int style=HF_DEFAULTSTYLE, | |
1529 | HtmlHelpData data=None) -> HtmlHelpFrame | |
1530 | """ | |
1531 | newobj = _html.new_HtmlHelpFrame(*args, **kwargs) | |
1532 | self.this = newobj.this | |
1533 | self.thisown = 1 | |
1534 | del newobj.thisown | |
1535 | self._setOORInfo(self) | |
1536 | ||
1537 | def GetData(*args, **kwargs): | |
1538 | """GetData(self) -> HtmlHelpData""" | |
1539 | return _html.HtmlHelpFrame_GetData(*args, **kwargs) | |
1540 | ||
1541 | def SetTitleFormat(*args, **kwargs): | |
1542 | """SetTitleFormat(self, String format)""" | |
1543 | return _html.HtmlHelpFrame_SetTitleFormat(*args, **kwargs) | |
1544 | ||
1545 | def Display(*args, **kwargs): | |
1546 | """Display(self, String x)""" | |
1547 | return _html.HtmlHelpFrame_Display(*args, **kwargs) | |
1548 | ||
1549 | def DisplayID(*args, **kwargs): | |
1550 | """DisplayID(self, int id)""" | |
1551 | return _html.HtmlHelpFrame_DisplayID(*args, **kwargs) | |
1552 | ||
1553 | def DisplayContents(*args, **kwargs): | |
1554 | """DisplayContents(self)""" | |
1555 | return _html.HtmlHelpFrame_DisplayContents(*args, **kwargs) | |
1556 | ||
1557 | def DisplayIndex(*args, **kwargs): | |
1558 | """DisplayIndex(self)""" | |
1559 | return _html.HtmlHelpFrame_DisplayIndex(*args, **kwargs) | |
1560 | ||
1561 | def KeywordSearch(*args, **kwargs): | |
1562 | """KeywordSearch(self, String keyword) -> bool""" | |
1563 | return _html.HtmlHelpFrame_KeywordSearch(*args, **kwargs) | |
1564 | ||
1565 | def UseConfig(*args, **kwargs): | |
1566 | """UseConfig(self, ConfigBase config, String rootpath=EmptyString)""" | |
1567 | return _html.HtmlHelpFrame_UseConfig(*args, **kwargs) | |
1568 | ||
1569 | def ReadCustomization(*args, **kwargs): | |
1570 | """ReadCustomization(self, ConfigBase cfg, String path=EmptyString)""" | |
1571 | return _html.HtmlHelpFrame_ReadCustomization(*args, **kwargs) | |
1572 | ||
1573 | def WriteCustomization(*args, **kwargs): | |
1574 | """WriteCustomization(self, ConfigBase cfg, String path=EmptyString)""" | |
1575 | return _html.HtmlHelpFrame_WriteCustomization(*args, **kwargs) | |
1576 | ||
1577 | ||
1578 | class HtmlHelpFramePtr(HtmlHelpFrame): | |
1579 | def __init__(self, this): | |
1580 | self.this = this | |
1581 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1582 | self.__class__ = HtmlHelpFrame | |
1583 | _html.HtmlHelpFrame_swigregister(HtmlHelpFramePtr) | |
1584 | ||
1585 | HF_TOOLBAR = _html.HF_TOOLBAR | |
1586 | HF_FLATTOOLBAR = _html.HF_FLATTOOLBAR | |
1587 | HF_CONTENTS = _html.HF_CONTENTS | |
1588 | HF_INDEX = _html.HF_INDEX | |
1589 | HF_SEARCH = _html.HF_SEARCH | |
1590 | HF_BOOKMARKS = _html.HF_BOOKMARKS | |
1591 | HF_OPENFILES = _html.HF_OPENFILES | |
1592 | HF_PRINT = _html.HF_PRINT | |
1593 | HF_DEFAULTSTYLE = _html.HF_DEFAULTSTYLE | |
1594 | class HtmlHelpController(_core.EvtHandler): | |
1595 | def __repr__(self): | |
1596 | return "<%s.%s; proxy of C++ wxHtmlHelpController instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1597 | def __init__(self, *args, **kwargs): | |
1598 | """__init__(self, int style=HF_DEFAULTSTYLE) -> HtmlHelpController""" | |
1599 | newobj = _html.new_HtmlHelpController(*args, **kwargs) | |
1600 | self.this = newobj.this | |
1601 | self.thisown = 1 | |
1602 | del newobj.thisown | |
1603 | self._setOORInfo(self) | |
1604 | ||
1605 | def __del__(self, destroy=_html.delete_HtmlHelpController): | |
1606 | """__del__(self)""" | |
1607 | try: | |
1608 | if self.thisown: destroy(self) | |
1609 | except: pass | |
1610 | ||
1611 | def SetTitleFormat(*args, **kwargs): | |
1612 | """SetTitleFormat(self, String format)""" | |
1613 | return _html.HtmlHelpController_SetTitleFormat(*args, **kwargs) | |
1614 | ||
1615 | def SetTempDir(*args, **kwargs): | |
1616 | """SetTempDir(self, String path)""" | |
1617 | return _html.HtmlHelpController_SetTempDir(*args, **kwargs) | |
1618 | ||
1619 | def AddBook(*args, **kwargs): | |
1620 | """AddBook(self, String book, int show_wait_msg=False) -> bool""" | |
1621 | return _html.HtmlHelpController_AddBook(*args, **kwargs) | |
1622 | ||
1623 | def Display(*args, **kwargs): | |
1624 | """Display(self, String x)""" | |
1625 | return _html.HtmlHelpController_Display(*args, **kwargs) | |
1626 | ||
1627 | def DisplayID(*args, **kwargs): | |
1628 | """DisplayID(self, int id)""" | |
1629 | return _html.HtmlHelpController_DisplayID(*args, **kwargs) | |
1630 | ||
1631 | def DisplayContents(*args, **kwargs): | |
1632 | """DisplayContents(self)""" | |
1633 | return _html.HtmlHelpController_DisplayContents(*args, **kwargs) | |
1634 | ||
1635 | def DisplayIndex(*args, **kwargs): | |
1636 | """DisplayIndex(self)""" | |
1637 | return _html.HtmlHelpController_DisplayIndex(*args, **kwargs) | |
1638 | ||
1639 | def KeywordSearch(*args, **kwargs): | |
1640 | """KeywordSearch(self, String keyword) -> bool""" | |
1641 | return _html.HtmlHelpController_KeywordSearch(*args, **kwargs) | |
1642 | ||
1643 | def UseConfig(*args, **kwargs): | |
1644 | """UseConfig(self, ConfigBase config, String rootpath=EmptyString)""" | |
1645 | return _html.HtmlHelpController_UseConfig(*args, **kwargs) | |
1646 | ||
1647 | def ReadCustomization(*args, **kwargs): | |
1648 | """ReadCustomization(self, ConfigBase cfg, String path=EmptyString)""" | |
1649 | return _html.HtmlHelpController_ReadCustomization(*args, **kwargs) | |
1650 | ||
1651 | def WriteCustomization(*args, **kwargs): | |
1652 | """WriteCustomization(self, ConfigBase cfg, String path=EmptyString)""" | |
1653 | return _html.HtmlHelpController_WriteCustomization(*args, **kwargs) | |
1654 | ||
1655 | def GetFrame(*args, **kwargs): | |
1656 | """GetFrame(self) -> HtmlHelpFrame""" | |
1657 | return _html.HtmlHelpController_GetFrame(*args, **kwargs) | |
1658 | ||
1659 | ||
1660 | class HtmlHelpControllerPtr(HtmlHelpController): | |
1661 | def __init__(self, this): | |
1662 | self.this = this | |
1663 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1664 | self.__class__ = HtmlHelpController | |
1665 | _html.HtmlHelpController_swigregister(HtmlHelpControllerPtr) | |
1666 | ||
1667 |