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