]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/gtk/_misc.py
reSWIGged
[wxWidgets.git] / wxPython / src / gtk / _misc.py
1 # This file was created automatically by SWIG 1.3.29.
2 # Don't modify this file, modify the SWIG interface instead.
3
4 import _misc_
5 import new
6 new_instancemethod = new.instancemethod
7 def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
8 if (name == "thisown"): return self.this.own(value)
9 if (name == "this"):
10 if type(value).__name__ == 'PySwigObject':
11 self.__dict__[name] = value
12 return
13 method = class_type.__swig_setmethods__.get(name,None)
14 if method: return method(self,value)
15 if (not static) or hasattr(self,name):
16 self.__dict__[name] = value
17 else:
18 raise AttributeError("You cannot add attributes to %s" % self)
19
20 def _swig_setattr(self,class_type,name,value):
21 return _swig_setattr_nondynamic(self,class_type,name,value,0)
22
23 def _swig_getattr(self,class_type,name):
24 if (name == "thisown"): return self.this.own()
25 method = class_type.__swig_getmethods__.get(name,None)
26 if method: return method(self)
27 raise AttributeError,name
28
29 def _swig_repr(self):
30 try: strthis = "proxy of " + self.this.__repr__()
31 except: strthis = ""
32 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
33
34 import types
35 try:
36 _object = types.ObjectType
37 _newclass = 1
38 except AttributeError:
39 class _object : pass
40 _newclass = 0
41 del types
42
43
44 def _swig_setattr_nondynamic_method(set):
45 def set_attr(self,name,value):
46 if (name == "thisown"): return self.this.own(value)
47 if hasattr(self,name) or (name == "this"):
48 set(self,name,value)
49 else:
50 raise AttributeError("You cannot add attributes to %s" % self)
51 return set_attr
52
53
54 import _core
55 wx = _core
56 #---------------------------------------------------------------------------
57
58 SYS_OEM_FIXED_FONT = _misc_.SYS_OEM_FIXED_FONT
59 SYS_ANSI_FIXED_FONT = _misc_.SYS_ANSI_FIXED_FONT
60 SYS_ANSI_VAR_FONT = _misc_.SYS_ANSI_VAR_FONT
61 SYS_SYSTEM_FONT = _misc_.SYS_SYSTEM_FONT
62 SYS_DEVICE_DEFAULT_FONT = _misc_.SYS_DEVICE_DEFAULT_FONT
63 SYS_DEFAULT_PALETTE = _misc_.SYS_DEFAULT_PALETTE
64 SYS_SYSTEM_FIXED_FONT = _misc_.SYS_SYSTEM_FIXED_FONT
65 SYS_DEFAULT_GUI_FONT = _misc_.SYS_DEFAULT_GUI_FONT
66 SYS_ICONTITLE_FONT = _misc_.SYS_ICONTITLE_FONT
67 SYS_COLOUR_SCROLLBAR = _misc_.SYS_COLOUR_SCROLLBAR
68 SYS_COLOUR_BACKGROUND = _misc_.SYS_COLOUR_BACKGROUND
69 SYS_COLOUR_DESKTOP = _misc_.SYS_COLOUR_DESKTOP
70 SYS_COLOUR_ACTIVECAPTION = _misc_.SYS_COLOUR_ACTIVECAPTION
71 SYS_COLOUR_INACTIVECAPTION = _misc_.SYS_COLOUR_INACTIVECAPTION
72 SYS_COLOUR_MENU = _misc_.SYS_COLOUR_MENU
73 SYS_COLOUR_WINDOW = _misc_.SYS_COLOUR_WINDOW
74 SYS_COLOUR_WINDOWFRAME = _misc_.SYS_COLOUR_WINDOWFRAME
75 SYS_COLOUR_MENUTEXT = _misc_.SYS_COLOUR_MENUTEXT
76 SYS_COLOUR_WINDOWTEXT = _misc_.SYS_COLOUR_WINDOWTEXT
77 SYS_COLOUR_CAPTIONTEXT = _misc_.SYS_COLOUR_CAPTIONTEXT
78 SYS_COLOUR_ACTIVEBORDER = _misc_.SYS_COLOUR_ACTIVEBORDER
79 SYS_COLOUR_INACTIVEBORDER = _misc_.SYS_COLOUR_INACTIVEBORDER
80 SYS_COLOUR_APPWORKSPACE = _misc_.SYS_COLOUR_APPWORKSPACE
81 SYS_COLOUR_HIGHLIGHT = _misc_.SYS_COLOUR_HIGHLIGHT
82 SYS_COLOUR_HIGHLIGHTTEXT = _misc_.SYS_COLOUR_HIGHLIGHTTEXT
83 SYS_COLOUR_BTNFACE = _misc_.SYS_COLOUR_BTNFACE
84 SYS_COLOUR_3DFACE = _misc_.SYS_COLOUR_3DFACE
85 SYS_COLOUR_BTNSHADOW = _misc_.SYS_COLOUR_BTNSHADOW
86 SYS_COLOUR_3DSHADOW = _misc_.SYS_COLOUR_3DSHADOW
87 SYS_COLOUR_GRAYTEXT = _misc_.SYS_COLOUR_GRAYTEXT
88 SYS_COLOUR_BTNTEXT = _misc_.SYS_COLOUR_BTNTEXT
89 SYS_COLOUR_INACTIVECAPTIONTEXT = _misc_.SYS_COLOUR_INACTIVECAPTIONTEXT
90 SYS_COLOUR_BTNHIGHLIGHT = _misc_.SYS_COLOUR_BTNHIGHLIGHT
91 SYS_COLOUR_BTNHILIGHT = _misc_.SYS_COLOUR_BTNHILIGHT
92 SYS_COLOUR_3DHIGHLIGHT = _misc_.SYS_COLOUR_3DHIGHLIGHT
93 SYS_COLOUR_3DHILIGHT = _misc_.SYS_COLOUR_3DHILIGHT
94 SYS_COLOUR_3DDKSHADOW = _misc_.SYS_COLOUR_3DDKSHADOW
95 SYS_COLOUR_3DLIGHT = _misc_.SYS_COLOUR_3DLIGHT
96 SYS_COLOUR_INFOTEXT = _misc_.SYS_COLOUR_INFOTEXT
97 SYS_COLOUR_INFOBK = _misc_.SYS_COLOUR_INFOBK
98 SYS_COLOUR_LISTBOX = _misc_.SYS_COLOUR_LISTBOX
99 SYS_COLOUR_HOTLIGHT = _misc_.SYS_COLOUR_HOTLIGHT
100 SYS_COLOUR_GRADIENTACTIVECAPTION = _misc_.SYS_COLOUR_GRADIENTACTIVECAPTION
101 SYS_COLOUR_GRADIENTINACTIVECAPTION = _misc_.SYS_COLOUR_GRADIENTINACTIVECAPTION
102 SYS_COLOUR_MENUHILIGHT = _misc_.SYS_COLOUR_MENUHILIGHT
103 SYS_COLOUR_MENUBAR = _misc_.SYS_COLOUR_MENUBAR
104 SYS_COLOUR_MAX = _misc_.SYS_COLOUR_MAX
105 SYS_MOUSE_BUTTONS = _misc_.SYS_MOUSE_BUTTONS
106 SYS_BORDER_X = _misc_.SYS_BORDER_X
107 SYS_BORDER_Y = _misc_.SYS_BORDER_Y
108 SYS_CURSOR_X = _misc_.SYS_CURSOR_X
109 SYS_CURSOR_Y = _misc_.SYS_CURSOR_Y
110 SYS_DCLICK_X = _misc_.SYS_DCLICK_X
111 SYS_DCLICK_Y = _misc_.SYS_DCLICK_Y
112 SYS_DRAG_X = _misc_.SYS_DRAG_X
113 SYS_DRAG_Y = _misc_.SYS_DRAG_Y
114 SYS_EDGE_X = _misc_.SYS_EDGE_X
115 SYS_EDGE_Y = _misc_.SYS_EDGE_Y
116 SYS_HSCROLL_ARROW_X = _misc_.SYS_HSCROLL_ARROW_X
117 SYS_HSCROLL_ARROW_Y = _misc_.SYS_HSCROLL_ARROW_Y
118 SYS_HTHUMB_X = _misc_.SYS_HTHUMB_X
119 SYS_ICON_X = _misc_.SYS_ICON_X
120 SYS_ICON_Y = _misc_.SYS_ICON_Y
121 SYS_ICONSPACING_X = _misc_.SYS_ICONSPACING_X
122 SYS_ICONSPACING_Y = _misc_.SYS_ICONSPACING_Y
123 SYS_WINDOWMIN_X = _misc_.SYS_WINDOWMIN_X
124 SYS_WINDOWMIN_Y = _misc_.SYS_WINDOWMIN_Y
125 SYS_SCREEN_X = _misc_.SYS_SCREEN_X
126 SYS_SCREEN_Y = _misc_.SYS_SCREEN_Y
127 SYS_FRAMESIZE_X = _misc_.SYS_FRAMESIZE_X
128 SYS_FRAMESIZE_Y = _misc_.SYS_FRAMESIZE_Y
129 SYS_SMALLICON_X = _misc_.SYS_SMALLICON_X
130 SYS_SMALLICON_Y = _misc_.SYS_SMALLICON_Y
131 SYS_HSCROLL_Y = _misc_.SYS_HSCROLL_Y
132 SYS_VSCROLL_X = _misc_.SYS_VSCROLL_X
133 SYS_VSCROLL_ARROW_X = _misc_.SYS_VSCROLL_ARROW_X
134 SYS_VSCROLL_ARROW_Y = _misc_.SYS_VSCROLL_ARROW_Y
135 SYS_VTHUMB_Y = _misc_.SYS_VTHUMB_Y
136 SYS_CAPTION_Y = _misc_.SYS_CAPTION_Y
137 SYS_MENU_Y = _misc_.SYS_MENU_Y
138 SYS_NETWORK_PRESENT = _misc_.SYS_NETWORK_PRESENT
139 SYS_PENWINDOWS_PRESENT = _misc_.SYS_PENWINDOWS_PRESENT
140 SYS_SHOW_SOUNDS = _misc_.SYS_SHOW_SOUNDS
141 SYS_SWAP_BUTTONS = _misc_.SYS_SWAP_BUTTONS
142 SYS_CAN_DRAW_FRAME_DECORATIONS = _misc_.SYS_CAN_DRAW_FRAME_DECORATIONS
143 SYS_CAN_ICONIZE_FRAME = _misc_.SYS_CAN_ICONIZE_FRAME
144 SYS_TABLET_PRESENT = _misc_.SYS_TABLET_PRESENT
145 SYS_SCREEN_NONE = _misc_.SYS_SCREEN_NONE
146 SYS_SCREEN_TINY = _misc_.SYS_SCREEN_TINY
147 SYS_SCREEN_PDA = _misc_.SYS_SCREEN_PDA
148 SYS_SCREEN_SMALL = _misc_.SYS_SCREEN_SMALL
149 SYS_SCREEN_DESKTOP = _misc_.SYS_SCREEN_DESKTOP
150 class SystemSettings(object):
151 """Proxy of C++ SystemSettings class"""
152 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
153 def __init__(self): raise AttributeError, "No constructor defined"
154 __repr__ = _swig_repr
155 def GetColour(*args, **kwargs):
156 """GetColour(int index) -> Colour"""
157 return _misc_.SystemSettings_GetColour(*args, **kwargs)
158
159 GetColour = staticmethod(GetColour)
160 def GetFont(*args, **kwargs):
161 """GetFont(int index) -> Font"""
162 return _misc_.SystemSettings_GetFont(*args, **kwargs)
163
164 GetFont = staticmethod(GetFont)
165 def GetMetric(*args, **kwargs):
166 """GetMetric(int index, Window win=None) -> int"""
167 return _misc_.SystemSettings_GetMetric(*args, **kwargs)
168
169 GetMetric = staticmethod(GetMetric)
170 def HasFeature(*args, **kwargs):
171 """HasFeature(int index) -> bool"""
172 return _misc_.SystemSettings_HasFeature(*args, **kwargs)
173
174 HasFeature = staticmethod(HasFeature)
175 def GetScreenType(*args, **kwargs):
176 """GetScreenType() -> int"""
177 return _misc_.SystemSettings_GetScreenType(*args, **kwargs)
178
179 GetScreenType = staticmethod(GetScreenType)
180 def SetScreenType(*args, **kwargs):
181 """SetScreenType(int screen)"""
182 return _misc_.SystemSettings_SetScreenType(*args, **kwargs)
183
184 SetScreenType = staticmethod(SetScreenType)
185 _misc_.SystemSettings_swigregister(SystemSettings)
186
187 def SystemSettings_GetColour(*args, **kwargs):
188 """SystemSettings_GetColour(int index) -> Colour"""
189 return _misc_.SystemSettings_GetColour(*args, **kwargs)
190
191 def SystemSettings_GetFont(*args, **kwargs):
192 """SystemSettings_GetFont(int index) -> Font"""
193 return _misc_.SystemSettings_GetFont(*args, **kwargs)
194
195 def SystemSettings_GetMetric(*args, **kwargs):
196 """SystemSettings_GetMetric(int index, Window win=None) -> int"""
197 return _misc_.SystemSettings_GetMetric(*args, **kwargs)
198
199 def SystemSettings_HasFeature(*args, **kwargs):
200 """SystemSettings_HasFeature(int index) -> bool"""
201 return _misc_.SystemSettings_HasFeature(*args, **kwargs)
202
203 def SystemSettings_GetScreenType(*args):
204 """SystemSettings_GetScreenType() -> int"""
205 return _misc_.SystemSettings_GetScreenType(*args)
206
207 def SystemSettings_SetScreenType(*args, **kwargs):
208 """SystemSettings_SetScreenType(int screen)"""
209 return _misc_.SystemSettings_SetScreenType(*args, **kwargs)
210
211 class SystemOptions(_core.Object):
212 """Proxy of C++ SystemOptions class"""
213 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
214 __repr__ = _swig_repr
215 def __init__(self, *args, **kwargs):
216 """__init__(self) -> SystemOptions"""
217 _misc_.SystemOptions_swiginit(self,_misc_.new_SystemOptions(*args, **kwargs))
218 def SetOption(*args, **kwargs):
219 """SetOption(String name, String value)"""
220 return _misc_.SystemOptions_SetOption(*args, **kwargs)
221
222 SetOption = staticmethod(SetOption)
223 def SetOptionInt(*args, **kwargs):
224 """SetOptionInt(String name, int value)"""
225 return _misc_.SystemOptions_SetOptionInt(*args, **kwargs)
226
227 SetOptionInt = staticmethod(SetOptionInt)
228 def GetOption(*args, **kwargs):
229 """GetOption(String name) -> String"""
230 return _misc_.SystemOptions_GetOption(*args, **kwargs)
231
232 GetOption = staticmethod(GetOption)
233 def GetOptionInt(*args, **kwargs):
234 """GetOptionInt(String name) -> int"""
235 return _misc_.SystemOptions_GetOptionInt(*args, **kwargs)
236
237 GetOptionInt = staticmethod(GetOptionInt)
238 def HasOption(*args, **kwargs):
239 """HasOption(String name) -> bool"""
240 return _misc_.SystemOptions_HasOption(*args, **kwargs)
241
242 HasOption = staticmethod(HasOption)
243 def IsFalse(*args, **kwargs):
244 """IsFalse(String name) -> bool"""
245 return _misc_.SystemOptions_IsFalse(*args, **kwargs)
246
247 IsFalse = staticmethod(IsFalse)
248 _misc_.SystemOptions_swigregister(SystemOptions)
249 cvar = _misc_.cvar
250 WINDOW_DEFAULT_VARIANT = cvar.WINDOW_DEFAULT_VARIANT
251
252 def SystemOptions_SetOption(*args, **kwargs):
253 """SystemOptions_SetOption(String name, String value)"""
254 return _misc_.SystemOptions_SetOption(*args, **kwargs)
255
256 def SystemOptions_SetOptionInt(*args, **kwargs):
257 """SystemOptions_SetOptionInt(String name, int value)"""
258 return _misc_.SystemOptions_SetOptionInt(*args, **kwargs)
259
260 def SystemOptions_GetOption(*args, **kwargs):
261 """SystemOptions_GetOption(String name) -> String"""
262 return _misc_.SystemOptions_GetOption(*args, **kwargs)
263
264 def SystemOptions_GetOptionInt(*args, **kwargs):
265 """SystemOptions_GetOptionInt(String name) -> int"""
266 return _misc_.SystemOptions_GetOptionInt(*args, **kwargs)
267
268 def SystemOptions_HasOption(*args, **kwargs):
269 """SystemOptions_HasOption(String name) -> bool"""
270 return _misc_.SystemOptions_HasOption(*args, **kwargs)
271
272 def SystemOptions_IsFalse(*args, **kwargs):
273 """SystemOptions_IsFalse(String name) -> bool"""
274 return _misc_.SystemOptions_IsFalse(*args, **kwargs)
275
276 #---------------------------------------------------------------------------
277
278
279 def NewId(*args):
280 """NewId() -> long"""
281 return _misc_.NewId(*args)
282
283 def RegisterId(*args, **kwargs):
284 """RegisterId(long id)"""
285 return _misc_.RegisterId(*args, **kwargs)
286
287 def GetCurrentId(*args):
288 """GetCurrentId() -> long"""
289 return _misc_.GetCurrentId(*args)
290
291 def IsStockID(*args, **kwargs):
292 """IsStockID(int id) -> bool"""
293 return _misc_.IsStockID(*args, **kwargs)
294
295 def IsStockLabel(*args, **kwargs):
296 """IsStockLabel(int id, String label) -> bool"""
297 return _misc_.IsStockLabel(*args, **kwargs)
298
299 def GetStockLabel(*args, **kwargs):
300 """GetStockLabel(int id, bool withCodes=True, String accelerator=EmptyString) -> String"""
301 return _misc_.GetStockLabel(*args, **kwargs)
302
303 def Bell(*args):
304 """Bell()"""
305 return _misc_.Bell(*args)
306
307 def EndBusyCursor(*args):
308 """EndBusyCursor()"""
309 return _misc_.EndBusyCursor(*args)
310
311 def GetElapsedTime(*args, **kwargs):
312 """GetElapsedTime(bool resetTimer=True) -> long"""
313 return _misc_.GetElapsedTime(*args, **kwargs)
314 GetElapsedTime = wx._deprecated(GetElapsedTime)
315
316 def IsBusy(*args):
317 """IsBusy() -> bool"""
318 return _misc_.IsBusy(*args)
319
320 def Now(*args):
321 """Now() -> String"""
322 return _misc_.Now(*args)
323
324 def Shell(*args, **kwargs):
325 """Shell(String command=EmptyString) -> bool"""
326 return _misc_.Shell(*args, **kwargs)
327
328 def StartTimer(*args):
329 """StartTimer()"""
330 return _misc_.StartTimer(*args)
331
332 def GetOsVersion(*args):
333 """GetOsVersion() -> (platform, major, minor)"""
334 return _misc_.GetOsVersion(*args)
335
336 def GetOsDescription(*args):
337 """GetOsDescription() -> String"""
338 return _misc_.GetOsDescription(*args)
339
340 def IsPlatformLittleEndian(*args):
341 """IsPlatformLittleEndian() -> bool"""
342 return _misc_.IsPlatformLittleEndian(*args)
343
344 def IsPlatform64Bit(*args):
345 """IsPlatform64Bit() -> bool"""
346 return _misc_.IsPlatform64Bit(*args)
347
348 def GetFreeMemory(*args):
349 """GetFreeMemory() -> wxMemorySize"""
350 return _misc_.GetFreeMemory(*args)
351 SHUTDOWN_POWEROFF = _misc_.SHUTDOWN_POWEROFF
352 SHUTDOWN_REBOOT = _misc_.SHUTDOWN_REBOOT
353
354 def Shutdown(*args, **kwargs):
355 """Shutdown(int wFlags) -> bool"""
356 return _misc_.Shutdown(*args, **kwargs)
357
358 def Sleep(*args, **kwargs):
359 """Sleep(int secs)"""
360 return _misc_.Sleep(*args, **kwargs)
361
362 def MilliSleep(*args, **kwargs):
363 """MilliSleep(unsigned long milliseconds)"""
364 return _misc_.MilliSleep(*args, **kwargs)
365
366 def MicroSleep(*args, **kwargs):
367 """MicroSleep(unsigned long microseconds)"""
368 return _misc_.MicroSleep(*args, **kwargs)
369 Usleep = MilliSleep
370
371 def EnableTopLevelWindows(*args, **kwargs):
372 """EnableTopLevelWindows(bool enable)"""
373 return _misc_.EnableTopLevelWindows(*args, **kwargs)
374
375 def StripMenuCodes(*args, **kwargs):
376 """StripMenuCodes(String in) -> String"""
377 return _misc_.StripMenuCodes(*args, **kwargs)
378
379 def GetEmailAddress(*args):
380 """GetEmailAddress() -> String"""
381 return _misc_.GetEmailAddress(*args)
382
383 def GetHostName(*args):
384 """GetHostName() -> String"""
385 return _misc_.GetHostName(*args)
386
387 def GetFullHostName(*args):
388 """GetFullHostName() -> String"""
389 return _misc_.GetFullHostName(*args)
390
391 def GetUserId(*args):
392 """GetUserId() -> String"""
393 return _misc_.GetUserId(*args)
394
395 def GetUserName(*args):
396 """GetUserName() -> String"""
397 return _misc_.GetUserName(*args)
398
399 def GetHomeDir(*args):
400 """GetHomeDir() -> String"""
401 return _misc_.GetHomeDir(*args)
402
403 def GetUserHome(*args, **kwargs):
404 """GetUserHome(String user=EmptyString) -> String"""
405 return _misc_.GetUserHome(*args, **kwargs)
406
407 def GetProcessId(*args):
408 """GetProcessId() -> unsigned long"""
409 return _misc_.GetProcessId(*args)
410
411 def Trap(*args):
412 """Trap()"""
413 return _misc_.Trap(*args)
414
415 def FileSelector(*args, **kwargs):
416 """
417 FileSelector(String message=FileSelectorPromptStr, String default_path=EmptyString,
418 String default_filename=EmptyString,
419 String default_extension=EmptyString,
420 String wildcard=FileSelectorDefaultWildcardStr,
421 int flags=0, Window parent=None, int x=-1,
422 int y=-1) -> String
423 """
424 return _misc_.FileSelector(*args, **kwargs)
425
426 def LoadFileSelector(*args, **kwargs):
427 """
428 LoadFileSelector(String what, String extension, String default_name=EmptyString,
429 Window parent=None) -> String
430 """
431 return _misc_.LoadFileSelector(*args, **kwargs)
432
433 def SaveFileSelector(*args, **kwargs):
434 """
435 SaveFileSelector(String what, String extension, String default_name=EmptyString,
436 Window parent=None) -> String
437 """
438 return _misc_.SaveFileSelector(*args, **kwargs)
439
440 def DirSelector(*args, **kwargs):
441 """
442 DirSelector(String message=DirSelectorPromptStr, String defaultPath=EmptyString,
443 long style=wxDD_DEFAULT_STYLE,
444 Point pos=DefaultPosition, Window parent=None) -> String
445 """
446 return _misc_.DirSelector(*args, **kwargs)
447
448 def GetTextFromUser(*args, **kwargs):
449 """
450 GetTextFromUser(String message, String caption=EmptyString, String default_value=EmptyString,
451 Window parent=None,
452 int x=-1, int y=-1, bool centre=True) -> String
453 """
454 return _misc_.GetTextFromUser(*args, **kwargs)
455
456 def GetPasswordFromUser(*args, **kwargs):
457 """
458 GetPasswordFromUser(String message, String caption=EmptyString, String default_value=EmptyString,
459 Window parent=None) -> String
460 """
461 return _misc_.GetPasswordFromUser(*args, **kwargs)
462
463 def GetSingleChoice(*args, **kwargs):
464 """
465 GetSingleChoice(String message, String caption, int choices, Window parent=None,
466 int x=-1, int y=-1, bool centre=True,
467 int width=150, int height=200) -> String
468 """
469 return _misc_.GetSingleChoice(*args, **kwargs)
470
471 def GetSingleChoiceIndex(*args, **kwargs):
472 """
473 GetSingleChoiceIndex(String message, String caption, int choices, Window parent=None,
474 int x=-1, int y=-1, bool centre=True,
475 int width=150, int height=200) -> int
476 """
477 return _misc_.GetSingleChoiceIndex(*args, **kwargs)
478
479 def MessageBox(*args, **kwargs):
480 """
481 MessageBox(String message, String caption=EmptyString, int style=wxOK|wxCENTRE,
482 Window parent=None, int x=-1,
483 int y=-1) -> int
484 """
485 return _misc_.MessageBox(*args, **kwargs)
486
487 def GetNumberFromUser(*args, **kwargs):
488 """
489 GetNumberFromUser(String message, String prompt, String caption, long value,
490 long min=0, long max=100, Window parent=None,
491 Point pos=DefaultPosition) -> long
492 """
493 return _misc_.GetNumberFromUser(*args, **kwargs)
494
495 def ColourDisplay(*args):
496 """ColourDisplay() -> bool"""
497 return _misc_.ColourDisplay(*args)
498
499 def DisplayDepth(*args):
500 """DisplayDepth() -> int"""
501 return _misc_.DisplayDepth(*args)
502
503 def GetDisplayDepth(*args):
504 """GetDisplayDepth() -> int"""
505 return _misc_.GetDisplayDepth(*args)
506
507 def DisplaySize(*args):
508 """DisplaySize() -> (width, height)"""
509 return _misc_.DisplaySize(*args)
510
511 def GetDisplaySize(*args):
512 """GetDisplaySize() -> Size"""
513 return _misc_.GetDisplaySize(*args)
514
515 def DisplaySizeMM(*args):
516 """DisplaySizeMM() -> (width, height)"""
517 return _misc_.DisplaySizeMM(*args)
518
519 def GetDisplaySizeMM(*args):
520 """GetDisplaySizeMM() -> Size"""
521 return _misc_.GetDisplaySizeMM(*args)
522
523 def ClientDisplayRect(*args):
524 """ClientDisplayRect() -> (x, y, width, height)"""
525 return _misc_.ClientDisplayRect(*args)
526
527 def GetClientDisplayRect(*args):
528 """GetClientDisplayRect() -> Rect"""
529 return _misc_.GetClientDisplayRect(*args)
530
531 def SetCursor(*args, **kwargs):
532 """SetCursor(Cursor cursor)"""
533 return _misc_.SetCursor(*args, **kwargs)
534
535 def GetXDisplay(*args):
536 """
537 GetXDisplay() -> void
538
539 Returns a swigified pointer to the X11 display. Returns None on
540 other platforms.
541 """
542 return _misc_.GetXDisplay(*args)
543
544 def BeginBusyCursor(*args, **kwargs):
545 """BeginBusyCursor(Cursor cursor=wxHOURGLASS_CURSOR)"""
546 return _misc_.BeginBusyCursor(*args, **kwargs)
547
548 def GetMousePosition(*args):
549 """
550 GetMousePosition() -> Point
551
552 Get the current mouse position on the screen.
553 """
554 return _misc_.GetMousePosition(*args)
555
556 def FindWindowAtPointer(*args):
557 """
558 FindWindowAtPointer() -> Window
559
560 Returns the window currently under the mouse pointer, if it belongs to
561 this application. Otherwise it returns None.
562 """
563 return _misc_.FindWindowAtPointer(*args)
564
565 def GetActiveWindow(*args):
566 """
567 GetActiveWindow() -> Window
568
569 Get the currently active window of this application, or None
570 """
571 return _misc_.GetActiveWindow(*args)
572
573 def GenericFindWindowAtPoint(*args, **kwargs):
574 """GenericFindWindowAtPoint(Point pt) -> Window"""
575 return _misc_.GenericFindWindowAtPoint(*args, **kwargs)
576
577 def FindWindowAtPoint(*args, **kwargs):
578 """FindWindowAtPoint(Point pt) -> Window"""
579 return _misc_.FindWindowAtPoint(*args, **kwargs)
580
581 def GetTopLevelParent(*args, **kwargs):
582 """GetTopLevelParent(Window win) -> Window"""
583 return _misc_.GetTopLevelParent(*args, **kwargs)
584
585 def LaunchDefaultBrowser(*args, **kwargs):
586 """
587 LaunchDefaultBrowser(String url) -> bool
588
589 Launches the user's default browser and tells it to open the location
590 at ``url``. Returns ``True`` if the application was successfully
591 launched.
592 """
593 return _misc_.LaunchDefaultBrowser(*args, **kwargs)
594
595 def GetKeyState(*args, **kwargs):
596 """
597 GetKeyState(int key) -> bool
598
599 Get the state of a key (true if pressed or toggled on, false if not.)
600 This is generally most useful getting the state of the modifier or
601 toggle keys. On some platforms those may be the only keys that this
602 function is able to detect.
603
604 """
605 return _misc_.GetKeyState(*args, **kwargs)
606 class MouseState(object):
607 """
608 `wx.MouseState` is used to hold information about mouse button and
609 modifier key states and is what is returned from `wx.GetMouseState`.
610 """
611 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
612 __repr__ = _swig_repr
613 def __init__(self, *args, **kwargs):
614 """
615 __init__(self) -> MouseState
616
617 `wx.MouseState` is used to hold information about mouse button and
618 modifier key states and is what is returned from `wx.GetMouseState`.
619 """
620 _misc_.MouseState_swiginit(self,_misc_.new_MouseState(*args, **kwargs))
621 __swig_destroy__ = _misc_.delete_MouseState
622 __del__ = lambda self : None;
623 def GetX(*args, **kwargs):
624 """GetX(self) -> int"""
625 return _misc_.MouseState_GetX(*args, **kwargs)
626
627 def GetY(*args, **kwargs):
628 """GetY(self) -> int"""
629 return _misc_.MouseState_GetY(*args, **kwargs)
630
631 def LeftDown(*args, **kwargs):
632 """LeftDown(self) -> bool"""
633 return _misc_.MouseState_LeftDown(*args, **kwargs)
634
635 def MiddleDown(*args, **kwargs):
636 """MiddleDown(self) -> bool"""
637 return _misc_.MouseState_MiddleDown(*args, **kwargs)
638
639 def RightDown(*args, **kwargs):
640 """RightDown(self) -> bool"""
641 return _misc_.MouseState_RightDown(*args, **kwargs)
642
643 def ControlDown(*args, **kwargs):
644 """ControlDown(self) -> bool"""
645 return _misc_.MouseState_ControlDown(*args, **kwargs)
646
647 def ShiftDown(*args, **kwargs):
648 """ShiftDown(self) -> bool"""
649 return _misc_.MouseState_ShiftDown(*args, **kwargs)
650
651 def AltDown(*args, **kwargs):
652 """AltDown(self) -> bool"""
653 return _misc_.MouseState_AltDown(*args, **kwargs)
654
655 def MetaDown(*args, **kwargs):
656 """MetaDown(self) -> bool"""
657 return _misc_.MouseState_MetaDown(*args, **kwargs)
658
659 def CmdDown(*args, **kwargs):
660 """CmdDown(self) -> bool"""
661 return _misc_.MouseState_CmdDown(*args, **kwargs)
662
663 def SetX(*args, **kwargs):
664 """SetX(self, int x)"""
665 return _misc_.MouseState_SetX(*args, **kwargs)
666
667 def SetY(*args, **kwargs):
668 """SetY(self, int y)"""
669 return _misc_.MouseState_SetY(*args, **kwargs)
670
671 def SetLeftDown(*args, **kwargs):
672 """SetLeftDown(self, bool down)"""
673 return _misc_.MouseState_SetLeftDown(*args, **kwargs)
674
675 def SetMiddleDown(*args, **kwargs):
676 """SetMiddleDown(self, bool down)"""
677 return _misc_.MouseState_SetMiddleDown(*args, **kwargs)
678
679 def SetRightDown(*args, **kwargs):
680 """SetRightDown(self, bool down)"""
681 return _misc_.MouseState_SetRightDown(*args, **kwargs)
682
683 def SetControlDown(*args, **kwargs):
684 """SetControlDown(self, bool down)"""
685 return _misc_.MouseState_SetControlDown(*args, **kwargs)
686
687 def SetShiftDown(*args, **kwargs):
688 """SetShiftDown(self, bool down)"""
689 return _misc_.MouseState_SetShiftDown(*args, **kwargs)
690
691 def SetAltDown(*args, **kwargs):
692 """SetAltDown(self, bool down)"""
693 return _misc_.MouseState_SetAltDown(*args, **kwargs)
694
695 def SetMetaDown(*args, **kwargs):
696 """SetMetaDown(self, bool down)"""
697 return _misc_.MouseState_SetMetaDown(*args, **kwargs)
698
699 x = property(GetX, SetX)
700 y = property(GetY, SetY)
701 leftDown = property(LeftDown, SetLeftDown)
702 middleDown = property(MiddleDown, SetMiddleDown)
703 rightDown = property(RightDown, SetRightDown)
704 controlDown = property(ControlDown, SetControlDown)
705 shiftDown = property(ShiftDown, SetShiftDown)
706 altDown = property(AltDown, SetAltDown)
707 metaDown = property(MetaDown, SetMetaDown)
708 cmdDown = property(CmdDown)
709
710 _misc_.MouseState_swigregister(MouseState)
711 FileSelectorPromptStr = cvar.FileSelectorPromptStr
712 FileSelectorDefaultWildcardStr = cvar.FileSelectorDefaultWildcardStr
713 DirSelectorPromptStr = cvar.DirSelectorPromptStr
714
715
716 def GetMouseState(*args):
717 """
718 GetMouseState() -> MouseState
719
720 Returns the current state of the mouse. Returns an instance of a
721 `wx.MouseState` object that contains the current position of the mouse
722 pointer in screen coordinants, as well as boolean values indicating
723 the up/down status of the mouse buttons and the modifier keys.
724 """
725 return _misc_.GetMouseState(*args)
726
727 def WakeUpMainThread(*args):
728 """WakeUpMainThread()"""
729 return _misc_.WakeUpMainThread(*args)
730
731 def MutexGuiEnter(*args):
732 """MutexGuiEnter()"""
733 return _misc_.MutexGuiEnter(*args)
734
735 def MutexGuiLeave(*args):
736 """MutexGuiLeave()"""
737 return _misc_.MutexGuiLeave(*args)
738 class MutexGuiLocker(object):
739 """Proxy of C++ MutexGuiLocker class"""
740 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
741 __repr__ = _swig_repr
742 def __init__(self, *args, **kwargs):
743 """__init__(self) -> MutexGuiLocker"""
744 _misc_.MutexGuiLocker_swiginit(self,_misc_.new_MutexGuiLocker(*args, **kwargs))
745 __swig_destroy__ = _misc_.delete_MutexGuiLocker
746 __del__ = lambda self : None;
747 _misc_.MutexGuiLocker_swigregister(MutexGuiLocker)
748
749
750 def Thread_IsMain(*args):
751 """Thread_IsMain() -> bool"""
752 return _misc_.Thread_IsMain(*args)
753 #---------------------------------------------------------------------------
754
755 class ToolTip(_core.Object):
756 """Proxy of C++ ToolTip class"""
757 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
758 __repr__ = _swig_repr
759 def __init__(self, *args, **kwargs):
760 """__init__(self, String tip) -> ToolTip"""
761 _misc_.ToolTip_swiginit(self,_misc_.new_ToolTip(*args, **kwargs))
762 __swig_destroy__ = _misc_.delete_ToolTip
763 __del__ = lambda self : None;
764 def SetTip(*args, **kwargs):
765 """SetTip(self, String tip)"""
766 return _misc_.ToolTip_SetTip(*args, **kwargs)
767
768 def GetTip(*args, **kwargs):
769 """GetTip(self) -> String"""
770 return _misc_.ToolTip_GetTip(*args, **kwargs)
771
772 def GetWindow(*args, **kwargs):
773 """GetWindow(self) -> Window"""
774 return _misc_.ToolTip_GetWindow(*args, **kwargs)
775
776 def Enable(*args, **kwargs):
777 """Enable(bool flag)"""
778 return _misc_.ToolTip_Enable(*args, **kwargs)
779
780 Enable = staticmethod(Enable)
781 def SetDelay(*args, **kwargs):
782 """SetDelay(long milliseconds)"""
783 return _misc_.ToolTip_SetDelay(*args, **kwargs)
784
785 SetDelay = staticmethod(SetDelay)
786 _misc_.ToolTip_swigregister(ToolTip)
787
788 def ToolTip_Enable(*args, **kwargs):
789 """ToolTip_Enable(bool flag)"""
790 return _misc_.ToolTip_Enable(*args, **kwargs)
791
792 def ToolTip_SetDelay(*args, **kwargs):
793 """ToolTip_SetDelay(long milliseconds)"""
794 return _misc_.ToolTip_SetDelay(*args, **kwargs)
795
796 class Caret(object):
797 """Proxy of C++ Caret class"""
798 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
799 __repr__ = _swig_repr
800 def __init__(self, *args, **kwargs):
801 """__init__(self, Window window, Size size) -> Caret"""
802 _misc_.Caret_swiginit(self,_misc_.new_Caret(*args, **kwargs))
803 __swig_destroy__ = _misc_.delete_Caret
804 __del__ = lambda self : None;
805 def Destroy(*args, **kwargs):
806 """
807 Destroy(self)
808
809 Deletes the C++ object this Python object is a proxy for.
810 """
811 val = _misc_.Caret_Destroy(*args, **kwargs)
812 args[0].thisown = 0
813 return val
814
815 def IsOk(*args, **kwargs):
816 """IsOk(self) -> bool"""
817 return _misc_.Caret_IsOk(*args, **kwargs)
818
819 def IsVisible(*args, **kwargs):
820 """IsVisible(self) -> bool"""
821 return _misc_.Caret_IsVisible(*args, **kwargs)
822
823 def GetPosition(*args, **kwargs):
824 """GetPosition(self) -> Point"""
825 return _misc_.Caret_GetPosition(*args, **kwargs)
826
827 def GetPositionTuple(*args, **kwargs):
828 """GetPositionTuple() -> (x,y)"""
829 return _misc_.Caret_GetPositionTuple(*args, **kwargs)
830
831 def GetSize(*args, **kwargs):
832 """GetSize(self) -> Size"""
833 return _misc_.Caret_GetSize(*args, **kwargs)
834
835 def GetSizeTuple(*args, **kwargs):
836 """GetSizeTuple() -> (width, height)"""
837 return _misc_.Caret_GetSizeTuple(*args, **kwargs)
838
839 def GetWindow(*args, **kwargs):
840 """GetWindow(self) -> Window"""
841 return _misc_.Caret_GetWindow(*args, **kwargs)
842
843 def MoveXY(*args, **kwargs):
844 """MoveXY(self, int x, int y)"""
845 return _misc_.Caret_MoveXY(*args, **kwargs)
846
847 def Move(*args, **kwargs):
848 """Move(self, Point pt)"""
849 return _misc_.Caret_Move(*args, **kwargs)
850
851 def SetSizeWH(*args, **kwargs):
852 """SetSizeWH(self, int width, int height)"""
853 return _misc_.Caret_SetSizeWH(*args, **kwargs)
854
855 def SetSize(*args, **kwargs):
856 """SetSize(self, Size size)"""
857 return _misc_.Caret_SetSize(*args, **kwargs)
858
859 def Show(*args, **kwargs):
860 """Show(self, int show=True)"""
861 return _misc_.Caret_Show(*args, **kwargs)
862
863 def Hide(*args, **kwargs):
864 """Hide(self)"""
865 return _misc_.Caret_Hide(*args, **kwargs)
866
867 def __nonzero__(self): return self.IsOk()
868 def GetBlinkTime(*args, **kwargs):
869 """GetBlinkTime() -> int"""
870 return _misc_.Caret_GetBlinkTime(*args, **kwargs)
871
872 GetBlinkTime = staticmethod(GetBlinkTime)
873 def SetBlinkTime(*args, **kwargs):
874 """SetBlinkTime(int milliseconds)"""
875 return _misc_.Caret_SetBlinkTime(*args, **kwargs)
876
877 SetBlinkTime = staticmethod(SetBlinkTime)
878 Position = property(GetPosition,doc="See `GetPosition`")
879 Size = property(GetSize,SetSize,doc="See `GetSize` and `SetSize`")
880 Window = property(GetWindow,doc="See `GetWindow`")
881 _misc_.Caret_swigregister(Caret)
882
883 def Caret_GetBlinkTime(*args):
884 """Caret_GetBlinkTime() -> int"""
885 return _misc_.Caret_GetBlinkTime(*args)
886
887 def Caret_SetBlinkTime(*args, **kwargs):
888 """Caret_SetBlinkTime(int milliseconds)"""
889 return _misc_.Caret_SetBlinkTime(*args, **kwargs)
890
891 class BusyCursor(object):
892 """Proxy of C++ BusyCursor class"""
893 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
894 __repr__ = _swig_repr
895 def __init__(self, *args, **kwargs):
896 """__init__(self, Cursor cursor=wxHOURGLASS_CURSOR) -> BusyCursor"""
897 _misc_.BusyCursor_swiginit(self,_misc_.new_BusyCursor(*args, **kwargs))
898 __swig_destroy__ = _misc_.delete_BusyCursor
899 __del__ = lambda self : None;
900 _misc_.BusyCursor_swigregister(BusyCursor)
901
902 class WindowDisabler(object):
903 """Proxy of C++ WindowDisabler class"""
904 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
905 __repr__ = _swig_repr
906 def __init__(self, *args, **kwargs):
907 """__init__(self, Window winToSkip=None) -> WindowDisabler"""
908 _misc_.WindowDisabler_swiginit(self,_misc_.new_WindowDisabler(*args, **kwargs))
909 __swig_destroy__ = _misc_.delete_WindowDisabler
910 __del__ = lambda self : None;
911 _misc_.WindowDisabler_swigregister(WindowDisabler)
912
913 class BusyInfo(_core.Object):
914 """Proxy of C++ BusyInfo class"""
915 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
916 __repr__ = _swig_repr
917 def __init__(self, *args, **kwargs):
918 """__init__(self, String message) -> BusyInfo"""
919 _misc_.BusyInfo_swiginit(self,_misc_.new_BusyInfo(*args, **kwargs))
920 __swig_destroy__ = _misc_.delete_BusyInfo
921 __del__ = lambda self : None;
922 def Destroy(self): pass
923 _misc_.BusyInfo_swigregister(BusyInfo)
924
925 class StopWatch(object):
926 """Proxy of C++ StopWatch class"""
927 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
928 __repr__ = _swig_repr
929 def __init__(self, *args, **kwargs):
930 """__init__(self) -> StopWatch"""
931 _misc_.StopWatch_swiginit(self,_misc_.new_StopWatch(*args, **kwargs))
932 def Start(*args, **kwargs):
933 """Start(self, long t0=0)"""
934 return _misc_.StopWatch_Start(*args, **kwargs)
935
936 def Pause(*args, **kwargs):
937 """Pause(self)"""
938 return _misc_.StopWatch_Pause(*args, **kwargs)
939
940 def Resume(*args, **kwargs):
941 """Resume(self)"""
942 return _misc_.StopWatch_Resume(*args, **kwargs)
943
944 def Time(*args, **kwargs):
945 """Time(self) -> long"""
946 return _misc_.StopWatch_Time(*args, **kwargs)
947
948 _misc_.StopWatch_swigregister(StopWatch)
949
950 class FileHistory(_core.Object):
951 """Proxy of C++ FileHistory class"""
952 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
953 __repr__ = _swig_repr
954 def __init__(self, *args, **kwargs):
955 """__init__(self, int maxFiles=9, int idBase=ID_FILE1) -> FileHistory"""
956 _misc_.FileHistory_swiginit(self,_misc_.new_FileHistory(*args, **kwargs))
957 __swig_destroy__ = _misc_.delete_FileHistory
958 __del__ = lambda self : None;
959 def AddFileToHistory(*args, **kwargs):
960 """AddFileToHistory(self, String file)"""
961 return _misc_.FileHistory_AddFileToHistory(*args, **kwargs)
962
963 def RemoveFileFromHistory(*args, **kwargs):
964 """RemoveFileFromHistory(self, int i)"""
965 return _misc_.FileHistory_RemoveFileFromHistory(*args, **kwargs)
966
967 def GetMaxFiles(*args, **kwargs):
968 """GetMaxFiles(self) -> int"""
969 return _misc_.FileHistory_GetMaxFiles(*args, **kwargs)
970
971 def UseMenu(*args, **kwargs):
972 """UseMenu(self, Menu menu)"""
973 return _misc_.FileHistory_UseMenu(*args, **kwargs)
974
975 def RemoveMenu(*args, **kwargs):
976 """RemoveMenu(self, Menu menu)"""
977 return _misc_.FileHistory_RemoveMenu(*args, **kwargs)
978
979 def Load(*args, **kwargs):
980 """Load(self, ConfigBase config)"""
981 return _misc_.FileHistory_Load(*args, **kwargs)
982
983 def Save(*args, **kwargs):
984 """Save(self, ConfigBase config)"""
985 return _misc_.FileHistory_Save(*args, **kwargs)
986
987 def AddFilesToMenu(*args, **kwargs):
988 """AddFilesToMenu(self)"""
989 return _misc_.FileHistory_AddFilesToMenu(*args, **kwargs)
990
991 def AddFilesToThisMenu(*args, **kwargs):
992 """AddFilesToThisMenu(self, Menu menu)"""
993 return _misc_.FileHistory_AddFilesToThisMenu(*args, **kwargs)
994
995 def GetHistoryFile(*args, **kwargs):
996 """GetHistoryFile(self, int i) -> String"""
997 return _misc_.FileHistory_GetHistoryFile(*args, **kwargs)
998
999 def GetCount(*args, **kwargs):
1000 """GetCount(self) -> int"""
1001 return _misc_.FileHistory_GetCount(*args, **kwargs)
1002
1003 GetNoHistoryFiles = GetCount
1004 _misc_.FileHistory_swigregister(FileHistory)
1005
1006 class SingleInstanceChecker(object):
1007 """Proxy of C++ SingleInstanceChecker class"""
1008 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1009 __repr__ = _swig_repr
1010 def __init__(self, *args, **kwargs):
1011 """__init__(self, String name, String path=EmptyString) -> SingleInstanceChecker"""
1012 _misc_.SingleInstanceChecker_swiginit(self,_misc_.new_SingleInstanceChecker(*args, **kwargs))
1013 __swig_destroy__ = _misc_.delete_SingleInstanceChecker
1014 __del__ = lambda self : None;
1015 def Create(*args, **kwargs):
1016 """Create(self, String name, String path=EmptyString) -> bool"""
1017 return _misc_.SingleInstanceChecker_Create(*args, **kwargs)
1018
1019 def IsAnotherRunning(*args, **kwargs):
1020 """IsAnotherRunning(self) -> bool"""
1021 return _misc_.SingleInstanceChecker_IsAnotherRunning(*args, **kwargs)
1022
1023 _misc_.SingleInstanceChecker_swigregister(SingleInstanceChecker)
1024
1025 def PreSingleInstanceChecker(*args, **kwargs):
1026 """PreSingleInstanceChecker() -> SingleInstanceChecker"""
1027 val = _misc_.new_PreSingleInstanceChecker(*args, **kwargs)
1028 return val
1029
1030 #---------------------------------------------------------------------------
1031
1032 OS_UNKNOWN = _misc_.OS_UNKNOWN
1033 OS_MAC_OS = _misc_.OS_MAC_OS
1034 OS_MAC_OSX_DARWIN = _misc_.OS_MAC_OSX_DARWIN
1035 OS_MAC = _misc_.OS_MAC
1036 OS_WINDOWS_9X = _misc_.OS_WINDOWS_9X
1037 OS_WINDOWS_NT = _misc_.OS_WINDOWS_NT
1038 OS_WINDOWS_MICRO = _misc_.OS_WINDOWS_MICRO
1039 OS_WINDOWS_CE = _misc_.OS_WINDOWS_CE
1040 OS_WINDOWS = _misc_.OS_WINDOWS
1041 OS_UNIX_LINUX = _misc_.OS_UNIX_LINUX
1042 OS_UNIX_FREEBSD = _misc_.OS_UNIX_FREEBSD
1043 OS_UNIX_OPENBSD = _misc_.OS_UNIX_OPENBSD
1044 OS_UNIX_NETBSD = _misc_.OS_UNIX_NETBSD
1045 OS_UNIX_SOLARIS = _misc_.OS_UNIX_SOLARIS
1046 OS_UNIX_AIX = _misc_.OS_UNIX_AIX
1047 OS_UNIX_HPUX = _misc_.OS_UNIX_HPUX
1048 OS_UNIX = _misc_.OS_UNIX
1049 OS_DOS = _misc_.OS_DOS
1050 OS_OS2 = _misc_.OS_OS2
1051 PORT_UNKNOWN = _misc_.PORT_UNKNOWN
1052 PORT_BASE = _misc_.PORT_BASE
1053 PORT_MSW = _misc_.PORT_MSW
1054 PORT_MOTIF = _misc_.PORT_MOTIF
1055 PORT_GTK = _misc_.PORT_GTK
1056 PORT_MGL = _misc_.PORT_MGL
1057 PORT_X11 = _misc_.PORT_X11
1058 PORT_PM = _misc_.PORT_PM
1059 PORT_OS2 = _misc_.PORT_OS2
1060 PORT_MAC = _misc_.PORT_MAC
1061 PORT_COCOA = _misc_.PORT_COCOA
1062 PORT_WINCE = _misc_.PORT_WINCE
1063 PORT_PALMOS = _misc_.PORT_PALMOS
1064 PORT_DFB = _misc_.PORT_DFB
1065 ARCH_INVALID = _misc_.ARCH_INVALID
1066 ARCH_32 = _misc_.ARCH_32
1067 ARCH_64 = _misc_.ARCH_64
1068 ARCH_MAX = _misc_.ARCH_MAX
1069 ENDIAN_INVALID = _misc_.ENDIAN_INVALID
1070 ENDIAN_BIG = _misc_.ENDIAN_BIG
1071 ENDIAN_LITTLE = _misc_.ENDIAN_LITTLE
1072 ENDIAN_PDP = _misc_.ENDIAN_PDP
1073 ENDIAN_MAX = _misc_.ENDIAN_MAX
1074 class PlatformInformation(object):
1075 """Proxy of C++ PlatformInformation class"""
1076 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1077 __repr__ = _swig_repr
1078 def __init__(self, *args, **kwargs):
1079 """__init__(self) -> PlatformInformation"""
1080 _misc_.PlatformInformation_swiginit(self,_misc_.new_PlatformInformation(*args, **kwargs))
1081 def __eq__(*args, **kwargs):
1082 """__eq__(self, PlatformInformation t) -> bool"""
1083 return _misc_.PlatformInformation___eq__(*args, **kwargs)
1084
1085 def __ne__(*args, **kwargs):
1086 """__ne__(self, PlatformInformation t) -> bool"""
1087 return _misc_.PlatformInformation___ne__(*args, **kwargs)
1088
1089 def GetOSMajorVersion(*args, **kwargs):
1090 """GetOSMajorVersion(self) -> int"""
1091 return _misc_.PlatformInformation_GetOSMajorVersion(*args, **kwargs)
1092
1093 def GetOSMinorVersion(*args, **kwargs):
1094 """GetOSMinorVersion(self) -> int"""
1095 return _misc_.PlatformInformation_GetOSMinorVersion(*args, **kwargs)
1096
1097 def GetToolkitMajorVersion(*args, **kwargs):
1098 """GetToolkitMajorVersion(self) -> int"""
1099 return _misc_.PlatformInformation_GetToolkitMajorVersion(*args, **kwargs)
1100
1101 def GetToolkitMinorVersion(*args, **kwargs):
1102 """GetToolkitMinorVersion(self) -> int"""
1103 return _misc_.PlatformInformation_GetToolkitMinorVersion(*args, **kwargs)
1104
1105 def IsUsingUniversalWidgets(*args, **kwargs):
1106 """IsUsingUniversalWidgets(self) -> bool"""
1107 return _misc_.PlatformInformation_IsUsingUniversalWidgets(*args, **kwargs)
1108
1109 def GetOperatingSystemId(*args, **kwargs):
1110 """GetOperatingSystemId(self) -> int"""
1111 return _misc_.PlatformInformation_GetOperatingSystemId(*args, **kwargs)
1112
1113 def GetPortId(*args, **kwargs):
1114 """GetPortId(self) -> int"""
1115 return _misc_.PlatformInformation_GetPortId(*args, **kwargs)
1116
1117 def GetArchitecture(*args, **kwargs):
1118 """GetArchitecture(self) -> int"""
1119 return _misc_.PlatformInformation_GetArchitecture(*args, **kwargs)
1120
1121 def GetEndianness(*args, **kwargs):
1122 """GetEndianness(self) -> int"""
1123 return _misc_.PlatformInformation_GetEndianness(*args, **kwargs)
1124
1125 def GetOperatingSystemFamilyName(*args, **kwargs):
1126 """GetOperatingSystemFamilyName(self) -> String"""
1127 return _misc_.PlatformInformation_GetOperatingSystemFamilyName(*args, **kwargs)
1128
1129 def GetOperatingSystemIdName(*args, **kwargs):
1130 """GetOperatingSystemIdName(self) -> String"""
1131 return _misc_.PlatformInformation_GetOperatingSystemIdName(*args, **kwargs)
1132
1133 def GetPortIdName(*args, **kwargs):
1134 """GetPortIdName(self) -> String"""
1135 return _misc_.PlatformInformation_GetPortIdName(*args, **kwargs)
1136
1137 def GetPortIdShortName(*args, **kwargs):
1138 """GetPortIdShortName(self) -> String"""
1139 return _misc_.PlatformInformation_GetPortIdShortName(*args, **kwargs)
1140
1141 def GetArchName(*args, **kwargs):
1142 """GetArchName(self) -> String"""
1143 return _misc_.PlatformInformation_GetArchName(*args, **kwargs)
1144
1145 def GetEndiannessName(*args, **kwargs):
1146 """GetEndiannessName(self) -> String"""
1147 return _misc_.PlatformInformation_GetEndiannessName(*args, **kwargs)
1148
1149 def SetOSVersion(*args, **kwargs):
1150 """SetOSVersion(self, int major, int minor)"""
1151 return _misc_.PlatformInformation_SetOSVersion(*args, **kwargs)
1152
1153 def SetToolkitVersion(*args, **kwargs):
1154 """SetToolkitVersion(self, int major, int minor)"""
1155 return _misc_.PlatformInformation_SetToolkitVersion(*args, **kwargs)
1156
1157 def SetOperatingSystemId(*args, **kwargs):
1158 """SetOperatingSystemId(self, int n)"""
1159 return _misc_.PlatformInformation_SetOperatingSystemId(*args, **kwargs)
1160
1161 def SetPortId(*args, **kwargs):
1162 """SetPortId(self, int n)"""
1163 return _misc_.PlatformInformation_SetPortId(*args, **kwargs)
1164
1165 def SetArchitecture(*args, **kwargs):
1166 """SetArchitecture(self, int n)"""
1167 return _misc_.PlatformInformation_SetArchitecture(*args, **kwargs)
1168
1169 def SetEndianness(*args, **kwargs):
1170 """SetEndianness(self, int n)"""
1171 return _misc_.PlatformInformation_SetEndianness(*args, **kwargs)
1172
1173 def IsOk(*args, **kwargs):
1174 """IsOk(self) -> bool"""
1175 return _misc_.PlatformInformation_IsOk(*args, **kwargs)
1176
1177 _misc_.PlatformInformation_swigregister(PlatformInformation)
1178
1179
1180 def DrawWindowOnDC(*args, **kwargs):
1181 """DrawWindowOnDC(Window window, DC dc) -> bool"""
1182 return _misc_.DrawWindowOnDC(*args, **kwargs)
1183 #---------------------------------------------------------------------------
1184
1185 class TipProvider(object):
1186 """Proxy of C++ TipProvider class"""
1187 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1188 def __init__(self): raise AttributeError, "No constructor defined"
1189 __repr__ = _swig_repr
1190 __swig_destroy__ = _misc_.delete_TipProvider
1191 __del__ = lambda self : None;
1192 def GetTip(*args, **kwargs):
1193 """GetTip(self) -> String"""
1194 return _misc_.TipProvider_GetTip(*args, **kwargs)
1195
1196 def GetCurrentTip(*args, **kwargs):
1197 """GetCurrentTip(self) -> size_t"""
1198 return _misc_.TipProvider_GetCurrentTip(*args, **kwargs)
1199
1200 def PreprocessTip(*args, **kwargs):
1201 """PreprocessTip(self, String tip) -> String"""
1202 return _misc_.TipProvider_PreprocessTip(*args, **kwargs)
1203
1204 _misc_.TipProvider_swigregister(TipProvider)
1205
1206 class PyTipProvider(TipProvider):
1207 """Proxy of C++ PyTipProvider class"""
1208 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1209 __repr__ = _swig_repr
1210 def __init__(self, *args, **kwargs):
1211 """__init__(self, size_t currentTip) -> PyTipProvider"""
1212 _misc_.PyTipProvider_swiginit(self,_misc_.new_PyTipProvider(*args, **kwargs))
1213 self._setCallbackInfo(self, PyTipProvider)
1214
1215 def _setCallbackInfo(*args, **kwargs):
1216 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1217 return _misc_.PyTipProvider__setCallbackInfo(*args, **kwargs)
1218
1219 _misc_.PyTipProvider_swigregister(PyTipProvider)
1220
1221
1222 def ShowTip(*args, **kwargs):
1223 """ShowTip(Window parent, TipProvider tipProvider, bool showAtStartup=True) -> bool"""
1224 return _misc_.ShowTip(*args, **kwargs)
1225
1226 def CreateFileTipProvider(*args, **kwargs):
1227 """CreateFileTipProvider(String filename, size_t currentTip) -> TipProvider"""
1228 return _misc_.CreateFileTipProvider(*args, **kwargs)
1229 #---------------------------------------------------------------------------
1230
1231 TIMER_CONTINUOUS = _misc_.TIMER_CONTINUOUS
1232 TIMER_ONE_SHOT = _misc_.TIMER_ONE_SHOT
1233 wxEVT_TIMER = _misc_.wxEVT_TIMER
1234 class Timer(_core.EvtHandler):
1235 """Proxy of C++ Timer class"""
1236 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1237 __repr__ = _swig_repr
1238 def __init__(self, *args, **kwargs):
1239 """__init__(self, EvtHandler owner=None, int id=ID_ANY) -> Timer"""
1240 _misc_.Timer_swiginit(self,_misc_.new_Timer(*args, **kwargs))
1241 self._setCallbackInfo(self, Timer, 0); self._setOORInfo(self, 0)
1242
1243 __swig_destroy__ = _misc_.delete_Timer
1244 __del__ = lambda self : None;
1245 def _setCallbackInfo(*args, **kwargs):
1246 """_setCallbackInfo(self, PyObject self, PyObject _class, int incref=1)"""
1247 return _misc_.Timer__setCallbackInfo(*args, **kwargs)
1248
1249 def SetOwner(*args, **kwargs):
1250 """SetOwner(self, EvtHandler owner, int id=ID_ANY)"""
1251 return _misc_.Timer_SetOwner(*args, **kwargs)
1252
1253 def GetOwner(*args, **kwargs):
1254 """GetOwner(self) -> EvtHandler"""
1255 return _misc_.Timer_GetOwner(*args, **kwargs)
1256
1257 def Start(*args, **kwargs):
1258 """Start(self, int milliseconds=-1, bool oneShot=False) -> bool"""
1259 return _misc_.Timer_Start(*args, **kwargs)
1260
1261 def Stop(*args, **kwargs):
1262 """Stop(self)"""
1263 return _misc_.Timer_Stop(*args, **kwargs)
1264
1265 def Notify(*args, **kwargs):
1266 """Notify(self)"""
1267 return _misc_.Timer_Notify(*args, **kwargs)
1268
1269 def IsRunning(*args, **kwargs):
1270 """IsRunning(self) -> bool"""
1271 return _misc_.Timer_IsRunning(*args, **kwargs)
1272
1273 def GetInterval(*args, **kwargs):
1274 """GetInterval(self) -> int"""
1275 return _misc_.Timer_GetInterval(*args, **kwargs)
1276
1277 def GetId(*args, **kwargs):
1278 """GetId(self) -> int"""
1279 return _misc_.Timer_GetId(*args, **kwargs)
1280
1281 def IsOneShot(*args, **kwargs):
1282 """IsOneShot(self) -> bool"""
1283 return _misc_.Timer_IsOneShot(*args, **kwargs)
1284
1285 def Destroy(self):
1286 """NO-OP: Timers must be destroyed by normal reference counting"""
1287 pass
1288
1289 _misc_.Timer_swigregister(Timer)
1290
1291 # For backwards compatibility with 2.4
1292 class PyTimer(Timer):
1293 def __init__(self, notify):
1294 Timer.__init__(self)
1295 self.notify = notify
1296
1297 def Notify(self):
1298 if self.notify:
1299 self.notify()
1300
1301
1302 EVT_TIMER = wx.PyEventBinder( wxEVT_TIMER, 1 )
1303
1304
1305 class TimerEvent(_core.Event):
1306 """Proxy of C++ TimerEvent class"""
1307 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1308 __repr__ = _swig_repr
1309 def __init__(self, *args, **kwargs):
1310 """__init__(self, int timerid=0, int interval=0) -> TimerEvent"""
1311 _misc_.TimerEvent_swiginit(self,_misc_.new_TimerEvent(*args, **kwargs))
1312 def GetInterval(*args, **kwargs):
1313 """GetInterval(self) -> int"""
1314 return _misc_.TimerEvent_GetInterval(*args, **kwargs)
1315
1316 _misc_.TimerEvent_swigregister(TimerEvent)
1317
1318 class TimerRunner(object):
1319 """Proxy of C++ TimerRunner class"""
1320 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1321 __repr__ = _swig_repr
1322 def __init__(self, *args):
1323 """
1324 __init__(self, wxTimer timer) -> TimerRunner
1325 __init__(self, wxTimer timer, int milli, bool oneShot=False) -> TimerRunner
1326 """
1327 _misc_.TimerRunner_swiginit(self,_misc_.new_TimerRunner(*args))
1328 __swig_destroy__ = _misc_.delete_TimerRunner
1329 __del__ = lambda self : None;
1330 def Start(*args, **kwargs):
1331 """Start(self, int milli, bool oneShot=False)"""
1332 return _misc_.TimerRunner_Start(*args, **kwargs)
1333
1334 _misc_.TimerRunner_swigregister(TimerRunner)
1335
1336 #---------------------------------------------------------------------------
1337
1338 LOG_FatalError = _misc_.LOG_FatalError
1339 LOG_Error = _misc_.LOG_Error
1340 LOG_Warning = _misc_.LOG_Warning
1341 LOG_Message = _misc_.LOG_Message
1342 LOG_Status = _misc_.LOG_Status
1343 LOG_Info = _misc_.LOG_Info
1344 LOG_Debug = _misc_.LOG_Debug
1345 LOG_Trace = _misc_.LOG_Trace
1346 LOG_Progress = _misc_.LOG_Progress
1347 LOG_User = _misc_.LOG_User
1348 LOG_Max = _misc_.LOG_Max
1349 TRACE_MemAlloc = _misc_.TRACE_MemAlloc
1350 TRACE_Messages = _misc_.TRACE_Messages
1351 TRACE_ResAlloc = _misc_.TRACE_ResAlloc
1352 TRACE_RefCount = _misc_.TRACE_RefCount
1353 TRACE_OleCalls = _misc_.TRACE_OleCalls
1354 TraceMemAlloc = _misc_.TraceMemAlloc
1355 TraceMessages = _misc_.TraceMessages
1356 TraceResAlloc = _misc_.TraceResAlloc
1357 TraceRefCount = _misc_.TraceRefCount
1358 TraceOleCalls = _misc_.TraceOleCalls
1359 class Log(object):
1360 """Proxy of C++ Log class"""
1361 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1362 __repr__ = _swig_repr
1363 def __init__(self, *args, **kwargs):
1364 """__init__(self) -> Log"""
1365 _misc_.Log_swiginit(self,_misc_.new_Log(*args, **kwargs))
1366 __swig_destroy__ = _misc_.delete_Log
1367 __del__ = lambda self : None;
1368 def IsEnabled(*args, **kwargs):
1369 """IsEnabled() -> bool"""
1370 return _misc_.Log_IsEnabled(*args, **kwargs)
1371
1372 IsEnabled = staticmethod(IsEnabled)
1373 def EnableLogging(*args, **kwargs):
1374 """EnableLogging(bool doIt=True) -> bool"""
1375 return _misc_.Log_EnableLogging(*args, **kwargs)
1376
1377 EnableLogging = staticmethod(EnableLogging)
1378 def OnLog(*args, **kwargs):
1379 """OnLog(LogLevel level, wxChar szString, time_t t)"""
1380 return _misc_.Log_OnLog(*args, **kwargs)
1381
1382 OnLog = staticmethod(OnLog)
1383 def Flush(*args, **kwargs):
1384 """Flush(self)"""
1385 return _misc_.Log_Flush(*args, **kwargs)
1386
1387 def FlushActive(*args, **kwargs):
1388 """FlushActive()"""
1389 return _misc_.Log_FlushActive(*args, **kwargs)
1390
1391 FlushActive = staticmethod(FlushActive)
1392 def GetActiveTarget(*args, **kwargs):
1393 """GetActiveTarget() -> Log"""
1394 return _misc_.Log_GetActiveTarget(*args, **kwargs)
1395
1396 GetActiveTarget = staticmethod(GetActiveTarget)
1397 def SetActiveTarget(*args, **kwargs):
1398 """SetActiveTarget(Log pLogger) -> Log"""
1399 return _misc_.Log_SetActiveTarget(*args, **kwargs)
1400
1401 SetActiveTarget = staticmethod(SetActiveTarget)
1402 def Suspend(*args, **kwargs):
1403 """Suspend()"""
1404 return _misc_.Log_Suspend(*args, **kwargs)
1405
1406 Suspend = staticmethod(Suspend)
1407 def Resume(*args, **kwargs):
1408 """Resume()"""
1409 return _misc_.Log_Resume(*args, **kwargs)
1410
1411 Resume = staticmethod(Resume)
1412 def SetVerbose(*args, **kwargs):
1413 """SetVerbose(bool bVerbose=True)"""
1414 return _misc_.Log_SetVerbose(*args, **kwargs)
1415
1416 SetVerbose = staticmethod(SetVerbose)
1417 def SetLogLevel(*args, **kwargs):
1418 """SetLogLevel(LogLevel logLevel)"""
1419 return _misc_.Log_SetLogLevel(*args, **kwargs)
1420
1421 SetLogLevel = staticmethod(SetLogLevel)
1422 def DontCreateOnDemand(*args, **kwargs):
1423 """DontCreateOnDemand()"""
1424 return _misc_.Log_DontCreateOnDemand(*args, **kwargs)
1425
1426 DontCreateOnDemand = staticmethod(DontCreateOnDemand)
1427 def SetRepetitionCounting(*args, **kwargs):
1428 """SetRepetitionCounting(bool bRepetCounting=True)"""
1429 return _misc_.Log_SetRepetitionCounting(*args, **kwargs)
1430
1431 SetRepetitionCounting = staticmethod(SetRepetitionCounting)
1432 def GetRepetitionCounting(*args, **kwargs):
1433 """GetRepetitionCounting() -> bool"""
1434 return _misc_.Log_GetRepetitionCounting(*args, **kwargs)
1435
1436 GetRepetitionCounting = staticmethod(GetRepetitionCounting)
1437 def SetTraceMask(*args, **kwargs):
1438 """SetTraceMask(TraceMask ulMask)"""
1439 return _misc_.Log_SetTraceMask(*args, **kwargs)
1440
1441 SetTraceMask = staticmethod(SetTraceMask)
1442 def AddTraceMask(*args, **kwargs):
1443 """AddTraceMask(String str)"""
1444 return _misc_.Log_AddTraceMask(*args, **kwargs)
1445
1446 AddTraceMask = staticmethod(AddTraceMask)
1447 def RemoveTraceMask(*args, **kwargs):
1448 """RemoveTraceMask(String str)"""
1449 return _misc_.Log_RemoveTraceMask(*args, **kwargs)
1450
1451 RemoveTraceMask = staticmethod(RemoveTraceMask)
1452 def ClearTraceMasks(*args, **kwargs):
1453 """ClearTraceMasks()"""
1454 return _misc_.Log_ClearTraceMasks(*args, **kwargs)
1455
1456 ClearTraceMasks = staticmethod(ClearTraceMasks)
1457 def GetTraceMasks(*args, **kwargs):
1458 """GetTraceMasks() -> wxArrayString"""
1459 return _misc_.Log_GetTraceMasks(*args, **kwargs)
1460
1461 GetTraceMasks = staticmethod(GetTraceMasks)
1462 def SetTimestamp(*args, **kwargs):
1463 """SetTimestamp(wxChar ts)"""
1464 return _misc_.Log_SetTimestamp(*args, **kwargs)
1465
1466 SetTimestamp = staticmethod(SetTimestamp)
1467 def GetVerbose(*args, **kwargs):
1468 """GetVerbose() -> bool"""
1469 return _misc_.Log_GetVerbose(*args, **kwargs)
1470
1471 GetVerbose = staticmethod(GetVerbose)
1472 def GetTraceMask(*args, **kwargs):
1473 """GetTraceMask() -> TraceMask"""
1474 return _misc_.Log_GetTraceMask(*args, **kwargs)
1475
1476 GetTraceMask = staticmethod(GetTraceMask)
1477 def IsAllowedTraceMask(*args, **kwargs):
1478 """IsAllowedTraceMask(wxChar mask) -> bool"""
1479 return _misc_.Log_IsAllowedTraceMask(*args, **kwargs)
1480
1481 IsAllowedTraceMask = staticmethod(IsAllowedTraceMask)
1482 def GetLogLevel(*args, **kwargs):
1483 """GetLogLevel() -> LogLevel"""
1484 return _misc_.Log_GetLogLevel(*args, **kwargs)
1485
1486 GetLogLevel = staticmethod(GetLogLevel)
1487 def GetTimestamp(*args, **kwargs):
1488 """GetTimestamp() -> wxChar"""
1489 return _misc_.Log_GetTimestamp(*args, **kwargs)
1490
1491 GetTimestamp = staticmethod(GetTimestamp)
1492 def TimeStamp(*args, **kwargs):
1493 """TimeStamp() -> String"""
1494 return _misc_.Log_TimeStamp(*args, **kwargs)
1495
1496 TimeStamp = staticmethod(TimeStamp)
1497 def Destroy(*args, **kwargs):
1498 """Destroy(self)"""
1499 val = _misc_.Log_Destroy(*args, **kwargs)
1500 args[0].thisown = 0
1501 return val
1502
1503 _misc_.Log_swigregister(Log)
1504
1505 def Log_IsEnabled(*args):
1506 """Log_IsEnabled() -> bool"""
1507 return _misc_.Log_IsEnabled(*args)
1508
1509 def Log_EnableLogging(*args, **kwargs):
1510 """Log_EnableLogging(bool doIt=True) -> bool"""
1511 return _misc_.Log_EnableLogging(*args, **kwargs)
1512
1513 def Log_OnLog(*args, **kwargs):
1514 """Log_OnLog(LogLevel level, wxChar szString, time_t t)"""
1515 return _misc_.Log_OnLog(*args, **kwargs)
1516
1517 def Log_FlushActive(*args):
1518 """Log_FlushActive()"""
1519 return _misc_.Log_FlushActive(*args)
1520
1521 def Log_GetActiveTarget(*args):
1522 """Log_GetActiveTarget() -> Log"""
1523 return _misc_.Log_GetActiveTarget(*args)
1524
1525 def Log_SetActiveTarget(*args, **kwargs):
1526 """Log_SetActiveTarget(Log pLogger) -> Log"""
1527 return _misc_.Log_SetActiveTarget(*args, **kwargs)
1528
1529 def Log_Suspend(*args):
1530 """Log_Suspend()"""
1531 return _misc_.Log_Suspend(*args)
1532
1533 def Log_Resume(*args):
1534 """Log_Resume()"""
1535 return _misc_.Log_Resume(*args)
1536
1537 def Log_SetVerbose(*args, **kwargs):
1538 """Log_SetVerbose(bool bVerbose=True)"""
1539 return _misc_.Log_SetVerbose(*args, **kwargs)
1540
1541 def Log_SetLogLevel(*args, **kwargs):
1542 """Log_SetLogLevel(LogLevel logLevel)"""
1543 return _misc_.Log_SetLogLevel(*args, **kwargs)
1544
1545 def Log_DontCreateOnDemand(*args):
1546 """Log_DontCreateOnDemand()"""
1547 return _misc_.Log_DontCreateOnDemand(*args)
1548
1549 def Log_SetRepetitionCounting(*args, **kwargs):
1550 """Log_SetRepetitionCounting(bool bRepetCounting=True)"""
1551 return _misc_.Log_SetRepetitionCounting(*args, **kwargs)
1552
1553 def Log_GetRepetitionCounting(*args):
1554 """Log_GetRepetitionCounting() -> bool"""
1555 return _misc_.Log_GetRepetitionCounting(*args)
1556
1557 def Log_SetTraceMask(*args, **kwargs):
1558 """Log_SetTraceMask(TraceMask ulMask)"""
1559 return _misc_.Log_SetTraceMask(*args, **kwargs)
1560
1561 def Log_AddTraceMask(*args, **kwargs):
1562 """Log_AddTraceMask(String str)"""
1563 return _misc_.Log_AddTraceMask(*args, **kwargs)
1564
1565 def Log_RemoveTraceMask(*args, **kwargs):
1566 """Log_RemoveTraceMask(String str)"""
1567 return _misc_.Log_RemoveTraceMask(*args, **kwargs)
1568
1569 def Log_ClearTraceMasks(*args):
1570 """Log_ClearTraceMasks()"""
1571 return _misc_.Log_ClearTraceMasks(*args)
1572
1573 def Log_GetTraceMasks(*args):
1574 """Log_GetTraceMasks() -> wxArrayString"""
1575 return _misc_.Log_GetTraceMasks(*args)
1576
1577 def Log_SetTimestamp(*args, **kwargs):
1578 """Log_SetTimestamp(wxChar ts)"""
1579 return _misc_.Log_SetTimestamp(*args, **kwargs)
1580
1581 def Log_GetVerbose(*args):
1582 """Log_GetVerbose() -> bool"""
1583 return _misc_.Log_GetVerbose(*args)
1584
1585 def Log_GetTraceMask(*args):
1586 """Log_GetTraceMask() -> TraceMask"""
1587 return _misc_.Log_GetTraceMask(*args)
1588
1589 def Log_IsAllowedTraceMask(*args, **kwargs):
1590 """Log_IsAllowedTraceMask(wxChar mask) -> bool"""
1591 return _misc_.Log_IsAllowedTraceMask(*args, **kwargs)
1592
1593 def Log_GetLogLevel(*args):
1594 """Log_GetLogLevel() -> LogLevel"""
1595 return _misc_.Log_GetLogLevel(*args)
1596
1597 def Log_GetTimestamp(*args):
1598 """Log_GetTimestamp() -> wxChar"""
1599 return _misc_.Log_GetTimestamp(*args)
1600
1601 def Log_TimeStamp(*args):
1602 """Log_TimeStamp() -> String"""
1603 return _misc_.Log_TimeStamp(*args)
1604
1605 class LogStderr(Log):
1606 """Proxy of C++ LogStderr class"""
1607 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1608 __repr__ = _swig_repr
1609 def __init__(self, *args, **kwargs):
1610 """__init__(self) -> LogStderr"""
1611 _misc_.LogStderr_swiginit(self,_misc_.new_LogStderr(*args, **kwargs))
1612 _misc_.LogStderr_swigregister(LogStderr)
1613
1614 class LogTextCtrl(Log):
1615 """Proxy of C++ LogTextCtrl class"""
1616 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1617 __repr__ = _swig_repr
1618 def __init__(self, *args, **kwargs):
1619 """__init__(self, wxTextCtrl pTextCtrl) -> LogTextCtrl"""
1620 _misc_.LogTextCtrl_swiginit(self,_misc_.new_LogTextCtrl(*args, **kwargs))
1621 _misc_.LogTextCtrl_swigregister(LogTextCtrl)
1622
1623 class LogGui(Log):
1624 """Proxy of C++ LogGui class"""
1625 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1626 __repr__ = _swig_repr
1627 def __init__(self, *args, **kwargs):
1628 """__init__(self) -> LogGui"""
1629 _misc_.LogGui_swiginit(self,_misc_.new_LogGui(*args, **kwargs))
1630 _misc_.LogGui_swigregister(LogGui)
1631
1632 class LogWindow(Log):
1633 """Proxy of C++ LogWindow class"""
1634 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1635 __repr__ = _swig_repr
1636 def __init__(self, *args, **kwargs):
1637 """__init__(self, wxFrame pParent, String szTitle, bool bShow=True, bool bPassToOld=True) -> LogWindow"""
1638 _misc_.LogWindow_swiginit(self,_misc_.new_LogWindow(*args, **kwargs))
1639 def Show(*args, **kwargs):
1640 """Show(self, bool bShow=True)"""
1641 return _misc_.LogWindow_Show(*args, **kwargs)
1642
1643 def GetFrame(*args, **kwargs):
1644 """GetFrame(self) -> wxFrame"""
1645 return _misc_.LogWindow_GetFrame(*args, **kwargs)
1646
1647 def GetOldLog(*args, **kwargs):
1648 """GetOldLog(self) -> Log"""
1649 return _misc_.LogWindow_GetOldLog(*args, **kwargs)
1650
1651 def IsPassingMessages(*args, **kwargs):
1652 """IsPassingMessages(self) -> bool"""
1653 return _misc_.LogWindow_IsPassingMessages(*args, **kwargs)
1654
1655 def PassMessages(*args, **kwargs):
1656 """PassMessages(self, bool bDoPass)"""
1657 return _misc_.LogWindow_PassMessages(*args, **kwargs)
1658
1659 _misc_.LogWindow_swigregister(LogWindow)
1660
1661 class LogChain(Log):
1662 """Proxy of C++ LogChain class"""
1663 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1664 __repr__ = _swig_repr
1665 def __init__(self, *args, **kwargs):
1666 """__init__(self, Log logger) -> LogChain"""
1667 _misc_.LogChain_swiginit(self,_misc_.new_LogChain(*args, **kwargs))
1668 def SetLog(*args, **kwargs):
1669 """SetLog(self, Log logger)"""
1670 return _misc_.LogChain_SetLog(*args, **kwargs)
1671
1672 def PassMessages(*args, **kwargs):
1673 """PassMessages(self, bool bDoPass)"""
1674 return _misc_.LogChain_PassMessages(*args, **kwargs)
1675
1676 def IsPassingMessages(*args, **kwargs):
1677 """IsPassingMessages(self) -> bool"""
1678 return _misc_.LogChain_IsPassingMessages(*args, **kwargs)
1679
1680 def GetOldLog(*args, **kwargs):
1681 """GetOldLog(self) -> Log"""
1682 return _misc_.LogChain_GetOldLog(*args, **kwargs)
1683
1684 _misc_.LogChain_swigregister(LogChain)
1685
1686 class LogBuffer(Log):
1687 """Proxy of C++ LogBuffer class"""
1688 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1689 __repr__ = _swig_repr
1690 def __init__(self, *args, **kwargs):
1691 """__init__(self) -> LogBuffer"""
1692 _misc_.LogBuffer_swiginit(self,_misc_.new_LogBuffer(*args, **kwargs))
1693 def GetBuffer(*args, **kwargs):
1694 """GetBuffer(self) -> String"""
1695 return _misc_.LogBuffer_GetBuffer(*args, **kwargs)
1696
1697 _misc_.LogBuffer_swigregister(LogBuffer)
1698
1699
1700 def SysErrorCode(*args):
1701 """SysErrorCode() -> unsigned long"""
1702 return _misc_.SysErrorCode(*args)
1703
1704 def SysErrorMsg(*args, **kwargs):
1705 """SysErrorMsg(unsigned long nErrCode=0) -> String"""
1706 return _misc_.SysErrorMsg(*args, **kwargs)
1707
1708 def LogFatalError(*args, **kwargs):
1709 """LogFatalError(String msg)"""
1710 return _misc_.LogFatalError(*args, **kwargs)
1711
1712 def LogError(*args, **kwargs):
1713 """LogError(String msg)"""
1714 return _misc_.LogError(*args, **kwargs)
1715
1716 def LogWarning(*args, **kwargs):
1717 """LogWarning(String msg)"""
1718 return _misc_.LogWarning(*args, **kwargs)
1719
1720 def LogMessage(*args, **kwargs):
1721 """LogMessage(String msg)"""
1722 return _misc_.LogMessage(*args, **kwargs)
1723
1724 def LogInfo(*args, **kwargs):
1725 """LogInfo(String msg)"""
1726 return _misc_.LogInfo(*args, **kwargs)
1727
1728 def LogDebug(*args, **kwargs):
1729 """LogDebug(String msg)"""
1730 return _misc_.LogDebug(*args, **kwargs)
1731
1732 def LogVerbose(*args, **kwargs):
1733 """LogVerbose(String msg)"""
1734 return _misc_.LogVerbose(*args, **kwargs)
1735
1736 def LogStatus(*args, **kwargs):
1737 """LogStatus(String msg)"""
1738 return _misc_.LogStatus(*args, **kwargs)
1739
1740 def LogStatusFrame(*args, **kwargs):
1741 """LogStatusFrame(wxFrame pFrame, String msg)"""
1742 return _misc_.LogStatusFrame(*args, **kwargs)
1743
1744 def LogSysError(*args, **kwargs):
1745 """LogSysError(String msg)"""
1746 return _misc_.LogSysError(*args, **kwargs)
1747
1748 def LogGeneric(*args, **kwargs):
1749 """LogGeneric(unsigned long level, String msg)"""
1750 return _misc_.LogGeneric(*args, **kwargs)
1751
1752 def SafeShowMessage(*args, **kwargs):
1753 """SafeShowMessage(String title, String text)"""
1754 return _misc_.SafeShowMessage(*args, **kwargs)
1755 class LogNull(object):
1756 """Proxy of C++ LogNull class"""
1757 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1758 __repr__ = _swig_repr
1759 def __init__(self, *args, **kwargs):
1760 """__init__(self) -> LogNull"""
1761 _misc_.LogNull_swiginit(self,_misc_.new_LogNull(*args, **kwargs))
1762 __swig_destroy__ = _misc_.delete_LogNull
1763 __del__ = lambda self : None;
1764 _misc_.LogNull_swigregister(LogNull)
1765
1766 def LogTrace(*args):
1767 """
1768 LogTrace(unsigned long mask, String msg)
1769 LogTrace(String mask, String msg)
1770 """
1771 return _misc_.LogTrace(*args)
1772
1773 class PyLog(Log):
1774 """Proxy of C++ PyLog class"""
1775 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1776 __repr__ = _swig_repr
1777 def __init__(self, *args, **kwargs):
1778 """__init__(self) -> PyLog"""
1779 _misc_.PyLog_swiginit(self,_misc_.new_PyLog(*args, **kwargs))
1780 self._setCallbackInfo(self, PyLog)
1781
1782 def _setCallbackInfo(*args, **kwargs):
1783 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1784 return _misc_.PyLog__setCallbackInfo(*args, **kwargs)
1785
1786 _misc_.PyLog_swigregister(PyLog)
1787
1788 #---------------------------------------------------------------------------
1789
1790 PROCESS_DEFAULT = _misc_.PROCESS_DEFAULT
1791 PROCESS_REDIRECT = _misc_.PROCESS_REDIRECT
1792 KILL_OK = _misc_.KILL_OK
1793 KILL_BAD_SIGNAL = _misc_.KILL_BAD_SIGNAL
1794 KILL_ACCESS_DENIED = _misc_.KILL_ACCESS_DENIED
1795 KILL_NO_PROCESS = _misc_.KILL_NO_PROCESS
1796 KILL_ERROR = _misc_.KILL_ERROR
1797 KILL_NOCHILDREN = _misc_.KILL_NOCHILDREN
1798 KILL_CHILDREN = _misc_.KILL_CHILDREN
1799 SIGNONE = _misc_.SIGNONE
1800 SIGHUP = _misc_.SIGHUP
1801 SIGINT = _misc_.SIGINT
1802 SIGQUIT = _misc_.SIGQUIT
1803 SIGILL = _misc_.SIGILL
1804 SIGTRAP = _misc_.SIGTRAP
1805 SIGABRT = _misc_.SIGABRT
1806 SIGIOT = _misc_.SIGIOT
1807 SIGEMT = _misc_.SIGEMT
1808 SIGFPE = _misc_.SIGFPE
1809 SIGKILL = _misc_.SIGKILL
1810 SIGBUS = _misc_.SIGBUS
1811 SIGSEGV = _misc_.SIGSEGV
1812 SIGSYS = _misc_.SIGSYS
1813 SIGPIPE = _misc_.SIGPIPE
1814 SIGALRM = _misc_.SIGALRM
1815 SIGTERM = _misc_.SIGTERM
1816 class Process(_core.EvtHandler):
1817 """Proxy of C++ Process class"""
1818 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1819 __repr__ = _swig_repr
1820 def Kill(*args, **kwargs):
1821 """Kill(int pid, int sig=SIGTERM, int flags=KILL_NOCHILDREN) -> int"""
1822 return _misc_.Process_Kill(*args, **kwargs)
1823
1824 Kill = staticmethod(Kill)
1825 def Exists(*args, **kwargs):
1826 """Exists(int pid) -> bool"""
1827 return _misc_.Process_Exists(*args, **kwargs)
1828
1829 Exists = staticmethod(Exists)
1830 def Open(*args, **kwargs):
1831 """Open(String cmd, int flags=EXEC_ASYNC) -> Process"""
1832 return _misc_.Process_Open(*args, **kwargs)
1833
1834 Open = staticmethod(Open)
1835 def __init__(self, *args, **kwargs):
1836 """__init__(self, EvtHandler parent=None, int id=-1) -> Process"""
1837 _misc_.Process_swiginit(self,_misc_.new_Process(*args, **kwargs))
1838 self._setCallbackInfo(self, Process)
1839
1840 def _setCallbackInfo(*args, **kwargs):
1841 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1842 return _misc_.Process__setCallbackInfo(*args, **kwargs)
1843
1844 def OnTerminate(*args, **kwargs):
1845 """OnTerminate(self, int pid, int status)"""
1846 return _misc_.Process_OnTerminate(*args, **kwargs)
1847
1848 def base_OnTerminate(*args, **kw):
1849 return Process.OnTerminate(*args, **kw)
1850 base_OnTerminate = wx._deprecated(base_OnTerminate,
1851 "Please use Process.OnTerminate instead.")
1852
1853 def Redirect(*args, **kwargs):
1854 """Redirect(self)"""
1855 return _misc_.Process_Redirect(*args, **kwargs)
1856
1857 def IsRedirected(*args, **kwargs):
1858 """IsRedirected(self) -> bool"""
1859 return _misc_.Process_IsRedirected(*args, **kwargs)
1860
1861 def Detach(*args, **kwargs):
1862 """Detach(self)"""
1863 return _misc_.Process_Detach(*args, **kwargs)
1864
1865 def GetInputStream(*args, **kwargs):
1866 """GetInputStream(self) -> InputStream"""
1867 return _misc_.Process_GetInputStream(*args, **kwargs)
1868
1869 def GetErrorStream(*args, **kwargs):
1870 """GetErrorStream(self) -> InputStream"""
1871 return _misc_.Process_GetErrorStream(*args, **kwargs)
1872
1873 def GetOutputStream(*args, **kwargs):
1874 """GetOutputStream(self) -> OutputStream"""
1875 return _misc_.Process_GetOutputStream(*args, **kwargs)
1876
1877 def CloseOutput(*args, **kwargs):
1878 """CloseOutput(self)"""
1879 return _misc_.Process_CloseOutput(*args, **kwargs)
1880
1881 def IsInputOpened(*args, **kwargs):
1882 """IsInputOpened(self) -> bool"""
1883 return _misc_.Process_IsInputOpened(*args, **kwargs)
1884
1885 def IsInputAvailable(*args, **kwargs):
1886 """IsInputAvailable(self) -> bool"""
1887 return _misc_.Process_IsInputAvailable(*args, **kwargs)
1888
1889 def IsErrorAvailable(*args, **kwargs):
1890 """IsErrorAvailable(self) -> bool"""
1891 return _misc_.Process_IsErrorAvailable(*args, **kwargs)
1892
1893 _misc_.Process_swigregister(Process)
1894
1895 def Process_Kill(*args, **kwargs):
1896 """Process_Kill(int pid, int sig=SIGTERM, int flags=KILL_NOCHILDREN) -> int"""
1897 return _misc_.Process_Kill(*args, **kwargs)
1898
1899 def Process_Exists(*args, **kwargs):
1900 """Process_Exists(int pid) -> bool"""
1901 return _misc_.Process_Exists(*args, **kwargs)
1902
1903 def Process_Open(*args, **kwargs):
1904 """Process_Open(String cmd, int flags=EXEC_ASYNC) -> Process"""
1905 return _misc_.Process_Open(*args, **kwargs)
1906
1907 class ProcessEvent(_core.Event):
1908 """Proxy of C++ ProcessEvent class"""
1909 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1910 __repr__ = _swig_repr
1911 def __init__(self, *args, **kwargs):
1912 """__init__(self, int id=0, int pid=0, int exitcode=0) -> ProcessEvent"""
1913 _misc_.ProcessEvent_swiginit(self,_misc_.new_ProcessEvent(*args, **kwargs))
1914 def GetPid(*args, **kwargs):
1915 """GetPid(self) -> int"""
1916 return _misc_.ProcessEvent_GetPid(*args, **kwargs)
1917
1918 def GetExitCode(*args, **kwargs):
1919 """GetExitCode(self) -> int"""
1920 return _misc_.ProcessEvent_GetExitCode(*args, **kwargs)
1921
1922 m_pid = property(_misc_.ProcessEvent_m_pid_get, _misc_.ProcessEvent_m_pid_set)
1923 m_exitcode = property(_misc_.ProcessEvent_m_exitcode_get, _misc_.ProcessEvent_m_exitcode_set)
1924 _misc_.ProcessEvent_swigregister(ProcessEvent)
1925
1926 wxEVT_END_PROCESS = _misc_.wxEVT_END_PROCESS
1927 EVT_END_PROCESS = wx.PyEventBinder( wxEVT_END_PROCESS, 1 )
1928
1929 EXEC_ASYNC = _misc_.EXEC_ASYNC
1930 EXEC_SYNC = _misc_.EXEC_SYNC
1931 EXEC_NOHIDE = _misc_.EXEC_NOHIDE
1932 EXEC_MAKE_GROUP_LEADER = _misc_.EXEC_MAKE_GROUP_LEADER
1933 EXEC_NODISABLE = _misc_.EXEC_NODISABLE
1934
1935 def Execute(*args, **kwargs):
1936 """Execute(String command, int flags=EXEC_ASYNC, Process process=None) -> long"""
1937 return _misc_.Execute(*args, **kwargs)
1938
1939 def Kill(*args, **kwargs):
1940 """Kill(long pid, int sig=SIGTERM, int rc, int flags=KILL_NOCHILDREN) -> int"""
1941 return _misc_.Kill(*args, **kwargs)
1942 #---------------------------------------------------------------------------
1943
1944 JOYSTICK1 = _misc_.JOYSTICK1
1945 JOYSTICK2 = _misc_.JOYSTICK2
1946 JOY_BUTTON_ANY = _misc_.JOY_BUTTON_ANY
1947 JOY_BUTTON1 = _misc_.JOY_BUTTON1
1948 JOY_BUTTON2 = _misc_.JOY_BUTTON2
1949 JOY_BUTTON3 = _misc_.JOY_BUTTON3
1950 JOY_BUTTON4 = _misc_.JOY_BUTTON4
1951 class Joystick(object):
1952 """Proxy of C++ Joystick class"""
1953 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1954 __repr__ = _swig_repr
1955 def __init__(self, *args, **kwargs):
1956 """__init__(self, int joystick=JOYSTICK1) -> Joystick"""
1957 _misc_.Joystick_swiginit(self,_misc_.new_Joystick(*args, **kwargs))
1958 __swig_destroy__ = _misc_.delete_Joystick
1959 __del__ = lambda self : None;
1960 def GetPosition(*args, **kwargs):
1961 """GetPosition(self) -> Point"""
1962 return _misc_.Joystick_GetPosition(*args, **kwargs)
1963
1964 def GetZPosition(*args, **kwargs):
1965 """GetZPosition(self) -> int"""
1966 return _misc_.Joystick_GetZPosition(*args, **kwargs)
1967
1968 def GetButtonState(*args, **kwargs):
1969 """GetButtonState(self) -> int"""
1970 return _misc_.Joystick_GetButtonState(*args, **kwargs)
1971
1972 def GetPOVPosition(*args, **kwargs):
1973 """GetPOVPosition(self) -> int"""
1974 return _misc_.Joystick_GetPOVPosition(*args, **kwargs)
1975
1976 def GetPOVCTSPosition(*args, **kwargs):
1977 """GetPOVCTSPosition(self) -> int"""
1978 return _misc_.Joystick_GetPOVCTSPosition(*args, **kwargs)
1979
1980 def GetRudderPosition(*args, **kwargs):
1981 """GetRudderPosition(self) -> int"""
1982 return _misc_.Joystick_GetRudderPosition(*args, **kwargs)
1983
1984 def GetUPosition(*args, **kwargs):
1985 """GetUPosition(self) -> int"""
1986 return _misc_.Joystick_GetUPosition(*args, **kwargs)
1987
1988 def GetVPosition(*args, **kwargs):
1989 """GetVPosition(self) -> int"""
1990 return _misc_.Joystick_GetVPosition(*args, **kwargs)
1991
1992 def GetMovementThreshold(*args, **kwargs):
1993 """GetMovementThreshold(self) -> int"""
1994 return _misc_.Joystick_GetMovementThreshold(*args, **kwargs)
1995
1996 def SetMovementThreshold(*args, **kwargs):
1997 """SetMovementThreshold(self, int threshold)"""
1998 return _misc_.Joystick_SetMovementThreshold(*args, **kwargs)
1999
2000 def IsOk(*args, **kwargs):
2001 """IsOk(self) -> bool"""
2002 return _misc_.Joystick_IsOk(*args, **kwargs)
2003
2004 def GetNumberJoysticks(*args, **kwargs):
2005 """GetNumberJoysticks(self) -> int"""
2006 return _misc_.Joystick_GetNumberJoysticks(*args, **kwargs)
2007
2008 def GetManufacturerId(*args, **kwargs):
2009 """GetManufacturerId(self) -> int"""
2010 return _misc_.Joystick_GetManufacturerId(*args, **kwargs)
2011
2012 def GetProductId(*args, **kwargs):
2013 """GetProductId(self) -> int"""
2014 return _misc_.Joystick_GetProductId(*args, **kwargs)
2015
2016 def GetProductName(*args, **kwargs):
2017 """GetProductName(self) -> String"""
2018 return _misc_.Joystick_GetProductName(*args, **kwargs)
2019
2020 def GetXMin(*args, **kwargs):
2021 """GetXMin(self) -> int"""
2022 return _misc_.Joystick_GetXMin(*args, **kwargs)
2023
2024 def GetYMin(*args, **kwargs):
2025 """GetYMin(self) -> int"""
2026 return _misc_.Joystick_GetYMin(*args, **kwargs)
2027
2028 def GetZMin(*args, **kwargs):
2029 """GetZMin(self) -> int"""
2030 return _misc_.Joystick_GetZMin(*args, **kwargs)
2031
2032 def GetXMax(*args, **kwargs):
2033 """GetXMax(self) -> int"""
2034 return _misc_.Joystick_GetXMax(*args, **kwargs)
2035
2036 def GetYMax(*args, **kwargs):
2037 """GetYMax(self) -> int"""
2038 return _misc_.Joystick_GetYMax(*args, **kwargs)
2039
2040 def GetZMax(*args, **kwargs):
2041 """GetZMax(self) -> int"""
2042 return _misc_.Joystick_GetZMax(*args, **kwargs)
2043
2044 def GetNumberButtons(*args, **kwargs):
2045 """GetNumberButtons(self) -> int"""
2046 return _misc_.Joystick_GetNumberButtons(*args, **kwargs)
2047
2048 def GetNumberAxes(*args, **kwargs):
2049 """GetNumberAxes(self) -> int"""
2050 return _misc_.Joystick_GetNumberAxes(*args, **kwargs)
2051
2052 def GetMaxButtons(*args, **kwargs):
2053 """GetMaxButtons(self) -> int"""
2054 return _misc_.Joystick_GetMaxButtons(*args, **kwargs)
2055
2056 def GetMaxAxes(*args, **kwargs):
2057 """GetMaxAxes(self) -> int"""
2058 return _misc_.Joystick_GetMaxAxes(*args, **kwargs)
2059
2060 def GetPollingMin(*args, **kwargs):
2061 """GetPollingMin(self) -> int"""
2062 return _misc_.Joystick_GetPollingMin(*args, **kwargs)
2063
2064 def GetPollingMax(*args, **kwargs):
2065 """GetPollingMax(self) -> int"""
2066 return _misc_.Joystick_GetPollingMax(*args, **kwargs)
2067
2068 def GetRudderMin(*args, **kwargs):
2069 """GetRudderMin(self) -> int"""
2070 return _misc_.Joystick_GetRudderMin(*args, **kwargs)
2071
2072 def GetRudderMax(*args, **kwargs):
2073 """GetRudderMax(self) -> int"""
2074 return _misc_.Joystick_GetRudderMax(*args, **kwargs)
2075
2076 def GetUMin(*args, **kwargs):
2077 """GetUMin(self) -> int"""
2078 return _misc_.Joystick_GetUMin(*args, **kwargs)
2079
2080 def GetUMax(*args, **kwargs):
2081 """GetUMax(self) -> int"""
2082 return _misc_.Joystick_GetUMax(*args, **kwargs)
2083
2084 def GetVMin(*args, **kwargs):
2085 """GetVMin(self) -> int"""
2086 return _misc_.Joystick_GetVMin(*args, **kwargs)
2087
2088 def GetVMax(*args, **kwargs):
2089 """GetVMax(self) -> int"""
2090 return _misc_.Joystick_GetVMax(*args, **kwargs)
2091
2092 def HasRudder(*args, **kwargs):
2093 """HasRudder(self) -> bool"""
2094 return _misc_.Joystick_HasRudder(*args, **kwargs)
2095
2096 def HasZ(*args, **kwargs):
2097 """HasZ(self) -> bool"""
2098 return _misc_.Joystick_HasZ(*args, **kwargs)
2099
2100 def HasU(*args, **kwargs):
2101 """HasU(self) -> bool"""
2102 return _misc_.Joystick_HasU(*args, **kwargs)
2103
2104 def HasV(*args, **kwargs):
2105 """HasV(self) -> bool"""
2106 return _misc_.Joystick_HasV(*args, **kwargs)
2107
2108 def HasPOV(*args, **kwargs):
2109 """HasPOV(self) -> bool"""
2110 return _misc_.Joystick_HasPOV(*args, **kwargs)
2111
2112 def HasPOV4Dir(*args, **kwargs):
2113 """HasPOV4Dir(self) -> bool"""
2114 return _misc_.Joystick_HasPOV4Dir(*args, **kwargs)
2115
2116 def HasPOVCTS(*args, **kwargs):
2117 """HasPOVCTS(self) -> bool"""
2118 return _misc_.Joystick_HasPOVCTS(*args, **kwargs)
2119
2120 def SetCapture(*args, **kwargs):
2121 """SetCapture(self, Window win, int pollingFreq=0) -> bool"""
2122 return _misc_.Joystick_SetCapture(*args, **kwargs)
2123
2124 def ReleaseCapture(*args, **kwargs):
2125 """ReleaseCapture(self) -> bool"""
2126 return _misc_.Joystick_ReleaseCapture(*args, **kwargs)
2127
2128 def __nonzero__(self): return self.IsOk()
2129 _misc_.Joystick_swigregister(Joystick)
2130
2131 wxEVT_JOY_BUTTON_DOWN = _misc_.wxEVT_JOY_BUTTON_DOWN
2132 wxEVT_JOY_BUTTON_UP = _misc_.wxEVT_JOY_BUTTON_UP
2133 wxEVT_JOY_MOVE = _misc_.wxEVT_JOY_MOVE
2134 wxEVT_JOY_ZMOVE = _misc_.wxEVT_JOY_ZMOVE
2135 class JoystickEvent(_core.Event):
2136 """Proxy of C++ JoystickEvent class"""
2137 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2138 __repr__ = _swig_repr
2139 def __init__(self, *args, **kwargs):
2140 """
2141 __init__(self, EventType type=wxEVT_NULL, int state=0, int joystick=JOYSTICK1,
2142 int change=0) -> JoystickEvent
2143 """
2144 _misc_.JoystickEvent_swiginit(self,_misc_.new_JoystickEvent(*args, **kwargs))
2145 def GetPosition(*args, **kwargs):
2146 """GetPosition(self) -> Point"""
2147 return _misc_.JoystickEvent_GetPosition(*args, **kwargs)
2148
2149 def GetZPosition(*args, **kwargs):
2150 """GetZPosition(self) -> int"""
2151 return _misc_.JoystickEvent_GetZPosition(*args, **kwargs)
2152
2153 def GetButtonState(*args, **kwargs):
2154 """GetButtonState(self) -> int"""
2155 return _misc_.JoystickEvent_GetButtonState(*args, **kwargs)
2156
2157 def GetButtonChange(*args, **kwargs):
2158 """GetButtonChange(self) -> int"""
2159 return _misc_.JoystickEvent_GetButtonChange(*args, **kwargs)
2160
2161 def GetJoystick(*args, **kwargs):
2162 """GetJoystick(self) -> int"""
2163 return _misc_.JoystickEvent_GetJoystick(*args, **kwargs)
2164
2165 def SetJoystick(*args, **kwargs):
2166 """SetJoystick(self, int stick)"""
2167 return _misc_.JoystickEvent_SetJoystick(*args, **kwargs)
2168
2169 def SetButtonState(*args, **kwargs):
2170 """SetButtonState(self, int state)"""
2171 return _misc_.JoystickEvent_SetButtonState(*args, **kwargs)
2172
2173 def SetButtonChange(*args, **kwargs):
2174 """SetButtonChange(self, int change)"""
2175 return _misc_.JoystickEvent_SetButtonChange(*args, **kwargs)
2176
2177 def SetPosition(*args, **kwargs):
2178 """SetPosition(self, Point pos)"""
2179 return _misc_.JoystickEvent_SetPosition(*args, **kwargs)
2180
2181 def SetZPosition(*args, **kwargs):
2182 """SetZPosition(self, int zPos)"""
2183 return _misc_.JoystickEvent_SetZPosition(*args, **kwargs)
2184
2185 def IsButton(*args, **kwargs):
2186 """IsButton(self) -> bool"""
2187 return _misc_.JoystickEvent_IsButton(*args, **kwargs)
2188
2189 def IsMove(*args, **kwargs):
2190 """IsMove(self) -> bool"""
2191 return _misc_.JoystickEvent_IsMove(*args, **kwargs)
2192
2193 def IsZMove(*args, **kwargs):
2194 """IsZMove(self) -> bool"""
2195 return _misc_.JoystickEvent_IsZMove(*args, **kwargs)
2196
2197 def ButtonDown(*args, **kwargs):
2198 """ButtonDown(self, int but=JOY_BUTTON_ANY) -> bool"""
2199 return _misc_.JoystickEvent_ButtonDown(*args, **kwargs)
2200
2201 def ButtonUp(*args, **kwargs):
2202 """ButtonUp(self, int but=JOY_BUTTON_ANY) -> bool"""
2203 return _misc_.JoystickEvent_ButtonUp(*args, **kwargs)
2204
2205 def ButtonIsDown(*args, **kwargs):
2206 """ButtonIsDown(self, int but=JOY_BUTTON_ANY) -> bool"""
2207 return _misc_.JoystickEvent_ButtonIsDown(*args, **kwargs)
2208
2209 m_pos = property(GetPosition, SetPosition)
2210 m_zPosition = property(GetZPosition, SetZPosition)
2211 m_buttonChange = property(GetButtonChange, SetButtonChange)
2212 m_buttonState = property(GetButtonState, SetButtonState)
2213 m_joyStick = property(GetJoystick, SetJoystick)
2214
2215 _misc_.JoystickEvent_swigregister(JoystickEvent)
2216
2217 EVT_JOY_BUTTON_DOWN = wx.PyEventBinder( wxEVT_JOY_BUTTON_DOWN )
2218 EVT_JOY_BUTTON_UP = wx.PyEventBinder( wxEVT_JOY_BUTTON_UP )
2219 EVT_JOY_MOVE = wx.PyEventBinder( wxEVT_JOY_MOVE )
2220 EVT_JOY_ZMOVE = wx.PyEventBinder( wxEVT_JOY_ZMOVE )
2221
2222 EVT_JOYSTICK_EVENTS = wx.PyEventBinder([ wxEVT_JOY_BUTTON_DOWN,
2223 wxEVT_JOY_BUTTON_UP,
2224 wxEVT_JOY_MOVE,
2225 wxEVT_JOY_ZMOVE,
2226 ])
2227
2228
2229 #---------------------------------------------------------------------------
2230
2231 SOUND_SYNC = _misc_.SOUND_SYNC
2232 SOUND_ASYNC = _misc_.SOUND_ASYNC
2233 SOUND_LOOP = _misc_.SOUND_LOOP
2234 class Sound(object):
2235 """Proxy of C++ Sound class"""
2236 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2237 __repr__ = _swig_repr
2238 def __init__(self, *args, **kwargs):
2239 """__init__(self, String fileName=EmptyString) -> Sound"""
2240 _misc_.Sound_swiginit(self,_misc_.new_Sound(*args, **kwargs))
2241 __swig_destroy__ = _misc_.delete_Sound
2242 __del__ = lambda self : None;
2243 def Create(*args, **kwargs):
2244 """Create(self, String fileName) -> bool"""
2245 return _misc_.Sound_Create(*args, **kwargs)
2246
2247 def CreateFromData(*args, **kwargs):
2248 """CreateFromData(self, PyObject data) -> bool"""
2249 return _misc_.Sound_CreateFromData(*args, **kwargs)
2250
2251 def IsOk(*args, **kwargs):
2252 """IsOk(self) -> bool"""
2253 return _misc_.Sound_IsOk(*args, **kwargs)
2254
2255 def Play(*args, **kwargs):
2256 """Play(self, unsigned int flags=SOUND_ASYNC) -> bool"""
2257 return _misc_.Sound_Play(*args, **kwargs)
2258
2259 def PlaySound(*args, **kwargs):
2260 """PlaySound(String filename, unsigned int flags=SOUND_ASYNC) -> bool"""
2261 return _misc_.Sound_PlaySound(*args, **kwargs)
2262
2263 PlaySound = staticmethod(PlaySound)
2264 def Stop(*args, **kwargs):
2265 """Stop()"""
2266 return _misc_.Sound_Stop(*args, **kwargs)
2267
2268 Stop = staticmethod(Stop)
2269 def __nonzero__(self): return self.IsOk()
2270 _misc_.Sound_swigregister(Sound)
2271
2272 def SoundFromData(*args, **kwargs):
2273 """SoundFromData(PyObject data) -> Sound"""
2274 val = _misc_.new_SoundFromData(*args, **kwargs)
2275 return val
2276
2277 def Sound_PlaySound(*args, **kwargs):
2278 """Sound_PlaySound(String filename, unsigned int flags=SOUND_ASYNC) -> bool"""
2279 return _misc_.Sound_PlaySound(*args, **kwargs)
2280
2281 def Sound_Stop(*args):
2282 """Sound_Stop()"""
2283 return _misc_.Sound_Stop(*args)
2284
2285 #---------------------------------------------------------------------------
2286
2287 MAILCAP_STANDARD = _misc_.MAILCAP_STANDARD
2288 MAILCAP_NETSCAPE = _misc_.MAILCAP_NETSCAPE
2289 MAILCAP_KDE = _misc_.MAILCAP_KDE
2290 MAILCAP_GNOME = _misc_.MAILCAP_GNOME
2291 MAILCAP_ALL = _misc_.MAILCAP_ALL
2292 class FileTypeInfo(object):
2293 """Proxy of C++ FileTypeInfo class"""
2294 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2295 __repr__ = _swig_repr
2296 def __init__(self, *args, **kwargs):
2297 """__init__(self, String mimeType, String openCmd, String printCmd, String desc) -> FileTypeInfo"""
2298 _misc_.FileTypeInfo_swiginit(self,_misc_.new_FileTypeInfo(*args, **kwargs))
2299 def IsValid(*args, **kwargs):
2300 """IsValid(self) -> bool"""
2301 return _misc_.FileTypeInfo_IsValid(*args, **kwargs)
2302
2303 def SetIcon(*args, **kwargs):
2304 """SetIcon(self, String iconFile, int iconIndex=0)"""
2305 return _misc_.FileTypeInfo_SetIcon(*args, **kwargs)
2306
2307 def SetShortDesc(*args, **kwargs):
2308 """SetShortDesc(self, String shortDesc)"""
2309 return _misc_.FileTypeInfo_SetShortDesc(*args, **kwargs)
2310
2311 def GetMimeType(*args, **kwargs):
2312 """GetMimeType(self) -> String"""
2313 return _misc_.FileTypeInfo_GetMimeType(*args, **kwargs)
2314
2315 def GetOpenCommand(*args, **kwargs):
2316 """GetOpenCommand(self) -> String"""
2317 return _misc_.FileTypeInfo_GetOpenCommand(*args, **kwargs)
2318
2319 def GetPrintCommand(*args, **kwargs):
2320 """GetPrintCommand(self) -> String"""
2321 return _misc_.FileTypeInfo_GetPrintCommand(*args, **kwargs)
2322
2323 def GetShortDesc(*args, **kwargs):
2324 """GetShortDesc(self) -> String"""
2325 return _misc_.FileTypeInfo_GetShortDesc(*args, **kwargs)
2326
2327 def GetDescription(*args, **kwargs):
2328 """GetDescription(self) -> String"""
2329 return _misc_.FileTypeInfo_GetDescription(*args, **kwargs)
2330
2331 def GetExtensions(*args, **kwargs):
2332 """GetExtensions(self) -> wxArrayString"""
2333 return _misc_.FileTypeInfo_GetExtensions(*args, **kwargs)
2334
2335 def GetExtensionsCount(*args, **kwargs):
2336 """GetExtensionsCount(self) -> size_t"""
2337 return _misc_.FileTypeInfo_GetExtensionsCount(*args, **kwargs)
2338
2339 def GetIconFile(*args, **kwargs):
2340 """GetIconFile(self) -> String"""
2341 return _misc_.FileTypeInfo_GetIconFile(*args, **kwargs)
2342
2343 def GetIconIndex(*args, **kwargs):
2344 """GetIconIndex(self) -> int"""
2345 return _misc_.FileTypeInfo_GetIconIndex(*args, **kwargs)
2346
2347 _misc_.FileTypeInfo_swigregister(FileTypeInfo)
2348
2349 def FileTypeInfoSequence(*args, **kwargs):
2350 """FileTypeInfoSequence(wxArrayString sArray) -> FileTypeInfo"""
2351 val = _misc_.new_FileTypeInfoSequence(*args, **kwargs)
2352 return val
2353
2354 def NullFileTypeInfo(*args, **kwargs):
2355 """NullFileTypeInfo() -> FileTypeInfo"""
2356 val = _misc_.new_NullFileTypeInfo(*args, **kwargs)
2357 return val
2358
2359 class FileType(object):
2360 """Proxy of C++ FileType class"""
2361 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2362 __repr__ = _swig_repr
2363 def __init__(self, *args, **kwargs):
2364 """__init__(self, FileTypeInfo ftInfo) -> FileType"""
2365 _misc_.FileType_swiginit(self,_misc_.new_FileType(*args, **kwargs))
2366 __swig_destroy__ = _misc_.delete_FileType
2367 __del__ = lambda self : None;
2368 def GetMimeType(*args, **kwargs):
2369 """GetMimeType(self) -> PyObject"""
2370 return _misc_.FileType_GetMimeType(*args, **kwargs)
2371
2372 def GetMimeTypes(*args, **kwargs):
2373 """GetMimeTypes(self) -> PyObject"""
2374 return _misc_.FileType_GetMimeTypes(*args, **kwargs)
2375
2376 def GetExtensions(*args, **kwargs):
2377 """GetExtensions(self) -> PyObject"""
2378 return _misc_.FileType_GetExtensions(*args, **kwargs)
2379
2380 def GetIcon(*args, **kwargs):
2381 """GetIcon(self) -> Icon"""
2382 return _misc_.FileType_GetIcon(*args, **kwargs)
2383
2384 def GetIconInfo(*args, **kwargs):
2385 """GetIconInfo(self) -> PyObject"""
2386 return _misc_.FileType_GetIconInfo(*args, **kwargs)
2387
2388 def GetDescription(*args, **kwargs):
2389 """GetDescription(self) -> PyObject"""
2390 return _misc_.FileType_GetDescription(*args, **kwargs)
2391
2392 def GetOpenCommand(*args, **kwargs):
2393 """GetOpenCommand(self, String filename, String mimetype=EmptyString) -> PyObject"""
2394 return _misc_.FileType_GetOpenCommand(*args, **kwargs)
2395
2396 def GetPrintCommand(*args, **kwargs):
2397 """GetPrintCommand(self, String filename, String mimetype=EmptyString) -> PyObject"""
2398 return _misc_.FileType_GetPrintCommand(*args, **kwargs)
2399
2400 def GetAllCommands(*args, **kwargs):
2401 """GetAllCommands(self, String filename, String mimetype=EmptyString) -> PyObject"""
2402 return _misc_.FileType_GetAllCommands(*args, **kwargs)
2403
2404 def SetCommand(*args, **kwargs):
2405 """SetCommand(self, String cmd, String verb, bool overwriteprompt=True) -> bool"""
2406 return _misc_.FileType_SetCommand(*args, **kwargs)
2407
2408 def SetDefaultIcon(*args, **kwargs):
2409 """SetDefaultIcon(self, String cmd=EmptyString, int index=0) -> bool"""
2410 return _misc_.FileType_SetDefaultIcon(*args, **kwargs)
2411
2412 def Unassociate(*args, **kwargs):
2413 """Unassociate(self) -> bool"""
2414 return _misc_.FileType_Unassociate(*args, **kwargs)
2415
2416 def ExpandCommand(*args, **kwargs):
2417 """ExpandCommand(String command, String filename, String mimetype=EmptyString) -> String"""
2418 return _misc_.FileType_ExpandCommand(*args, **kwargs)
2419
2420 ExpandCommand = staticmethod(ExpandCommand)
2421 _misc_.FileType_swigregister(FileType)
2422
2423 def FileType_ExpandCommand(*args, **kwargs):
2424 """FileType_ExpandCommand(String command, String filename, String mimetype=EmptyString) -> String"""
2425 return _misc_.FileType_ExpandCommand(*args, **kwargs)
2426
2427 class MimeTypesManager(object):
2428 """Proxy of C++ MimeTypesManager class"""
2429 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2430 __repr__ = _swig_repr
2431 def IsOfType(*args, **kwargs):
2432 """IsOfType(String mimeType, String wildcard) -> bool"""
2433 return _misc_.MimeTypesManager_IsOfType(*args, **kwargs)
2434
2435 IsOfType = staticmethod(IsOfType)
2436 def __init__(self, *args, **kwargs):
2437 """__init__(self) -> MimeTypesManager"""
2438 _misc_.MimeTypesManager_swiginit(self,_misc_.new_MimeTypesManager(*args, **kwargs))
2439 def Initialize(*args, **kwargs):
2440 """Initialize(self, int mailcapStyle=MAILCAP_ALL, String extraDir=EmptyString)"""
2441 return _misc_.MimeTypesManager_Initialize(*args, **kwargs)
2442
2443 def ClearData(*args, **kwargs):
2444 """ClearData(self)"""
2445 return _misc_.MimeTypesManager_ClearData(*args, **kwargs)
2446
2447 def GetFileTypeFromExtension(*args, **kwargs):
2448 """GetFileTypeFromExtension(self, String ext) -> FileType"""
2449 return _misc_.MimeTypesManager_GetFileTypeFromExtension(*args, **kwargs)
2450
2451 def GetFileTypeFromMimeType(*args, **kwargs):
2452 """GetFileTypeFromMimeType(self, String mimeType) -> FileType"""
2453 return _misc_.MimeTypesManager_GetFileTypeFromMimeType(*args, **kwargs)
2454
2455 def ReadMailcap(*args, **kwargs):
2456 """ReadMailcap(self, String filename, bool fallback=False) -> bool"""
2457 return _misc_.MimeTypesManager_ReadMailcap(*args, **kwargs)
2458
2459 def ReadMimeTypes(*args, **kwargs):
2460 """ReadMimeTypes(self, String filename) -> bool"""
2461 return _misc_.MimeTypesManager_ReadMimeTypes(*args, **kwargs)
2462
2463 def EnumAllFileTypes(*args, **kwargs):
2464 """EnumAllFileTypes(self) -> PyObject"""
2465 return _misc_.MimeTypesManager_EnumAllFileTypes(*args, **kwargs)
2466
2467 def AddFallback(*args, **kwargs):
2468 """AddFallback(self, FileTypeInfo ft)"""
2469 return _misc_.MimeTypesManager_AddFallback(*args, **kwargs)
2470
2471 def Associate(*args, **kwargs):
2472 """Associate(self, FileTypeInfo ftInfo) -> FileType"""
2473 return _misc_.MimeTypesManager_Associate(*args, **kwargs)
2474
2475 def Unassociate(*args, **kwargs):
2476 """Unassociate(self, FileType ft) -> bool"""
2477 return _misc_.MimeTypesManager_Unassociate(*args, **kwargs)
2478
2479 __swig_destroy__ = _misc_.delete_MimeTypesManager
2480 __del__ = lambda self : None;
2481 _misc_.MimeTypesManager_swigregister(MimeTypesManager)
2482 TheMimeTypesManager = cvar.TheMimeTypesManager
2483
2484 def MimeTypesManager_IsOfType(*args, **kwargs):
2485 """MimeTypesManager_IsOfType(String mimeType, String wildcard) -> bool"""
2486 return _misc_.MimeTypesManager_IsOfType(*args, **kwargs)
2487
2488 #---------------------------------------------------------------------------
2489
2490 class ArtProvider(object):
2491 """
2492 The wx.ArtProvider class is used to customize the look of wxWidgets
2493 application. When wxWidgets needs to display an icon or a bitmap (e.g.
2494 in the standard file dialog), it does not use hard-coded resource but
2495 asks wx.ArtProvider for it instead. This way the users can plug in
2496 their own wx.ArtProvider class and easily replace standard art with
2497 his/her own version. It is easy thing to do: all that is needed is
2498 to derive a class from wx.ArtProvider, override it's CreateBitmap
2499 method and register the provider with wx.ArtProvider.PushProvider::
2500
2501 class MyArtProvider(wx.ArtProvider):
2502 def __init__(self):
2503 wx.ArtProvider.__init__(self)
2504
2505 def CreateBitmap(self, artid, client, size):
2506 ...
2507 return bmp
2508
2509 """
2510 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2511 __repr__ = _swig_repr
2512 def __init__(self, *args, **kwargs):
2513 """
2514 __init__(self) -> ArtProvider
2515
2516 The wx.ArtProvider class is used to customize the look of wxWidgets
2517 application. When wxWidgets needs to display an icon or a bitmap (e.g.
2518 in the standard file dialog), it does not use hard-coded resource but
2519 asks wx.ArtProvider for it instead. This way the users can plug in
2520 their own wx.ArtProvider class and easily replace standard art with
2521 his/her own version. It is easy thing to do: all that is needed is
2522 to derive a class from wx.ArtProvider, override it's CreateBitmap
2523 method and register the provider with wx.ArtProvider.PushProvider::
2524
2525 class MyArtProvider(wx.ArtProvider):
2526 def __init__(self):
2527 wx.ArtProvider.__init__(self)
2528
2529 def CreateBitmap(self, artid, client, size):
2530 ...
2531 return bmp
2532
2533 """
2534 _misc_.ArtProvider_swiginit(self,_misc_.new_ArtProvider(*args, **kwargs))
2535 self._setCallbackInfo(self, ArtProvider)
2536
2537 __swig_destroy__ = _misc_.delete_ArtProvider
2538 __del__ = lambda self : None;
2539 def _setCallbackInfo(*args, **kwargs):
2540 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
2541 return _misc_.ArtProvider__setCallbackInfo(*args, **kwargs)
2542
2543 def PushProvider(*args, **kwargs):
2544 """
2545 PushProvider(ArtProvider provider)
2546
2547 Add new provider to the top of providers stack.
2548 """
2549 return _misc_.ArtProvider_PushProvider(*args, **kwargs)
2550
2551 PushProvider = staticmethod(PushProvider)
2552 def InsertProvider(*args, **kwargs):
2553 """
2554 InsertProvider(ArtProvider provider)
2555
2556 Add new provider to the bottom of providers stack.
2557 """
2558 return _misc_.ArtProvider_InsertProvider(*args, **kwargs)
2559
2560 InsertProvider = staticmethod(InsertProvider)
2561 def PopProvider(*args, **kwargs):
2562 """
2563 PopProvider() -> bool
2564
2565 Remove latest added provider and delete it.
2566 """
2567 return _misc_.ArtProvider_PopProvider(*args, **kwargs)
2568
2569 PopProvider = staticmethod(PopProvider)
2570 def RemoveProvider(*args, **kwargs):
2571 """
2572 RemoveProvider(ArtProvider provider) -> bool
2573
2574 Remove provider. The provider must have been added previously! The
2575 provider is _not_ deleted.
2576 """
2577 val = _misc_.ArtProvider_RemoveProvider(*args, **kwargs)
2578 args[1].thisown = 1
2579 return val
2580
2581 RemoveProvider = staticmethod(RemoveProvider)
2582 def GetBitmap(*args, **kwargs):
2583 """
2584 GetBitmap(String id, String client=ART_OTHER, Size size=DefaultSize) -> Bitmap
2585
2586 Query the providers for bitmap with given ID and return it. Return
2587 wx.NullBitmap if no provider provides it.
2588 """
2589 return _misc_.ArtProvider_GetBitmap(*args, **kwargs)
2590
2591 GetBitmap = staticmethod(GetBitmap)
2592 def GetIcon(*args, **kwargs):
2593 """
2594 GetIcon(String id, String client=ART_OTHER, Size size=DefaultSize) -> Icon
2595
2596 Query the providers for icon with given ID and return it. Return
2597 wx.NullIcon if no provider provides it.
2598 """
2599 return _misc_.ArtProvider_GetIcon(*args, **kwargs)
2600
2601 GetIcon = staticmethod(GetIcon)
2602 def GetSizeHint(*args, **kwargs):
2603 """
2604 GetSizeHint(String client, bool platform_dependent=False) -> Size
2605
2606 Get the size hint of an icon from a specific Art Client, queries the
2607 topmost provider if platform_dependent = false
2608 """
2609 return _misc_.ArtProvider_GetSizeHint(*args, **kwargs)
2610
2611 GetSizeHint = staticmethod(GetSizeHint)
2612 def Destroy(*args, **kwargs):
2613 """Destroy(self)"""
2614 val = _misc_.ArtProvider_Destroy(*args, **kwargs)
2615 args[0].thisown = 0
2616 return val
2617
2618 _misc_.ArtProvider_swigregister(ArtProvider)
2619 ART_TOOLBAR = cvar.ART_TOOLBAR
2620 ART_MENU = cvar.ART_MENU
2621 ART_FRAME_ICON = cvar.ART_FRAME_ICON
2622 ART_CMN_DIALOG = cvar.ART_CMN_DIALOG
2623 ART_HELP_BROWSER = cvar.ART_HELP_BROWSER
2624 ART_MESSAGE_BOX = cvar.ART_MESSAGE_BOX
2625 ART_BUTTON = cvar.ART_BUTTON
2626 ART_OTHER = cvar.ART_OTHER
2627 ART_ADD_BOOKMARK = cvar.ART_ADD_BOOKMARK
2628 ART_DEL_BOOKMARK = cvar.ART_DEL_BOOKMARK
2629 ART_HELP_SIDE_PANEL = cvar.ART_HELP_SIDE_PANEL
2630 ART_HELP_SETTINGS = cvar.ART_HELP_SETTINGS
2631 ART_HELP_BOOK = cvar.ART_HELP_BOOK
2632 ART_HELP_FOLDER = cvar.ART_HELP_FOLDER
2633 ART_HELP_PAGE = cvar.ART_HELP_PAGE
2634 ART_GO_BACK = cvar.ART_GO_BACK
2635 ART_GO_FORWARD = cvar.ART_GO_FORWARD
2636 ART_GO_UP = cvar.ART_GO_UP
2637 ART_GO_DOWN = cvar.ART_GO_DOWN
2638 ART_GO_TO_PARENT = cvar.ART_GO_TO_PARENT
2639 ART_GO_HOME = cvar.ART_GO_HOME
2640 ART_FILE_OPEN = cvar.ART_FILE_OPEN
2641 ART_FILE_SAVE = cvar.ART_FILE_SAVE
2642 ART_FILE_SAVE_AS = cvar.ART_FILE_SAVE_AS
2643 ART_PRINT = cvar.ART_PRINT
2644 ART_HELP = cvar.ART_HELP
2645 ART_TIP = cvar.ART_TIP
2646 ART_REPORT_VIEW = cvar.ART_REPORT_VIEW
2647 ART_LIST_VIEW = cvar.ART_LIST_VIEW
2648 ART_NEW_DIR = cvar.ART_NEW_DIR
2649 ART_HARDDISK = cvar.ART_HARDDISK
2650 ART_FLOPPY = cvar.ART_FLOPPY
2651 ART_CDROM = cvar.ART_CDROM
2652 ART_REMOVABLE = cvar.ART_REMOVABLE
2653 ART_FOLDER = cvar.ART_FOLDER
2654 ART_FOLDER_OPEN = cvar.ART_FOLDER_OPEN
2655 ART_GO_DIR_UP = cvar.ART_GO_DIR_UP
2656 ART_EXECUTABLE_FILE = cvar.ART_EXECUTABLE_FILE
2657 ART_NORMAL_FILE = cvar.ART_NORMAL_FILE
2658 ART_TICK_MARK = cvar.ART_TICK_MARK
2659 ART_CROSS_MARK = cvar.ART_CROSS_MARK
2660 ART_ERROR = cvar.ART_ERROR
2661 ART_QUESTION = cvar.ART_QUESTION
2662 ART_WARNING = cvar.ART_WARNING
2663 ART_INFORMATION = cvar.ART_INFORMATION
2664 ART_MISSING_IMAGE = cvar.ART_MISSING_IMAGE
2665 ART_COPY = cvar.ART_COPY
2666 ART_CUT = cvar.ART_CUT
2667 ART_PASTE = cvar.ART_PASTE
2668 ART_DELETE = cvar.ART_DELETE
2669 ART_NEW = cvar.ART_NEW
2670 ART_UNDO = cvar.ART_UNDO
2671 ART_REDO = cvar.ART_REDO
2672 ART_QUIT = cvar.ART_QUIT
2673 ART_FIND = cvar.ART_FIND
2674 ART_FIND_AND_REPLACE = cvar.ART_FIND_AND_REPLACE
2675
2676 def ArtProvider_PushProvider(*args, **kwargs):
2677 """
2678 ArtProvider_PushProvider(ArtProvider provider)
2679
2680 Add new provider to the top of providers stack.
2681 """
2682 return _misc_.ArtProvider_PushProvider(*args, **kwargs)
2683
2684 def ArtProvider_InsertProvider(*args, **kwargs):
2685 """
2686 ArtProvider_InsertProvider(ArtProvider provider)
2687
2688 Add new provider to the bottom of providers stack.
2689 """
2690 return _misc_.ArtProvider_InsertProvider(*args, **kwargs)
2691
2692 def ArtProvider_PopProvider(*args):
2693 """
2694 ArtProvider_PopProvider() -> bool
2695
2696 Remove latest added provider and delete it.
2697 """
2698 return _misc_.ArtProvider_PopProvider(*args)
2699
2700 def ArtProvider_RemoveProvider(*args, **kwargs):
2701 """
2702 ArtProvider_RemoveProvider(ArtProvider provider) -> bool
2703
2704 Remove provider. The provider must have been added previously! The
2705 provider is _not_ deleted.
2706 """
2707 val = _misc_.ArtProvider_RemoveProvider(*args, **kwargs)
2708 args[1].thisown = 1
2709 return val
2710
2711 def ArtProvider_GetBitmap(*args, **kwargs):
2712 """
2713 ArtProvider_GetBitmap(String id, String client=ART_OTHER, Size size=DefaultSize) -> Bitmap
2714
2715 Query the providers for bitmap with given ID and return it. Return
2716 wx.NullBitmap if no provider provides it.
2717 """
2718 return _misc_.ArtProvider_GetBitmap(*args, **kwargs)
2719
2720 def ArtProvider_GetIcon(*args, **kwargs):
2721 """
2722 ArtProvider_GetIcon(String id, String client=ART_OTHER, Size size=DefaultSize) -> Icon
2723
2724 Query the providers for icon with given ID and return it. Return
2725 wx.NullIcon if no provider provides it.
2726 """
2727 return _misc_.ArtProvider_GetIcon(*args, **kwargs)
2728
2729 def ArtProvider_GetSizeHint(*args, **kwargs):
2730 """
2731 ArtProvider_GetSizeHint(String client, bool platform_dependent=False) -> Size
2732
2733 Get the size hint of an icon from a specific Art Client, queries the
2734 topmost provider if platform_dependent = false
2735 """
2736 return _misc_.ArtProvider_GetSizeHint(*args, **kwargs)
2737
2738 #---------------------------------------------------------------------------
2739
2740 CONFIG_USE_LOCAL_FILE = _misc_.CONFIG_USE_LOCAL_FILE
2741 CONFIG_USE_GLOBAL_FILE = _misc_.CONFIG_USE_GLOBAL_FILE
2742 CONFIG_USE_RELATIVE_PATH = _misc_.CONFIG_USE_RELATIVE_PATH
2743 CONFIG_USE_NO_ESCAPE_CHARACTERS = _misc_.CONFIG_USE_NO_ESCAPE_CHARACTERS
2744 class ConfigBase(object):
2745 """
2746 wx.ConfigBase class defines the basic interface of all config
2747 classes. It can not be used by itself (it is an abstract base class)
2748 and you will always use one of its derivations: wx.Config or
2749 wx.FileConfig.
2750
2751 wx.ConfigBase organizes the items in a tree-like structure, modeled
2752 after the Unix/Dos filesystem. There are groups that act like
2753 directories and entries, key/value pairs that act like files. There
2754 is always one current group given by the current path. As in the file
2755 system case, to specify a key in the config class you must use a path
2756 to it. Config classes also support the notion of the current group,
2757 which makes it possible to use relative paths.
2758
2759 Keys are pairs "key_name = value" where value may be of string,
2760 integer floating point or boolean, you can not store binary data
2761 without first encoding it as a string. For performance reasons items
2762 should be kept small, no more than a couple kilobytes.
2763
2764 """
2765 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2766 def __init__(self): raise AttributeError, "No constructor defined"
2767 __repr__ = _swig_repr
2768 __swig_destroy__ = _misc_.delete_ConfigBase
2769 __del__ = lambda self : None;
2770 Type_Unknown = _misc_.ConfigBase_Type_Unknown
2771 Type_String = _misc_.ConfigBase_Type_String
2772 Type_Boolean = _misc_.ConfigBase_Type_Boolean
2773 Type_Integer = _misc_.ConfigBase_Type_Integer
2774 Type_Float = _misc_.ConfigBase_Type_Float
2775 def Set(*args, **kwargs):
2776 """
2777 Set(ConfigBase config) -> ConfigBase
2778
2779 Sets the global config object (the one returned by Get) and returns a
2780 reference to the previous global config object.
2781 """
2782 return _misc_.ConfigBase_Set(*args, **kwargs)
2783
2784 Set = staticmethod(Set)
2785 def Get(*args, **kwargs):
2786 """
2787 Get(bool createOnDemand=True) -> ConfigBase
2788
2789 Returns the current global config object, creating one if neccessary.
2790 """
2791 return _misc_.ConfigBase_Get(*args, **kwargs)
2792
2793 Get = staticmethod(Get)
2794 def Create(*args, **kwargs):
2795 """
2796 Create() -> ConfigBase
2797
2798 Create and return a new global config object. This function will
2799 create the "best" implementation of wx.Config available for the
2800 current platform.
2801 """
2802 return _misc_.ConfigBase_Create(*args, **kwargs)
2803
2804 Create = staticmethod(Create)
2805 def DontCreateOnDemand(*args, **kwargs):
2806 """
2807 DontCreateOnDemand()
2808
2809 Should Get() try to create a new log object if there isn't a current
2810 one?
2811 """
2812 return _misc_.ConfigBase_DontCreateOnDemand(*args, **kwargs)
2813
2814 DontCreateOnDemand = staticmethod(DontCreateOnDemand)
2815 def SetPath(*args, **kwargs):
2816 """
2817 SetPath(self, String path)
2818
2819 Set current path: if the first character is '/', it's the absolute
2820 path, otherwise it's a relative path. '..' is supported. If the
2821 strPath doesn't exist it is created.
2822 """
2823 return _misc_.ConfigBase_SetPath(*args, **kwargs)
2824
2825 def GetPath(*args, **kwargs):
2826 """
2827 GetPath(self) -> String
2828
2829 Retrieve the current path (always as absolute path)
2830 """
2831 return _misc_.ConfigBase_GetPath(*args, **kwargs)
2832
2833 def GetFirstGroup(*args, **kwargs):
2834 """
2835 GetFirstGroup() -> (more, value, index)
2836
2837 Allows enumerating the subgroups in a config object. Returns a tuple
2838 containing a flag indicating there are more items, the name of the
2839 current item, and an index to pass to GetNextGroup to fetch the next
2840 item.
2841 """
2842 return _misc_.ConfigBase_GetFirstGroup(*args, **kwargs)
2843
2844 def GetNextGroup(*args, **kwargs):
2845 """
2846 GetNextGroup(long index) -> (more, value, index)
2847
2848 Allows enumerating the subgroups in a config object. Returns a tuple
2849 containing a flag indicating there are more items, the name of the
2850 current item, and an index to pass to GetNextGroup to fetch the next
2851 item.
2852 """
2853 return _misc_.ConfigBase_GetNextGroup(*args, **kwargs)
2854
2855 def GetFirstEntry(*args, **kwargs):
2856 """
2857 GetFirstEntry() -> (more, value, index)
2858
2859 Allows enumerating the entries in the current group in a config
2860 object. Returns a tuple containing a flag indicating there are more
2861 items, the name of the current item, and an index to pass to
2862 GetNextGroup to fetch the next item.
2863 """
2864 return _misc_.ConfigBase_GetFirstEntry(*args, **kwargs)
2865
2866 def GetNextEntry(*args, **kwargs):
2867 """
2868 GetNextEntry(long index) -> (more, value, index)
2869
2870 Allows enumerating the entries in the current group in a config
2871 object. Returns a tuple containing a flag indicating there are more
2872 items, the name of the current item, and an index to pass to
2873 GetNextGroup to fetch the next item.
2874 """
2875 return _misc_.ConfigBase_GetNextEntry(*args, **kwargs)
2876
2877 def GetNumberOfEntries(*args, **kwargs):
2878 """
2879 GetNumberOfEntries(self, bool recursive=False) -> size_t
2880
2881 Get the number of entries in the current group, with or without its
2882 subgroups.
2883 """
2884 return _misc_.ConfigBase_GetNumberOfEntries(*args, **kwargs)
2885
2886 def GetNumberOfGroups(*args, **kwargs):
2887 """
2888 GetNumberOfGroups(self, bool recursive=False) -> size_t
2889
2890 Get the number of subgroups in the current group, with or without its
2891 subgroups.
2892 """
2893 return _misc_.ConfigBase_GetNumberOfGroups(*args, **kwargs)
2894
2895 def HasGroup(*args, **kwargs):
2896 """
2897 HasGroup(self, String name) -> bool
2898
2899 Returns True if the group by this name exists
2900 """
2901 return _misc_.ConfigBase_HasGroup(*args, **kwargs)
2902
2903 def HasEntry(*args, **kwargs):
2904 """
2905 HasEntry(self, String name) -> bool
2906
2907 Returns True if the entry by this name exists
2908 """
2909 return _misc_.ConfigBase_HasEntry(*args, **kwargs)
2910
2911 def Exists(*args, **kwargs):
2912 """
2913 Exists(self, String name) -> bool
2914
2915 Returns True if either a group or an entry with a given name exists
2916 """
2917 return _misc_.ConfigBase_Exists(*args, **kwargs)
2918
2919 def GetEntryType(*args, **kwargs):
2920 """
2921 GetEntryType(self, String name) -> int
2922
2923 Get the type of the entry. Returns one of the wx.Config.Type_XXX values.
2924 """
2925 return _misc_.ConfigBase_GetEntryType(*args, **kwargs)
2926
2927 def Read(*args, **kwargs):
2928 """
2929 Read(self, String key, String defaultVal=EmptyString) -> String
2930
2931 Returns the value of key if it exists, defaultVal otherwise.
2932 """
2933 return _misc_.ConfigBase_Read(*args, **kwargs)
2934
2935 def ReadInt(*args, **kwargs):
2936 """
2937 ReadInt(self, String key, long defaultVal=0) -> long
2938
2939 Returns the value of key if it exists, defaultVal otherwise.
2940 """
2941 return _misc_.ConfigBase_ReadInt(*args, **kwargs)
2942
2943 def ReadFloat(*args, **kwargs):
2944 """
2945 ReadFloat(self, String key, double defaultVal=0.0) -> double
2946
2947 Returns the value of key if it exists, defaultVal otherwise.
2948 """
2949 return _misc_.ConfigBase_ReadFloat(*args, **kwargs)
2950
2951 def ReadBool(*args, **kwargs):
2952 """
2953 ReadBool(self, String key, bool defaultVal=False) -> bool
2954
2955 Returns the value of key if it exists, defaultVal otherwise.
2956 """
2957 return _misc_.ConfigBase_ReadBool(*args, **kwargs)
2958
2959 def Write(*args, **kwargs):
2960 """
2961 Write(self, String key, String value) -> bool
2962
2963 write the value (return True on success)
2964 """
2965 return _misc_.ConfigBase_Write(*args, **kwargs)
2966
2967 def WriteInt(*args, **kwargs):
2968 """
2969 WriteInt(self, String key, long value) -> bool
2970
2971 write the value (return True on success)
2972 """
2973 return _misc_.ConfigBase_WriteInt(*args, **kwargs)
2974
2975 def WriteFloat(*args, **kwargs):
2976 """
2977 WriteFloat(self, String key, double value) -> bool
2978
2979 write the value (return True on success)
2980 """
2981 return _misc_.ConfigBase_WriteFloat(*args, **kwargs)
2982
2983 def WriteBool(*args, **kwargs):
2984 """
2985 WriteBool(self, String key, bool value) -> bool
2986
2987 write the value (return True on success)
2988 """
2989 return _misc_.ConfigBase_WriteBool(*args, **kwargs)
2990
2991 def Flush(*args, **kwargs):
2992 """
2993 Flush(self, bool currentOnly=False) -> bool
2994
2995 permanently writes all changes
2996 """
2997 return _misc_.ConfigBase_Flush(*args, **kwargs)
2998
2999 def RenameEntry(*args, **kwargs):
3000 """
3001 RenameEntry(self, String oldName, String newName) -> bool
3002
3003 Rename an entry. Returns False on failure (probably because the new
3004 name is already taken by an existing entry)
3005 """
3006 return _misc_.ConfigBase_RenameEntry(*args, **kwargs)
3007
3008 def RenameGroup(*args, **kwargs):
3009 """
3010 RenameGroup(self, String oldName, String newName) -> bool
3011
3012 Rename a group. Returns False on failure (probably because the new
3013 name is already taken by an existing entry)
3014 """
3015 return _misc_.ConfigBase_RenameGroup(*args, **kwargs)
3016
3017 def DeleteEntry(*args, **kwargs):
3018 """
3019 DeleteEntry(self, String key, bool deleteGroupIfEmpty=True) -> bool
3020
3021 Deletes the specified entry and the group it belongs to if it was the
3022 last key in it and the second parameter is True
3023 """
3024 return _misc_.ConfigBase_DeleteEntry(*args, **kwargs)
3025
3026 def DeleteGroup(*args, **kwargs):
3027 """
3028 DeleteGroup(self, String key) -> bool
3029
3030 Delete the group (with all subgroups)
3031 """
3032 return _misc_.ConfigBase_DeleteGroup(*args, **kwargs)
3033
3034 def DeleteAll(*args, **kwargs):
3035 """
3036 DeleteAll(self) -> bool
3037
3038 Delete the whole underlying object (disk file, registry key, ...)
3039 primarly intended for use by deinstallation routine.
3040 """
3041 return _misc_.ConfigBase_DeleteAll(*args, **kwargs)
3042
3043 def SetExpandEnvVars(*args, **kwargs):
3044 """
3045 SetExpandEnvVars(self, bool doIt=True)
3046
3047 We can automatically expand environment variables in the config
3048 entries this option is on by default, you can turn it on/off at any
3049 time)
3050 """
3051 return _misc_.ConfigBase_SetExpandEnvVars(*args, **kwargs)
3052
3053 def IsExpandingEnvVars(*args, **kwargs):
3054 """
3055 IsExpandingEnvVars(self) -> bool
3056
3057 Are we currently expanding environment variables?
3058 """
3059 return _misc_.ConfigBase_IsExpandingEnvVars(*args, **kwargs)
3060
3061 def SetRecordDefaults(*args, **kwargs):
3062 """
3063 SetRecordDefaults(self, bool doIt=True)
3064
3065 Set whether the config objec should record default values.
3066 """
3067 return _misc_.ConfigBase_SetRecordDefaults(*args, **kwargs)
3068
3069 def IsRecordingDefaults(*args, **kwargs):
3070 """
3071 IsRecordingDefaults(self) -> bool
3072
3073 Are we currently recording default values?
3074 """
3075 return _misc_.ConfigBase_IsRecordingDefaults(*args, **kwargs)
3076
3077 def ExpandEnvVars(*args, **kwargs):
3078 """
3079 ExpandEnvVars(self, String str) -> String
3080
3081 Expand any environment variables in str and return the result
3082 """
3083 return _misc_.ConfigBase_ExpandEnvVars(*args, **kwargs)
3084
3085 def GetAppName(*args, **kwargs):
3086 """GetAppName(self) -> String"""
3087 return _misc_.ConfigBase_GetAppName(*args, **kwargs)
3088
3089 def GetVendorName(*args, **kwargs):
3090 """GetVendorName(self) -> String"""
3091 return _misc_.ConfigBase_GetVendorName(*args, **kwargs)
3092
3093 def SetAppName(*args, **kwargs):
3094 """SetAppName(self, String appName)"""
3095 return _misc_.ConfigBase_SetAppName(*args, **kwargs)
3096
3097 def SetVendorName(*args, **kwargs):
3098 """SetVendorName(self, String vendorName)"""
3099 return _misc_.ConfigBase_SetVendorName(*args, **kwargs)
3100
3101 def SetStyle(*args, **kwargs):
3102 """SetStyle(self, long style)"""
3103 return _misc_.ConfigBase_SetStyle(*args, **kwargs)
3104
3105 def GetStyle(*args, **kwargs):
3106 """GetStyle(self) -> long"""
3107 return _misc_.ConfigBase_GetStyle(*args, **kwargs)
3108
3109 AppName = property(GetAppName,SetAppName,doc="See `GetAppName` and `SetAppName`")
3110 EntryType = property(GetEntryType,doc="See `GetEntryType`")
3111 FirstEntry = property(GetFirstEntry,doc="See `GetFirstEntry`")
3112 FirstGroup = property(GetFirstGroup,doc="See `GetFirstGroup`")
3113 NextEntry = property(GetNextEntry,doc="See `GetNextEntry`")
3114 NextGroup = property(GetNextGroup,doc="See `GetNextGroup`")
3115 NumberOfEntries = property(GetNumberOfEntries,doc="See `GetNumberOfEntries`")
3116 NumberOfGroups = property(GetNumberOfGroups,doc="See `GetNumberOfGroups`")
3117 Path = property(GetPath,SetPath,doc="See `GetPath` and `SetPath`")
3118 Style = property(GetStyle,SetStyle,doc="See `GetStyle` and `SetStyle`")
3119 VendorName = property(GetVendorName,SetVendorName,doc="See `GetVendorName` and `SetVendorName`")
3120 _misc_.ConfigBase_swigregister(ConfigBase)
3121
3122 def ConfigBase_Set(*args, **kwargs):
3123 """
3124 ConfigBase_Set(ConfigBase config) -> ConfigBase
3125
3126 Sets the global config object (the one returned by Get) and returns a
3127 reference to the previous global config object.
3128 """
3129 return _misc_.ConfigBase_Set(*args, **kwargs)
3130
3131 def ConfigBase_Get(*args, **kwargs):
3132 """
3133 ConfigBase_Get(bool createOnDemand=True) -> ConfigBase
3134
3135 Returns the current global config object, creating one if neccessary.
3136 """
3137 return _misc_.ConfigBase_Get(*args, **kwargs)
3138
3139 def ConfigBase_Create(*args):
3140 """
3141 ConfigBase_Create() -> ConfigBase
3142
3143 Create and return a new global config object. This function will
3144 create the "best" implementation of wx.Config available for the
3145 current platform.
3146 """
3147 return _misc_.ConfigBase_Create(*args)
3148
3149 def ConfigBase_DontCreateOnDemand(*args):
3150 """
3151 ConfigBase_DontCreateOnDemand()
3152
3153 Should Get() try to create a new log object if there isn't a current
3154 one?
3155 """
3156 return _misc_.ConfigBase_DontCreateOnDemand(*args)
3157
3158 class Config(ConfigBase):
3159 """
3160 This ConfigBase-derived class will use the registry on Windows,
3161 and will be a wx.FileConfig on other platforms.
3162 """
3163 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
3164 __repr__ = _swig_repr
3165 def __init__(self, *args, **kwargs):
3166 """
3167 __init__(self, String appName=EmptyString, String vendorName=EmptyString,
3168 String localFilename=EmptyString, String globalFilename=EmptyString,
3169 long style=wxCONFIG_USE_LOCAL_FILE|wxCONFIG_USE_GLOBAL_FILE) -> Config
3170 """
3171 _misc_.Config_swiginit(self,_misc_.new_Config(*args, **kwargs))
3172 __swig_destroy__ = _misc_.delete_Config
3173 __del__ = lambda self : None;
3174 _misc_.Config_swigregister(Config)
3175
3176 class FileConfig(ConfigBase):
3177 """This config class will use a file for storage on all platforms."""
3178 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
3179 __repr__ = _swig_repr
3180 def __init__(self, *args, **kwargs):
3181 """
3182 __init__(self, String appName=EmptyString, String vendorName=EmptyString,
3183 String localFilename=EmptyString, String globalFilename=EmptyString,
3184 long style=wxCONFIG_USE_LOCAL_FILE|wxCONFIG_USE_GLOBAL_FILE) -> FileConfig
3185 """
3186 _misc_.FileConfig_swiginit(self,_misc_.new_FileConfig(*args, **kwargs))
3187 __swig_destroy__ = _misc_.delete_FileConfig
3188 __del__ = lambda self : None;
3189 _misc_.FileConfig_swigregister(FileConfig)
3190
3191 class ConfigPathChanger(object):
3192 """
3193 A handy little class which changes current path to the path of given
3194 entry and restores it in the destructoir: so if you declare a local
3195 variable of this type, you work in the entry directory and the path is
3196 automatically restored when the function returns.
3197 """
3198 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
3199 __repr__ = _swig_repr
3200 def __init__(self, *args, **kwargs):
3201 """__init__(self, ConfigBase config, String entry) -> ConfigPathChanger"""
3202 _misc_.ConfigPathChanger_swiginit(self,_misc_.new_ConfigPathChanger(*args, **kwargs))
3203 __swig_destroy__ = _misc_.delete_ConfigPathChanger
3204 __del__ = lambda self : None;
3205 def Name(*args, **kwargs):
3206 """
3207 Name(self) -> String
3208
3209 Get the key name
3210 """
3211 return _misc_.ConfigPathChanger_Name(*args, **kwargs)
3212
3213 _misc_.ConfigPathChanger_swigregister(ConfigPathChanger)
3214
3215
3216 def ExpandEnvVars(*args, **kwargs):
3217 """
3218 ExpandEnvVars(String sz) -> String
3219
3220 Replace environment variables ($SOMETHING) with their values. The
3221 format is $VARNAME or ${VARNAME} where VARNAME contains alphanumeric
3222 characters and '_' only. '$' must be escaped ('\$') in order to be
3223 taken literally.
3224 """
3225 return _misc_.ExpandEnvVars(*args, **kwargs)
3226 #---------------------------------------------------------------------------
3227
3228 class DateTime(object):
3229 """Proxy of C++ DateTime class"""
3230 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
3231 __repr__ = _swig_repr
3232 Local = _misc_.DateTime_Local
3233 GMT_12 = _misc_.DateTime_GMT_12
3234 GMT_11 = _misc_.DateTime_GMT_11
3235 GMT_10 = _misc_.DateTime_GMT_10
3236 GMT_9 = _misc_.DateTime_GMT_9
3237 GMT_8 = _misc_.DateTime_GMT_8
3238 GMT_7 = _misc_.DateTime_GMT_7
3239 GMT_6 = _misc_.DateTime_GMT_6
3240 GMT_5 = _misc_.DateTime_GMT_5
3241 GMT_4 = _misc_.DateTime_GMT_4
3242 GMT_3 = _misc_.DateTime_GMT_3
3243 GMT_2 = _misc_.DateTime_GMT_2
3244 GMT_1 = _misc_.DateTime_GMT_1
3245 GMT0 = _misc_.DateTime_GMT0
3246 GMT1 = _misc_.DateTime_GMT1
3247 GMT2 = _misc_.DateTime_GMT2
3248 GMT3 = _misc_.DateTime_GMT3
3249 GMT4 = _misc_.DateTime_GMT4
3250 GMT5 = _misc_.DateTime_GMT5
3251 GMT6 = _misc_.DateTime_GMT6
3252 GMT7 = _misc_.DateTime_GMT7
3253 GMT8 = _misc_.DateTime_GMT8
3254 GMT9 = _misc_.DateTime_GMT9
3255 GMT10 = _misc_.DateTime_GMT10
3256 GMT11 = _misc_.DateTime_GMT11
3257 GMT12 = _misc_.DateTime_GMT12
3258 WET = _misc_.DateTime_WET
3259 WEST = _misc_.DateTime_WEST
3260 CET = _misc_.DateTime_CET
3261 CEST = _misc_.DateTime_CEST
3262 EET = _misc_.DateTime_EET
3263 EEST = _misc_.DateTime_EEST
3264 MSK = _misc_.DateTime_MSK
3265 MSD = _misc_.DateTime_MSD
3266 AST = _misc_.DateTime_AST
3267 ADT = _misc_.DateTime_ADT
3268 EST = _misc_.DateTime_EST
3269 EDT = _misc_.DateTime_EDT
3270 CST = _misc_.DateTime_CST
3271 CDT = _misc_.DateTime_CDT
3272 MST = _misc_.DateTime_MST
3273 MDT = _misc_.DateTime_MDT
3274 PST = _misc_.DateTime_PST
3275 PDT = _misc_.DateTime_PDT
3276 HST = _misc_.DateTime_HST
3277 AKST = _misc_.DateTime_AKST
3278 AKDT = _misc_.DateTime_AKDT
3279 A_WST = _misc_.DateTime_A_WST
3280 A_CST = _misc_.DateTime_A_CST
3281 A_EST = _misc_.DateTime_A_EST
3282 A_ESST = _misc_.DateTime_A_ESST
3283 UTC = _misc_.DateTime_UTC
3284 Gregorian = _misc_.DateTime_Gregorian
3285 Julian = _misc_.DateTime_Julian
3286 Gr_Unknown = _misc_.DateTime_Gr_Unknown
3287 Gr_Standard = _misc_.DateTime_Gr_Standard
3288 Gr_Alaska = _misc_.DateTime_Gr_Alaska
3289 Gr_Albania = _misc_.DateTime_Gr_Albania
3290 Gr_Austria = _misc_.DateTime_Gr_Austria
3291 Gr_Austria_Brixen = _misc_.DateTime_Gr_Austria_Brixen
3292 Gr_Austria_Salzburg = _misc_.DateTime_Gr_Austria_Salzburg
3293 Gr_Austria_Tyrol = _misc_.DateTime_Gr_Austria_Tyrol
3294 Gr_Austria_Carinthia = _misc_.DateTime_Gr_Austria_Carinthia
3295 Gr_Austria_Styria = _misc_.DateTime_Gr_Austria_Styria
3296 Gr_Belgium = _misc_.DateTime_Gr_Belgium
3297 Gr_Bulgaria = _misc_.DateTime_Gr_Bulgaria
3298 Gr_Bulgaria_1 = _misc_.DateTime_Gr_Bulgaria_1
3299 Gr_Bulgaria_2 = _misc_.DateTime_Gr_Bulgaria_2
3300 Gr_Bulgaria_3 = _misc_.DateTime_Gr_Bulgaria_3
3301 Gr_Canada = _misc_.DateTime_Gr_Canada
3302 Gr_China = _misc_.DateTime_Gr_China
3303 Gr_China_1 = _misc_.DateTime_Gr_China_1
3304 Gr_China_2 = _misc_.DateTime_Gr_China_2
3305 Gr_Czechoslovakia = _misc_.DateTime_Gr_Czechoslovakia
3306 Gr_Denmark = _misc_.DateTime_Gr_Denmark
3307 Gr_Egypt = _misc_.DateTime_Gr_Egypt
3308 Gr_Estonia = _misc_.DateTime_Gr_Estonia
3309 Gr_Finland = _misc_.DateTime_Gr_Finland
3310 Gr_France = _misc_.DateTime_Gr_France
3311 Gr_France_Alsace = _misc_.DateTime_Gr_France_Alsace
3312 Gr_France_Lorraine = _misc_.DateTime_Gr_France_Lorraine
3313 Gr_France_Strasbourg = _misc_.DateTime_Gr_France_Strasbourg
3314 Gr_Germany = _misc_.DateTime_Gr_Germany
3315 Gr_Germany_Catholic = _misc_.DateTime_Gr_Germany_Catholic
3316 Gr_Germany_Prussia = _misc_.DateTime_Gr_Germany_Prussia
3317 Gr_Germany_Protestant = _misc_.DateTime_Gr_Germany_Protestant
3318 Gr_GreatBritain = _misc_.DateTime_Gr_GreatBritain
3319 Gr_Greece = _misc_.DateTime_Gr_Greece
3320 Gr_Hungary = _misc_.DateTime_Gr_Hungary
3321 Gr_Ireland = _misc_.DateTime_Gr_Ireland
3322 Gr_Italy = _misc_.DateTime_Gr_Italy
3323 Gr_Japan = _misc_.DateTime_Gr_Japan
3324 Gr_Japan_1 = _misc_.DateTime_Gr_Japan_1
3325 Gr_Japan_2 = _misc_.DateTime_Gr_Japan_2
3326 Gr_Japan_3 = _misc_.DateTime_Gr_Japan_3
3327 Gr_Latvia = _misc_.DateTime_Gr_Latvia
3328 Gr_Lithuania = _misc_.DateTime_Gr_Lithuania
3329 Gr_Luxemburg = _misc_.DateTime_Gr_Luxemburg
3330 Gr_Netherlands = _misc_.DateTime_Gr_Netherlands
3331 Gr_Netherlands_Groningen = _misc_.DateTime_Gr_Netherlands_Groningen
3332 Gr_Netherlands_Gelderland = _misc_.DateTime_Gr_Netherlands_Gelderland
3333 Gr_Netherlands_Utrecht = _misc_.DateTime_Gr_Netherlands_Utrecht
3334 Gr_Netherlands_Friesland = _misc_.DateTime_Gr_Netherlands_Friesland
3335 Gr_Norway = _misc_.DateTime_Gr_Norway
3336 Gr_Poland = _misc_.DateTime_Gr_Poland
3337 Gr_Portugal = _misc_.DateTime_Gr_Portugal
3338 Gr_Romania = _misc_.DateTime_Gr_Romania
3339 Gr_Russia = _misc_.DateTime_Gr_Russia
3340 Gr_Scotland = _misc_.DateTime_Gr_Scotland
3341 Gr_Spain = _misc_.DateTime_Gr_Spain
3342 Gr_Sweden = _misc_.DateTime_Gr_Sweden
3343 Gr_Switzerland = _misc_.DateTime_Gr_Switzerland
3344 Gr_Switzerland_Catholic = _misc_.DateTime_Gr_Switzerland_Catholic
3345 Gr_Switzerland_Protestant = _misc_.DateTime_Gr_Switzerland_Protestant
3346 Gr_Turkey = _misc_.DateTime_Gr_Turkey
3347 Gr_USA = _misc_.DateTime_Gr_USA
3348 Gr_Wales = _misc_.DateTime_Gr_Wales
3349 Gr_Yugoslavia = _misc_.DateTime_Gr_Yugoslavia
3350 Country_Unknown = _misc_.DateTime_Country_Unknown
3351 Country_Default = _misc_.DateTime_Country_Default
3352 Country_WesternEurope_Start = _misc_.DateTime_Country_WesternEurope_Start
3353 Country_EEC = _misc_.DateTime_Country_EEC
3354 France = _misc_.DateTime_France
3355 Germany = _misc_.DateTime_Germany
3356 UK = _misc_.DateTime_UK
3357 Country_WesternEurope_End = _misc_.DateTime_Country_WesternEurope_End
3358 Russia = _misc_.DateTime_Russia
3359 USA = _misc_.DateTime_USA
3360 Jan = _misc_.DateTime_Jan
3361 Feb = _misc_.DateTime_Feb
3362 Mar = _misc_.DateTime_Mar
3363 Apr = _misc_.DateTime_Apr
3364 May = _misc_.DateTime_May
3365 Jun = _misc_.DateTime_Jun
3366 Jul = _misc_.DateTime_Jul
3367 Aug = _misc_.DateTime_Aug
3368 Sep = _misc_.DateTime_Sep
3369 Oct = _misc_.DateTime_Oct
3370 Nov = _misc_.DateTime_Nov
3371 Dec = _misc_.DateTime_Dec
3372 Inv_Month = _misc_.DateTime_Inv_Month
3373 Sun = _misc_.DateTime_Sun
3374 Mon = _misc_.DateTime_Mon
3375 Tue = _misc_.DateTime_Tue
3376 Wed = _misc_.DateTime_Wed
3377 Thu = _misc_.DateTime_Thu
3378 Fri = _misc_.DateTime_Fri
3379 Sat = _misc_.DateTime_Sat
3380 Inv_WeekDay = _misc_.DateTime_Inv_WeekDay
3381 Inv_Year = _misc_.DateTime_Inv_Year
3382 Name_Full = _misc_.DateTime_Name_Full
3383 Name_Abbr = _misc_.DateTime_Name_Abbr
3384 Default_First = _misc_.DateTime_Default_First
3385 Monday_First = _misc_.DateTime_Monday_First
3386 Sunday_First = _misc_.DateTime_Sunday_First
3387 def SetCountry(*args, **kwargs):
3388 """SetCountry(int country)"""
3389 return _misc_.DateTime_SetCountry(*args, **kwargs)
3390
3391 SetCountry = staticmethod(SetCountry)
3392 def GetCountry(*args, **kwargs):
3393 """GetCountry() -> int"""
3394 return _misc_.DateTime_GetCountry(*args, **kwargs)
3395
3396 GetCountry = staticmethod(GetCountry)
3397 def IsWestEuropeanCountry(*args, **kwargs):
3398 """IsWestEuropeanCountry(int country=Country_Default) -> bool"""
3399 return _misc_.DateTime_IsWestEuropeanCountry(*args, **kwargs)
3400
3401 IsWestEuropeanCountry = staticmethod(IsWestEuropeanCountry)
3402 def GetCurrentYear(*args, **kwargs):
3403 """GetCurrentYear(int cal=Gregorian) -> int"""
3404 return _misc_.DateTime_GetCurrentYear(*args, **kwargs)
3405
3406 GetCurrentYear = staticmethod(GetCurrentYear)
3407 def ConvertYearToBC(*args, **kwargs):
3408 """ConvertYearToBC(int year) -> int"""
3409 return _misc_.DateTime_ConvertYearToBC(*args, **kwargs)
3410
3411 ConvertYearToBC = staticmethod(ConvertYearToBC)
3412 def GetCurrentMonth(*args, **kwargs):
3413 """GetCurrentMonth(int cal=Gregorian) -> int"""
3414 return _misc_.DateTime_GetCurrentMonth(*args, **kwargs)
3415
3416 GetCurrentMonth = staticmethod(GetCurrentMonth)
3417 def IsLeapYear(*args, **kwargs):
3418 """IsLeapYear(int year=Inv_Year, int cal=Gregorian) -> bool"""
3419 return _misc_.DateTime_IsLeapYear(*args, **kwargs)
3420
3421 IsLeapYear = staticmethod(IsLeapYear)
3422 def GetCentury(*args, **kwargs):
3423 """GetCentury(int year=Inv_Year) -> int"""
3424 return _misc_.DateTime_GetCentury(*args, **kwargs)
3425
3426 GetCentury = staticmethod(GetCentury)
3427 def GetNumberOfDaysinYear(*args, **kwargs):
3428 """GetNumberOfDaysinYear(int year, int cal=Gregorian) -> int"""
3429 return _misc_.DateTime_GetNumberOfDaysinYear(*args, **kwargs)
3430
3431 GetNumberOfDaysinYear = staticmethod(GetNumberOfDaysinYear)
3432 def GetNumberOfDaysInMonth(*args, **kwargs):
3433 """GetNumberOfDaysInMonth(int month, int year=Inv_Year, int cal=Gregorian) -> int"""
3434 return _misc_.DateTime_GetNumberOfDaysInMonth(*args, **kwargs)
3435
3436 GetNumberOfDaysInMonth = staticmethod(GetNumberOfDaysInMonth)
3437 def GetMonthName(*args, **kwargs):
3438 """GetMonthName(int month, int flags=Name_Full) -> String"""
3439 return _misc_.DateTime_GetMonthName(*args, **kwargs)
3440
3441 GetMonthName = staticmethod(GetMonthName)
3442 def GetWeekDayName(*args, **kwargs):
3443 """GetWeekDayName(int weekday, int flags=Name_Full) -> String"""
3444 return _misc_.DateTime_GetWeekDayName(*args, **kwargs)
3445
3446 GetWeekDayName = staticmethod(GetWeekDayName)
3447 def GetAmPmStrings(*args, **kwargs):
3448 """
3449 GetAmPmStrings() -> (am, pm)
3450
3451 Get the AM and PM strings in the current locale (may be empty)
3452 """
3453 return _misc_.DateTime_GetAmPmStrings(*args, **kwargs)
3454
3455 GetAmPmStrings = staticmethod(GetAmPmStrings)
3456 def IsDSTApplicable(*args, **kwargs):
3457 """IsDSTApplicable(int year=Inv_Year, int country=Country_Default) -> bool"""
3458 return _misc_.DateTime_IsDSTApplicable(*args, **kwargs)
3459
3460 IsDSTApplicable = staticmethod(IsDSTApplicable)
3461 def GetBeginDST(*args, **kwargs):
3462 """GetBeginDST(int year=Inv_Year, int country=Country_Default) -> DateTime"""
3463 return _misc_.DateTime_GetBeginDST(*args, **kwargs)
3464
3465 GetBeginDST = staticmethod(GetBeginDST)
3466 def GetEndDST(*args, **kwargs):
3467 """GetEndDST(int year=Inv_Year, int country=Country_Default) -> DateTime"""
3468 return _misc_.DateTime_GetEndDST(*args, **kwargs)
3469
3470 GetEndDST = staticmethod(GetEndDST)
3471 def Now(*args, **kwargs):
3472 """Now() -> DateTime"""
3473 return _misc_.DateTime_Now(*args, **kwargs)
3474
3475 Now = staticmethod(Now)
3476 def UNow(*args, **kwargs):
3477 """UNow() -> DateTime"""
3478 return _misc_.DateTime_UNow(*args, **kwargs)
3479
3480 UNow = staticmethod(UNow)
3481 def Today(*args, **kwargs):
3482 """Today() -> DateTime"""
3483 return _misc_.DateTime_Today(*args, **kwargs)
3484
3485 Today = staticmethod(Today)
3486 def __init__(self, *args, **kwargs):
3487 """__init__(self) -> DateTime"""
3488 _misc_.DateTime_swiginit(self,_misc_.new_DateTime(*args, **kwargs))
3489 __swig_destroy__ = _misc_.delete_DateTime
3490 __del__ = lambda self : None;
3491 def SetToCurrent(*args, **kwargs):
3492 """SetToCurrent(self) -> DateTime"""
3493 return _misc_.DateTime_SetToCurrent(*args, **kwargs)
3494
3495 def SetTimeT(*args, **kwargs):
3496 """SetTimeT(self, time_t timet) -> DateTime"""
3497 return _misc_.DateTime_SetTimeT(*args, **kwargs)
3498
3499 def SetJDN(*args, **kwargs):
3500 """SetJDN(self, double jdn) -> DateTime"""
3501 return _misc_.DateTime_SetJDN(*args, **kwargs)
3502
3503 def SetHMS(*args, **kwargs):
3504 """SetHMS(self, int hour, int minute=0, int second=0, int millisec=0) -> DateTime"""
3505 return _misc_.DateTime_SetHMS(*args, **kwargs)
3506
3507 def Set(*args, **kwargs):
3508 """
3509 Set(self, int day, int month=Inv_Month, int year=Inv_Year, int hour=0,
3510 int minute=0, int second=0, int millisec=0) -> DateTime
3511 """
3512 return _misc_.DateTime_Set(*args, **kwargs)
3513
3514 def ResetTime(*args, **kwargs):
3515 """ResetTime(self) -> DateTime"""
3516 return _misc_.DateTime_ResetTime(*args, **kwargs)
3517
3518 def SetYear(*args, **kwargs):
3519 """SetYear(self, int year) -> DateTime"""
3520 return _misc_.DateTime_SetYear(*args, **kwargs)
3521
3522 def SetMonth(*args, **kwargs):
3523 """SetMonth(self, int month) -> DateTime"""
3524 return _misc_.DateTime_SetMonth(*args, **kwargs)
3525
3526 def SetDay(*args, **kwargs):
3527 """SetDay(self, int day) -> DateTime"""
3528 return _misc_.DateTime_SetDay(*args, **kwargs)
3529
3530 def SetHour(*args, **kwargs):
3531 """SetHour(self, int hour) -> DateTime"""
3532 return _misc_.DateTime_SetHour(*args, **kwargs)
3533
3534 def SetMinute(*args, **kwargs):
3535 """SetMinute(self, int minute) -> DateTime"""
3536 return _misc_.DateTime_SetMinute(*args, **kwargs)
3537
3538 def SetSecond(*args, **kwargs):
3539 """SetSecond(self, int second) -> DateTime"""
3540 return _misc_.DateTime_SetSecond(*args, **kwargs)
3541
3542 def SetMillisecond(*args, **kwargs):
3543 """SetMillisecond(self, int millisecond) -> DateTime"""
3544 return _misc_.DateTime_SetMillisecond(*args, **kwargs)
3545
3546 def SetToWeekDayInSameWeek(*args, **kwargs):
3547 """SetToWeekDayInSameWeek(self, int weekday, int flags=Monday_First) -> DateTime"""
3548 return _misc_.DateTime_SetToWeekDayInSameWeek(*args, **kwargs)
3549
3550 def GetWeekDayInSameWeek(*args, **kwargs):
3551 """GetWeekDayInSameWeek(self, int weekday, int flags=Monday_First) -> DateTime"""
3552 return _misc_.DateTime_GetWeekDayInSameWeek(*args, **kwargs)
3553
3554 def SetToNextWeekDay(*args, **kwargs):
3555 """SetToNextWeekDay(self, int weekday) -> DateTime"""
3556 return _misc_.DateTime_SetToNextWeekDay(*args, **kwargs)
3557
3558 def GetNextWeekDay(*args, **kwargs):
3559 """GetNextWeekDay(self, int weekday) -> DateTime"""
3560 return _misc_.DateTime_GetNextWeekDay(*args, **kwargs)
3561
3562 def SetToPrevWeekDay(*args, **kwargs):
3563 """SetToPrevWeekDay(self, int weekday) -> DateTime"""
3564 return _misc_.DateTime_SetToPrevWeekDay(*args, **kwargs)
3565
3566 def GetPrevWeekDay(*args, **kwargs):
3567 """GetPrevWeekDay(self, int weekday) -> DateTime"""
3568 return _misc_.DateTime_GetPrevWeekDay(*args, **kwargs)
3569
3570 def SetToWeekDay(*args, **kwargs):
3571 """SetToWeekDay(self, int weekday, int n=1, int month=Inv_Month, int year=Inv_Year) -> bool"""
3572 return _misc_.DateTime_SetToWeekDay(*args, **kwargs)
3573
3574 def SetToLastWeekDay(*args, **kwargs):
3575 """SetToLastWeekDay(self, int weekday, int month=Inv_Month, int year=Inv_Year) -> bool"""
3576 return _misc_.DateTime_SetToLastWeekDay(*args, **kwargs)
3577
3578 def GetLastWeekDay(*args, **kwargs):
3579 """GetLastWeekDay(self, int weekday, int month=Inv_Month, int year=Inv_Year) -> DateTime"""
3580 return _misc_.DateTime_GetLastWeekDay(*args, **kwargs)
3581
3582 def SetToTheWeek(*args, **kwargs):
3583 """SetToTheWeek(self, int numWeek, int weekday=Mon, int flags=Monday_First) -> bool"""
3584 return _misc_.DateTime_SetToTheWeek(*args, **kwargs)
3585
3586 def GetWeek(*args, **kwargs):
3587 """GetWeek(self, int numWeek, int weekday=Mon, int flags=Monday_First) -> DateTime"""
3588 return _misc_.DateTime_GetWeek(*args, **kwargs)
3589
3590 SetToTheWeek = wx._deprecated(SetToTheWeek, "SetToTheWeek is deprecated, use (static) SetToWeekOfYear instead")
3591 GetWeek = wx._deprecated(GetWeek, "GetWeek is deprecated, use GetWeekOfYear instead")
3592
3593 def SetToWeekOfYear(*args, **kwargs):
3594 """SetToWeekOfYear(int year, int numWeek, int weekday=Mon) -> DateTime"""
3595 return _misc_.DateTime_SetToWeekOfYear(*args, **kwargs)
3596
3597 SetToWeekOfYear = staticmethod(SetToWeekOfYear)
3598 def SetToLastMonthDay(*args, **kwargs):
3599 """SetToLastMonthDay(self, int month=Inv_Month, int year=Inv_Year) -> DateTime"""
3600 return _misc_.DateTime_SetToLastMonthDay(*args, **kwargs)
3601
3602 def GetLastMonthDay(*args, **kwargs):
3603 """GetLastMonthDay(self, int month=Inv_Month, int year=Inv_Year) -> DateTime"""
3604 return _misc_.DateTime_GetLastMonthDay(*args, **kwargs)
3605
3606 def SetToYearDay(*args, **kwargs):
3607 """SetToYearDay(self, int yday) -> DateTime"""
3608 return _misc_.DateTime_SetToYearDay(*args, **kwargs)
3609
3610 def GetYearDay(*args, **kwargs):
3611 """GetYearDay(self, int yday) -> DateTime"""
3612 return _misc_.DateTime_GetYearDay(*args, **kwargs)
3613
3614 def GetJulianDayNumber(*args, **kwargs):
3615 """GetJulianDayNumber(self) -> double"""
3616 return _misc_.DateTime_GetJulianDayNumber(*args, **kwargs)
3617
3618 def GetJDN(*args, **kwargs):
3619 """GetJDN(self) -> double"""
3620 return _misc_.DateTime_GetJDN(*args, **kwargs)
3621
3622 def GetModifiedJulianDayNumber(*args, **kwargs):
3623 """GetModifiedJulianDayNumber(self) -> double"""
3624 return _misc_.DateTime_GetModifiedJulianDayNumber(*args, **kwargs)
3625
3626 def GetMJD(*args, **kwargs):
3627 """GetMJD(self) -> double"""
3628 return _misc_.DateTime_GetMJD(*args, **kwargs)
3629
3630 def GetRataDie(*args, **kwargs):
3631 """GetRataDie(self) -> double"""
3632 return _misc_.DateTime_GetRataDie(*args, **kwargs)
3633
3634 def ToTimezone(*args, **kwargs):
3635 """ToTimezone(self, wxDateTime::TimeZone tz, bool noDST=False) -> DateTime"""
3636 return _misc_.DateTime_ToTimezone(*args, **kwargs)
3637
3638 def MakeTimezone(*args, **kwargs):
3639 """MakeTimezone(self, wxDateTime::TimeZone tz, bool noDST=False) -> DateTime"""
3640 return _misc_.DateTime_MakeTimezone(*args, **kwargs)
3641
3642 def FromTimezone(*args, **kwargs):
3643 """FromTimezone(self, wxDateTime::TimeZone tz, bool noDST=False) -> DateTime"""
3644 return _misc_.DateTime_FromTimezone(*args, **kwargs)
3645
3646 def MakeFromTimezone(*args, **kwargs):
3647 """MakeFromTimezone(self, wxDateTime::TimeZone tz, bool noDST=False) -> DateTime"""
3648 return _misc_.DateTime_MakeFromTimezone(*args, **kwargs)
3649
3650 def ToUTC(*args, **kwargs):
3651 """ToUTC(self, bool noDST=False) -> DateTime"""
3652 return _misc_.DateTime_ToUTC(*args, **kwargs)
3653
3654 def MakeUTC(*args, **kwargs):
3655 """MakeUTC(self, bool noDST=False) -> DateTime"""
3656 return _misc_.DateTime_MakeUTC(*args, **kwargs)
3657
3658 def ToGMT(*args, **kwargs):
3659 """ToGMT(self, bool noDST=False) -> DateTime"""
3660 return _misc_.DateTime_ToGMT(*args, **kwargs)
3661
3662 def MakeGMT(*args, **kwargs):
3663 """MakeGMT(self, bool noDST=False) -> DateTime"""
3664 return _misc_.DateTime_MakeGMT(*args, **kwargs)
3665
3666 def FromUTC(*args, **kwargs):
3667 """FromUTC(self, bool noDST=False) -> DateTime"""
3668 return _misc_.DateTime_FromUTC(*args, **kwargs)
3669
3670 def MakeFromUTC(*args, **kwargs):
3671 """MakeFromUTC(self, bool noDST=False) -> DateTime"""
3672 return _misc_.DateTime_MakeFromUTC(*args, **kwargs)
3673
3674 def IsDST(*args, **kwargs):
3675 """IsDST(self, int country=Country_Default) -> int"""
3676 return _misc_.DateTime_IsDST(*args, **kwargs)
3677
3678 def IsValid(*args, **kwargs):
3679 """IsValid(self) -> bool"""
3680 return _misc_.DateTime_IsValid(*args, **kwargs)
3681
3682 Ok = IsValid
3683 def __nonzero__(self): return self.Ok()
3684 def GetTicks(*args, **kwargs):
3685 """GetTicks(self) -> time_t"""
3686 return _misc_.DateTime_GetTicks(*args, **kwargs)
3687
3688 def GetYear(*args, **kwargs):
3689 """GetYear(self, wxDateTime::TimeZone tz=LOCAL_TZ) -> int"""
3690 return _misc_.DateTime_GetYear(*args, **kwargs)
3691
3692 def GetMonth(*args, **kwargs):
3693 """GetMonth(self, wxDateTime::TimeZone tz=LOCAL_TZ) -> int"""
3694 return _misc_.DateTime_GetMonth(*args, **kwargs)
3695
3696 def GetDay(*args, **kwargs):
3697 """GetDay(self, wxDateTime::TimeZone tz=LOCAL_TZ) -> int"""
3698 return _misc_.DateTime_GetDay(*args, **kwargs)
3699
3700 def GetWeekDay(*args, **kwargs):
3701 """GetWeekDay(self, wxDateTime::TimeZone tz=LOCAL_TZ) -> int"""
3702 return _misc_.DateTime_GetWeekDay(*args, **kwargs)
3703
3704 def GetHour(*args, **kwargs):
3705 """GetHour(self, wxDateTime::TimeZone tz=LOCAL_TZ) -> int"""
3706 return _misc_.DateTime_GetHour(*args, **kwargs)
3707
3708 def GetMinute(*args, **kwargs):
3709 """GetMinute(self, wxDateTime::TimeZone tz=LOCAL_TZ) -> int"""
3710 return _misc_.DateTime_GetMinute(*args, **kwargs)
3711
3712 def GetSecond(*args, **kwargs):
3713 """GetSecond(self, wxDateTime::TimeZone tz=LOCAL_TZ) -> int"""
3714 return _misc_.DateTime_GetSecond(*args, **kwargs)
3715
3716 def GetMillisecond(*args, **kwargs):
3717 """GetMillisecond(self, wxDateTime::TimeZone tz=LOCAL_TZ) -> int"""
3718 return _misc_.DateTime_GetMillisecond(*args, **kwargs)
3719
3720 def GetDayOfYear(*args, **kwargs):
3721 """GetDayOfYear(self, wxDateTime::TimeZone tz=LOCAL_TZ) -> int"""
3722 return _misc_.DateTime_GetDayOfYear(*args, **kwargs)
3723
3724 def GetWeekOfYear(*args, **kwargs):
3725 """GetWeekOfYear(self, int flags=Monday_First, wxDateTime::TimeZone tz=LOCAL_TZ) -> int"""
3726 return _misc_.DateTime_GetWeekOfYear(*args, **kwargs)
3727
3728 def GetWeekOfMonth(*args, **kwargs):
3729 """GetWeekOfMonth(self, int flags=Monday_First, wxDateTime::TimeZone tz=LOCAL_TZ) -> int"""
3730 return _misc_.DateTime_GetWeekOfMonth(*args, **kwargs)
3731
3732 def IsWorkDay(*args, **kwargs):
3733 """IsWorkDay(self, int country=Country_Default) -> bool"""
3734 return _misc_.DateTime_IsWorkDay(*args, **kwargs)
3735
3736 def IsEqualTo(*args, **kwargs):
3737 """IsEqualTo(self, DateTime datetime) -> bool"""
3738 return _misc_.DateTime_IsEqualTo(*args, **kwargs)
3739
3740 def IsEarlierThan(*args, **kwargs):
3741 """IsEarlierThan(self, DateTime datetime) -> bool"""
3742 return _misc_.DateTime_IsEarlierThan(*args, **kwargs)
3743
3744 def IsLaterThan(*args, **kwargs):
3745 """IsLaterThan(self, DateTime datetime) -> bool"""
3746 return _misc_.DateTime_IsLaterThan(*args, **kwargs)
3747
3748 def IsStrictlyBetween(*args, **kwargs):
3749 """IsStrictlyBetween(self, DateTime t1, DateTime t2) -> bool"""
3750 return _misc_.DateTime_IsStrictlyBetween(*args, **kwargs)
3751
3752 def IsBetween(*args, **kwargs):
3753 """IsBetween(self, DateTime t1, DateTime t2) -> bool"""
3754 return _misc_.DateTime_IsBetween(*args, **kwargs)
3755
3756 def IsSameDate(*args, **kwargs):
3757 """IsSameDate(self, DateTime dt) -> bool"""
3758 return _misc_.DateTime_IsSameDate(*args, **kwargs)
3759
3760 def IsSameTime(*args, **kwargs):
3761 """IsSameTime(self, DateTime dt) -> bool"""
3762 return _misc_.DateTime_IsSameTime(*args, **kwargs)
3763
3764 def IsEqualUpTo(*args, **kwargs):
3765 """IsEqualUpTo(self, DateTime dt, TimeSpan ts) -> bool"""
3766 return _misc_.DateTime_IsEqualUpTo(*args, **kwargs)
3767
3768 def AddTS(*args, **kwargs):
3769 """AddTS(self, TimeSpan diff) -> DateTime"""
3770 return _misc_.DateTime_AddTS(*args, **kwargs)
3771
3772 def AddDS(*args, **kwargs):
3773 """AddDS(self, DateSpan diff) -> DateTime"""
3774 return _misc_.DateTime_AddDS(*args, **kwargs)
3775
3776 def SubtractTS(*args, **kwargs):
3777 """SubtractTS(self, TimeSpan diff) -> DateTime"""
3778 return _misc_.DateTime_SubtractTS(*args, **kwargs)
3779
3780 def SubtractDS(*args, **kwargs):
3781 """SubtractDS(self, DateSpan diff) -> DateTime"""
3782 return _misc_.DateTime_SubtractDS(*args, **kwargs)
3783
3784 def Subtract(*args, **kwargs):
3785 """Subtract(self, DateTime dt) -> TimeSpan"""
3786 return _misc_.DateTime_Subtract(*args, **kwargs)
3787
3788 def __iadd__(*args):
3789 """
3790 __iadd__(self, TimeSpan diff) -> DateTime
3791 __iadd__(self, DateSpan diff) -> DateTime
3792 """
3793 return _misc_.DateTime___iadd__(*args)
3794
3795 def __isub__(*args):
3796 """
3797 __isub__(self, TimeSpan diff) -> DateTime
3798 __isub__(self, DateSpan diff) -> DateTime
3799 """
3800 return _misc_.DateTime___isub__(*args)
3801
3802 def __add__(*args):
3803 """
3804 __add__(self, TimeSpan other) -> DateTime
3805 __add__(self, DateSpan other) -> DateTime
3806 """
3807 return _misc_.DateTime___add__(*args)
3808
3809 def __sub__(*args):
3810 """
3811 __sub__(self, DateTime other) -> TimeSpan
3812 __sub__(self, TimeSpan other) -> DateTime
3813 __sub__(self, DateSpan other) -> DateTime
3814 """
3815 return _misc_.DateTime___sub__(*args)
3816
3817 def __lt__(*args, **kwargs):
3818 """__lt__(self, DateTime other) -> bool"""
3819 return _misc_.DateTime___lt__(*args, **kwargs)
3820
3821 def __le__(*args, **kwargs):
3822 """__le__(self, DateTime other) -> bool"""
3823 return _misc_.DateTime___le__(*args, **kwargs)
3824
3825 def __gt__(*args, **kwargs):
3826 """__gt__(self, DateTime other) -> bool"""
3827 return _misc_.DateTime___gt__(*args, **kwargs)
3828
3829 def __ge__(*args, **kwargs):
3830 """__ge__(self, DateTime other) -> bool"""
3831 return _misc_.DateTime___ge__(*args, **kwargs)
3832
3833 def __eq__(*args, **kwargs):
3834 """__eq__(self, DateTime other) -> bool"""
3835 return _misc_.DateTime___eq__(*args, **kwargs)
3836
3837 def __ne__(*args, **kwargs):
3838 """__ne__(self, DateTime other) -> bool"""
3839 return _misc_.DateTime___ne__(*args, **kwargs)
3840
3841 def ParseRfc822Date(*args, **kwargs):
3842 """ParseRfc822Date(self, String date) -> int"""
3843 return _misc_.DateTime_ParseRfc822Date(*args, **kwargs)
3844
3845 def ParseFormat(*args, **kwargs):
3846 """ParseFormat(self, String date, String format=DefaultDateTimeFormat, DateTime dateDef=DefaultDateTime) -> int"""
3847 return _misc_.DateTime_ParseFormat(*args, **kwargs)
3848
3849 def ParseDateTime(*args, **kwargs):
3850 """ParseDateTime(self, String datetime) -> int"""
3851 return _misc_.DateTime_ParseDateTime(*args, **kwargs)
3852
3853 def ParseDate(*args, **kwargs):
3854 """ParseDate(self, String date) -> int"""
3855 return _misc_.DateTime_ParseDate(*args, **kwargs)
3856
3857 def ParseTime(*args, **kwargs):
3858 """ParseTime(self, String time) -> int"""
3859 return _misc_.DateTime_ParseTime(*args, **kwargs)
3860
3861 def Format(*args, **kwargs):
3862 """Format(self, String format=DefaultDateTimeFormat, wxDateTime::TimeZone tz=LOCAL_TZ) -> String"""
3863 return _misc_.DateTime_Format(*args, **kwargs)
3864
3865 def FormatDate(*args, **kwargs):
3866 """FormatDate(self) -> String"""
3867 return _misc_.DateTime_FormatDate(*args, **kwargs)
3868
3869 def FormatTime(*args, **kwargs):
3870 """FormatTime(self) -> String"""
3871 return _misc_.DateTime_FormatTime(*args, **kwargs)
3872
3873 def FormatISODate(*args, **kwargs):
3874 """FormatISODate(self) -> String"""
3875 return _misc_.DateTime_FormatISODate(*args, **kwargs)
3876
3877 def FormatISOTime(*args, **kwargs):
3878 """FormatISOTime(self) -> String"""
3879 return _misc_.DateTime_FormatISOTime(*args, **kwargs)
3880
3881 def __repr__(self):
3882 if self.IsValid():
3883 f = self.Format().encode(wx.GetDefaultPyEncoding())
3884 return '<wx.DateTime: \"%s\" at %s>' % ( f, self.this)
3885 else:
3886 return '<wx.DateTime: \"INVALID\" at %s>' % self.this
3887 def __str__(self):
3888 if self.IsValid():
3889 return self.Format().encode(wx.GetDefaultPyEncoding())
3890 else:
3891 return "INVALID DateTime"
3892
3893 Day = property(GetDay,SetDay,doc="See `GetDay` and `SetDay`")
3894 DayOfYear = property(GetDayOfYear,doc="See `GetDayOfYear`")
3895 Hour = property(GetHour,SetHour,doc="See `GetHour` and `SetHour`")
3896 JDN = property(GetJDN,SetJDN,doc="See `GetJDN` and `SetJDN`")
3897 JulianDayNumber = property(GetJulianDayNumber,doc="See `GetJulianDayNumber`")
3898 LastMonthDay = property(GetLastMonthDay,doc="See `GetLastMonthDay`")
3899 LastWeekDay = property(GetLastWeekDay,doc="See `GetLastWeekDay`")
3900 MJD = property(GetMJD,doc="See `GetMJD`")
3901 Millisecond = property(GetMillisecond,SetMillisecond,doc="See `GetMillisecond` and `SetMillisecond`")
3902 Minute = property(GetMinute,SetMinute,doc="See `GetMinute` and `SetMinute`")
3903 ModifiedJulianDayNumber = property(GetModifiedJulianDayNumber,doc="See `GetModifiedJulianDayNumber`")
3904 Month = property(GetMonth,SetMonth,doc="See `GetMonth` and `SetMonth`")
3905 NextWeekDay = property(GetNextWeekDay,doc="See `GetNextWeekDay`")
3906 PrevWeekDay = property(GetPrevWeekDay,doc="See `GetPrevWeekDay`")
3907 RataDie = property(GetRataDie,doc="See `GetRataDie`")
3908 Second = property(GetSecond,SetSecond,doc="See `GetSecond` and `SetSecond`")
3909 Ticks = property(GetTicks,doc="See `GetTicks`")
3910 Week = property(GetWeek,doc="See `GetWeek`")
3911 WeekDay = property(GetWeekDay,doc="See `GetWeekDay`")
3912 WeekDayInSameWeek = property(GetWeekDayInSameWeek,doc="See `GetWeekDayInSameWeek`")
3913 WeekOfMonth = property(GetWeekOfMonth,doc="See `GetWeekOfMonth`")
3914 WeekOfYear = property(GetWeekOfYear,doc="See `GetWeekOfYear`")
3915 Year = property(GetYear,SetYear,doc="See `GetYear` and `SetYear`")
3916 YearDay = property(GetYearDay,doc="See `GetYearDay`")
3917 _misc_.DateTime_swigregister(DateTime)
3918 DefaultDateTimeFormat = cvar.DefaultDateTimeFormat
3919 DefaultTimeSpanFormat = cvar.DefaultTimeSpanFormat
3920
3921 def DateTime_SetCountry(*args, **kwargs):
3922 """DateTime_SetCountry(int country)"""
3923 return _misc_.DateTime_SetCountry(*args, **kwargs)
3924
3925 def DateTime_GetCountry(*args):
3926 """DateTime_GetCountry() -> int"""
3927 return _misc_.DateTime_GetCountry(*args)
3928
3929 def DateTime_IsWestEuropeanCountry(*args, **kwargs):
3930 """DateTime_IsWestEuropeanCountry(int country=Country_Default) -> bool"""
3931 return _misc_.DateTime_IsWestEuropeanCountry(*args, **kwargs)
3932
3933 def DateTime_GetCurrentYear(*args, **kwargs):
3934 """DateTime_GetCurrentYear(int cal=Gregorian) -> int"""
3935 return _misc_.DateTime_GetCurrentYear(*args, **kwargs)
3936
3937 def DateTime_ConvertYearToBC(*args, **kwargs):
3938 """DateTime_ConvertYearToBC(int year) -> int"""
3939 return _misc_.DateTime_ConvertYearToBC(*args, **kwargs)
3940
3941 def DateTime_GetCurrentMonth(*args, **kwargs):
3942 """DateTime_GetCurrentMonth(int cal=Gregorian) -> int"""
3943 return _misc_.DateTime_GetCurrentMonth(*args, **kwargs)
3944
3945 def DateTime_IsLeapYear(*args, **kwargs):
3946 """DateTime_IsLeapYear(int year=Inv_Year, int cal=Gregorian) -> bool"""
3947 return _misc_.DateTime_IsLeapYear(*args, **kwargs)
3948
3949 def DateTime_GetCentury(*args, **kwargs):
3950 """DateTime_GetCentury(int year=Inv_Year) -> int"""
3951 return _misc_.DateTime_GetCentury(*args, **kwargs)
3952
3953 def DateTime_GetNumberOfDaysinYear(*args, **kwargs):
3954 """DateTime_GetNumberOfDaysinYear(int year, int cal=Gregorian) -> int"""
3955 return _misc_.DateTime_GetNumberOfDaysinYear(*args, **kwargs)
3956
3957 def DateTime_GetNumberOfDaysInMonth(*args, **kwargs):
3958 """DateTime_GetNumberOfDaysInMonth(int month, int year=Inv_Year, int cal=Gregorian) -> int"""
3959 return _misc_.DateTime_GetNumberOfDaysInMonth(*args, **kwargs)
3960
3961 def DateTime_GetMonthName(*args, **kwargs):
3962 """DateTime_GetMonthName(int month, int flags=Name_Full) -> String"""
3963 return _misc_.DateTime_GetMonthName(*args, **kwargs)
3964
3965 def DateTime_GetWeekDayName(*args, **kwargs):
3966 """DateTime_GetWeekDayName(int weekday, int flags=Name_Full) -> String"""
3967 return _misc_.DateTime_GetWeekDayName(*args, **kwargs)
3968
3969 def DateTime_GetAmPmStrings(*args):
3970 """
3971 GetAmPmStrings() -> (am, pm)
3972
3973 Get the AM and PM strings in the current locale (may be empty)
3974 """
3975 return _misc_.DateTime_GetAmPmStrings(*args)
3976
3977 def DateTime_IsDSTApplicable(*args, **kwargs):
3978 """DateTime_IsDSTApplicable(int year=Inv_Year, int country=Country_Default) -> bool"""
3979 return _misc_.DateTime_IsDSTApplicable(*args, **kwargs)
3980
3981 def DateTime_GetBeginDST(*args, **kwargs):
3982 """DateTime_GetBeginDST(int year=Inv_Year, int country=Country_Default) -> DateTime"""
3983 return _misc_.DateTime_GetBeginDST(*args, **kwargs)
3984
3985 def DateTime_GetEndDST(*args, **kwargs):
3986 """DateTime_GetEndDST(int year=Inv_Year, int country=Country_Default) -> DateTime"""
3987 return _misc_.DateTime_GetEndDST(*args, **kwargs)
3988
3989 def DateTime_Now(*args):
3990 """DateTime_Now() -> DateTime"""
3991 return _misc_.DateTime_Now(*args)
3992
3993 def DateTime_UNow(*args):
3994 """DateTime_UNow() -> DateTime"""
3995 return _misc_.DateTime_UNow(*args)
3996
3997 def DateTime_Today(*args):
3998 """DateTime_Today() -> DateTime"""
3999 return _misc_.DateTime_Today(*args)
4000
4001 def DateTimeFromTimeT(*args, **kwargs):
4002 """DateTimeFromTimeT(time_t timet) -> DateTime"""
4003 val = _misc_.new_DateTimeFromTimeT(*args, **kwargs)
4004 return val
4005
4006 def DateTimeFromJDN(*args, **kwargs):
4007 """DateTimeFromJDN(double jdn) -> DateTime"""
4008 val = _misc_.new_DateTimeFromJDN(*args, **kwargs)
4009 return val
4010
4011 def DateTimeFromHMS(*args, **kwargs):
4012 """DateTimeFromHMS(int hour, int minute=0, int second=0, int millisec=0) -> DateTime"""
4013 val = _misc_.new_DateTimeFromHMS(*args, **kwargs)
4014 return val
4015
4016 def DateTimeFromDMY(*args, **kwargs):
4017 """
4018 DateTimeFromDMY(int day, int month=Inv_Month, int year=Inv_Year, int hour=0,
4019 int minute=0, int second=0, int millisec=0) -> DateTime
4020 """
4021 val = _misc_.new_DateTimeFromDMY(*args, **kwargs)
4022 return val
4023
4024 def DateTimeFromDateTime(*args, **kwargs):
4025 """DateTimeFromDateTime(DateTime date) -> DateTime"""
4026 val = _misc_.new_DateTimeFromDateTime(*args, **kwargs)
4027 return val
4028
4029 def DateTime_SetToWeekOfYear(*args, **kwargs):
4030 """DateTime_SetToWeekOfYear(int year, int numWeek, int weekday=Mon) -> DateTime"""
4031 return _misc_.DateTime_SetToWeekOfYear(*args, **kwargs)
4032
4033 class TimeSpan(object):
4034 """Proxy of C++ TimeSpan class"""
4035 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4036 __repr__ = _swig_repr
4037 def Milliseconds(*args, **kwargs):
4038 """Milliseconds(long ms) -> TimeSpan"""
4039 return _misc_.TimeSpan_Milliseconds(*args, **kwargs)
4040
4041 Milliseconds = staticmethod(Milliseconds)
4042 def Millisecond(*args, **kwargs):
4043 """Millisecond() -> TimeSpan"""
4044 return _misc_.TimeSpan_Millisecond(*args, **kwargs)
4045
4046 Millisecond = staticmethod(Millisecond)
4047 def Seconds(*args, **kwargs):
4048 """Seconds(long sec) -> TimeSpan"""
4049 return _misc_.TimeSpan_Seconds(*args, **kwargs)
4050
4051 Seconds = staticmethod(Seconds)
4052 def Second(*args, **kwargs):
4053 """Second() -> TimeSpan"""
4054 return _misc_.TimeSpan_Second(*args, **kwargs)
4055
4056 Second = staticmethod(Second)
4057 def Minutes(*args, **kwargs):
4058 """Minutes(long min) -> TimeSpan"""
4059 return _misc_.TimeSpan_Minutes(*args, **kwargs)
4060
4061 Minutes = staticmethod(Minutes)
4062 def Minute(*args, **kwargs):
4063 """Minute() -> TimeSpan"""
4064 return _misc_.TimeSpan_Minute(*args, **kwargs)
4065
4066 Minute = staticmethod(Minute)
4067 def Hours(*args, **kwargs):
4068 """Hours(long hours) -> TimeSpan"""
4069 return _misc_.TimeSpan_Hours(*args, **kwargs)
4070
4071 Hours = staticmethod(Hours)
4072 def Hour(*args, **kwargs):
4073 """Hour() -> TimeSpan"""
4074 return _misc_.TimeSpan_Hour(*args, **kwargs)
4075
4076 Hour = staticmethod(Hour)
4077 def Days(*args, **kwargs):
4078 """Days(long days) -> TimeSpan"""
4079 return _misc_.TimeSpan_Days(*args, **kwargs)
4080
4081 Days = staticmethod(Days)
4082 def Day(*args, **kwargs):
4083 """Day() -> TimeSpan"""
4084 return _misc_.TimeSpan_Day(*args, **kwargs)
4085
4086 Day = staticmethod(Day)
4087 def Weeks(*args, **kwargs):
4088 """Weeks(long days) -> TimeSpan"""
4089 return _misc_.TimeSpan_Weeks(*args, **kwargs)
4090
4091 Weeks = staticmethod(Weeks)
4092 def Week(*args, **kwargs):
4093 """Week() -> TimeSpan"""
4094 return _misc_.TimeSpan_Week(*args, **kwargs)
4095
4096 Week = staticmethod(Week)
4097 def __init__(self, *args, **kwargs):
4098 """__init__(self, long hours=0, long minutes=0, long seconds=0, long milliseconds=0) -> TimeSpan"""
4099 _misc_.TimeSpan_swiginit(self,_misc_.new_TimeSpan(*args, **kwargs))
4100 __swig_destroy__ = _misc_.delete_TimeSpan
4101 __del__ = lambda self : None;
4102 def Add(*args, **kwargs):
4103 """Add(self, TimeSpan diff) -> TimeSpan"""
4104 return _misc_.TimeSpan_Add(*args, **kwargs)
4105
4106 def Subtract(*args, **kwargs):
4107 """Subtract(self, TimeSpan diff) -> TimeSpan"""
4108 return _misc_.TimeSpan_Subtract(*args, **kwargs)
4109
4110 def Multiply(*args, **kwargs):
4111 """Multiply(self, int n) -> TimeSpan"""
4112 return _misc_.TimeSpan_Multiply(*args, **kwargs)
4113
4114 def Neg(*args, **kwargs):
4115 """Neg(self) -> TimeSpan"""
4116 return _misc_.TimeSpan_Neg(*args, **kwargs)
4117
4118 def Abs(*args, **kwargs):
4119 """Abs(self) -> TimeSpan"""
4120 return _misc_.TimeSpan_Abs(*args, **kwargs)
4121
4122 def __iadd__(*args, **kwargs):
4123 """__iadd__(self, TimeSpan diff) -> TimeSpan"""
4124 return _misc_.TimeSpan___iadd__(*args, **kwargs)
4125
4126 def __isub__(*args, **kwargs):
4127 """__isub__(self, TimeSpan diff) -> TimeSpan"""
4128 return _misc_.TimeSpan___isub__(*args, **kwargs)
4129
4130 def __imul__(*args, **kwargs):
4131 """__imul__(self, int n) -> TimeSpan"""
4132 return _misc_.TimeSpan___imul__(*args, **kwargs)
4133
4134 def __neg__(*args, **kwargs):
4135 """__neg__(self) -> TimeSpan"""
4136 return _misc_.TimeSpan___neg__(*args, **kwargs)
4137
4138 def __add__(*args, **kwargs):
4139 """__add__(self, TimeSpan other) -> TimeSpan"""
4140 return _misc_.TimeSpan___add__(*args, **kwargs)
4141
4142 def __sub__(*args, **kwargs):
4143 """__sub__(self, TimeSpan other) -> TimeSpan"""
4144 return _misc_.TimeSpan___sub__(*args, **kwargs)
4145
4146 def __mul__(*args, **kwargs):
4147 """__mul__(self, int n) -> TimeSpan"""
4148 return _misc_.TimeSpan___mul__(*args, **kwargs)
4149
4150 def __rmul__(*args, **kwargs):
4151 """__rmul__(self, int n) -> TimeSpan"""
4152 return _misc_.TimeSpan___rmul__(*args, **kwargs)
4153
4154 def __lt__(*args, **kwargs):
4155 """__lt__(self, TimeSpan other) -> bool"""
4156 return _misc_.TimeSpan___lt__(*args, **kwargs)
4157
4158 def __le__(*args, **kwargs):
4159 """__le__(self, TimeSpan other) -> bool"""
4160 return _misc_.TimeSpan___le__(*args, **kwargs)
4161
4162 def __gt__(*args, **kwargs):
4163 """__gt__(self, TimeSpan other) -> bool"""
4164 return _misc_.TimeSpan___gt__(*args, **kwargs)
4165
4166 def __ge__(*args, **kwargs):
4167 """__ge__(self, TimeSpan other) -> bool"""
4168 return _misc_.TimeSpan___ge__(*args, **kwargs)
4169
4170 def __eq__(*args, **kwargs):
4171 """__eq__(self, TimeSpan other) -> bool"""
4172 return _misc_.TimeSpan___eq__(*args, **kwargs)
4173
4174 def __ne__(*args, **kwargs):
4175 """__ne__(self, TimeSpan other) -> bool"""
4176 return _misc_.TimeSpan___ne__(*args, **kwargs)
4177
4178 def IsNull(*args, **kwargs):
4179 """IsNull(self) -> bool"""
4180 return _misc_.TimeSpan_IsNull(*args, **kwargs)
4181
4182 def IsPositive(*args, **kwargs):
4183 """IsPositive(self) -> bool"""
4184 return _misc_.TimeSpan_IsPositive(*args, **kwargs)
4185
4186 def IsNegative(*args, **kwargs):
4187 """IsNegative(self) -> bool"""
4188 return _misc_.TimeSpan_IsNegative(*args, **kwargs)
4189
4190 def IsEqualTo(*args, **kwargs):
4191 """IsEqualTo(self, TimeSpan ts) -> bool"""
4192 return _misc_.TimeSpan_IsEqualTo(*args, **kwargs)
4193
4194 def IsLongerThan(*args, **kwargs):
4195 """IsLongerThan(self, TimeSpan ts) -> bool"""
4196 return _misc_.TimeSpan_IsLongerThan(*args, **kwargs)
4197
4198 def IsShorterThan(*args, **kwargs):
4199 """IsShorterThan(self, TimeSpan t) -> bool"""
4200 return _misc_.TimeSpan_IsShorterThan(*args, **kwargs)
4201
4202 def GetWeeks(*args, **kwargs):
4203 """GetWeeks(self) -> int"""
4204 return _misc_.TimeSpan_GetWeeks(*args, **kwargs)
4205
4206 def GetDays(*args, **kwargs):
4207 """GetDays(self) -> int"""
4208 return _misc_.TimeSpan_GetDays(*args, **kwargs)
4209
4210 def GetHours(*args, **kwargs):
4211 """GetHours(self) -> int"""
4212 return _misc_.TimeSpan_GetHours(*args, **kwargs)
4213
4214 def GetMinutes(*args, **kwargs):
4215 """GetMinutes(self) -> int"""
4216 return _misc_.TimeSpan_GetMinutes(*args, **kwargs)
4217
4218 def GetSeconds(*args, **kwargs):
4219 """GetSeconds(self) -> wxLongLong"""
4220 return _misc_.TimeSpan_GetSeconds(*args, **kwargs)
4221
4222 def GetMilliseconds(*args, **kwargs):
4223 """GetMilliseconds(self) -> wxLongLong"""
4224 return _misc_.TimeSpan_GetMilliseconds(*args, **kwargs)
4225
4226 def Format(*args, **kwargs):
4227 """Format(self, String format=DefaultTimeSpanFormat) -> String"""
4228 return _misc_.TimeSpan_Format(*args, **kwargs)
4229
4230 def __repr__(self):
4231 f = self.Format().encode(wx.GetDefaultPyEncoding())
4232 return '<wx.TimeSpan: \"%s\" at %s>' % ( f, self.this)
4233 def __str__(self):
4234 return self.Format().encode(wx.GetDefaultPyEncoding())
4235
4236 _misc_.TimeSpan_swigregister(TimeSpan)
4237
4238 def TimeSpan_Milliseconds(*args, **kwargs):
4239 """TimeSpan_Milliseconds(long ms) -> TimeSpan"""
4240 return _misc_.TimeSpan_Milliseconds(*args, **kwargs)
4241
4242 def TimeSpan_Millisecond(*args):
4243 """TimeSpan_Millisecond() -> TimeSpan"""
4244 return _misc_.TimeSpan_Millisecond(*args)
4245
4246 def TimeSpan_Seconds(*args, **kwargs):
4247 """TimeSpan_Seconds(long sec) -> TimeSpan"""
4248 return _misc_.TimeSpan_Seconds(*args, **kwargs)
4249
4250 def TimeSpan_Second(*args):
4251 """TimeSpan_Second() -> TimeSpan"""
4252 return _misc_.TimeSpan_Second(*args)
4253
4254 def TimeSpan_Minutes(*args, **kwargs):
4255 """TimeSpan_Minutes(long min) -> TimeSpan"""
4256 return _misc_.TimeSpan_Minutes(*args, **kwargs)
4257
4258 def TimeSpan_Minute(*args):
4259 """TimeSpan_Minute() -> TimeSpan"""
4260 return _misc_.TimeSpan_Minute(*args)
4261
4262 def TimeSpan_Hours(*args, **kwargs):
4263 """TimeSpan_Hours(long hours) -> TimeSpan"""
4264 return _misc_.TimeSpan_Hours(*args, **kwargs)
4265
4266 def TimeSpan_Hour(*args):
4267 """TimeSpan_Hour() -> TimeSpan"""
4268 return _misc_.TimeSpan_Hour(*args)
4269
4270 def TimeSpan_Days(*args, **kwargs):
4271 """TimeSpan_Days(long days) -> TimeSpan"""
4272 return _misc_.TimeSpan_Days(*args, **kwargs)
4273
4274 def TimeSpan_Day(*args):
4275 """TimeSpan_Day() -> TimeSpan"""
4276 return _misc_.TimeSpan_Day(*args)
4277
4278 def TimeSpan_Weeks(*args, **kwargs):
4279 """TimeSpan_Weeks(long days) -> TimeSpan"""
4280 return _misc_.TimeSpan_Weeks(*args, **kwargs)
4281
4282 def TimeSpan_Week(*args):
4283 """TimeSpan_Week() -> TimeSpan"""
4284 return _misc_.TimeSpan_Week(*args)
4285
4286 class DateSpan(object):
4287 """Proxy of C++ DateSpan class"""
4288 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4289 __repr__ = _swig_repr
4290 def __init__(self, *args, **kwargs):
4291 """__init__(self, int years=0, int months=0, int weeks=0, int days=0) -> DateSpan"""
4292 _misc_.DateSpan_swiginit(self,_misc_.new_DateSpan(*args, **kwargs))
4293 __swig_destroy__ = _misc_.delete_DateSpan
4294 __del__ = lambda self : None;
4295 def Days(*args, **kwargs):
4296 """Days(int days) -> DateSpan"""
4297 return _misc_.DateSpan_Days(*args, **kwargs)
4298
4299 Days = staticmethod(Days)
4300 def Day(*args, **kwargs):
4301 """Day() -> DateSpan"""
4302 return _misc_.DateSpan_Day(*args, **kwargs)
4303
4304 Day = staticmethod(Day)
4305 def Weeks(*args, **kwargs):
4306 """Weeks(int weeks) -> DateSpan"""
4307 return _misc_.DateSpan_Weeks(*args, **kwargs)
4308
4309 Weeks = staticmethod(Weeks)
4310 def Week(*args, **kwargs):
4311 """Week() -> DateSpan"""
4312 return _misc_.DateSpan_Week(*args, **kwargs)
4313
4314 Week = staticmethod(Week)
4315 def Months(*args, **kwargs):
4316 """Months(int mon) -> DateSpan"""
4317 return _misc_.DateSpan_Months(*args, **kwargs)
4318
4319 Months = staticmethod(Months)
4320 def Month(*args, **kwargs):
4321 """Month() -> DateSpan"""
4322 return _misc_.DateSpan_Month(*args, **kwargs)
4323
4324 Month = staticmethod(Month)
4325 def Years(*args, **kwargs):
4326 """Years(int years) -> DateSpan"""
4327 return _misc_.DateSpan_Years(*args, **kwargs)
4328
4329 Years = staticmethod(Years)
4330 def Year(*args, **kwargs):
4331 """Year() -> DateSpan"""
4332 return _misc_.DateSpan_Year(*args, **kwargs)
4333
4334 Year = staticmethod(Year)
4335 def SetYears(*args, **kwargs):
4336 """SetYears(self, int n) -> DateSpan"""
4337 return _misc_.DateSpan_SetYears(*args, **kwargs)
4338
4339 def SetMonths(*args, **kwargs):
4340 """SetMonths(self, int n) -> DateSpan"""
4341 return _misc_.DateSpan_SetMonths(*args, **kwargs)
4342
4343 def SetWeeks(*args, **kwargs):
4344 """SetWeeks(self, int n) -> DateSpan"""
4345 return _misc_.DateSpan_SetWeeks(*args, **kwargs)
4346
4347 def SetDays(*args, **kwargs):
4348 """SetDays(self, int n) -> DateSpan"""
4349 return _misc_.DateSpan_SetDays(*args, **kwargs)
4350
4351 def GetYears(*args, **kwargs):
4352 """GetYears(self) -> int"""
4353 return _misc_.DateSpan_GetYears(*args, **kwargs)
4354
4355 def GetMonths(*args, **kwargs):
4356 """GetMonths(self) -> int"""
4357 return _misc_.DateSpan_GetMonths(*args, **kwargs)
4358
4359 def GetWeeks(*args, **kwargs):
4360 """GetWeeks(self) -> int"""
4361 return _misc_.DateSpan_GetWeeks(*args, **kwargs)
4362
4363 def GetDays(*args, **kwargs):
4364 """GetDays(self) -> int"""
4365 return _misc_.DateSpan_GetDays(*args, **kwargs)
4366
4367 def GetTotalDays(*args, **kwargs):
4368 """GetTotalDays(self) -> int"""
4369 return _misc_.DateSpan_GetTotalDays(*args, **kwargs)
4370
4371 def Add(*args, **kwargs):
4372 """Add(self, DateSpan other) -> DateSpan"""
4373 return _misc_.DateSpan_Add(*args, **kwargs)
4374
4375 def Subtract(*args, **kwargs):
4376 """Subtract(self, DateSpan other) -> DateSpan"""
4377 return _misc_.DateSpan_Subtract(*args, **kwargs)
4378
4379 def Neg(*args, **kwargs):
4380 """Neg(self) -> DateSpan"""
4381 return _misc_.DateSpan_Neg(*args, **kwargs)
4382
4383 def Multiply(*args, **kwargs):
4384 """Multiply(self, int factor) -> DateSpan"""
4385 return _misc_.DateSpan_Multiply(*args, **kwargs)
4386
4387 def __iadd__(*args, **kwargs):
4388 """__iadd__(self, DateSpan other) -> DateSpan"""
4389 return _misc_.DateSpan___iadd__(*args, **kwargs)
4390
4391 def __isub__(*args, **kwargs):
4392 """__isub__(self, DateSpan other) -> DateSpan"""
4393 return _misc_.DateSpan___isub__(*args, **kwargs)
4394
4395 def __neg__(*args, **kwargs):
4396 """__neg__(self) -> DateSpan"""
4397 return _misc_.DateSpan___neg__(*args, **kwargs)
4398
4399 def __imul__(*args, **kwargs):
4400 """__imul__(self, int factor) -> DateSpan"""
4401 return _misc_.DateSpan___imul__(*args, **kwargs)
4402
4403 def __add__(*args, **kwargs):
4404 """__add__(self, DateSpan other) -> DateSpan"""
4405 return _misc_.DateSpan___add__(*args, **kwargs)
4406
4407 def __sub__(*args, **kwargs):
4408 """__sub__(self, DateSpan other) -> DateSpan"""
4409 return _misc_.DateSpan___sub__(*args, **kwargs)
4410
4411 def __mul__(*args, **kwargs):
4412 """__mul__(self, int n) -> DateSpan"""
4413 return _misc_.DateSpan___mul__(*args, **kwargs)
4414
4415 def __rmul__(*args, **kwargs):
4416 """__rmul__(self, int n) -> DateSpan"""
4417 return _misc_.DateSpan___rmul__(*args, **kwargs)
4418
4419 def __eq__(*args, **kwargs):
4420 """__eq__(self, DateSpan other) -> bool"""
4421 return _misc_.DateSpan___eq__(*args, **kwargs)
4422
4423 def __ne__(*args, **kwargs):
4424 """__ne__(self, DateSpan other) -> bool"""
4425 return _misc_.DateSpan___ne__(*args, **kwargs)
4426
4427 Days = property(GetDays,SetDays,doc="See `GetDays` and `SetDays`")
4428 Months = property(GetMonths,SetMonths,doc="See `GetMonths` and `SetMonths`")
4429 TotalDays = property(GetTotalDays,doc="See `GetTotalDays`")
4430 Weeks = property(GetWeeks,SetWeeks,doc="See `GetWeeks` and `SetWeeks`")
4431 Years = property(GetYears,SetYears,doc="See `GetYears` and `SetYears`")
4432 _misc_.DateSpan_swigregister(DateSpan)
4433
4434 def DateSpan_Days(*args, **kwargs):
4435 """DateSpan_Days(int days) -> DateSpan"""
4436 return _misc_.DateSpan_Days(*args, **kwargs)
4437
4438 def DateSpan_Day(*args):
4439 """DateSpan_Day() -> DateSpan"""
4440 return _misc_.DateSpan_Day(*args)
4441
4442 def DateSpan_Weeks(*args, **kwargs):
4443 """DateSpan_Weeks(int weeks) -> DateSpan"""
4444 return _misc_.DateSpan_Weeks(*args, **kwargs)
4445
4446 def DateSpan_Week(*args):
4447 """DateSpan_Week() -> DateSpan"""
4448 return _misc_.DateSpan_Week(*args)
4449
4450 def DateSpan_Months(*args, **kwargs):
4451 """DateSpan_Months(int mon) -> DateSpan"""
4452 return _misc_.DateSpan_Months(*args, **kwargs)
4453
4454 def DateSpan_Month(*args):
4455 """DateSpan_Month() -> DateSpan"""
4456 return _misc_.DateSpan_Month(*args)
4457
4458 def DateSpan_Years(*args, **kwargs):
4459 """DateSpan_Years(int years) -> DateSpan"""
4460 return _misc_.DateSpan_Years(*args, **kwargs)
4461
4462 def DateSpan_Year(*args):
4463 """DateSpan_Year() -> DateSpan"""
4464 return _misc_.DateSpan_Year(*args)
4465
4466
4467 def GetLocalTime(*args):
4468 """GetLocalTime() -> long"""
4469 return _misc_.GetLocalTime(*args)
4470
4471 def GetUTCTime(*args):
4472 """GetUTCTime() -> long"""
4473 return _misc_.GetUTCTime(*args)
4474
4475 def GetCurrentTime(*args):
4476 """GetCurrentTime() -> long"""
4477 return _misc_.GetCurrentTime(*args)
4478
4479 def GetLocalTimeMillis(*args):
4480 """GetLocalTimeMillis() -> wxLongLong"""
4481 return _misc_.GetLocalTimeMillis(*args)
4482 #---------------------------------------------------------------------------
4483
4484 DF_INVALID = _misc_.DF_INVALID
4485 DF_TEXT = _misc_.DF_TEXT
4486 DF_BITMAP = _misc_.DF_BITMAP
4487 DF_METAFILE = _misc_.DF_METAFILE
4488 DF_SYLK = _misc_.DF_SYLK
4489 DF_DIF = _misc_.DF_DIF
4490 DF_TIFF = _misc_.DF_TIFF
4491 DF_OEMTEXT = _misc_.DF_OEMTEXT
4492 DF_DIB = _misc_.DF_DIB
4493 DF_PALETTE = _misc_.DF_PALETTE
4494 DF_PENDATA = _misc_.DF_PENDATA
4495 DF_RIFF = _misc_.DF_RIFF
4496 DF_WAVE = _misc_.DF_WAVE
4497 DF_UNICODETEXT = _misc_.DF_UNICODETEXT
4498 DF_ENHMETAFILE = _misc_.DF_ENHMETAFILE
4499 DF_FILENAME = _misc_.DF_FILENAME
4500 DF_LOCALE = _misc_.DF_LOCALE
4501 DF_PRIVATE = _misc_.DF_PRIVATE
4502 DF_HTML = _misc_.DF_HTML
4503 DF_MAX = _misc_.DF_MAX
4504 class DataFormat(object):
4505 """
4506 A wx.DataFormat is an encapsulation of a platform-specific format
4507 handle which is used by the system for the clipboard and drag and drop
4508 operations. The applications are usually only interested in, for
4509 example, pasting data from the clipboard only if the data is in a
4510 format the program understands. A data format is is used to uniquely
4511 identify this format.
4512 """
4513 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4514 __repr__ = _swig_repr
4515 def __init__(self, *args, **kwargs):
4516 """
4517 __init__(self, int type) -> DataFormat
4518
4519 Constructs a data format object for one of the standard data formats
4520 or an empty data object (use SetType or SetId later in this case)
4521 """
4522 _misc_.DataFormat_swiginit(self,_misc_.new_DataFormat(*args, **kwargs))
4523 __swig_destroy__ = _misc_.delete_DataFormat
4524 __del__ = lambda self : None;
4525 def __eq__(*args):
4526 """
4527 __eq__(self, int format) -> bool
4528 __eq__(self, DataFormat format) -> bool
4529 """
4530 return _misc_.DataFormat___eq__(*args)
4531
4532 def __ne__(*args):
4533 """
4534 __ne__(self, int format) -> bool
4535 __ne__(self, DataFormat format) -> bool
4536 """
4537 return _misc_.DataFormat___ne__(*args)
4538
4539 def SetType(*args, **kwargs):
4540 """
4541 SetType(self, int format)
4542
4543 Sets the format to the given value, which should be one of wx.DF_XXX
4544 constants.
4545 """
4546 return _misc_.DataFormat_SetType(*args, **kwargs)
4547
4548 def GetType(*args, **kwargs):
4549 """
4550 GetType(self) -> int
4551
4552 Returns the platform-specific number identifying the format.
4553 """
4554 return _misc_.DataFormat_GetType(*args, **kwargs)
4555
4556 def GetId(*args, **kwargs):
4557 """
4558 GetId(self) -> String
4559
4560 Returns the name of a custom format (this function will fail for a
4561 standard format).
4562 """
4563 return _misc_.DataFormat_GetId(*args, **kwargs)
4564
4565 def SetId(*args, **kwargs):
4566 """
4567 SetId(self, String format)
4568
4569 Sets the format to be the custom format identified by the given name.
4570 """
4571 return _misc_.DataFormat_SetId(*args, **kwargs)
4572
4573 Id = property(GetId,SetId,doc="See `GetId` and `SetId`")
4574 Type = property(GetType,SetType,doc="See `GetType` and `SetType`")
4575 _misc_.DataFormat_swigregister(DataFormat)
4576 DefaultDateTime = cvar.DefaultDateTime
4577
4578 def CustomDataFormat(*args, **kwargs):
4579 """
4580 CustomDataFormat(String format) -> DataFormat
4581
4582 Constructs a data format object for a custom format identified by its
4583 name.
4584 """
4585 val = _misc_.new_CustomDataFormat(*args, **kwargs)
4586 return val
4587
4588 class DataObject(object):
4589 """
4590 A wx.DataObject represents data that can be copied to or from the
4591 clipboard, or dragged and dropped. The important thing about
4592 wx.DataObject is that this is a 'smart' piece of data unlike usual
4593 'dumb' data containers such as memory buffers or files. Being 'smart'
4594 here means that the data object itself should know what data formats
4595 it supports and how to render itself in each of supported formats.
4596
4597 **NOTE**: This class is an abstract base class and can not be used
4598 directly from Python. If you need a custom type of data object then
4599 you should instead derive from `wx.PyDataObjectSimple` or use
4600 `wx.CustomDataObject`.
4601
4602 """
4603 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4604 def __init__(self): raise AttributeError, "No constructor defined"
4605 __repr__ = _swig_repr
4606 Get = _misc_.DataObject_Get
4607 Set = _misc_.DataObject_Set
4608 Both = _misc_.DataObject_Both
4609 __swig_destroy__ = _misc_.delete_DataObject
4610 __del__ = lambda self : None;
4611 def GetPreferredFormat(*args, **kwargs):
4612 """
4613 GetPreferredFormat(self, int dir=Get) -> DataFormat
4614
4615 Returns the preferred format for either rendering the data (if dir is
4616 Get, its default value) or for setting it. Usually this will be the
4617 native format of the wx.DataObject.
4618 """
4619 return _misc_.DataObject_GetPreferredFormat(*args, **kwargs)
4620
4621 def GetFormatCount(*args, **kwargs):
4622 """
4623 GetFormatCount(self, int dir=Get) -> size_t
4624
4625 Returns the number of available formats for rendering or setting the
4626 data.
4627 """
4628 return _misc_.DataObject_GetFormatCount(*args, **kwargs)
4629
4630 def IsSupported(*args, **kwargs):
4631 """
4632 IsSupported(self, DataFormat format, int dir=Get) -> bool
4633
4634 Returns True if this format is supported.
4635 """
4636 return _misc_.DataObject_IsSupported(*args, **kwargs)
4637
4638 def GetDataSize(*args, **kwargs):
4639 """
4640 GetDataSize(self, DataFormat format) -> size_t
4641
4642 Get the (total) size of data for the given format
4643 """
4644 return _misc_.DataObject_GetDataSize(*args, **kwargs)
4645
4646 def GetAllFormats(*args, **kwargs):
4647 """
4648 GetAllFormats(self, int dir=Get) -> [formats]
4649
4650 Returns a list of all the wx.DataFormats that this dataobject supports
4651 in the given direction.
4652 """
4653 return _misc_.DataObject_GetAllFormats(*args, **kwargs)
4654
4655 def GetDataHere(*args, **kwargs):
4656 """
4657 GetDataHere(self, DataFormat format) -> String
4658
4659 Get the data bytes in the specified format, returns None on failure.
4660 """
4661 return _misc_.DataObject_GetDataHere(*args, **kwargs)
4662
4663 def SetData(*args, **kwargs):
4664 """
4665 SetData(self, DataFormat format, String data) -> bool
4666
4667 Set the data in the specified format from the bytes in the the data string.
4668
4669 """
4670 return _misc_.DataObject_SetData(*args, **kwargs)
4671
4672 AllFormats = property(GetAllFormats,doc="See `GetAllFormats`")
4673 DataHere = property(GetDataHere,doc="See `GetDataHere`")
4674 DataSize = property(GetDataSize,doc="See `GetDataSize`")
4675 FormatCount = property(GetFormatCount,doc="See `GetFormatCount`")
4676 PreferredFormat = property(GetPreferredFormat,doc="See `GetPreferredFormat`")
4677 _misc_.DataObject_swigregister(DataObject)
4678 FormatInvalid = cvar.FormatInvalid
4679
4680 class DataObjectSimple(DataObject):
4681 """
4682 wx.DataObjectSimple is a `wx.DataObject` which only supports one
4683 format. This is the simplest possible `wx.DataObject` implementation.
4684
4685 This is still an "abstract base class" meaning that you can't use it
4686 directly. You either need to use one of the predefined base classes,
4687 or derive your own class from `wx.PyDataObjectSimple`.
4688
4689 """
4690 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4691 __repr__ = _swig_repr
4692 def __init__(self, *args, **kwargs):
4693 """
4694 __init__(self, DataFormat format=FormatInvalid) -> DataObjectSimple
4695
4696 Constructor accepts the supported format (none by default) which may
4697 also be set later with `SetFormat`.
4698 """
4699 _misc_.DataObjectSimple_swiginit(self,_misc_.new_DataObjectSimple(*args, **kwargs))
4700 def GetFormat(*args, **kwargs):
4701 """
4702 GetFormat(self) -> DataFormat
4703
4704 Returns the (one and only one) format supported by this object. It is
4705 assumed that the format is supported in both directions.
4706 """
4707 return _misc_.DataObjectSimple_GetFormat(*args, **kwargs)
4708
4709 def SetFormat(*args, **kwargs):
4710 """
4711 SetFormat(self, DataFormat format)
4712
4713 Sets the supported format.
4714 """
4715 return _misc_.DataObjectSimple_SetFormat(*args, **kwargs)
4716
4717 def GetDataSize(*args, **kwargs):
4718 """
4719 GetDataSize(self) -> size_t
4720
4721 Get the size of our data.
4722 """
4723 return _misc_.DataObjectSimple_GetDataSize(*args, **kwargs)
4724
4725 def GetDataHere(*args, **kwargs):
4726 """
4727 GetDataHere(self) -> String
4728
4729 Returns the data bytes from the data object as a string, returns None
4730 on failure. Must be implemented in the derived class if the object
4731 supports rendering its data.
4732 """
4733 return _misc_.DataObjectSimple_GetDataHere(*args, **kwargs)
4734
4735 def SetData(*args, **kwargs):
4736 """
4737 SetData(self, String data) -> bool
4738
4739 Copy the data value to the data object. Must be implemented in the
4740 derived class if the object supports setting its data.
4741
4742 """
4743 return _misc_.DataObjectSimple_SetData(*args, **kwargs)
4744
4745 Format = property(GetFormat,SetFormat,doc="See `GetFormat` and `SetFormat`")
4746 _misc_.DataObjectSimple_swigregister(DataObjectSimple)
4747
4748 class PyDataObjectSimple(DataObjectSimple):
4749 """
4750 wx.PyDataObjectSimple is a version of `wx.DataObjectSimple` that is
4751 Python-aware and knows how to reflect calls to its C++ virtual methods
4752 to methods in the Python derived class. You should derive from this
4753 class and overload `GetDataSize`, `GetDataHere` and `SetData` when you
4754 need to create your own simple single-format type of `wx.DataObject`.
4755
4756 """
4757 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4758 __repr__ = _swig_repr
4759 def __init__(self, *args, **kwargs):
4760 """
4761 __init__(self, DataFormat format=FormatInvalid) -> PyDataObjectSimple
4762
4763 wx.PyDataObjectSimple is a version of `wx.DataObjectSimple` that is
4764 Python-aware and knows how to reflect calls to its C++ virtual methods
4765 to methods in the Python derived class. You should derive from this
4766 class and overload `GetDataSize`, `GetDataHere` and `SetData` when you
4767 need to create your own simple single-format type of `wx.DataObject`.
4768
4769 """
4770 _misc_.PyDataObjectSimple_swiginit(self,_misc_.new_PyDataObjectSimple(*args, **kwargs))
4771 self._setCallbackInfo(self, PyDataObjectSimple)
4772
4773 def _setCallbackInfo(*args, **kwargs):
4774 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4775 return _misc_.PyDataObjectSimple__setCallbackInfo(*args, **kwargs)
4776
4777 _misc_.PyDataObjectSimple_swigregister(PyDataObjectSimple)
4778
4779 class DataObjectComposite(DataObject):
4780 """
4781 wx.DataObjectComposite is the simplest `wx.DataObject` derivation
4782 which may be sued to support multiple formats. It contains several
4783 'wx.DataObjectSimple` objects and supports any format supported by at
4784 least one of them. Only one of these data objects is *preferred* (the
4785 first one if not explicitly changed by using the second parameter of
4786 `Add`) and its format determines the preferred format of the composite
4787 data object as well.
4788
4789 See `wx.DataObject` documentation for the reasons why you might prefer
4790 to use wx.DataObject directly instead of wx.DataObjectComposite for
4791 efficiency reasons.
4792
4793 """
4794 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4795 __repr__ = _swig_repr
4796 def __init__(self, *args, **kwargs):
4797 """
4798 __init__(self) -> DataObjectComposite
4799
4800 wx.DataObjectComposite is the simplest `wx.DataObject` derivation
4801 which may be sued to support multiple formats. It contains several
4802 'wx.DataObjectSimple` objects and supports any format supported by at
4803 least one of them. Only one of these data objects is *preferred* (the
4804 first one if not explicitly changed by using the second parameter of
4805 `Add`) and its format determines the preferred format of the composite
4806 data object as well.
4807
4808 See `wx.DataObject` documentation for the reasons why you might prefer
4809 to use wx.DataObject directly instead of wx.DataObjectComposite for
4810 efficiency reasons.
4811
4812 """
4813 _misc_.DataObjectComposite_swiginit(self,_misc_.new_DataObjectComposite(*args, **kwargs))
4814 def Add(*args, **kwargs):
4815 """
4816 Add(self, DataObjectSimple dataObject, bool preferred=False)
4817
4818 Adds the dataObject to the list of supported objects and it becomes
4819 the preferred object if preferred is True.
4820 """
4821 return _misc_.DataObjectComposite_Add(*args, **kwargs)
4822
4823 def GetReceivedFormat(*args, **kwargs):
4824 """
4825 GetReceivedFormat(self) -> DataFormat
4826
4827 Report the format passed to the `SetData` method. This should be the
4828 format of the data object within the composite that recieved data from
4829 the clipboard or the DnD operation. You can use this method to find
4830 out what kind of data object was recieved.
4831 """
4832 return _misc_.DataObjectComposite_GetReceivedFormat(*args, **kwargs)
4833
4834 ReceivedFormat = property(GetReceivedFormat,doc="See `GetReceivedFormat`")
4835 _misc_.DataObjectComposite_swigregister(DataObjectComposite)
4836
4837 class TextDataObject(DataObjectSimple):
4838 """
4839 wx.TextDataObject is a specialization of `wx.DataObject` for text
4840 data. It can be used without change to paste data into the `wx.Clipboard`
4841 or a `wx.DropSource`.
4842
4843 Alternativly, you may wish to derive a new class from the
4844 `wx.PyTextDataObject` class for providing text on-demand in order to
4845 minimize memory consumption when offering data in several formats,
4846 such as plain text and RTF, because by default the text is stored in a
4847 string in this class, but it might as well be generated on demand when
4848 requested. For this, `GetTextLength` and `GetText` will have to be
4849 overridden.
4850 """
4851 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4852 __repr__ = _swig_repr
4853 def __init__(self, *args, **kwargs):
4854 """
4855 __init__(self, String text=EmptyString) -> TextDataObject
4856
4857 Constructor, may be used to initialise the text (otherwise `SetText`
4858 should be used later).
4859 """
4860 _misc_.TextDataObject_swiginit(self,_misc_.new_TextDataObject(*args, **kwargs))
4861 def GetTextLength(*args, **kwargs):
4862 """
4863 GetTextLength(self) -> size_t
4864
4865 Returns the data size. By default, returns the size of the text data
4866 set in the constructor or using `SetText`. This can be overridden (via
4867 `wx.PyTextDataObject`) to provide text size data on-demand. It is
4868 recommended to return the text length plus 1 for a trailing zero, but
4869 this is not strictly required.
4870 """
4871 return _misc_.TextDataObject_GetTextLength(*args, **kwargs)
4872
4873 def GetText(*args, **kwargs):
4874 """
4875 GetText(self) -> String
4876
4877 Returns the text associated with the data object.
4878 """
4879 return _misc_.TextDataObject_GetText(*args, **kwargs)
4880
4881 def SetText(*args, **kwargs):
4882 """
4883 SetText(self, String text)
4884
4885 Sets the text associated with the data object. This method is called
4886 when the data object receives the data and, by default, copies the
4887 text into the member variable. If you want to process the text on the
4888 fly you may wish to override this function (via
4889 `wx.PyTextDataObject`.)
4890 """
4891 return _misc_.TextDataObject_SetText(*args, **kwargs)
4892
4893 _misc_.TextDataObject_swigregister(TextDataObject)
4894
4895 class PyTextDataObject(TextDataObject):
4896 """
4897 wx.PyTextDataObject is a version of `wx.TextDataObject` that is
4898 Python-aware and knows how to reflect calls to its C++ virtual methods
4899 to methods in the Python derived class. You should derive from this
4900 class and overload `GetTextLength`, `GetText`, and `SetText` when you
4901 want to be able to provide text on demand instead of preloading it
4902 into the data object.
4903 """
4904 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4905 __repr__ = _swig_repr
4906 def __init__(self, *args, **kwargs):
4907 """
4908 __init__(self, String text=EmptyString) -> PyTextDataObject
4909
4910 wx.PyTextDataObject is a version of `wx.TextDataObject` that is
4911 Python-aware and knows how to reflect calls to its C++ virtual methods
4912 to methods in the Python derived class. You should derive from this
4913 class and overload `GetTextLength`, `GetText`, and `SetText` when you
4914 want to be able to provide text on demand instead of preloading it
4915 into the data object.
4916 """
4917 _misc_.PyTextDataObject_swiginit(self,_misc_.new_PyTextDataObject(*args, **kwargs))
4918 self._setCallbackInfo(self, PyTextDataObject)
4919
4920 def _setCallbackInfo(*args, **kwargs):
4921 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4922 return _misc_.PyTextDataObject__setCallbackInfo(*args, **kwargs)
4923
4924 _misc_.PyTextDataObject_swigregister(PyTextDataObject)
4925
4926 class BitmapDataObject(DataObjectSimple):
4927 """
4928 wx.BitmapDataObject is a specialization of wxDataObject for bitmap
4929 data. It can be used without change to paste data into the `wx.Clipboard`
4930 or a `wx.DropSource`.
4931
4932 """
4933 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4934 __repr__ = _swig_repr
4935 def __init__(self, *args, **kwargs):
4936 """
4937 __init__(self, Bitmap bitmap=wxNullBitmap) -> BitmapDataObject
4938
4939 Constructor, optionally passing a bitmap (otherwise use `SetBitmap`
4940 later).
4941 """
4942 _misc_.BitmapDataObject_swiginit(self,_misc_.new_BitmapDataObject(*args, **kwargs))
4943 def GetBitmap(*args, **kwargs):
4944 """
4945 GetBitmap(self) -> Bitmap
4946
4947 Returns the bitmap associated with the data object. You may wish to
4948 override this method (by deriving from `wx.PyBitmapDataObject`) when
4949 offering data on-demand, but this is not required by wxWidgets'
4950 internals. Use this method to get data in bitmap form from the
4951 `wx.Clipboard`.
4952 """
4953 return _misc_.BitmapDataObject_GetBitmap(*args, **kwargs)
4954
4955 def SetBitmap(*args, **kwargs):
4956 """
4957 SetBitmap(self, Bitmap bitmap)
4958
4959 Sets the bitmap associated with the data object. This method is called
4960 when the data object receives data. Usually there will be no reason to
4961 override this function.
4962 """
4963 return _misc_.BitmapDataObject_SetBitmap(*args, **kwargs)
4964
4965 Bitmap = property(GetBitmap,SetBitmap,doc="See `GetBitmap` and `SetBitmap`")
4966 _misc_.BitmapDataObject_swigregister(BitmapDataObject)
4967
4968 class PyBitmapDataObject(BitmapDataObject):
4969 """
4970 wx.PyBitmapDataObject is a version of `wx.BitmapDataObject` that is
4971 Python-aware and knows how to reflect calls to its C++ virtual methods
4972 to methods in the Python derived class. To be able to provide bitmap
4973 data on demand derive from this class and overload `GetBitmap`.
4974 """
4975 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4976 __repr__ = _swig_repr
4977 def __init__(self, *args, **kwargs):
4978 """
4979 __init__(self, Bitmap bitmap=wxNullBitmap) -> PyBitmapDataObject
4980
4981 wx.PyBitmapDataObject is a version of `wx.BitmapDataObject` that is
4982 Python-aware and knows how to reflect calls to its C++ virtual methods
4983 to methods in the Python derived class. To be able to provide bitmap
4984 data on demand derive from this class and overload `GetBitmap`.
4985 """
4986 _misc_.PyBitmapDataObject_swiginit(self,_misc_.new_PyBitmapDataObject(*args, **kwargs))
4987 self._setCallbackInfo(self, PyBitmapDataObject)
4988
4989 def _setCallbackInfo(*args, **kwargs):
4990 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4991 return _misc_.PyBitmapDataObject__setCallbackInfo(*args, **kwargs)
4992
4993 _misc_.PyBitmapDataObject_swigregister(PyBitmapDataObject)
4994
4995 class FileDataObject(DataObjectSimple):
4996 """
4997 wx.FileDataObject is a specialization of `wx.DataObjectSimple` for
4998 file names. The program works with it just as if it were a list of
4999 absolute file names, but internally it uses the same format as
5000 Explorer and other compatible programs under Windows or GNOME/KDE
5001 filemanager under Unix which makes it possible to receive files from
5002 them using this class.
5003 """
5004 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
5005 __repr__ = _swig_repr
5006 def __init__(self, *args, **kwargs):
5007 """__init__(self) -> FileDataObject"""
5008 _misc_.FileDataObject_swiginit(self,_misc_.new_FileDataObject(*args, **kwargs))
5009 def GetFilenames(*args, **kwargs):
5010 """
5011 GetFilenames(self) -> [names]
5012
5013 Returns a list of file names.
5014 """
5015 return _misc_.FileDataObject_GetFilenames(*args, **kwargs)
5016
5017 def AddFile(*args, **kwargs):
5018 """
5019 AddFile(self, String filename)
5020
5021 Adds a file to the list of files represented by this data object.
5022 """
5023 return _misc_.FileDataObject_AddFile(*args, **kwargs)
5024
5025 _misc_.FileDataObject_swigregister(FileDataObject)
5026
5027 class CustomDataObject(DataObjectSimple):
5028 """
5029 wx.CustomDataObject is a specialization of `wx.DataObjectSimple` for
5030 some application-specific data in arbitrary format. Python strings
5031 are used for getting and setting data, but any picklable object can
5032 easily be transfered via strings. A copy of the data is stored in the
5033 data object.
5034 """
5035 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
5036 __repr__ = _swig_repr
5037 def __init__(self, *args):
5038 """
5039 __init__(self, DataFormat format) -> CustomDataObject
5040 __init__(self, String formatName) -> CustomDataObject
5041 __init__(self) -> CustomDataObject
5042
5043 wx.CustomDataObject is a specialization of `wx.DataObjectSimple` for
5044 some application-specific data in arbitrary format. Python strings
5045 are used for getting and setting data, but any picklable object can
5046 easily be transfered via strings. A copy of the data is stored in the
5047 data object.
5048 """
5049 _misc_.CustomDataObject_swiginit(self,_misc_.new_CustomDataObject(*args))
5050 def SetData(*args, **kwargs):
5051 """
5052 SetData(self, String data) -> bool
5053
5054 Copy the data value to the data object.
5055 """
5056 return _misc_.CustomDataObject_SetData(*args, **kwargs)
5057
5058 TakeData = SetData
5059 def GetSize(*args, **kwargs):
5060 """
5061 GetSize(self) -> size_t
5062
5063 Get the size of the data.
5064 """
5065 return _misc_.CustomDataObject_GetSize(*args, **kwargs)
5066
5067 def GetData(*args, **kwargs):
5068 """
5069 GetData(self) -> String
5070
5071 Returns the data bytes from the data object as a string.
5072 """
5073 return _misc_.CustomDataObject_GetData(*args, **kwargs)
5074
5075 Data = property(GetData,SetData,doc="See `GetData` and `SetData`")
5076 Size = property(GetSize,doc="See `GetSize`")
5077 _misc_.CustomDataObject_swigregister(CustomDataObject)
5078
5079 class URLDataObject(DataObject):
5080 """
5081 This data object holds a URL in a format that is compatible with some
5082 browsers such that it is able to be dragged to or from them.
5083 """
5084 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
5085 __repr__ = _swig_repr
5086 def __init__(self, *args, **kwargs):
5087 """
5088 __init__(self, String url=EmptyString) -> URLDataObject
5089
5090 This data object holds a URL in a format that is compatible with some
5091 browsers such that it is able to be dragged to or from them.
5092 """
5093 _misc_.URLDataObject_swiginit(self,_misc_.new_URLDataObject(*args, **kwargs))
5094 def GetURL(*args, **kwargs):
5095 """
5096 GetURL(self) -> String
5097
5098 Returns a string containing the current URL.
5099 """
5100 return _misc_.URLDataObject_GetURL(*args, **kwargs)
5101
5102 def SetURL(*args, **kwargs):
5103 """
5104 SetURL(self, String url)
5105
5106 Set the URL.
5107 """
5108 return _misc_.URLDataObject_SetURL(*args, **kwargs)
5109
5110 _misc_.URLDataObject_swigregister(URLDataObject)
5111
5112 class MetafileDataObject(DataObjectSimple):
5113 """Proxy of C++ MetafileDataObject class"""
5114 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
5115 __repr__ = _swig_repr
5116 def __init__(self, *args, **kwargs):
5117 """__init__(self) -> MetafileDataObject"""
5118 _misc_.MetafileDataObject_swiginit(self,_misc_.new_MetafileDataObject(*args, **kwargs))
5119 _misc_.MetafileDataObject_swigregister(MetafileDataObject)
5120
5121 #---------------------------------------------------------------------------
5122
5123 Drag_CopyOnly = _misc_.Drag_CopyOnly
5124 Drag_AllowMove = _misc_.Drag_AllowMove
5125 Drag_DefaultMove = _misc_.Drag_DefaultMove
5126 DragError = _misc_.DragError
5127 DragNone = _misc_.DragNone
5128 DragCopy = _misc_.DragCopy
5129 DragMove = _misc_.DragMove
5130 DragLink = _misc_.DragLink
5131 DragCancel = _misc_.DragCancel
5132
5133 def IsDragResultOk(*args, **kwargs):
5134 """IsDragResultOk(int res) -> bool"""
5135 return _misc_.IsDragResultOk(*args, **kwargs)
5136 class DropSource(object):
5137 """Proxy of C++ DropSource class"""
5138 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
5139 __repr__ = _swig_repr
5140 def __init__(self, *args, **kwargs):
5141 """
5142 __init__(self, Window win, Icon copy=wxNullIcon, Icon move=wxNullIcon,
5143 Icon none=wxNullIcon) -> DropSource
5144 """
5145 _misc_.DropSource_swiginit(self,_misc_.new_DropSource(*args, **kwargs))
5146 self._setCallbackInfo(self, DropSource, 0)
5147
5148 def _setCallbackInfo(*args, **kwargs):
5149 """_setCallbackInfo(self, PyObject self, PyObject _class, int incref)"""
5150 return _misc_.DropSource__setCallbackInfo(*args, **kwargs)
5151
5152 __swig_destroy__ = _misc_.delete_DropSource
5153 __del__ = lambda self : None;
5154 def SetData(*args, **kwargs):
5155 """SetData(self, DataObject data)"""
5156 return _misc_.DropSource_SetData(*args, **kwargs)
5157
5158 def GetDataObject(*args, **kwargs):
5159 """GetDataObject(self) -> DataObject"""
5160 return _misc_.DropSource_GetDataObject(*args, **kwargs)
5161
5162 def SetCursor(*args, **kwargs):
5163 """SetCursor(self, int res, Cursor cursor)"""
5164 return _misc_.DropSource_SetCursor(*args, **kwargs)
5165
5166 def DoDragDrop(*args, **kwargs):
5167 """DoDragDrop(self, int flags=Drag_CopyOnly) -> int"""
5168 return _misc_.DropSource_DoDragDrop(*args, **kwargs)
5169
5170 def GiveFeedback(*args, **kwargs):
5171 """GiveFeedback(self, int effect) -> bool"""
5172 return _misc_.DropSource_GiveFeedback(*args, **kwargs)
5173
5174 def base_GiveFeedback(*args, **kw):
5175 return DropSource.GiveFeedback(*args, **kw)
5176 base_GiveFeedback = wx._deprecated(base_GiveFeedback,
5177 "Please use DropSource.GiveFeedback instead.")
5178
5179 DataObject = property(GetDataObject,SetData,doc="See `GetDataObject` and `SetData`")
5180 _misc_.DropSource_swigregister(DropSource)
5181
5182 def DROP_ICON(filename):
5183 """
5184 Returns either a `wx.Cursor` or `wx.Icon` created from the image file
5185 ``filename``. This function is useful with the `wx.DropSource` class
5186 which, depending on platform accepts either a icon or a cursor.
5187 """
5188 img = wx.Image(filename)
5189 if wx.Platform == '__WXGTK__':
5190 return wx.IconFromBitmap(wx.BitmapFromImage(img))
5191 else:
5192 return wx.CursorFromImage(img)
5193
5194 class DropTarget(object):
5195 """Proxy of C++ DropTarget class"""
5196 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
5197 __repr__ = _swig_repr
5198 def __init__(self, *args, **kwargs):
5199 """__init__(self, DataObject dataObject=None) -> DropTarget"""
5200 _misc_.DropTarget_swiginit(self,_misc_.new_DropTarget(*args, **kwargs))
5201 self._setCallbackInfo(self, DropTarget)
5202
5203 def _setCallbackInfo(*args, **kwargs):
5204 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
5205 return _misc_.DropTarget__setCallbackInfo(*args, **kwargs)
5206
5207 __swig_destroy__ = _misc_.delete_DropTarget
5208 __del__ = lambda self : None;
5209 def GetDataObject(*args, **kwargs):
5210 """GetDataObject(self) -> DataObject"""
5211 return _misc_.DropTarget_GetDataObject(*args, **kwargs)
5212
5213 def SetDataObject(*args, **kwargs):
5214 """SetDataObject(self, DataObject dataObject)"""
5215 return _misc_.DropTarget_SetDataObject(*args, **kwargs)
5216
5217 def OnEnter(*args, **kwargs):
5218 """OnEnter(self, int x, int y, int def) -> int"""
5219 return _misc_.DropTarget_OnEnter(*args, **kwargs)
5220
5221 def OnDragOver(*args, **kwargs):
5222 """OnDragOver(self, int x, int y, int def) -> int"""
5223 return _misc_.DropTarget_OnDragOver(*args, **kwargs)
5224
5225 def OnLeave(*args, **kwargs):
5226 """OnLeave(self)"""
5227 return _misc_.DropTarget_OnLeave(*args, **kwargs)
5228
5229 def OnDrop(*args, **kwargs):
5230 """OnDrop(self, int x, int y) -> bool"""
5231 return _misc_.DropTarget_OnDrop(*args, **kwargs)
5232
5233 def base_OnEnter(*args, **kw):
5234 return DropTarget.OnEnter(*args, **kw)
5235 base_OnEnter = wx._deprecated(base_OnEnter,
5236 "Please use DropTarget.OnEnter instead.")
5237
5238 def base_OnDragOver(*args, **kw):
5239 return DropTarget.OnDragOver(*args, **kw)
5240 base_OnDragOver = wx._deprecated(base_OnDragOver,
5241 "Please use DropTarget.OnDragOver instead.")
5242
5243 def base_OnLeave(*args, **kw):
5244 return DropTarget.OnLeave(*args, **kw)
5245 base_OnLeave = wx._deprecated(base_OnLeave,
5246 "Please use DropTarget.OnLeave instead.")
5247
5248 def base_OnDrop(*args, **kw):
5249 return DropTarget.OnDrop(*args, **kw)
5250 base_OnDrop = wx._deprecated(base_OnDrop,
5251 "Please use DropTarget.OnDrop instead.")
5252
5253 def GetData(*args, **kwargs):
5254 """GetData(self) -> bool"""
5255 return _misc_.DropTarget_GetData(*args, **kwargs)
5256
5257 def SetDefaultAction(*args, **kwargs):
5258 """SetDefaultAction(self, int action)"""
5259 return _misc_.DropTarget_SetDefaultAction(*args, **kwargs)
5260
5261 def GetDefaultAction(*args, **kwargs):
5262 """GetDefaultAction(self) -> int"""
5263 return _misc_.DropTarget_GetDefaultAction(*args, **kwargs)
5264
5265 Data = property(GetData,doc="See `GetData`")
5266 DataObject = property(GetDataObject,SetDataObject,doc="See `GetDataObject` and `SetDataObject`")
5267 DefaultAction = property(GetDefaultAction,SetDefaultAction,doc="See `GetDefaultAction` and `SetDefaultAction`")
5268 _misc_.DropTarget_swigregister(DropTarget)
5269
5270 PyDropTarget = DropTarget
5271 class TextDropTarget(DropTarget):
5272 """Proxy of C++ TextDropTarget class"""
5273 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
5274 __repr__ = _swig_repr
5275 def __init__(self, *args, **kwargs):
5276 """__init__(self) -> TextDropTarget"""
5277 _misc_.TextDropTarget_swiginit(self,_misc_.new_TextDropTarget(*args, **kwargs))
5278 self._setCallbackInfo(self, TextDropTarget)
5279
5280 def _setCallbackInfo(*args, **kwargs):
5281 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
5282 return _misc_.TextDropTarget__setCallbackInfo(*args, **kwargs)
5283
5284 def OnDropText(*args, **kwargs):
5285 """OnDropText(self, int x, int y, String text) -> bool"""
5286 return _misc_.TextDropTarget_OnDropText(*args, **kwargs)
5287
5288 def OnEnter(*args, **kwargs):
5289 """OnEnter(self, int x, int y, int def) -> int"""
5290 return _misc_.TextDropTarget_OnEnter(*args, **kwargs)
5291
5292 def OnDragOver(*args, **kwargs):
5293 """OnDragOver(self, int x, int y, int def) -> int"""
5294 return _misc_.TextDropTarget_OnDragOver(*args, **kwargs)
5295
5296 def OnLeave(*args, **kwargs):
5297 """OnLeave(self)"""
5298 return _misc_.TextDropTarget_OnLeave(*args, **kwargs)
5299
5300 def OnDrop(*args, **kwargs):
5301 """OnDrop(self, int x, int y) -> bool"""
5302 return _misc_.TextDropTarget_OnDrop(*args, **kwargs)
5303
5304 def OnData(*args, **kwargs):
5305 """OnData(self, int x, int y, int def) -> int"""
5306 return _misc_.TextDropTarget_OnData(*args, **kwargs)
5307
5308 def base_OnDropText(*args, **kw):
5309 return TextDropTarget.OnDropText(*args, **kw)
5310 base_OnDropText = wx._deprecated(base_OnDropText,
5311 "Please use TextDropTarget.OnDropText instead.")
5312
5313 def base_OnEnter(*args, **kw):
5314 return TextDropTarget.OnEnter(*args, **kw)
5315 base_OnEnter = wx._deprecated(base_OnEnter,
5316 "Please use TextDropTarget.OnEnter instead.")
5317
5318 def base_OnDragOver(*args, **kw):
5319 return TextDropTarget.OnDragOver(*args, **kw)
5320 base_OnDragOver = wx._deprecated(base_OnDragOver,
5321 "Please use TextDropTarget.OnDragOver instead.")
5322
5323 def base_OnLeave(*args, **kw):
5324 return TextDropTarget.OnLeave(*args, **kw)
5325 base_OnLeave = wx._deprecated(base_OnLeave,
5326 "Please use TextDropTarget.OnLeave instead.")
5327
5328 def base_OnDrop(*args, **kw):
5329 return TextDropTarget.OnDrop(*args, **kw)
5330 base_OnDrop = wx._deprecated(base_OnDrop,
5331 "Please use TextDropTarget.OnDrop instead.")
5332
5333 def base_OnData(*args, **kw):
5334 return TextDropTarget.OnData(*args, **kw)
5335 base_OnData = wx._deprecated(base_OnData,
5336 "Please use TextDropTarget.OnData instead.")
5337
5338 _misc_.TextDropTarget_swigregister(TextDropTarget)
5339
5340 class FileDropTarget(DropTarget):
5341 """Proxy of C++ FileDropTarget class"""
5342 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
5343 __repr__ = _swig_repr
5344 def __init__(self, *args, **kwargs):
5345 """__init__(self) -> FileDropTarget"""
5346 _misc_.FileDropTarget_swiginit(self,_misc_.new_FileDropTarget(*args, **kwargs))
5347 self._setCallbackInfo(self, FileDropTarget)
5348
5349 def _setCallbackInfo(*args, **kwargs):
5350 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
5351 return _misc_.FileDropTarget__setCallbackInfo(*args, **kwargs)
5352
5353 def OnDropFiles(*args, **kwargs):
5354 """OnDropFiles(self, int x, int y, wxArrayString filenames) -> bool"""
5355 return _misc_.FileDropTarget_OnDropFiles(*args, **kwargs)
5356
5357 def OnEnter(*args, **kwargs):
5358 """OnEnter(self, int x, int y, int def) -> int"""
5359 return _misc_.FileDropTarget_OnEnter(*args, **kwargs)
5360
5361 def OnDragOver(*args, **kwargs):
5362 """OnDragOver(self, int x, int y, int def) -> int"""
5363 return _misc_.FileDropTarget_OnDragOver(*args, **kwargs)
5364
5365 def OnLeave(*args, **kwargs):
5366 """OnLeave(self)"""
5367 return _misc_.FileDropTarget_OnLeave(*args, **kwargs)
5368
5369 def OnDrop(*args, **kwargs):
5370 """OnDrop(self, int x, int y) -> bool"""
5371 return _misc_.FileDropTarget_OnDrop(*args, **kwargs)
5372
5373 def OnData(*args, **kwargs):
5374 """OnData(self, int x, int y, int def) -> int"""
5375 return _misc_.FileDropTarget_OnData(*args, **kwargs)
5376
5377 def base_OnDropFiles(*args, **kw):
5378 return FileDropTarget.OnDropFiles(*args, **kw)
5379 base_OnDropFiles = wx._deprecated(base_OnDropFiles,
5380 "Please use FileDropTarget.OnDropFiles instead.")
5381
5382 def base_OnEnter(*args, **kw):
5383 return FileDropTarget.OnEnter(*args, **kw)
5384 base_OnEnter = wx._deprecated(base_OnEnter,
5385 "Please use FileDropTarget.OnEnter instead.")
5386
5387 def base_OnDragOver(*args, **kw):
5388 return FileDropTarget.OnDragOver(*args, **kw)
5389 base_OnDragOver = wx._deprecated(base_OnDragOver,
5390 "Please use FileDropTarget.OnDragOver instead.")
5391
5392 def base_OnLeave(*args, **kw):
5393 return FileDropTarget.OnLeave(*args, **kw)
5394 base_OnLeave = wx._deprecated(base_OnLeave,
5395 "Please use FileDropTarget.OnLeave instead.")
5396
5397 def base_OnDrop(*args, **kw):
5398 return FileDropTarget.OnDrop(*args, **kw)
5399 base_OnDrop = wx._deprecated(base_OnDrop,
5400 "Please use FileDropTarget.OnDrop instead.")
5401
5402 def base_OnData(*args, **kw):
5403 return FileDropTarget.OnData(*args, **kw)
5404 base_OnData = wx._deprecated(base_OnData,
5405 "Please use FileDropTarget.OnData instead.")
5406
5407 _misc_.FileDropTarget_swigregister(FileDropTarget)
5408
5409 #---------------------------------------------------------------------------
5410
5411 class Clipboard(_core.Object):
5412 """
5413 wx.Clipboard represents the system clipboard and provides methods to
5414 copy data to it or paste data from it. Normally, you should only use
5415 ``wx.TheClipboard`` which is a reference to a global wx.Clipboard
5416 instance.
5417
5418 Call ``wx.TheClipboard``'s `Open` method to get ownership of the
5419 clipboard. If this operation returns True, you now own the
5420 clipboard. Call `SetData` to put data on the clipboard, or `GetData`
5421 to retrieve data from the clipboard. Call `Close` to close the
5422 clipboard and relinquish ownership. You should keep the clipboard open
5423 only momentarily.
5424
5425 :see: `wx.DataObject`
5426
5427 """
5428 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
5429 __repr__ = _swig_repr
5430 def __init__(self, *args, **kwargs):
5431 """__init__(self) -> Clipboard"""
5432 _misc_.Clipboard_swiginit(self,_misc_.new_Clipboard(*args, **kwargs))
5433 __swig_destroy__ = _misc_.delete_Clipboard
5434 __del__ = lambda self : None;
5435 def Open(*args, **kwargs):
5436 """
5437 Open(self) -> bool
5438
5439 Call this function to open the clipboard before calling SetData and
5440 GetData. Call Close when you have finished with the clipboard. You
5441 should keep the clipboard open for only a very short time. Returns
5442 True on success.
5443 """
5444 return _misc_.Clipboard_Open(*args, **kwargs)
5445
5446 def Close(*args, **kwargs):
5447 """
5448 Close(self)
5449
5450 Closes the clipboard.
5451 """
5452 return _misc_.Clipboard_Close(*args, **kwargs)
5453
5454 def IsOpened(*args, **kwargs):
5455 """
5456 IsOpened(self) -> bool
5457
5458 Query whether the clipboard is opened
5459 """
5460 return _misc_.Clipboard_IsOpened(*args, **kwargs)
5461
5462 def AddData(*args, **kwargs):
5463 """
5464 AddData(self, DataObject data) -> bool
5465
5466 Call this function to add the data object to the clipboard. You may
5467 call this function repeatedly after having cleared the clipboard.
5468 After this function has been called, the clipboard owns the data, so
5469 do not delete the data explicitly.
5470
5471 :see: `wx.DataObject`
5472 """
5473 return _misc_.Clipboard_AddData(*args, **kwargs)
5474
5475 def SetData(*args, **kwargs):
5476 """
5477 SetData(self, DataObject data) -> bool
5478
5479 Set the clipboard data, this is the same as `Clear` followed by
5480 `AddData`.
5481
5482 :see: `wx.DataObject`
5483 """
5484 return _misc_.Clipboard_SetData(*args, **kwargs)
5485
5486 def IsSupported(*args, **kwargs):
5487 """
5488 IsSupported(self, DataFormat format) -> bool
5489
5490 Returns True if the given format is available in the data object(s) on
5491 the clipboard.
5492 """
5493 return _misc_.Clipboard_IsSupported(*args, **kwargs)
5494
5495 def GetData(*args, **kwargs):
5496 """
5497 GetData(self, DataObject data) -> bool
5498
5499 Call this function to fill data with data on the clipboard, if
5500 available in the required format. Returns true on success.
5501 """
5502 return _misc_.Clipboard_GetData(*args, **kwargs)
5503
5504 def Clear(*args, **kwargs):
5505 """
5506 Clear(self)
5507
5508 Clears data from the clipboard object and also the system's clipboard
5509 if possible.
5510 """
5511 return _misc_.Clipboard_Clear(*args, **kwargs)
5512
5513 def Flush(*args, **kwargs):
5514 """
5515 Flush(self) -> bool
5516
5517 Flushes the clipboard: this means that the data which is currently on
5518 clipboard will stay available even after the application exits,
5519 possibly eating memory, otherwise the clipboard will be emptied on
5520 exit. Returns False if the operation is unsuccesful for any reason.
5521 """
5522 return _misc_.Clipboard_Flush(*args, **kwargs)
5523
5524 def UsePrimarySelection(*args, **kwargs):
5525 """
5526 UsePrimarySelection(self, bool primary=True)
5527
5528 On platforms supporting it (the X11 based platforms), selects the
5529 so called PRIMARY SELECTION as the clipboard as opposed to the
5530 normal clipboard, if primary is True.
5531 """
5532 return _misc_.Clipboard_UsePrimarySelection(*args, **kwargs)
5533
5534 def Get(*args, **kwargs):
5535 """
5536 Get() -> Clipboard
5537
5538 Returns global instance (wxTheClipboard) of the object.
5539 """
5540 return _misc_.Clipboard_Get(*args, **kwargs)
5541
5542 Get = staticmethod(Get)
5543 Data = property(GetData,SetData,doc="See `GetData` and `SetData`")
5544 _misc_.Clipboard_swigregister(Clipboard)
5545
5546 def Clipboard_Get(*args):
5547 """
5548 Clipboard_Get() -> Clipboard
5549
5550 Returns global instance (wxTheClipboard) of the object.
5551 """
5552 return _misc_.Clipboard_Get(*args)
5553
5554 class _wxPyDelayedInitWrapper(object):
5555 def __init__(self, initfunc, *args, **kwargs):
5556 self._initfunc = initfunc
5557 self._args = args
5558 self._kwargs = kwargs
5559 self._instance = None
5560 def _checkInstance(self):
5561 if self._instance is None:
5562 if wx.GetApp():
5563 self._instance = self._initfunc(*self._args, **self._kwargs)
5564 def __getattr__(self, name):
5565 self._checkInstance()
5566 return getattr(self._instance, name)
5567 def __repr__(self):
5568 self._checkInstance()
5569 return repr(self._instance)
5570 TheClipboard = _wxPyDelayedInitWrapper(Clipboard.Get)
5571
5572 class ClipboardLocker(object):
5573 """
5574 A helpful class for opening the clipboard and automatically
5575 closing it when the locker is destroyed.
5576 """
5577 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
5578 __repr__ = _swig_repr
5579 def __init__(self, *args, **kwargs):
5580 """
5581 __init__(self, Clipboard clipboard=None) -> ClipboardLocker
5582
5583 A helpful class for opening the clipboard and automatically
5584 closing it when the locker is destroyed.
5585 """
5586 _misc_.ClipboardLocker_swiginit(self,_misc_.new_ClipboardLocker(*args, **kwargs))
5587 __swig_destroy__ = _misc_.delete_ClipboardLocker
5588 __del__ = lambda self : None;
5589 def __nonzero__(*args, **kwargs):
5590 """
5591 __nonzero__(self) -> bool
5592
5593 A ClipboardLocker instance evaluates to True if the clipboard was
5594 successfully opened.
5595 """
5596 return _misc_.ClipboardLocker___nonzero__(*args, **kwargs)
5597
5598 _misc_.ClipboardLocker_swigregister(ClipboardLocker)
5599
5600 #---------------------------------------------------------------------------
5601
5602 class VideoMode(object):
5603 """A simple struct containing video mode parameters for a display"""
5604 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
5605 __repr__ = _swig_repr
5606 def __init__(self, *args, **kwargs):
5607 """
5608 __init__(self, int width=0, int height=0, int depth=0, int freq=0) -> VideoMode
5609
5610 A simple struct containing video mode parameters for a display
5611 """
5612 _misc_.VideoMode_swiginit(self,_misc_.new_VideoMode(*args, **kwargs))
5613 __swig_destroy__ = _misc_.delete_VideoMode
5614 __del__ = lambda self : None;
5615 def Matches(*args, **kwargs):
5616 """
5617 Matches(self, VideoMode other) -> bool
5618
5619 Returns True if this mode matches the other one in the sense that all
5620 non-zero fields of the other mode have the same value in this
5621 one (except for refresh which is allowed to have a greater value)
5622 """
5623 return _misc_.VideoMode_Matches(*args, **kwargs)
5624
5625 def GetWidth(*args, **kwargs):
5626 """
5627 GetWidth(self) -> int
5628
5629 Returns the screen width in pixels (e.g. 640*480), 0 means unspecified
5630 """
5631 return _misc_.VideoMode_GetWidth(*args, **kwargs)
5632
5633 def GetHeight(*args, **kwargs):
5634 """
5635 GetHeight(self) -> int
5636
5637 Returns the screen height in pixels (e.g. 640*480), 0 means unspecified
5638 """
5639 return _misc_.VideoMode_GetHeight(*args, **kwargs)
5640
5641 def GetDepth(*args, **kwargs):
5642 """
5643 GetDepth(self) -> int
5644
5645 Returns the screen's bits per pixel (e.g. 32), 1 is monochrome and 0
5646 means unspecified/known
5647 """
5648 return _misc_.VideoMode_GetDepth(*args, **kwargs)
5649
5650 def IsOk(*args, **kwargs):
5651 """
5652 IsOk(self) -> bool
5653
5654 returns true if the object has been initialized
5655 """
5656 return _misc_.VideoMode_IsOk(*args, **kwargs)
5657
5658 def __nonzero__(self): return self.IsOk()
5659 def __eq__(*args, **kwargs):
5660 """__eq__(self, VideoMode other) -> bool"""
5661 return _misc_.VideoMode___eq__(*args, **kwargs)
5662
5663 def __ne__(*args, **kwargs):
5664 """__ne__(self, VideoMode other) -> bool"""
5665 return _misc_.VideoMode___ne__(*args, **kwargs)
5666
5667 w = property(_misc_.VideoMode_w_get, _misc_.VideoMode_w_set)
5668 h = property(_misc_.VideoMode_h_get, _misc_.VideoMode_h_set)
5669 bpp = property(_misc_.VideoMode_bpp_get, _misc_.VideoMode_bpp_set)
5670 refresh = property(_misc_.VideoMode_refresh_get, _misc_.VideoMode_refresh_set)
5671 _misc_.VideoMode_swigregister(VideoMode)
5672
5673 class Display(object):
5674 """Represents a display/monitor attached to the system"""
5675 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
5676 __repr__ = _swig_repr
5677 def __init__(self, *args, **kwargs):
5678 """
5679 __init__(self, size_t index=0) -> Display
5680
5681 Set up a Display instance with the specified display. The displays
5682 are numbered from 0 to GetCount() - 1, 0 is always the primary display
5683 and the only one which is always supported
5684 """
5685 _misc_.Display_swiginit(self,_misc_.new_Display(*args, **kwargs))
5686 __swig_destroy__ = _misc_.delete_Display
5687 __del__ = lambda self : None;
5688 def GetCount(*args, **kwargs):
5689 """
5690 GetCount() -> size_t
5691
5692 Return the number of available displays.
5693 """
5694 return _misc_.Display_GetCount(*args, **kwargs)
5695
5696 GetCount = staticmethod(GetCount)
5697 def GetFromPoint(*args, **kwargs):
5698 """
5699 GetFromPoint(Point pt) -> int
5700
5701 Find the display where the given point lies, return wx.NOT_FOUND if it
5702 doesn't belong to any display
5703 """
5704 return _misc_.Display_GetFromPoint(*args, **kwargs)
5705
5706 GetFromPoint = staticmethod(GetFromPoint)
5707 def GetFromWindow(*args, **kwargs):
5708 """
5709 GetFromWindow(Window window) -> int
5710
5711 Find the display where the given window lies, return wx.NOT_FOUND if
5712 it is not shown at all.
5713 """
5714 return _misc_.Display_GetFromWindow(*args, **kwargs)
5715
5716 GetFromWindow = staticmethod(GetFromWindow)
5717 def IsOk(*args, **kwargs):
5718 """
5719 IsOk(self) -> bool
5720
5721 Return true if the object was initialized successfully
5722 """
5723 return _misc_.Display_IsOk(*args, **kwargs)
5724
5725 def __nonzero__(self): return self.IsOk()
5726 def GetGeometry(*args, **kwargs):
5727 """
5728 GetGeometry(self) -> Rect
5729
5730 Returns the bounding rectangle of the display whose index was passed
5731 to the constructor.
5732 """
5733 return _misc_.Display_GetGeometry(*args, **kwargs)
5734
5735 def GetClientArea(*args, **kwargs):
5736 """
5737 GetClientArea(self) -> Rect
5738
5739 Returns the bounding rectangle the client area of the display,
5740 i.e., without taskbars and such.
5741 """
5742 return _misc_.Display_GetClientArea(*args, **kwargs)
5743
5744 def GetName(*args, **kwargs):
5745 """
5746 GetName(self) -> String
5747
5748 Returns the display's name. A name is not available on all platforms.
5749 """
5750 return _misc_.Display_GetName(*args, **kwargs)
5751
5752 def IsPrimary(*args, **kwargs):
5753 """
5754 IsPrimary(self) -> bool
5755
5756 Returns True if the display is the primary display. The primary
5757 display is the one whose index is 0.
5758 """
5759 return _misc_.Display_IsPrimary(*args, **kwargs)
5760
5761 def GetModes(*args, **kwargs):
5762 """
5763 GetModes(VideoMode mode=DefaultVideoMode) -> [videoMode...]
5764
5765 Enumerate all video modes supported by this display matching the given
5766 one (in the sense of VideoMode.Match()).
5767
5768 As any mode matches the default value of the argument and there is
5769 always at least one video mode supported by display, the returned
5770 array is only empty for the default value of the argument if this
5771 function is not supported at all on this platform.
5772 """
5773 return _misc_.Display_GetModes(*args, **kwargs)
5774
5775 def GetCurrentMode(*args, **kwargs):
5776 """
5777 GetCurrentMode(self) -> VideoMode
5778
5779 Get the current video mode.
5780 """
5781 return _misc_.Display_GetCurrentMode(*args, **kwargs)
5782
5783 def ChangeMode(*args, **kwargs):
5784 """
5785 ChangeMode(self, VideoMode mode=DefaultVideoMode) -> bool
5786
5787 Changes the video mode of this display to the mode specified in the
5788 mode parameter.
5789
5790 If wx.DefaultVideoMode is passed in as the mode parameter, the defined
5791 behaviour is that wx.Display will reset the video mode to the default
5792 mode used by the display. On Windows, the behavior is normal.
5793 However, there are differences on other platforms. On Unix variations
5794 using X11 extensions it should behave as defined, but some
5795 irregularities may occur.
5796
5797 On wxMac passing in wx.DefaultVideoMode as the mode parameter does
5798 nothing. This happens because Carbon no longer has access to
5799 DMUseScreenPrefs, an undocumented function that changed the video mode
5800 to the system default by using the system's 'scrn' resource.
5801
5802 Returns True if succeeded, False otherwise
5803 """
5804 return _misc_.Display_ChangeMode(*args, **kwargs)
5805
5806 def ResetMode(*args, **kwargs):
5807 """
5808 ResetMode(self)
5809
5810 Restore the default video mode (just a more readable synonym)
5811 """
5812 return _misc_.Display_ResetMode(*args, **kwargs)
5813
5814 ClientArea = property(GetClientArea,doc="See `GetClientArea`")
5815 CurrentMode = property(GetCurrentMode,doc="See `GetCurrentMode`")
5816 Geometry = property(GetGeometry,doc="See `GetGeometry`")
5817 Modes = property(GetModes,doc="See `GetModes`")
5818 Name = property(GetName,doc="See `GetName`")
5819 _misc_.Display_swigregister(Display)
5820 DefaultVideoMode = cvar.DefaultVideoMode
5821
5822 def Display_GetCount(*args):
5823 """
5824 Display_GetCount() -> size_t
5825
5826 Return the number of available displays.
5827 """
5828 return _misc_.Display_GetCount(*args)
5829
5830 def Display_GetFromPoint(*args, **kwargs):
5831 """
5832 Display_GetFromPoint(Point pt) -> int
5833
5834 Find the display where the given point lies, return wx.NOT_FOUND if it
5835 doesn't belong to any display
5836 """
5837 return _misc_.Display_GetFromPoint(*args, **kwargs)
5838
5839 def Display_GetFromWindow(*args, **kwargs):
5840 """
5841 Display_GetFromWindow(Window window) -> int
5842
5843 Find the display where the given window lies, return wx.NOT_FOUND if
5844 it is not shown at all.
5845 """
5846 return _misc_.Display_GetFromWindow(*args, **kwargs)
5847
5848 #---------------------------------------------------------------------------
5849
5850 class StandardPaths(object):
5851 """
5852 wx.StandardPaths returns standard locations in the file system and
5853 should be used by programs to find their data files in a portable way.
5854
5855 In the description of the methods below, the example return values are
5856 given for the Unix, Windows and Mac OS X systems, however please note
5857 that these are just examples and the actual values may differ. For
5858 example, under Windows the system administrator may change the
5859 standard directories locations, i.e. the Windows directory may be
5860 named W:\Win2003 instead of the default C:\Windows.
5861
5862 The strings appname and username should be replaced with the value
5863 returned by `wx.App.GetAppName` and the name of the currently logged
5864 in user, respectively. The string prefix is only used under Unix and
5865 is /usr/local by default but may be changed using `SetInstallPrefix`.
5866
5867 The directories returned by the methods of this class may or may not
5868 exist. If they don't exist, it's up to the caller to create them,
5869 wx.StandardPaths doesn't do it.
5870
5871 Finally note that these functions only work with standardly packaged
5872 applications. I.e. under Unix you should follow the standard
5873 installation conventions and under Mac you should create your
5874 application bundle according to the Apple guidelines. Again, this
5875 class doesn't help you to do it.
5876 """
5877 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
5878 def __init__(self): raise AttributeError, "No constructor defined"
5879 __repr__ = _swig_repr
5880 ResourceCat_None = _misc_.StandardPaths_ResourceCat_None
5881 ResourceCat_Messages = _misc_.StandardPaths_ResourceCat_Messages
5882 ResourceCat_Max = _misc_.StandardPaths_ResourceCat_Max
5883 def Get(*args, **kwargs):
5884 """
5885 Get() -> StandardPaths
5886
5887 Return the global standard paths singleton
5888 """
5889 return _misc_.StandardPaths_Get(*args, **kwargs)
5890
5891 Get = staticmethod(Get)
5892 def GetConfigDir(*args, **kwargs):
5893 """
5894 GetConfigDir(self) -> String
5895
5896 Return the directory with system config files: /etc under Unix,
5897 'c:\Documents and Settings\All Users\Application Data' under Windows,
5898 /Library/Preferences for Mac
5899 """
5900 return _misc_.StandardPaths_GetConfigDir(*args, **kwargs)
5901
5902 def GetUserConfigDir(*args, **kwargs):
5903 """
5904 GetUserConfigDir(self) -> String
5905
5906 Return the directory for the user config files: $HOME under Unix,
5907 'c:\Documents and Settings\username' under Windows, and
5908 ~/Library/Preferences under Mac
5909
5910 Only use this if you have a single file to put there, otherwise
5911 `GetUserDataDir` is more appropriate
5912 """
5913 return _misc_.StandardPaths_GetUserConfigDir(*args, **kwargs)
5914
5915 def GetDataDir(*args, **kwargs):
5916 """
5917 GetDataDir(self) -> String
5918
5919 Return the location of the application's global, (i.e. not
5920 user-specific,) data files: prefix/share/appname under Unix,
5921 'c:\Program Files\appname' under Windows,
5922 appname.app/Contents/SharedSupport app bundle directory under Mac.
5923 """
5924 return _misc_.StandardPaths_GetDataDir(*args, **kwargs)
5925
5926 def GetLocalDataDir(*args, **kwargs):
5927 """
5928 GetLocalDataDir(self) -> String
5929
5930 Return the location for application data files which are
5931 host-specific. Same as `GetDataDir` except under Unix where it is
5932 /etc/appname
5933 """
5934 return _misc_.StandardPaths_GetLocalDataDir(*args, **kwargs)
5935
5936 def GetUserDataDir(*args, **kwargs):
5937 """
5938 GetUserDataDir(self) -> String
5939
5940 Return the directory for the user-dependent application data files:
5941 $HOME/.appname under Unix, c:\Documents and
5942 Settings\username\Application Data\appname under Windows and
5943 ~/Library/Application Support/appname under Mac
5944 """
5945 return _misc_.StandardPaths_GetUserDataDir(*args, **kwargs)
5946
5947 def GetUserLocalDataDir(*args, **kwargs):
5948 """
5949 GetUserLocalDataDir(self) -> String
5950
5951 Return the directory for user data files which shouldn't be shared
5952 with the other machines
5953
5954 Same as `GetUserDataDir` for all platforms except Windows where it is
5955 the 'Local Settings\Application Data\appname' directory.
5956 """
5957 return _misc_.StandardPaths_GetUserLocalDataDir(*args, **kwargs)
5958
5959 def GetPluginsDir(*args, **kwargs):
5960 """
5961 GetPluginsDir(self) -> String
5962
5963 Return the directory where the loadable modules (plugins) live:
5964 prefix/lib/appname under Unix, program directory under Windows and
5965 Contents/Plugins app bundle subdirectory under Mac
5966 """
5967 return _misc_.StandardPaths_GetPluginsDir(*args, **kwargs)
5968
5969 def GetResourcesDir(*args, **kwargs):
5970 """
5971 GetResourcesDir(self) -> String
5972
5973 Get resources directory. Resources are auxiliary files used by the
5974 application and include things like image and sound files.
5975
5976 Same as `GetDataDir` for all platforms except Mac where it returns
5977 Contents/Resources subdirectory of the app bundle.
5978 """
5979 return _misc_.StandardPaths_GetResourcesDir(*args, **kwargs)
5980
5981 def GetLocalizedResourcesDir(*args, **kwargs):
5982 """
5983 GetLocalizedResourcesDir(self, String lang, int category=ResourceCat_None) -> String
5984
5985 Get localized resources directory containing the resource files of the
5986 specified category for the given language.
5987
5988 In general this is just GetResourcesDir()/lang under Windows and Unix
5989 and GetResourcesDir()/lang.lproj under Mac but is something quite
5990 different under Unix for the message catalog category (namely the
5991 standard prefix/share/locale/lang/LC_MESSAGES.)
5992 """
5993 return _misc_.StandardPaths_GetLocalizedResourcesDir(*args, **kwargs)
5994
5995 def GetDocumentsDir(*args, **kwargs):
5996 """
5997 GetDocumentsDir(self) -> String
5998
5999 Return the Documents directory for the current user.
6000
6001 C:\Documents and Settings\username\Documents under Windows,
6002 $HOME under Unix and ~/Documents under Mac
6003 """
6004 return _misc_.StandardPaths_GetDocumentsDir(*args, **kwargs)
6005
6006 def SetInstallPrefix(*args, **kwargs):
6007 """
6008 SetInstallPrefix(self, String prefix)
6009
6010 Set the program installation directory which is /usr/local by default.
6011 This value will be used by other methods such as `GetDataDir` and
6012 `GetPluginsDir` as the prefix for what they return. (This function
6013 only has meaning on Unix systems.)
6014 """
6015 return _misc_.StandardPaths_SetInstallPrefix(*args, **kwargs)
6016
6017 def GetInstallPrefix(*args, **kwargs):
6018 """
6019 GetInstallPrefix(self) -> String
6020
6021 Get the program installation prefix. The default is the prefix where
6022 Python is installed. (This function only has meaning on Unix systems.)
6023 """
6024 return _misc_.StandardPaths_GetInstallPrefix(*args, **kwargs)
6025
6026 _misc_.StandardPaths_swigregister(StandardPaths)
6027
6028 def StandardPaths_Get(*args):
6029 """
6030 StandardPaths_Get() -> StandardPaths
6031
6032 Return the global standard paths singleton
6033 """
6034 return _misc_.StandardPaths_Get(*args)
6035
6036 #---------------------------------------------------------------------------
6037
6038 POWER_SOCKET = _misc_.POWER_SOCKET
6039 POWER_BATTERY = _misc_.POWER_BATTERY
6040 POWER_UNKNOWN = _misc_.POWER_UNKNOWN
6041 BATTERY_NORMAL_STATE = _misc_.BATTERY_NORMAL_STATE
6042 BATTERY_LOW_STATE = _misc_.BATTERY_LOW_STATE
6043 BATTERY_CRITICAL_STATE = _misc_.BATTERY_CRITICAL_STATE
6044 BATTERY_SHUTDOWN_STATE = _misc_.BATTERY_SHUTDOWN_STATE
6045 BATTERY_UNKNOWN_STATE = _misc_.BATTERY_UNKNOWN_STATE
6046 class PowerEvent(_core.Event):
6047 """
6048 wx.PowerEvent is generated when the system online status changes.
6049 Currently this is only implemented for Windows.
6050 """
6051 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
6052 __repr__ = _swig_repr
6053 def __init__(self, *args, **kwargs):
6054 """
6055 __init__(self, EventType evtType) -> PowerEvent
6056
6057 wx.PowerEvent is generated when the system online status changes.
6058 Currently this is only implemented for Windows.
6059 """
6060 _misc_.PowerEvent_swiginit(self,_misc_.new_PowerEvent(*args, **kwargs))
6061 def Veto(*args, **kwargs):
6062 """Veto(self)"""
6063 return _misc_.PowerEvent_Veto(*args, **kwargs)
6064
6065 def IsVetoed(*args, **kwargs):
6066 """IsVetoed(self) -> bool"""
6067 return _misc_.PowerEvent_IsVetoed(*args, **kwargs)
6068
6069 _misc_.PowerEvent_swigregister(PowerEvent)
6070
6071 wxEVT_POWER_SUSPENDING = _misc_.wxEVT_POWER_SUSPENDING
6072 wxEVT_POWER_SUSPENDED = _misc_.wxEVT_POWER_SUSPENDED
6073 wxEVT_POWER_SUSPEND_CANCEL = _misc_.wxEVT_POWER_SUSPEND_CANCEL
6074 wxEVT_POWER_RESUME = _misc_.wxEVT_POWER_RESUME
6075 EVT_POWER_SUSPENDING = wx.PyEventBinder( wxEVT_POWER_SUSPENDING , 1 )
6076 EVT_POWER_SUSPENDED = wx.PyEventBinder( wxEVT_POWER_SUSPENDED , 1 )
6077 EVT_POWER_SUSPEND_CANCEL = wx.PyEventBinder( wxEVT_POWER_SUSPEND_CANCEL , 1 )
6078 EVT_POWER_RESUME = wx.PyEventBinder( wxEVT_POWER_RESUME , 1 )
6079
6080
6081 def GetPowerType(*args):
6082 """
6083 GetPowerType() -> int
6084
6085 return the current system power state: online or offline
6086 """
6087 return _misc_.GetPowerType(*args)
6088
6089 def GetBatteryState(*args):
6090 """
6091 GetBatteryState() -> int
6092
6093 return approximate battery state
6094 """
6095 return _misc_.GetBatteryState(*args)
6096
6097