]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/mac/_windows.py
reSWIGged
[wxWidgets.git] / wxPython / src / mac / _windows.py
1 # This file was created automatically by SWIG 1.3.29.
2 # Don't modify this file, modify the SWIG interface instead.
3
4 import _windows_
5 import new
6 new_instancemethod = new.instancemethod
7 def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
8 if (name == "thisown"): return self.this.own(value)
9 if (name == "this"):
10 if type(value).__name__ == 'PySwigObject':
11 self.__dict__[name] = value
12 return
13 method = class_type.__swig_setmethods__.get(name,None)
14 if method: return method(self,value)
15 if (not static) or hasattr(self,name):
16 self.__dict__[name] = value
17 else:
18 raise AttributeError("You cannot add attributes to %s" % self)
19
20 def _swig_setattr(self,class_type,name,value):
21 return _swig_setattr_nondynamic(self,class_type,name,value,0)
22
23 def _swig_getattr(self,class_type,name):
24 if (name == "thisown"): return self.this.own()
25 method = class_type.__swig_getmethods__.get(name,None)
26 if method: return method(self)
27 raise AttributeError,name
28
29 def _swig_repr(self):
30 try: strthis = "proxy of " + self.this.__repr__()
31 except: strthis = ""
32 return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)
33
34 import types
35 try:
36 _object = types.ObjectType
37 _newclass = 1
38 except AttributeError:
39 class _object : pass
40 _newclass = 0
41 del types
42
43
44 def _swig_setattr_nondynamic_method(set):
45 def set_attr(self,name,value):
46 if (name == "thisown"): return self.this.own(value)
47 if hasattr(self,name) or (name == "this"):
48 set(self,name,value)
49 else:
50 raise AttributeError("You cannot add attributes to %s" % self)
51 return set_attr
52
53
54 import _core
55 wx = _core
56 #---------------------------------------------------------------------------
57
58 class Panel(_core.Window):
59 """Proxy of C++ Panel class"""
60 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
61 __repr__ = _swig_repr
62 def __init__(self, *args, **kwargs):
63 """
64 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
65 Size size=DefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER,
66 String name=PanelNameStr) -> Panel
67 """
68 _windows_.Panel_swiginit(self,_windows_.new_Panel(*args, **kwargs))
69 self._setOORInfo(self)
70
71 def Create(*args, **kwargs):
72 """
73 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
74 Size size=DefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER,
75 String name=PanelNameStr) -> bool
76
77 Create the GUI part of the Window for 2-phase creation mode.
78 """
79 return _windows_.Panel_Create(*args, **kwargs)
80
81 def SetFocusIgnoringChildren(*args, **kwargs):
82 """
83 SetFocusIgnoringChildren(self)
84
85 In contrast to `SetFocus` (see above) this will set the focus to the
86 panel even of there are child windows in the panel. This is only
87 rarely needed.
88 """
89 return _windows_.Panel_SetFocusIgnoringChildren(*args, **kwargs)
90
91 def GetClassDefaultAttributes(*args, **kwargs):
92 """
93 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
94
95 Get the default attributes for this class. This is useful if you want
96 to use the same font or colour in your own control as in a standard
97 control -- which is a much better idea than hard coding specific
98 colours or fonts which might look completely out of place on the
99 user's system, especially if it uses themes.
100
101 The variant parameter is only relevant under Mac currently and is
102 ignore under other platforms. Under Mac, it will change the size of
103 the returned font. See `wx.Window.SetWindowVariant` for more about
104 this.
105 """
106 return _windows_.Panel_GetClassDefaultAttributes(*args, **kwargs)
107
108 GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
109 Panel_swigregister = _windows_.Panel_swigregister
110 Panel_swigregister(Panel)
111
112 def PrePanel(*args, **kwargs):
113 """PrePanel() -> Panel"""
114 val = _windows_.new_PrePanel(*args, **kwargs)
115 return val
116
117 def Panel_GetClassDefaultAttributes(*args, **kwargs):
118 """
119 Panel_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
120
121 Get the default attributes for this class. This is useful if you want
122 to use the same font or colour in your own control as in a standard
123 control -- which is a much better idea than hard coding specific
124 colours or fonts which might look completely out of place on the
125 user's system, especially if it uses themes.
126
127 The variant parameter is only relevant under Mac currently and is
128 ignore under other platforms. Under Mac, it will change the size of
129 the returned font. See `wx.Window.SetWindowVariant` for more about
130 this.
131 """
132 return _windows_.Panel_GetClassDefaultAttributes(*args, **kwargs)
133
134 #---------------------------------------------------------------------------
135
136 class ScrolledWindow(Panel):
137 """Proxy of C++ ScrolledWindow class"""
138 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
139 __repr__ = _swig_repr
140 def __init__(self, *args, **kwargs):
141 """
142 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
143 Size size=DefaultSize, long style=wxHSCROLL|wxVSCROLL,
144 String name=PanelNameStr) -> ScrolledWindow
145 """
146 _windows_.ScrolledWindow_swiginit(self,_windows_.new_ScrolledWindow(*args, **kwargs))
147 self._setOORInfo(self)
148
149 def Create(*args, **kwargs):
150 """
151 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
152 Size size=DefaultSize, long style=wxHSCROLL|wxVSCROLL,
153 String name=PanelNameStr) -> bool
154
155 Create the GUI part of the Window for 2-phase creation mode.
156 """
157 return _windows_.ScrolledWindow_Create(*args, **kwargs)
158
159 def SetScrollbars(*args, **kwargs):
160 """
161 SetScrollbars(self, int pixelsPerUnitX, int pixelsPerUnitY, int noUnitsX,
162 int noUnitsY, int xPos=0, int yPos=0, bool noRefresh=False)
163 """
164 return _windows_.ScrolledWindow_SetScrollbars(*args, **kwargs)
165
166 def Scroll(*args, **kwargs):
167 """Scroll(self, int x, int y)"""
168 return _windows_.ScrolledWindow_Scroll(*args, **kwargs)
169
170 def GetScrollPageSize(*args, **kwargs):
171 """GetScrollPageSize(self, int orient) -> int"""
172 return _windows_.ScrolledWindow_GetScrollPageSize(*args, **kwargs)
173
174 def SetScrollPageSize(*args, **kwargs):
175 """SetScrollPageSize(self, int orient, int pageSize)"""
176 return _windows_.ScrolledWindow_SetScrollPageSize(*args, **kwargs)
177
178 def SetScrollRate(*args, **kwargs):
179 """SetScrollRate(self, int xstep, int ystep)"""
180 return _windows_.ScrolledWindow_SetScrollRate(*args, **kwargs)
181
182 def GetScrollPixelsPerUnit(*args, **kwargs):
183 """
184 GetScrollPixelsPerUnit() -> (xUnit, yUnit)
185
186 Get the size of one logical unit in physical units.
187 """
188 return _windows_.ScrolledWindow_GetScrollPixelsPerUnit(*args, **kwargs)
189
190 def EnableScrolling(*args, **kwargs):
191 """EnableScrolling(self, bool x_scrolling, bool y_scrolling)"""
192 return _windows_.ScrolledWindow_EnableScrolling(*args, **kwargs)
193
194 def GetViewStart(*args, **kwargs):
195 """
196 GetViewStart() -> (x,y)
197
198 Get the view start
199 """
200 return _windows_.ScrolledWindow_GetViewStart(*args, **kwargs)
201
202 def SetScale(*args, **kwargs):
203 """SetScale(self, double xs, double ys)"""
204 return _windows_.ScrolledWindow_SetScale(*args, **kwargs)
205
206 def GetScaleX(*args, **kwargs):
207 """GetScaleX(self) -> double"""
208 return _windows_.ScrolledWindow_GetScaleX(*args, **kwargs)
209
210 def GetScaleY(*args, **kwargs):
211 """GetScaleY(self) -> double"""
212 return _windows_.ScrolledWindow_GetScaleY(*args, **kwargs)
213
214 def CalcScrolledPosition(*args):
215 """
216 CalcScrolledPosition(self, Point pt) -> Point
217 CalcScrolledPosition(int x, int y) -> (sx, sy)
218
219 Translate between scrolled and unscrolled coordinates.
220 """
221 return _windows_.ScrolledWindow_CalcScrolledPosition(*args)
222
223 def CalcUnscrolledPosition(*args):
224 """
225 CalcUnscrolledPosition(self, Point pt) -> Point
226 CalcUnscrolledPosition(int x, int y) -> (ux, uy)
227
228 Translate between scrolled and unscrolled coordinates.
229 """
230 return _windows_.ScrolledWindow_CalcUnscrolledPosition(*args)
231
232 def AdjustScrollbars(*args, **kwargs):
233 """AdjustScrollbars(self)"""
234 return _windows_.ScrolledWindow_AdjustScrollbars(*args, **kwargs)
235
236 def CalcScrollInc(*args, **kwargs):
237 """CalcScrollInc(self, ScrollWinEvent event) -> int"""
238 return _windows_.ScrolledWindow_CalcScrollInc(*args, **kwargs)
239
240 def SetTargetWindow(*args, **kwargs):
241 """SetTargetWindow(self, Window target)"""
242 return _windows_.ScrolledWindow_SetTargetWindow(*args, **kwargs)
243
244 def GetTargetWindow(*args, **kwargs):
245 """GetTargetWindow(self) -> Window"""
246 return _windows_.ScrolledWindow_GetTargetWindow(*args, **kwargs)
247
248 def SetTargetRect(*args, **kwargs):
249 """SetTargetRect(self, Rect rect)"""
250 return _windows_.ScrolledWindow_SetTargetRect(*args, **kwargs)
251
252 def GetTargetRect(*args, **kwargs):
253 """GetTargetRect(self) -> Rect"""
254 return _windows_.ScrolledWindow_GetTargetRect(*args, **kwargs)
255
256 def DoPrepareDC(*args, **kwargs):
257 """
258 DoPrepareDC(self, DC dc)
259
260 Normally what is called by `PrepareDC`.
261 """
262 return _windows_.ScrolledWindow_DoPrepareDC(*args, **kwargs)
263
264 def GetClassDefaultAttributes(*args, **kwargs):
265 """
266 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
267
268 Get the default attributes for this class. This is useful if you want
269 to use the same font or colour in your own control as in a standard
270 control -- which is a much better idea than hard coding specific
271 colours or fonts which might look completely out of place on the
272 user's system, especially if it uses themes.
273
274 The variant parameter is only relevant under Mac currently and is
275 ignore under other platforms. Under Mac, it will change the size of
276 the returned font. See `wx.Window.SetWindowVariant` for more about
277 this.
278 """
279 return _windows_.ScrolledWindow_GetClassDefaultAttributes(*args, **kwargs)
280
281 GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
282 ScrolledWindow_swigregister = _windows_.ScrolledWindow_swigregister
283 ScrolledWindow_swigregister(ScrolledWindow)
284
285 def PreScrolledWindow(*args, **kwargs):
286 """PreScrolledWindow() -> ScrolledWindow"""
287 val = _windows_.new_PreScrolledWindow(*args, **kwargs)
288 return val
289
290 def ScrolledWindow_GetClassDefaultAttributes(*args, **kwargs):
291 """
292 ScrolledWindow_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
293
294 Get the default attributes for this class. This is useful if you want
295 to use the same font or colour in your own control as in a standard
296 control -- which is a much better idea than hard coding specific
297 colours or fonts which might look completely out of place on the
298 user's system, especially if it uses themes.
299
300 The variant parameter is only relevant under Mac currently and is
301 ignore under other platforms. Under Mac, it will change the size of
302 the returned font. See `wx.Window.SetWindowVariant` for more about
303 this.
304 """
305 return _windows_.ScrolledWindow_GetClassDefaultAttributes(*args, **kwargs)
306
307 #---------------------------------------------------------------------------
308
309 STAY_ON_TOP = _windows_.STAY_ON_TOP
310 ICONIZE = _windows_.ICONIZE
311 MINIMIZE = _windows_.MINIMIZE
312 MAXIMIZE = _windows_.MAXIMIZE
313 CLOSE_BOX = _windows_.CLOSE_BOX
314 THICK_FRAME = _windows_.THICK_FRAME
315 SYSTEM_MENU = _windows_.SYSTEM_MENU
316 MINIMIZE_BOX = _windows_.MINIMIZE_BOX
317 MAXIMIZE_BOX = _windows_.MAXIMIZE_BOX
318 TINY_CAPTION_HORIZ = _windows_.TINY_CAPTION_HORIZ
319 TINY_CAPTION_VERT = _windows_.TINY_CAPTION_VERT
320 RESIZE_BOX = _windows_.RESIZE_BOX
321 RESIZE_BORDER = _windows_.RESIZE_BORDER
322 DIALOG_NO_PARENT = _windows_.DIALOG_NO_PARENT
323 DEFAULT_FRAME_STYLE = _windows_.DEFAULT_FRAME_STYLE
324 DEFAULT_DIALOG_STYLE = _windows_.DEFAULT_DIALOG_STYLE
325 FRAME_TOOL_WINDOW = _windows_.FRAME_TOOL_WINDOW
326 FRAME_FLOAT_ON_PARENT = _windows_.FRAME_FLOAT_ON_PARENT
327 FRAME_NO_WINDOW_MENU = _windows_.FRAME_NO_WINDOW_MENU
328 FRAME_NO_TASKBAR = _windows_.FRAME_NO_TASKBAR
329 FRAME_SHAPED = _windows_.FRAME_SHAPED
330 FRAME_DRAWER = _windows_.FRAME_DRAWER
331 FRAME_EX_METAL = _windows_.FRAME_EX_METAL
332 DIALOG_EX_METAL = _windows_.DIALOG_EX_METAL
333 DIALOG_MODAL = _windows_.DIALOG_MODAL
334 DIALOG_MODELESS = _windows_.DIALOG_MODELESS
335 USER_COLOURS = _windows_.USER_COLOURS
336 NO_3D = _windows_.NO_3D
337 FULLSCREEN_NOMENUBAR = _windows_.FULLSCREEN_NOMENUBAR
338 FULLSCREEN_NOTOOLBAR = _windows_.FULLSCREEN_NOTOOLBAR
339 FULLSCREEN_NOSTATUSBAR = _windows_.FULLSCREEN_NOSTATUSBAR
340 FULLSCREEN_NOBORDER = _windows_.FULLSCREEN_NOBORDER
341 FULLSCREEN_NOCAPTION = _windows_.FULLSCREEN_NOCAPTION
342 FULLSCREEN_ALL = _windows_.FULLSCREEN_ALL
343 TOPLEVEL_EX_DIALOG = _windows_.TOPLEVEL_EX_DIALOG
344 USER_ATTENTION_INFO = _windows_.USER_ATTENTION_INFO
345 USER_ATTENTION_ERROR = _windows_.USER_ATTENTION_ERROR
346 class TopLevelWindow(_core.Window):
347 """Proxy of C++ TopLevelWindow class"""
348 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
349 def __init__(self): raise AttributeError, "No constructor defined"
350 __repr__ = _swig_repr
351 def Maximize(*args, **kwargs):
352 """Maximize(self, bool maximize=True)"""
353 return _windows_.TopLevelWindow_Maximize(*args, **kwargs)
354
355 def Restore(*args, **kwargs):
356 """Restore(self)"""
357 return _windows_.TopLevelWindow_Restore(*args, **kwargs)
358
359 def Iconize(*args, **kwargs):
360 """Iconize(self, bool iconize=True)"""
361 return _windows_.TopLevelWindow_Iconize(*args, **kwargs)
362
363 def IsMaximized(*args, **kwargs):
364 """IsMaximized(self) -> bool"""
365 return _windows_.TopLevelWindow_IsMaximized(*args, **kwargs)
366
367 def IsIconized(*args, **kwargs):
368 """IsIconized(self) -> bool"""
369 return _windows_.TopLevelWindow_IsIconized(*args, **kwargs)
370
371 def GetIcon(*args, **kwargs):
372 """GetIcon(self) -> Icon"""
373 return _windows_.TopLevelWindow_GetIcon(*args, **kwargs)
374
375 def SetIcon(*args, **kwargs):
376 """SetIcon(self, Icon icon)"""
377 return _windows_.TopLevelWindow_SetIcon(*args, **kwargs)
378
379 def SetIcons(*args, **kwargs):
380 """SetIcons(self, wxIconBundle icons)"""
381 return _windows_.TopLevelWindow_SetIcons(*args, **kwargs)
382
383 def ShowFullScreen(*args, **kwargs):
384 """ShowFullScreen(self, bool show, long style=FULLSCREEN_ALL) -> bool"""
385 return _windows_.TopLevelWindow_ShowFullScreen(*args, **kwargs)
386
387 def IsFullScreen(*args, **kwargs):
388 """IsFullScreen(self) -> bool"""
389 return _windows_.TopLevelWindow_IsFullScreen(*args, **kwargs)
390
391 def SetTitle(*args, **kwargs):
392 """SetTitle(self, String title)"""
393 return _windows_.TopLevelWindow_SetTitle(*args, **kwargs)
394
395 def GetTitle(*args, **kwargs):
396 """GetTitle(self) -> String"""
397 return _windows_.TopLevelWindow_GetTitle(*args, **kwargs)
398
399 def SetShape(*args, **kwargs):
400 """SetShape(self, Region region) -> bool"""
401 return _windows_.TopLevelWindow_SetShape(*args, **kwargs)
402
403 def RequestUserAttention(*args, **kwargs):
404 """RequestUserAttention(self, int flags=USER_ATTENTION_INFO)"""
405 return _windows_.TopLevelWindow_RequestUserAttention(*args, **kwargs)
406
407 def IsActive(*args, **kwargs):
408 """IsActive(self) -> bool"""
409 return _windows_.TopLevelWindow_IsActive(*args, **kwargs)
410
411 def MacSetMetalAppearance(*args, **kwargs):
412 """MacSetMetalAppearance(self, bool on)"""
413 return _windows_.TopLevelWindow_MacSetMetalAppearance(*args, **kwargs)
414
415 def MacGetMetalAppearance(*args, **kwargs):
416 """MacGetMetalAppearance(self) -> bool"""
417 return _windows_.TopLevelWindow_MacGetMetalAppearance(*args, **kwargs)
418
419 def CenterOnScreen(*args, **kwargs):
420 """
421 CenterOnScreen(self, int dir=BOTH)
422
423 Center the window on screen
424 """
425 return _windows_.TopLevelWindow_CenterOnScreen(*args, **kwargs)
426
427 CentreOnScreen = CenterOnScreen
428 TopLevelWindow_swigregister = _windows_.TopLevelWindow_swigregister
429 TopLevelWindow_swigregister(TopLevelWindow)
430 cvar = _windows_.cvar
431 FrameNameStr = cvar.FrameNameStr
432 DialogNameStr = cvar.DialogNameStr
433 StatusLineNameStr = cvar.StatusLineNameStr
434 ToolBarNameStr = cvar.ToolBarNameStr
435
436 #---------------------------------------------------------------------------
437
438 class Frame(TopLevelWindow):
439 """Proxy of C++ Frame class"""
440 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
441 __repr__ = _swig_repr
442 def __init__(self, *args, **kwargs):
443 """
444 __init__(self, Window parent, int id=-1, String title=EmptyString,
445 Point pos=DefaultPosition, Size size=DefaultSize,
446 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> Frame
447 """
448 _windows_.Frame_swiginit(self,_windows_.new_Frame(*args, **kwargs))
449 self._setOORInfo(self)
450
451 def Create(*args, **kwargs):
452 """
453 Create(self, Window parent, int id=-1, String title=EmptyString,
454 Point pos=DefaultPosition, Size size=DefaultSize,
455 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> bool
456 """
457 return _windows_.Frame_Create(*args, **kwargs)
458
459 def SendSizeEvent(*args, **kwargs):
460 """SendSizeEvent(self)"""
461 return _windows_.Frame_SendSizeEvent(*args, **kwargs)
462
463 def SetMenuBar(*args, **kwargs):
464 """SetMenuBar(self, MenuBar menubar)"""
465 return _windows_.Frame_SetMenuBar(*args, **kwargs)
466
467 def GetMenuBar(*args, **kwargs):
468 """GetMenuBar(self) -> MenuBar"""
469 return _windows_.Frame_GetMenuBar(*args, **kwargs)
470
471 def ProcessCommand(*args, **kwargs):
472 """ProcessCommand(self, int winid) -> bool"""
473 return _windows_.Frame_ProcessCommand(*args, **kwargs)
474
475 Command = ProcessCommand
476 def CreateStatusBar(*args, **kwargs):
477 """
478 CreateStatusBar(self, int number=1, long style=DEFAULT_STATUSBAR_STYLE, int winid=0,
479 String name=StatusLineNameStr) -> StatusBar
480 """
481 return _windows_.Frame_CreateStatusBar(*args, **kwargs)
482
483 def GetStatusBar(*args, **kwargs):
484 """GetStatusBar(self) -> StatusBar"""
485 return _windows_.Frame_GetStatusBar(*args, **kwargs)
486
487 def SetStatusBar(*args, **kwargs):
488 """SetStatusBar(self, StatusBar statBar)"""
489 return _windows_.Frame_SetStatusBar(*args, **kwargs)
490
491 def SetStatusText(*args, **kwargs):
492 """SetStatusText(self, String text, int number=0)"""
493 return _windows_.Frame_SetStatusText(*args, **kwargs)
494
495 def SetStatusWidths(*args, **kwargs):
496 """SetStatusWidths(self, int widths)"""
497 return _windows_.Frame_SetStatusWidths(*args, **kwargs)
498
499 def PushStatusText(*args, **kwargs):
500 """PushStatusText(self, String text, int number=0)"""
501 return _windows_.Frame_PushStatusText(*args, **kwargs)
502
503 def PopStatusText(*args, **kwargs):
504 """PopStatusText(self, int number=0)"""
505 return _windows_.Frame_PopStatusText(*args, **kwargs)
506
507 def SetStatusBarPane(*args, **kwargs):
508 """SetStatusBarPane(self, int n)"""
509 return _windows_.Frame_SetStatusBarPane(*args, **kwargs)
510
511 def GetStatusBarPane(*args, **kwargs):
512 """GetStatusBarPane(self) -> int"""
513 return _windows_.Frame_GetStatusBarPane(*args, **kwargs)
514
515 def CreateToolBar(*args, **kwargs):
516 """CreateToolBar(self, long style=-1, int winid=-1, String name=ToolBarNameStr) -> wxToolBar"""
517 return _windows_.Frame_CreateToolBar(*args, **kwargs)
518
519 def GetToolBar(*args, **kwargs):
520 """GetToolBar(self) -> wxToolBar"""
521 return _windows_.Frame_GetToolBar(*args, **kwargs)
522
523 def SetToolBar(*args, **kwargs):
524 """SetToolBar(self, wxToolBar toolbar)"""
525 return _windows_.Frame_SetToolBar(*args, **kwargs)
526
527 def DoGiveHelp(*args, **kwargs):
528 """DoGiveHelp(self, String text, bool show)"""
529 return _windows_.Frame_DoGiveHelp(*args, **kwargs)
530
531 def DoMenuUpdates(*args, **kwargs):
532 """DoMenuUpdates(self, Menu menu=None)"""
533 return _windows_.Frame_DoMenuUpdates(*args, **kwargs)
534
535 def GetClassDefaultAttributes(*args, **kwargs):
536 """
537 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
538
539 Get the default attributes for this class. This is useful if you want
540 to use the same font or colour in your own control as in a standard
541 control -- which is a much better idea than hard coding specific
542 colours or fonts which might look completely out of place on the
543 user's system, especially if it uses themes.
544
545 The variant parameter is only relevant under Mac currently and is
546 ignore under other platforms. Under Mac, it will change the size of
547 the returned font. See `wx.Window.SetWindowVariant` for more about
548 this.
549 """
550 return _windows_.Frame_GetClassDefaultAttributes(*args, **kwargs)
551
552 GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
553 Frame_swigregister = _windows_.Frame_swigregister
554 Frame_swigregister(Frame)
555
556 def PreFrame(*args, **kwargs):
557 """PreFrame() -> Frame"""
558 val = _windows_.new_PreFrame(*args, **kwargs)
559 return val
560
561 def Frame_GetClassDefaultAttributes(*args, **kwargs):
562 """
563 Frame_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
564
565 Get the default attributes for this class. This is useful if you want
566 to use the same font or colour in your own control as in a standard
567 control -- which is a much better idea than hard coding specific
568 colours or fonts which might look completely out of place on the
569 user's system, especially if it uses themes.
570
571 The variant parameter is only relevant under Mac currently and is
572 ignore under other platforms. Under Mac, it will change the size of
573 the returned font. See `wx.Window.SetWindowVariant` for more about
574 this.
575 """
576 return _windows_.Frame_GetClassDefaultAttributes(*args, **kwargs)
577
578 #---------------------------------------------------------------------------
579
580 class Dialog(TopLevelWindow):
581 """Proxy of C++ Dialog class"""
582 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
583 __repr__ = _swig_repr
584 ButtonSizerFlags = _windows_.Dialog_ButtonSizerFlags
585 def __init__(self, *args, **kwargs):
586 """
587 __init__(self, Window parent, int id=-1, String title=EmptyString,
588 Point pos=DefaultPosition, Size size=DefaultSize,
589 long style=DEFAULT_DIALOG_STYLE, String name=DialogNameStr) -> Dialog
590 """
591 _windows_.Dialog_swiginit(self,_windows_.new_Dialog(*args, **kwargs))
592 self._setOORInfo(self)
593
594 def Create(*args, **kwargs):
595 """
596 Create(self, Window parent, int id=-1, String title=EmptyString,
597 Point pos=DefaultPosition, Size size=DefaultSize,
598 long style=DEFAULT_DIALOG_STYLE, String name=DialogNameStr) -> bool
599 """
600 return _windows_.Dialog_Create(*args, **kwargs)
601
602 def SetReturnCode(*args, **kwargs):
603 """SetReturnCode(self, int returnCode)"""
604 return _windows_.Dialog_SetReturnCode(*args, **kwargs)
605
606 def GetReturnCode(*args, **kwargs):
607 """GetReturnCode(self) -> int"""
608 return _windows_.Dialog_GetReturnCode(*args, **kwargs)
609
610 def SetAffirmativeId(*args, **kwargs):
611 """SetAffirmativeId(self, int affirmativeId)"""
612 return _windows_.Dialog_SetAffirmativeId(*args, **kwargs)
613
614 def GetAffirmativeId(*args, **kwargs):
615 """GetAffirmativeId(self) -> int"""
616 return _windows_.Dialog_GetAffirmativeId(*args, **kwargs)
617
618 def SetEscapeId(*args, **kwargs):
619 """SetEscapeId(self, int escapeId)"""
620 return _windows_.Dialog_SetEscapeId(*args, **kwargs)
621
622 def GetEscapeId(*args, **kwargs):
623 """GetEscapeId(self) -> int"""
624 return _windows_.Dialog_GetEscapeId(*args, **kwargs)
625
626 def CreateTextSizer(*args, **kwargs):
627 """CreateTextSizer(self, String message) -> Sizer"""
628 return _windows_.Dialog_CreateTextSizer(*args, **kwargs)
629
630 def CreateButtonSizer(*args, **kwargs):
631 """CreateButtonSizer(self, long flags, bool separated=False, int distance=0) -> Sizer"""
632 return _windows_.Dialog_CreateButtonSizer(*args, **kwargs)
633
634 def CreateStdDialogButtonSizer(*args, **kwargs):
635 """CreateStdDialogButtonSizer(self, long flags) -> StdDialogButtonSizer"""
636 return _windows_.Dialog_CreateStdDialogButtonSizer(*args, **kwargs)
637
638 def IsModal(*args, **kwargs):
639 """IsModal(self) -> bool"""
640 return _windows_.Dialog_IsModal(*args, **kwargs)
641
642 def ShowModal(*args, **kwargs):
643 """ShowModal(self) -> int"""
644 return _windows_.Dialog_ShowModal(*args, **kwargs)
645
646 def EndModal(*args, **kwargs):
647 """EndModal(self, int retCode)"""
648 return _windows_.Dialog_EndModal(*args, **kwargs)
649
650 def GetClassDefaultAttributes(*args, **kwargs):
651 """
652 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
653
654 Get the default attributes for this class. This is useful if you want
655 to use the same font or colour in your own control as in a standard
656 control -- which is a much better idea than hard coding specific
657 colours or fonts which might look completely out of place on the
658 user's system, especially if it uses themes.
659
660 The variant parameter is only relevant under Mac currently and is
661 ignore under other platforms. Under Mac, it will change the size of
662 the returned font. See `wx.Window.SetWindowVariant` for more about
663 this.
664 """
665 return _windows_.Dialog_GetClassDefaultAttributes(*args, **kwargs)
666
667 GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
668 Dialog_swigregister = _windows_.Dialog_swigregister
669 Dialog_swigregister(Dialog)
670
671 def PreDialog(*args, **kwargs):
672 """PreDialog() -> Dialog"""
673 val = _windows_.new_PreDialog(*args, **kwargs)
674 return val
675
676 def Dialog_GetClassDefaultAttributes(*args, **kwargs):
677 """
678 Dialog_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
679
680 Get the default attributes for this class. This is useful if you want
681 to use the same font or colour in your own control as in a standard
682 control -- which is a much better idea than hard coding specific
683 colours or fonts which might look completely out of place on the
684 user's system, especially if it uses themes.
685
686 The variant parameter is only relevant under Mac currently and is
687 ignore under other platforms. Under Mac, it will change the size of
688 the returned font. See `wx.Window.SetWindowVariant` for more about
689 this.
690 """
691 return _windows_.Dialog_GetClassDefaultAttributes(*args, **kwargs)
692
693 #---------------------------------------------------------------------------
694
695 class MiniFrame(Frame):
696 """Proxy of C++ MiniFrame class"""
697 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
698 __repr__ = _swig_repr
699 def __init__(self, *args, **kwargs):
700 """
701 __init__(self, Window parent, int id=-1, String title=EmptyString,
702 Point pos=DefaultPosition, Size size=DefaultSize,
703 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> MiniFrame
704 """
705 _windows_.MiniFrame_swiginit(self,_windows_.new_MiniFrame(*args, **kwargs))
706 self._setOORInfo(self)
707
708 def Create(*args, **kwargs):
709 """
710 Create(self, Window parent, int id=-1, String title=EmptyString,
711 Point pos=DefaultPosition, Size size=DefaultSize,
712 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> bool
713 """
714 return _windows_.MiniFrame_Create(*args, **kwargs)
715
716 MiniFrame_swigregister = _windows_.MiniFrame_swigregister
717 MiniFrame_swigregister(MiniFrame)
718
719 def PreMiniFrame(*args, **kwargs):
720 """PreMiniFrame() -> MiniFrame"""
721 val = _windows_.new_PreMiniFrame(*args, **kwargs)
722 return val
723
724 #---------------------------------------------------------------------------
725
726 SPLASH_CENTRE_ON_PARENT = _windows_.SPLASH_CENTRE_ON_PARENT
727 SPLASH_CENTRE_ON_SCREEN = _windows_.SPLASH_CENTRE_ON_SCREEN
728 SPLASH_NO_CENTRE = _windows_.SPLASH_NO_CENTRE
729 SPLASH_TIMEOUT = _windows_.SPLASH_TIMEOUT
730 SPLASH_NO_TIMEOUT = _windows_.SPLASH_NO_TIMEOUT
731 class SplashScreenWindow(_core.Window):
732 """Proxy of C++ SplashScreenWindow class"""
733 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
734 __repr__ = _swig_repr
735 def __init__(self, *args, **kwargs):
736 """
737 __init__(self, Bitmap bitmap, Window parent, int id, Point pos=DefaultPosition,
738 Size size=DefaultSize, long style=NO_BORDER) -> SplashScreenWindow
739 """
740 _windows_.SplashScreenWindow_swiginit(self,_windows_.new_SplashScreenWindow(*args, **kwargs))
741 self._setOORInfo(self)
742
743 def SetBitmap(*args, **kwargs):
744 """SetBitmap(self, Bitmap bitmap)"""
745 return _windows_.SplashScreenWindow_SetBitmap(*args, **kwargs)
746
747 def GetBitmap(*args, **kwargs):
748 """GetBitmap(self) -> Bitmap"""
749 return _windows_.SplashScreenWindow_GetBitmap(*args, **kwargs)
750
751 SplashScreenWindow_swigregister = _windows_.SplashScreenWindow_swigregister
752 SplashScreenWindow_swigregister(SplashScreenWindow)
753
754 class SplashScreen(Frame):
755 """Proxy of C++ SplashScreen class"""
756 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
757 __repr__ = _swig_repr
758 def __init__(self, *args, **kwargs):
759 """
760 __init__(self, Bitmap bitmap, long splashStyle, int milliseconds,
761 Window parent, int id=-1, Point pos=DefaultPosition,
762 Size size=DefaultSize, long style=wxSIMPLE_BORDER|wxFRAME_NO_TASKBAR|wxSTAY_ON_TOP) -> SplashScreen
763 """
764 _windows_.SplashScreen_swiginit(self,_windows_.new_SplashScreen(*args, **kwargs))
765 self._setOORInfo(self)
766
767 def GetSplashStyle(*args, **kwargs):
768 """GetSplashStyle(self) -> long"""
769 return _windows_.SplashScreen_GetSplashStyle(*args, **kwargs)
770
771 def GetSplashWindow(*args, **kwargs):
772 """GetSplashWindow(self) -> SplashScreenWindow"""
773 return _windows_.SplashScreen_GetSplashWindow(*args, **kwargs)
774
775 def GetTimeout(*args, **kwargs):
776 """GetTimeout(self) -> int"""
777 return _windows_.SplashScreen_GetTimeout(*args, **kwargs)
778
779 SplashScreen_swigregister = _windows_.SplashScreen_swigregister
780 SplashScreen_swigregister(SplashScreen)
781
782 #---------------------------------------------------------------------------
783
784 SB_NORMAL = _windows_.SB_NORMAL
785 SB_FLAT = _windows_.SB_FLAT
786 SB_RAISED = _windows_.SB_RAISED
787 class StatusBar(_core.Window):
788 """Proxy of C++ StatusBar class"""
789 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
790 __repr__ = _swig_repr
791 def __init__(self, *args, **kwargs):
792 """
793 __init__(self, Window parent, int id=-1, long style=DEFAULT_STATUSBAR_STYLE,
794 String name=StatusLineNameStr) -> StatusBar
795 """
796 _windows_.StatusBar_swiginit(self,_windows_.new_StatusBar(*args, **kwargs))
797 self._setOORInfo(self)
798
799 def Create(*args, **kwargs):
800 """Create(self, Window parent, int id=-1, long style=ST_SIZEGRIP, String name=StatusLineNameStr) -> bool"""
801 return _windows_.StatusBar_Create(*args, **kwargs)
802
803 def SetFieldsCount(*args, **kwargs):
804 """SetFieldsCount(self, int number=1)"""
805 return _windows_.StatusBar_SetFieldsCount(*args, **kwargs)
806
807 def GetFieldsCount(*args, **kwargs):
808 """GetFieldsCount(self) -> int"""
809 return _windows_.StatusBar_GetFieldsCount(*args, **kwargs)
810
811 def SetStatusText(*args, **kwargs):
812 """SetStatusText(self, String text, int number=0)"""
813 return _windows_.StatusBar_SetStatusText(*args, **kwargs)
814
815 def GetStatusText(*args, **kwargs):
816 """GetStatusText(self, int number=0) -> String"""
817 return _windows_.StatusBar_GetStatusText(*args, **kwargs)
818
819 def PushStatusText(*args, **kwargs):
820 """PushStatusText(self, String text, int number=0)"""
821 return _windows_.StatusBar_PushStatusText(*args, **kwargs)
822
823 def PopStatusText(*args, **kwargs):
824 """PopStatusText(self, int number=0)"""
825 return _windows_.StatusBar_PopStatusText(*args, **kwargs)
826
827 def SetStatusWidths(*args, **kwargs):
828 """SetStatusWidths(self, int widths)"""
829 return _windows_.StatusBar_SetStatusWidths(*args, **kwargs)
830
831 def SetStatusStyles(*args, **kwargs):
832 """SetStatusStyles(self, int styles)"""
833 return _windows_.StatusBar_SetStatusStyles(*args, **kwargs)
834
835 def GetFieldRect(*args, **kwargs):
836 """GetFieldRect(self, int i) -> Rect"""
837 return _windows_.StatusBar_GetFieldRect(*args, **kwargs)
838
839 def SetMinHeight(*args, **kwargs):
840 """SetMinHeight(self, int height)"""
841 return _windows_.StatusBar_SetMinHeight(*args, **kwargs)
842
843 def GetBorderX(*args, **kwargs):
844 """GetBorderX(self) -> int"""
845 return _windows_.StatusBar_GetBorderX(*args, **kwargs)
846
847 def GetBorderY(*args, **kwargs):
848 """GetBorderY(self) -> int"""
849 return _windows_.StatusBar_GetBorderY(*args, **kwargs)
850
851 def GetClassDefaultAttributes(*args, **kwargs):
852 """
853 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
854
855 Get the default attributes for this class. This is useful if you want
856 to use the same font or colour in your own control as in a standard
857 control -- which is a much better idea than hard coding specific
858 colours or fonts which might look completely out of place on the
859 user's system, especially if it uses themes.
860
861 The variant parameter is only relevant under Mac currently and is
862 ignore under other platforms. Under Mac, it will change the size of
863 the returned font. See `wx.Window.SetWindowVariant` for more about
864 this.
865 """
866 return _windows_.StatusBar_GetClassDefaultAttributes(*args, **kwargs)
867
868 GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
869 StatusBar_swigregister = _windows_.StatusBar_swigregister
870 StatusBar_swigregister(StatusBar)
871
872 def PreStatusBar(*args, **kwargs):
873 """PreStatusBar() -> StatusBar"""
874 val = _windows_.new_PreStatusBar(*args, **kwargs)
875 return val
876
877 def StatusBar_GetClassDefaultAttributes(*args, **kwargs):
878 """
879 StatusBar_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
880
881 Get the default attributes for this class. This is useful if you want
882 to use the same font or colour in your own control as in a standard
883 control -- which is a much better idea than hard coding specific
884 colours or fonts which might look completely out of place on the
885 user's system, especially if it uses themes.
886
887 The variant parameter is only relevant under Mac currently and is
888 ignore under other platforms. Under Mac, it will change the size of
889 the returned font. See `wx.Window.SetWindowVariant` for more about
890 this.
891 """
892 return _windows_.StatusBar_GetClassDefaultAttributes(*args, **kwargs)
893
894 #---------------------------------------------------------------------------
895
896 SP_NOBORDER = _windows_.SP_NOBORDER
897 SP_NOSASH = _windows_.SP_NOSASH
898 SP_PERMIT_UNSPLIT = _windows_.SP_PERMIT_UNSPLIT
899 SP_LIVE_UPDATE = _windows_.SP_LIVE_UPDATE
900 SP_3DSASH = _windows_.SP_3DSASH
901 SP_3DBORDER = _windows_.SP_3DBORDER
902 SP_NO_XP_THEME = _windows_.SP_NO_XP_THEME
903 SP_BORDER = _windows_.SP_BORDER
904 SP_3D = _windows_.SP_3D
905 SPLIT_HORIZONTAL = _windows_.SPLIT_HORIZONTAL
906 SPLIT_VERTICAL = _windows_.SPLIT_VERTICAL
907 SPLIT_DRAG_NONE = _windows_.SPLIT_DRAG_NONE
908 SPLIT_DRAG_DRAGGING = _windows_.SPLIT_DRAG_DRAGGING
909 SPLIT_DRAG_LEFT_DOWN = _windows_.SPLIT_DRAG_LEFT_DOWN
910 class SplitterWindow(_core.Window):
911 """
912 wx.SplitterWindow manages up to two subwindows or panes, with an
913 optional vertical or horizontal split which can be used with the mouse
914 or programmatically.
915 """
916 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
917 __repr__ = _swig_repr
918 def __init__(self, *args, **kwargs):
919 """
920 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
921 Size size=DefaultSize, long style=SP_3D, String name=SplitterNameStr) -> SplitterWindow
922
923 Constructor. Creates and shows a SplitterWindow.
924 """
925 if kwargs.has_key('point'): kwargs['pos'] = kwargs['point'];del kwargs['point']
926 _windows_.SplitterWindow_swiginit(self,_windows_.new_SplitterWindow(*args, **kwargs))
927 self._setOORInfo(self)
928
929 def Create(*args, **kwargs):
930 """
931 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
932 Size size=DefaultSize, long style=SP_3D, String name=SplitterNameStr) -> bool
933
934 Create the GUI part of the SplitterWindow for the 2-phase create.
935 """
936 return _windows_.SplitterWindow_Create(*args, **kwargs)
937
938 def GetWindow1(*args, **kwargs):
939 """
940 GetWindow1(self) -> Window
941
942 Gets the only or left/top pane.
943 """
944 return _windows_.SplitterWindow_GetWindow1(*args, **kwargs)
945
946 def GetWindow2(*args, **kwargs):
947 """
948 GetWindow2(self) -> Window
949
950 Gets the right/bottom pane.
951 """
952 return _windows_.SplitterWindow_GetWindow2(*args, **kwargs)
953
954 def SetSplitMode(*args, **kwargs):
955 """
956 SetSplitMode(self, int mode)
957
958 Sets the split mode. The mode can be wx.SPLIT_VERTICAL or
959 wx.SPLIT_HORIZONTAL. This only sets the internal variable; does not
960 update the display.
961 """
962 return _windows_.SplitterWindow_SetSplitMode(*args, **kwargs)
963
964 def GetSplitMode(*args, **kwargs):
965 """
966 GetSplitMode(self) -> int
967
968 Gets the split mode
969 """
970 return _windows_.SplitterWindow_GetSplitMode(*args, **kwargs)
971
972 def Initialize(*args, **kwargs):
973 """
974 Initialize(self, Window window)
975
976 Initializes the splitter window to have one pane. This should be
977 called if you wish to initially view only a single pane in the
978 splitter window. The child window is shown if it is currently hidden.
979 """
980 return _windows_.SplitterWindow_Initialize(*args, **kwargs)
981
982 def SplitVertically(*args, **kwargs):
983 """
984 SplitVertically(self, Window window1, Window window2, int sashPosition=0) -> bool
985
986 Initializes the left and right panes of the splitter window. The
987 child windows are shown if they are currently hidden.
988 """
989 return _windows_.SplitterWindow_SplitVertically(*args, **kwargs)
990
991 def SplitHorizontally(*args, **kwargs):
992 """
993 SplitHorizontally(self, Window window1, Window window2, int sashPosition=0) -> bool
994
995 Initializes the top and bottom panes of the splitter window. The
996 child windows are shown if they are currently hidden.
997 """
998 return _windows_.SplitterWindow_SplitHorizontally(*args, **kwargs)
999
1000 def Unsplit(*args, **kwargs):
1001 """
1002 Unsplit(self, Window toRemove=None) -> bool
1003
1004 Unsplits the window. Pass the pane to remove, or None to remove the
1005 right or bottom pane. Returns True if successful, False otherwise (the
1006 window was not split).
1007
1008 This function will not actually delete the pane being
1009 removed; it sends EVT_SPLITTER_UNSPLIT which can be handled
1010 for the desired behaviour. By default, the pane being
1011 removed is only hidden.
1012 """
1013 return _windows_.SplitterWindow_Unsplit(*args, **kwargs)
1014
1015 def ReplaceWindow(*args, **kwargs):
1016 """
1017 ReplaceWindow(self, Window winOld, Window winNew) -> bool
1018
1019 This function replaces one of the windows managed by the
1020 SplitterWindow with another one. It is in general better to use it
1021 instead of calling Unsplit() and then resplitting the window back
1022 because it will provoke much less flicker. It is valid to call this
1023 function whether the splitter has two windows or only one.
1024
1025 Both parameters should be non-None and winOld must specify one of the
1026 windows managed by the splitter. If the parameters are incorrect or
1027 the window couldn't be replaced, False is returned. Otherwise the
1028 function will return True, but please notice that it will not Destroy
1029 the replaced window and you may wish to do it yourself.
1030 """
1031 return _windows_.SplitterWindow_ReplaceWindow(*args, **kwargs)
1032
1033 def UpdateSize(*args, **kwargs):
1034 """
1035 UpdateSize(self)
1036
1037 Causes any pending sizing of the sash and child panes to take place
1038 immediately.
1039
1040 Such resizing normally takes place in idle time, in order to wait for
1041 layout to be completed. However, this can cause unacceptable flicker
1042 as the panes are resized after the window has been shown. To work
1043 around this, you can perform window layout (for example by sending a
1044 size event to the parent window), and then call this function, before
1045 showing the top-level window.
1046 """
1047 return _windows_.SplitterWindow_UpdateSize(*args, **kwargs)
1048
1049 def IsSplit(*args, **kwargs):
1050 """
1051 IsSplit(self) -> bool
1052
1053 Is the window split?
1054 """
1055 return _windows_.SplitterWindow_IsSplit(*args, **kwargs)
1056
1057 def SetSashSize(*args, **kwargs):
1058 """
1059 SetSashSize(self, int width)
1060
1061 Sets the sash size.
1062 """
1063 return _windows_.SplitterWindow_SetSashSize(*args, **kwargs)
1064
1065 def SetBorderSize(*args, **kwargs):
1066 """
1067 SetBorderSize(self, int width)
1068
1069 Sets the border size. Currently a NOP.
1070 """
1071 return _windows_.SplitterWindow_SetBorderSize(*args, **kwargs)
1072
1073 def GetSashSize(*args, **kwargs):
1074 """
1075 GetSashSize(self) -> int
1076
1077 Gets the sash size
1078 """
1079 return _windows_.SplitterWindow_GetSashSize(*args, **kwargs)
1080
1081 def GetBorderSize(*args, **kwargs):
1082 """
1083 GetBorderSize(self) -> int
1084
1085 Gets the border size
1086 """
1087 return _windows_.SplitterWindow_GetBorderSize(*args, **kwargs)
1088
1089 def SetSashPosition(*args, **kwargs):
1090 """
1091 SetSashPosition(self, int position, bool redraw=True)
1092
1093 Sets the sash position, in pixels. If redraw is Ttrue then the panes
1094 are resized and the sash and border are redrawn.
1095 """
1096 return _windows_.SplitterWindow_SetSashPosition(*args, **kwargs)
1097
1098 def GetSashPosition(*args, **kwargs):
1099 """
1100 GetSashPosition(self) -> int
1101
1102 Returns the surrent sash position.
1103 """
1104 return _windows_.SplitterWindow_GetSashPosition(*args, **kwargs)
1105
1106 def SetSashGravity(*args, **kwargs):
1107 """
1108 SetSashGravity(self, double gravity)
1109
1110 Set the sash gravity. Gravity is a floating-point factor between 0.0
1111 and 1.0 which controls position of sash while resizing the
1112 `wx.SplitterWindow`. The gravity specifies how much the left/top
1113 window will grow while resizing.
1114 """
1115 return _windows_.SplitterWindow_SetSashGravity(*args, **kwargs)
1116
1117 def GetSashGravity(*args, **kwargs):
1118 """
1119 GetSashGravity(self) -> double
1120
1121 Gets the sash gravity.
1122
1123 :see: `SetSashGravity`
1124
1125 """
1126 return _windows_.SplitterWindow_GetSashGravity(*args, **kwargs)
1127
1128 def SetMinimumPaneSize(*args, **kwargs):
1129 """
1130 SetMinimumPaneSize(self, int min)
1131
1132 Sets the minimum pane size in pixels.
1133
1134 The default minimum pane size is zero, which means that either pane
1135 can be reduced to zero by dragging the sash, thus removing one of the
1136 panes. To prevent this behaviour (and veto out-of-range sash
1137 dragging), set a minimum size, for example 20 pixels. If the
1138 wx.SP_PERMIT_UNSPLIT style is used when a splitter window is created,
1139 the window may be unsplit even if minimum size is non-zero.
1140 """
1141 return _windows_.SplitterWindow_SetMinimumPaneSize(*args, **kwargs)
1142
1143 def GetMinimumPaneSize(*args, **kwargs):
1144 """
1145 GetMinimumPaneSize(self) -> int
1146
1147 Gets the minimum pane size in pixels.
1148 """
1149 return _windows_.SplitterWindow_GetMinimumPaneSize(*args, **kwargs)
1150
1151 def SashHitTest(*args, **kwargs):
1152 """
1153 SashHitTest(self, int x, int y, int tolerance=5) -> bool
1154
1155 Tests for x, y over the sash
1156 """
1157 return _windows_.SplitterWindow_SashHitTest(*args, **kwargs)
1158
1159 def SizeWindows(*args, **kwargs):
1160 """
1161 SizeWindows(self)
1162
1163 Resizes subwindows
1164 """
1165 return _windows_.SplitterWindow_SizeWindows(*args, **kwargs)
1166
1167 def SetNeedUpdating(*args, **kwargs):
1168 """SetNeedUpdating(self, bool needUpdating)"""
1169 return _windows_.SplitterWindow_SetNeedUpdating(*args, **kwargs)
1170
1171 def GetNeedUpdating(*args, **kwargs):
1172 """GetNeedUpdating(self) -> bool"""
1173 return _windows_.SplitterWindow_GetNeedUpdating(*args, **kwargs)
1174
1175 def GetClassDefaultAttributes(*args, **kwargs):
1176 """
1177 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
1178
1179 Get the default attributes for this class. This is useful if you want
1180 to use the same font or colour in your own control as in a standard
1181 control -- which is a much better idea than hard coding specific
1182 colours or fonts which might look completely out of place on the
1183 user's system, especially if it uses themes.
1184
1185 The variant parameter is only relevant under Mac currently and is
1186 ignore under other platforms. Under Mac, it will change the size of
1187 the returned font. See `wx.Window.SetWindowVariant` for more about
1188 this.
1189 """
1190 return _windows_.SplitterWindow_GetClassDefaultAttributes(*args, **kwargs)
1191
1192 GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
1193 SplitterWindow_swigregister = _windows_.SplitterWindow_swigregister
1194 SplitterWindow_swigregister(SplitterWindow)
1195 SplitterNameStr = cvar.SplitterNameStr
1196
1197 def PreSplitterWindow(*args, **kwargs):
1198 """
1199 PreSplitterWindow() -> SplitterWindow
1200
1201 Precreate a SplitterWindow for 2-phase creation.
1202 """
1203 val = _windows_.new_PreSplitterWindow(*args, **kwargs)
1204 return val
1205
1206 def SplitterWindow_GetClassDefaultAttributes(*args, **kwargs):
1207 """
1208 SplitterWindow_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
1209
1210 Get the default attributes for this class. This is useful if you want
1211 to use the same font or colour in your own control as in a standard
1212 control -- which is a much better idea than hard coding specific
1213 colours or fonts which might look completely out of place on the
1214 user's system, especially if it uses themes.
1215
1216 The variant parameter is only relevant under Mac currently and is
1217 ignore under other platforms. Under Mac, it will change the size of
1218 the returned font. See `wx.Window.SetWindowVariant` for more about
1219 this.
1220 """
1221 return _windows_.SplitterWindow_GetClassDefaultAttributes(*args, **kwargs)
1222
1223 class SplitterEvent(_core.NotifyEvent):
1224 """This class represents the events generated by a splitter control."""
1225 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1226 __repr__ = _swig_repr
1227 def __init__(self, *args, **kwargs):
1228 """
1229 __init__(self, wxEventType type=wxEVT_NULL, SplitterWindow splitter=(wxSplitterWindow *) NULL) -> SplitterEvent
1230
1231 This class represents the events generated by a splitter control.
1232 """
1233 _windows_.SplitterEvent_swiginit(self,_windows_.new_SplitterEvent(*args, **kwargs))
1234 def SetSashPosition(*args, **kwargs):
1235 """
1236 SetSashPosition(self, int pos)
1237
1238 This function is only meaningful during EVT_SPLITTER_SASH_POS_CHANGING
1239 and EVT_SPLITTER_SASH_POS_CHANGED events. In the case of _CHANGED
1240 events, sets the the new sash position. In the case of _CHANGING
1241 events, sets the new tracking bar position so visual feedback during
1242 dragging will represent that change that will actually take place. Set
1243 to -1 from the event handler code to prevent repositioning.
1244 """
1245 return _windows_.SplitterEvent_SetSashPosition(*args, **kwargs)
1246
1247 def GetSashPosition(*args, **kwargs):
1248 """
1249 GetSashPosition(self) -> int
1250
1251 Returns the new sash position while in EVT_SPLITTER_SASH_POS_CHANGING
1252 and EVT_SPLITTER_SASH_POS_CHANGED events.
1253 """
1254 return _windows_.SplitterEvent_GetSashPosition(*args, **kwargs)
1255
1256 def GetWindowBeingRemoved(*args, **kwargs):
1257 """
1258 GetWindowBeingRemoved(self) -> Window
1259
1260 Returns a pointer to the window being removed when a splitter window
1261 is unsplit.
1262 """
1263 return _windows_.SplitterEvent_GetWindowBeingRemoved(*args, **kwargs)
1264
1265 def GetX(*args, **kwargs):
1266 """
1267 GetX(self) -> int
1268
1269 Returns the x coordinate of the double-click point in a
1270 EVT_SPLITTER_DCLICK event.
1271 """
1272 return _windows_.SplitterEvent_GetX(*args, **kwargs)
1273
1274 def GetY(*args, **kwargs):
1275 """
1276 GetY(self) -> int
1277
1278 Returns the y coordinate of the double-click point in a
1279 EVT_SPLITTER_DCLICK event.
1280 """
1281 return _windows_.SplitterEvent_GetY(*args, **kwargs)
1282
1283 SplitterEvent_swigregister = _windows_.SplitterEvent_swigregister
1284 SplitterEvent_swigregister(SplitterEvent)
1285
1286 wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED = _windows_.wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED
1287 wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING = _windows_.wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING
1288 wxEVT_COMMAND_SPLITTER_DOUBLECLICKED = _windows_.wxEVT_COMMAND_SPLITTER_DOUBLECLICKED
1289 wxEVT_COMMAND_SPLITTER_UNSPLIT = _windows_.wxEVT_COMMAND_SPLITTER_UNSPLIT
1290 EVT_SPLITTER_SASH_POS_CHANGED = wx.PyEventBinder( wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED, 1 )
1291 EVT_SPLITTER_SASH_POS_CHANGING = wx.PyEventBinder( wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING, 1 )
1292 EVT_SPLITTER_DOUBLECLICKED = wx.PyEventBinder( wxEVT_COMMAND_SPLITTER_DOUBLECLICKED, 1 )
1293 EVT_SPLITTER_UNSPLIT = wx.PyEventBinder( wxEVT_COMMAND_SPLITTER_UNSPLIT, 1 )
1294 EVT_SPLITTER_DCLICK = EVT_SPLITTER_DOUBLECLICKED
1295
1296 #---------------------------------------------------------------------------
1297
1298 SASH_DRAG_NONE = _windows_.SASH_DRAG_NONE
1299 SASH_DRAG_DRAGGING = _windows_.SASH_DRAG_DRAGGING
1300 SASH_DRAG_LEFT_DOWN = _windows_.SASH_DRAG_LEFT_DOWN
1301 SW_NOBORDER = _windows_.SW_NOBORDER
1302 SW_BORDER = _windows_.SW_BORDER
1303 SW_3DSASH = _windows_.SW_3DSASH
1304 SW_3DBORDER = _windows_.SW_3DBORDER
1305 SW_3D = _windows_.SW_3D
1306 SASH_TOP = _windows_.SASH_TOP
1307 SASH_RIGHT = _windows_.SASH_RIGHT
1308 SASH_BOTTOM = _windows_.SASH_BOTTOM
1309 SASH_LEFT = _windows_.SASH_LEFT
1310 SASH_NONE = _windows_.SASH_NONE
1311 class SashWindow(_core.Window):
1312 """Proxy of C++ SashWindow class"""
1313 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1314 __repr__ = _swig_repr
1315 def __init__(self, *args, **kwargs):
1316 """
1317 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
1318 Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxSW_3D,
1319 String name=SashNameStr) -> SashWindow
1320 """
1321 _windows_.SashWindow_swiginit(self,_windows_.new_SashWindow(*args, **kwargs))
1322 self._setOORInfo(self)
1323
1324 def Create(*args, **kwargs):
1325 """
1326 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
1327 Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxSW_3D,
1328 String name=SashNameStr) -> bool
1329 """
1330 return _windows_.SashWindow_Create(*args, **kwargs)
1331
1332 def SetSashVisible(*args, **kwargs):
1333 """SetSashVisible(self, int edge, bool sash)"""
1334 return _windows_.SashWindow_SetSashVisible(*args, **kwargs)
1335
1336 def GetSashVisible(*args, **kwargs):
1337 """GetSashVisible(self, int edge) -> bool"""
1338 return _windows_.SashWindow_GetSashVisible(*args, **kwargs)
1339
1340 def SetSashBorder(*args, **kwargs):
1341 """SetSashBorder(self, int edge, bool border)"""
1342 return _windows_.SashWindow_SetSashBorder(*args, **kwargs)
1343
1344 def HasBorder(*args, **kwargs):
1345 """HasBorder(self, int edge) -> bool"""
1346 return _windows_.SashWindow_HasBorder(*args, **kwargs)
1347
1348 def GetEdgeMargin(*args, **kwargs):
1349 """GetEdgeMargin(self, int edge) -> int"""
1350 return _windows_.SashWindow_GetEdgeMargin(*args, **kwargs)
1351
1352 def SetDefaultBorderSize(*args, **kwargs):
1353 """SetDefaultBorderSize(self, int width)"""
1354 return _windows_.SashWindow_SetDefaultBorderSize(*args, **kwargs)
1355
1356 def GetDefaultBorderSize(*args, **kwargs):
1357 """GetDefaultBorderSize(self) -> int"""
1358 return _windows_.SashWindow_GetDefaultBorderSize(*args, **kwargs)
1359
1360 def SetExtraBorderSize(*args, **kwargs):
1361 """SetExtraBorderSize(self, int width)"""
1362 return _windows_.SashWindow_SetExtraBorderSize(*args, **kwargs)
1363
1364 def GetExtraBorderSize(*args, **kwargs):
1365 """GetExtraBorderSize(self) -> int"""
1366 return _windows_.SashWindow_GetExtraBorderSize(*args, **kwargs)
1367
1368 def SetMinimumSizeX(*args, **kwargs):
1369 """SetMinimumSizeX(self, int min)"""
1370 return _windows_.SashWindow_SetMinimumSizeX(*args, **kwargs)
1371
1372 def SetMinimumSizeY(*args, **kwargs):
1373 """SetMinimumSizeY(self, int min)"""
1374 return _windows_.SashWindow_SetMinimumSizeY(*args, **kwargs)
1375
1376 def GetMinimumSizeX(*args, **kwargs):
1377 """GetMinimumSizeX(self) -> int"""
1378 return _windows_.SashWindow_GetMinimumSizeX(*args, **kwargs)
1379
1380 def GetMinimumSizeY(*args, **kwargs):
1381 """GetMinimumSizeY(self) -> int"""
1382 return _windows_.SashWindow_GetMinimumSizeY(*args, **kwargs)
1383
1384 def SetMaximumSizeX(*args, **kwargs):
1385 """SetMaximumSizeX(self, int max)"""
1386 return _windows_.SashWindow_SetMaximumSizeX(*args, **kwargs)
1387
1388 def SetMaximumSizeY(*args, **kwargs):
1389 """SetMaximumSizeY(self, int max)"""
1390 return _windows_.SashWindow_SetMaximumSizeY(*args, **kwargs)
1391
1392 def GetMaximumSizeX(*args, **kwargs):
1393 """GetMaximumSizeX(self) -> int"""
1394 return _windows_.SashWindow_GetMaximumSizeX(*args, **kwargs)
1395
1396 def GetMaximumSizeY(*args, **kwargs):
1397 """GetMaximumSizeY(self) -> int"""
1398 return _windows_.SashWindow_GetMaximumSizeY(*args, **kwargs)
1399
1400 def SashHitTest(*args, **kwargs):
1401 """SashHitTest(self, int x, int y, int tolerance=2) -> int"""
1402 return _windows_.SashWindow_SashHitTest(*args, **kwargs)
1403
1404 def SizeWindows(*args, **kwargs):
1405 """SizeWindows(self)"""
1406 return _windows_.SashWindow_SizeWindows(*args, **kwargs)
1407
1408 SashWindow_swigregister = _windows_.SashWindow_swigregister
1409 SashWindow_swigregister(SashWindow)
1410 SashNameStr = cvar.SashNameStr
1411 SashLayoutNameStr = cvar.SashLayoutNameStr
1412
1413 def PreSashWindow(*args, **kwargs):
1414 """PreSashWindow() -> SashWindow"""
1415 val = _windows_.new_PreSashWindow(*args, **kwargs)
1416 return val
1417
1418 SASH_STATUS_OK = _windows_.SASH_STATUS_OK
1419 SASH_STATUS_OUT_OF_RANGE = _windows_.SASH_STATUS_OUT_OF_RANGE
1420 class SashEvent(_core.CommandEvent):
1421 """Proxy of C++ SashEvent class"""
1422 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1423 __repr__ = _swig_repr
1424 def __init__(self, *args, **kwargs):
1425 """__init__(self, int id=0, int edge=SASH_NONE) -> SashEvent"""
1426 _windows_.SashEvent_swiginit(self,_windows_.new_SashEvent(*args, **kwargs))
1427 def SetEdge(*args, **kwargs):
1428 """SetEdge(self, int edge)"""
1429 return _windows_.SashEvent_SetEdge(*args, **kwargs)
1430
1431 def GetEdge(*args, **kwargs):
1432 """GetEdge(self) -> int"""
1433 return _windows_.SashEvent_GetEdge(*args, **kwargs)
1434
1435 def SetDragRect(*args, **kwargs):
1436 """SetDragRect(self, Rect rect)"""
1437 return _windows_.SashEvent_SetDragRect(*args, **kwargs)
1438
1439 def GetDragRect(*args, **kwargs):
1440 """GetDragRect(self) -> Rect"""
1441 return _windows_.SashEvent_GetDragRect(*args, **kwargs)
1442
1443 def SetDragStatus(*args, **kwargs):
1444 """SetDragStatus(self, int status)"""
1445 return _windows_.SashEvent_SetDragStatus(*args, **kwargs)
1446
1447 def GetDragStatus(*args, **kwargs):
1448 """GetDragStatus(self) -> int"""
1449 return _windows_.SashEvent_GetDragStatus(*args, **kwargs)
1450
1451 SashEvent_swigregister = _windows_.SashEvent_swigregister
1452 SashEvent_swigregister(SashEvent)
1453
1454 wxEVT_SASH_DRAGGED = _windows_.wxEVT_SASH_DRAGGED
1455 EVT_SASH_DRAGGED = wx.PyEventBinder( wxEVT_SASH_DRAGGED, 1 )
1456 EVT_SASH_DRAGGED_RANGE = wx.PyEventBinder( wxEVT_SASH_DRAGGED, 2 )
1457
1458 #---------------------------------------------------------------------------
1459
1460 LAYOUT_HORIZONTAL = _windows_.LAYOUT_HORIZONTAL
1461 LAYOUT_VERTICAL = _windows_.LAYOUT_VERTICAL
1462 LAYOUT_NONE = _windows_.LAYOUT_NONE
1463 LAYOUT_TOP = _windows_.LAYOUT_TOP
1464 LAYOUT_LEFT = _windows_.LAYOUT_LEFT
1465 LAYOUT_RIGHT = _windows_.LAYOUT_RIGHT
1466 LAYOUT_BOTTOM = _windows_.LAYOUT_BOTTOM
1467 LAYOUT_LENGTH_Y = _windows_.LAYOUT_LENGTH_Y
1468 LAYOUT_LENGTH_X = _windows_.LAYOUT_LENGTH_X
1469 LAYOUT_MRU_LENGTH = _windows_.LAYOUT_MRU_LENGTH
1470 LAYOUT_QUERY = _windows_.LAYOUT_QUERY
1471 wxEVT_QUERY_LAYOUT_INFO = _windows_.wxEVT_QUERY_LAYOUT_INFO
1472 wxEVT_CALCULATE_LAYOUT = _windows_.wxEVT_CALCULATE_LAYOUT
1473 class QueryLayoutInfoEvent(_core.Event):
1474 """Proxy of C++ QueryLayoutInfoEvent class"""
1475 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1476 __repr__ = _swig_repr
1477 def __init__(self, *args, **kwargs):
1478 """__init__(self, int id=0) -> QueryLayoutInfoEvent"""
1479 _windows_.QueryLayoutInfoEvent_swiginit(self,_windows_.new_QueryLayoutInfoEvent(*args, **kwargs))
1480 def SetRequestedLength(*args, **kwargs):
1481 """SetRequestedLength(self, int length)"""
1482 return _windows_.QueryLayoutInfoEvent_SetRequestedLength(*args, **kwargs)
1483
1484 def GetRequestedLength(*args, **kwargs):
1485 """GetRequestedLength(self) -> int"""
1486 return _windows_.QueryLayoutInfoEvent_GetRequestedLength(*args, **kwargs)
1487
1488 def SetFlags(*args, **kwargs):
1489 """SetFlags(self, int flags)"""
1490 return _windows_.QueryLayoutInfoEvent_SetFlags(*args, **kwargs)
1491
1492 def GetFlags(*args, **kwargs):
1493 """GetFlags(self) -> int"""
1494 return _windows_.QueryLayoutInfoEvent_GetFlags(*args, **kwargs)
1495
1496 def SetSize(*args, **kwargs):
1497 """SetSize(self, Size size)"""
1498 return _windows_.QueryLayoutInfoEvent_SetSize(*args, **kwargs)
1499
1500 def GetSize(*args, **kwargs):
1501 """GetSize(self) -> Size"""
1502 return _windows_.QueryLayoutInfoEvent_GetSize(*args, **kwargs)
1503
1504 def SetOrientation(*args, **kwargs):
1505 """SetOrientation(self, int orient)"""
1506 return _windows_.QueryLayoutInfoEvent_SetOrientation(*args, **kwargs)
1507
1508 def GetOrientation(*args, **kwargs):
1509 """GetOrientation(self) -> int"""
1510 return _windows_.QueryLayoutInfoEvent_GetOrientation(*args, **kwargs)
1511
1512 def SetAlignment(*args, **kwargs):
1513 """SetAlignment(self, int align)"""
1514 return _windows_.QueryLayoutInfoEvent_SetAlignment(*args, **kwargs)
1515
1516 def GetAlignment(*args, **kwargs):
1517 """GetAlignment(self) -> int"""
1518 return _windows_.QueryLayoutInfoEvent_GetAlignment(*args, **kwargs)
1519
1520 QueryLayoutInfoEvent_swigregister = _windows_.QueryLayoutInfoEvent_swigregister
1521 QueryLayoutInfoEvent_swigregister(QueryLayoutInfoEvent)
1522
1523 class CalculateLayoutEvent(_core.Event):
1524 """Proxy of C++ CalculateLayoutEvent class"""
1525 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1526 __repr__ = _swig_repr
1527 def __init__(self, *args, **kwargs):
1528 """__init__(self, int id=0) -> CalculateLayoutEvent"""
1529 _windows_.CalculateLayoutEvent_swiginit(self,_windows_.new_CalculateLayoutEvent(*args, **kwargs))
1530 def SetFlags(*args, **kwargs):
1531 """SetFlags(self, int flags)"""
1532 return _windows_.CalculateLayoutEvent_SetFlags(*args, **kwargs)
1533
1534 def GetFlags(*args, **kwargs):
1535 """GetFlags(self) -> int"""
1536 return _windows_.CalculateLayoutEvent_GetFlags(*args, **kwargs)
1537
1538 def SetRect(*args, **kwargs):
1539 """SetRect(self, Rect rect)"""
1540 return _windows_.CalculateLayoutEvent_SetRect(*args, **kwargs)
1541
1542 def GetRect(*args, **kwargs):
1543 """GetRect(self) -> Rect"""
1544 return _windows_.CalculateLayoutEvent_GetRect(*args, **kwargs)
1545
1546 CalculateLayoutEvent_swigregister = _windows_.CalculateLayoutEvent_swigregister
1547 CalculateLayoutEvent_swigregister(CalculateLayoutEvent)
1548
1549 EVT_QUERY_LAYOUT_INFO = wx.PyEventBinder( wxEVT_QUERY_LAYOUT_INFO )
1550 EVT_CALCULATE_LAYOUT = wx.PyEventBinder( wxEVT_CALCULATE_LAYOUT )
1551
1552 class SashLayoutWindow(SashWindow):
1553 """Proxy of C++ SashLayoutWindow class"""
1554 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1555 __repr__ = _swig_repr
1556 def __init__(self, *args, **kwargs):
1557 """
1558 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
1559 Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxSW_3D,
1560 String name=SashLayoutNameStr) -> SashLayoutWindow
1561 """
1562 _windows_.SashLayoutWindow_swiginit(self,_windows_.new_SashLayoutWindow(*args, **kwargs))
1563 self._setOORInfo(self)
1564
1565 def Create(*args, **kwargs):
1566 """
1567 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
1568 Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxSW_3D,
1569 String name=SashLayoutNameStr) -> bool
1570 """
1571 return _windows_.SashLayoutWindow_Create(*args, **kwargs)
1572
1573 def GetAlignment(*args, **kwargs):
1574 """GetAlignment(self) -> int"""
1575 return _windows_.SashLayoutWindow_GetAlignment(*args, **kwargs)
1576
1577 def GetOrientation(*args, **kwargs):
1578 """GetOrientation(self) -> int"""
1579 return _windows_.SashLayoutWindow_GetOrientation(*args, **kwargs)
1580
1581 def SetAlignment(*args, **kwargs):
1582 """SetAlignment(self, int alignment)"""
1583 return _windows_.SashLayoutWindow_SetAlignment(*args, **kwargs)
1584
1585 def SetDefaultSize(*args, **kwargs):
1586 """SetDefaultSize(self, Size size)"""
1587 return _windows_.SashLayoutWindow_SetDefaultSize(*args, **kwargs)
1588
1589 def SetOrientation(*args, **kwargs):
1590 """SetOrientation(self, int orientation)"""
1591 return _windows_.SashLayoutWindow_SetOrientation(*args, **kwargs)
1592
1593 SashLayoutWindow_swigregister = _windows_.SashLayoutWindow_swigregister
1594 SashLayoutWindow_swigregister(SashLayoutWindow)
1595
1596 def PreSashLayoutWindow(*args, **kwargs):
1597 """PreSashLayoutWindow() -> SashLayoutWindow"""
1598 val = _windows_.new_PreSashLayoutWindow(*args, **kwargs)
1599 return val
1600
1601 class LayoutAlgorithm(_core.Object):
1602 """Proxy of C++ LayoutAlgorithm class"""
1603 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1604 __repr__ = _swig_repr
1605 def __init__(self, *args, **kwargs):
1606 """__init__(self) -> LayoutAlgorithm"""
1607 _windows_.LayoutAlgorithm_swiginit(self,_windows_.new_LayoutAlgorithm(*args, **kwargs))
1608 __swig_destroy__ = _windows_.delete_LayoutAlgorithm
1609 __del__ = lambda self : None;
1610 def LayoutMDIFrame(*args, **kwargs):
1611 """LayoutMDIFrame(self, MDIParentFrame frame, Rect rect=None) -> bool"""
1612 return _windows_.LayoutAlgorithm_LayoutMDIFrame(*args, **kwargs)
1613
1614 def LayoutFrame(*args, **kwargs):
1615 """LayoutFrame(self, Frame frame, Window mainWindow=None) -> bool"""
1616 return _windows_.LayoutAlgorithm_LayoutFrame(*args, **kwargs)
1617
1618 def LayoutWindow(*args, **kwargs):
1619 """LayoutWindow(self, Window parent, Window mainWindow=None) -> bool"""
1620 return _windows_.LayoutAlgorithm_LayoutWindow(*args, **kwargs)
1621
1622 LayoutAlgorithm_swigregister = _windows_.LayoutAlgorithm_swigregister
1623 LayoutAlgorithm_swigregister(LayoutAlgorithm)
1624
1625 class PopupWindow(_core.Window):
1626 """Proxy of C++ PopupWindow class"""
1627 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1628 __repr__ = _swig_repr
1629 def __init__(self, *args, **kwargs):
1630 """__init__(self, Window parent, int flags=BORDER_NONE) -> PopupWindow"""
1631 _windows_.PopupWindow_swiginit(self,_windows_.new_PopupWindow(*args, **kwargs))
1632 PopupWindow_swigregister = _windows_.PopupWindow_swigregister
1633 PopupWindow_swigregister(PopupWindow)
1634
1635 def PrePopupWindow(*args, **kwargs):
1636 """PrePopupWindow() -> PopupWindow"""
1637 val = _windows_.new_PrePopupWindow(*args, **kwargs)
1638 return val
1639
1640 class PopupTransientWindow(PopupWindow):
1641 """Proxy of C++ PopupTransientWindow class"""
1642 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1643 __repr__ = _swig_repr
1644 def __init__(self, *args, **kwargs):
1645 """__init__(self, Window parent, int style=BORDER_NONE) -> PopupTransientWindow"""
1646 _windows_.PopupTransientWindow_swiginit(self,_windows_.new_PopupTransientWindow(*args, **kwargs))
1647 PopupTransientWindow_swigregister = _windows_.PopupTransientWindow_swigregister
1648 PopupTransientWindow_swigregister(PopupTransientWindow)
1649
1650 def PrePopupTransientWindow(*args, **kwargs):
1651 """PrePopupTransientWindow() -> PopupTransientWindow"""
1652 val = _windows_.new_PrePopupTransientWindow(*args, **kwargs)
1653 return val
1654
1655 #---------------------------------------------------------------------------
1656
1657 class TipWindow(Frame):
1658 """Proxy of C++ TipWindow class"""
1659 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1660 __repr__ = _swig_repr
1661 def __init__(self, *args, **kwargs):
1662 """__init__(self, Window parent, String text, int maxLength=100, Rect rectBound=None) -> TipWindow"""
1663 _windows_.TipWindow_swiginit(self,_windows_.new_TipWindow(*args, **kwargs))
1664 self._setOORInfo(self)
1665
1666 def SetBoundingRect(*args, **kwargs):
1667 """SetBoundingRect(self, Rect rectBound)"""
1668 return _windows_.TipWindow_SetBoundingRect(*args, **kwargs)
1669
1670 def Close(*args, **kwargs):
1671 """
1672 Close(self)
1673
1674 This function simply generates a EVT_CLOSE event whose handler usually
1675 tries to close the window. It doesn't close the window itself,
1676 however. If force is False (the default) then the window's close
1677 handler will be allowed to veto the destruction of the window.
1678 """
1679 return _windows_.TipWindow_Close(*args, **kwargs)
1680
1681 TipWindow_swigregister = _windows_.TipWindow_swigregister
1682 TipWindow_swigregister(TipWindow)
1683
1684 #---------------------------------------------------------------------------
1685
1686 class VScrolledWindow(Panel):
1687 """Proxy of C++ VScrolledWindow class"""
1688 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1689 __repr__ = _swig_repr
1690 def __init__(self, *args, **kwargs):
1691 """
1692 __init__(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1693 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> VScrolledWindow
1694 """
1695 _windows_.VScrolledWindow_swiginit(self,_windows_.new_VScrolledWindow(*args, **kwargs))
1696 self._setOORInfo(self); self._setCallbackInfo(self, VScrolledWindow)
1697
1698 def _setCallbackInfo(*args, **kwargs):
1699 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1700 return _windows_.VScrolledWindow__setCallbackInfo(*args, **kwargs)
1701
1702 def Create(*args, **kwargs):
1703 """
1704 Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1705 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> bool
1706 """
1707 return _windows_.VScrolledWindow_Create(*args, **kwargs)
1708
1709 def SetLineCount(*args, **kwargs):
1710 """SetLineCount(self, size_t count)"""
1711 return _windows_.VScrolledWindow_SetLineCount(*args, **kwargs)
1712
1713 def ScrollToLine(*args, **kwargs):
1714 """ScrollToLine(self, size_t line) -> bool"""
1715 return _windows_.VScrolledWindow_ScrollToLine(*args, **kwargs)
1716
1717 def RefreshLine(*args, **kwargs):
1718 """RefreshLine(self, size_t line)"""
1719 return _windows_.VScrolledWindow_RefreshLine(*args, **kwargs)
1720
1721 def RefreshLines(*args, **kwargs):
1722 """RefreshLines(self, size_t from, size_t to)"""
1723 return _windows_.VScrolledWindow_RefreshLines(*args, **kwargs)
1724
1725 def HitTestXY(*args, **kwargs):
1726 """
1727 HitTestXY(self, int x, int y) -> int
1728
1729 Test where the given (in client coords) point lies
1730 """
1731 return _windows_.VScrolledWindow_HitTestXY(*args, **kwargs)
1732
1733 def HitTest(*args, **kwargs):
1734 """
1735 HitTest(self, Point pt) -> int
1736
1737 Test where the given (in client coords) point lies
1738 """
1739 return _windows_.VScrolledWindow_HitTest(*args, **kwargs)
1740
1741 def RefreshAll(*args, **kwargs):
1742 """RefreshAll(self)"""
1743 return _windows_.VScrolledWindow_RefreshAll(*args, **kwargs)
1744
1745 def GetLineCount(*args, **kwargs):
1746 """GetLineCount(self) -> size_t"""
1747 return _windows_.VScrolledWindow_GetLineCount(*args, **kwargs)
1748
1749 def GetVisibleBegin(*args, **kwargs):
1750 """GetVisibleBegin(self) -> size_t"""
1751 return _windows_.VScrolledWindow_GetVisibleBegin(*args, **kwargs)
1752
1753 def GetVisibleEnd(*args, **kwargs):
1754 """GetVisibleEnd(self) -> size_t"""
1755 return _windows_.VScrolledWindow_GetVisibleEnd(*args, **kwargs)
1756
1757 def IsVisible(*args, **kwargs):
1758 """IsVisible(self, size_t line) -> bool"""
1759 return _windows_.VScrolledWindow_IsVisible(*args, **kwargs)
1760
1761 def GetFirstVisibleLine(*args, **kwargs):
1762 """GetFirstVisibleLine(self) -> size_t"""
1763 return _windows_.VScrolledWindow_GetFirstVisibleLine(*args, **kwargs)
1764
1765 def GetLastVisibleLine(*args, **kwargs):
1766 """GetLastVisibleLine(self) -> size_t"""
1767 return _windows_.VScrolledWindow_GetLastVisibleLine(*args, **kwargs)
1768
1769 def FindFirstFromBottom(*args, **kwargs):
1770 """FindFirstFromBottom(self, size_t lineLast, bool fullyVisible=False) -> size_t"""
1771 return _windows_.VScrolledWindow_FindFirstFromBottom(*args, **kwargs)
1772
1773 def GetLinesHeight(*args, **kwargs):
1774 """GetLinesHeight(self, size_t lineMin, size_t lineMax) -> int"""
1775 return _windows_.VScrolledWindow_GetLinesHeight(*args, **kwargs)
1776
1777 VScrolledWindow_swigregister = _windows_.VScrolledWindow_swigregister
1778 VScrolledWindow_swigregister(VScrolledWindow)
1779
1780 def PreVScrolledWindow(*args, **kwargs):
1781 """PreVScrolledWindow() -> VScrolledWindow"""
1782 val = _windows_.new_PreVScrolledWindow(*args, **kwargs)
1783 return val
1784
1785 class VListBox(VScrolledWindow):
1786 """Proxy of C++ VListBox class"""
1787 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1788 __repr__ = _swig_repr
1789 def __init__(self, *args, **kwargs):
1790 """
1791 __init__(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1792 Size size=DefaultSize, long style=0, String name=VListBoxNameStr) -> VListBox
1793 """
1794 _windows_.VListBox_swiginit(self,_windows_.new_VListBox(*args, **kwargs))
1795 self._setOORInfo(self);self._setCallbackInfo(self, VListBox)
1796
1797 def _setCallbackInfo(*args, **kwargs):
1798 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1799 return _windows_.VListBox__setCallbackInfo(*args, **kwargs)
1800
1801 def Create(*args, **kwargs):
1802 """
1803 Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1804 Size size=DefaultSize, long style=0, String name=VListBoxNameStr) -> bool
1805 """
1806 return _windows_.VListBox_Create(*args, **kwargs)
1807
1808 def GetItemCount(*args, **kwargs):
1809 """GetItemCount(self) -> size_t"""
1810 return _windows_.VListBox_GetItemCount(*args, **kwargs)
1811
1812 def HasMultipleSelection(*args, **kwargs):
1813 """HasMultipleSelection(self) -> bool"""
1814 return _windows_.VListBox_HasMultipleSelection(*args, **kwargs)
1815
1816 def GetSelection(*args, **kwargs):
1817 """GetSelection(self) -> int"""
1818 return _windows_.VListBox_GetSelection(*args, **kwargs)
1819
1820 def IsCurrent(*args, **kwargs):
1821 """IsCurrent(self, size_t item) -> bool"""
1822 return _windows_.VListBox_IsCurrent(*args, **kwargs)
1823
1824 def IsSelected(*args, **kwargs):
1825 """IsSelected(self, size_t item) -> bool"""
1826 return _windows_.VListBox_IsSelected(*args, **kwargs)
1827
1828 def GetSelectedCount(*args, **kwargs):
1829 """GetSelectedCount(self) -> size_t"""
1830 return _windows_.VListBox_GetSelectedCount(*args, **kwargs)
1831
1832 def GetFirstSelected(*args, **kwargs):
1833 """GetFirstSelected(self) -> PyObject"""
1834 return _windows_.VListBox_GetFirstSelected(*args, **kwargs)
1835
1836 def GetNextSelected(*args, **kwargs):
1837 """GetNextSelected(self, unsigned long cookie) -> PyObject"""
1838 return _windows_.VListBox_GetNextSelected(*args, **kwargs)
1839
1840 def GetMargins(*args, **kwargs):
1841 """GetMargins(self) -> Point"""
1842 return _windows_.VListBox_GetMargins(*args, **kwargs)
1843
1844 def GetSelectionBackground(*args, **kwargs):
1845 """GetSelectionBackground(self) -> Colour"""
1846 return _windows_.VListBox_GetSelectionBackground(*args, **kwargs)
1847
1848 def SetItemCount(*args, **kwargs):
1849 """SetItemCount(self, size_t count)"""
1850 return _windows_.VListBox_SetItemCount(*args, **kwargs)
1851
1852 def Clear(*args, **kwargs):
1853 """Clear(self)"""
1854 return _windows_.VListBox_Clear(*args, **kwargs)
1855
1856 def SetSelection(*args, **kwargs):
1857 """SetSelection(self, int selection)"""
1858 return _windows_.VListBox_SetSelection(*args, **kwargs)
1859
1860 def Select(*args, **kwargs):
1861 """Select(self, size_t item, bool select=True) -> bool"""
1862 return _windows_.VListBox_Select(*args, **kwargs)
1863
1864 def SelectRange(*args, **kwargs):
1865 """SelectRange(self, size_t from, size_t to) -> bool"""
1866 return _windows_.VListBox_SelectRange(*args, **kwargs)
1867
1868 def Toggle(*args, **kwargs):
1869 """Toggle(self, size_t item)"""
1870 return _windows_.VListBox_Toggle(*args, **kwargs)
1871
1872 def SelectAll(*args, **kwargs):
1873 """SelectAll(self) -> bool"""
1874 return _windows_.VListBox_SelectAll(*args, **kwargs)
1875
1876 def DeselectAll(*args, **kwargs):
1877 """DeselectAll(self) -> bool"""
1878 return _windows_.VListBox_DeselectAll(*args, **kwargs)
1879
1880 def SetMargins(*args, **kwargs):
1881 """SetMargins(self, Point pt)"""
1882 return _windows_.VListBox_SetMargins(*args, **kwargs)
1883
1884 def SetMarginsXY(*args, **kwargs):
1885 """SetMarginsXY(self, int x, int y)"""
1886 return _windows_.VListBox_SetMarginsXY(*args, **kwargs)
1887
1888 def SetSelectionBackground(*args, **kwargs):
1889 """SetSelectionBackground(self, Colour col)"""
1890 return _windows_.VListBox_SetSelectionBackground(*args, **kwargs)
1891
1892 def OnDrawSeparator(*args, **kwargs):
1893 """OnDrawSeparator(self, DC dc, Rect rect, size_t n)"""
1894 return _windows_.VListBox_OnDrawSeparator(*args, **kwargs)
1895
1896 def OnDrawBackground(*args, **kwargs):
1897 """OnDrawBackground(self, DC dc, Rect rect, size_t n)"""
1898 return _windows_.VListBox_OnDrawBackground(*args, **kwargs)
1899
1900 VListBox_swigregister = _windows_.VListBox_swigregister
1901 VListBox_swigregister(VListBox)
1902 VListBoxNameStr = cvar.VListBoxNameStr
1903
1904 def PreVListBox(*args, **kwargs):
1905 """PreVListBox() -> VListBox"""
1906 val = _windows_.new_PreVListBox(*args, **kwargs)
1907 return val
1908
1909 class HtmlListBox(VListBox):
1910 """Proxy of C++ HtmlListBox class"""
1911 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1912 __repr__ = _swig_repr
1913 def __init__(self, *args, **kwargs):
1914 """
1915 __init__(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1916 Size size=DefaultSize, long style=0, String name=VListBoxNameStr) -> HtmlListBox
1917 """
1918 _windows_.HtmlListBox_swiginit(self,_windows_.new_HtmlListBox(*args, **kwargs))
1919 self._setOORInfo(self);self._setCallbackInfo(self, HtmlListBox)
1920
1921 def _setCallbackInfo(*args, **kwargs):
1922 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1923 return _windows_.HtmlListBox__setCallbackInfo(*args, **kwargs)
1924
1925 def Create(*args, **kwargs):
1926 """
1927 Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1928 Size size=DefaultSize, long style=0, String name=VListBoxNameStr) -> bool
1929 """
1930 return _windows_.HtmlListBox_Create(*args, **kwargs)
1931
1932 def SetItemCount(*args, **kwargs):
1933 """SetItemCount(self, size_t count)"""
1934 return _windows_.HtmlListBox_SetItemCount(*args, **kwargs)
1935
1936 def GetFileSystem(*args, **kwargs):
1937 """GetFileSystem(self) -> FileSystem"""
1938 return _windows_.HtmlListBox_GetFileSystem(*args, **kwargs)
1939
1940 HtmlListBox_swigregister = _windows_.HtmlListBox_swigregister
1941 HtmlListBox_swigregister(HtmlListBox)
1942
1943 def PreHtmlListBox(*args, **kwargs):
1944 """PreHtmlListBox() -> HtmlListBox"""
1945 val = _windows_.new_PreHtmlListBox(*args, **kwargs)
1946 return val
1947
1948 #---------------------------------------------------------------------------
1949
1950 class TaskBarIcon(_core.EvtHandler):
1951 """Proxy of C++ TaskBarIcon class"""
1952 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
1953 __repr__ = _swig_repr
1954 def __init__(self, *args, **kwargs):
1955 """__init__(self) -> TaskBarIcon"""
1956 _windows_.TaskBarIcon_swiginit(self,_windows_.new_TaskBarIcon(*args, **kwargs))
1957 self._setCallbackInfo(self, TaskBarIcon, 0)
1958
1959 __swig_destroy__ = _windows_.delete_TaskBarIcon
1960 __del__ = lambda self : None;
1961 def _setCallbackInfo(*args, **kwargs):
1962 """_setCallbackInfo(self, PyObject self, PyObject _class, int incref)"""
1963 return _windows_.TaskBarIcon__setCallbackInfo(*args, **kwargs)
1964
1965 def Destroy(*args, **kwargs):
1966 """
1967 Destroy(self)
1968
1969 Deletes the C++ object this Python object is a proxy for.
1970 """
1971 val = _windows_.TaskBarIcon_Destroy(*args, **kwargs)
1972 args[0].thisown = 0
1973 return val
1974
1975 def IsOk(*args, **kwargs):
1976 """IsOk(self) -> bool"""
1977 return _windows_.TaskBarIcon_IsOk(*args, **kwargs)
1978
1979 def __nonzero__(self): return self.IsOk()
1980 def IsIconInstalled(*args, **kwargs):
1981 """IsIconInstalled(self) -> bool"""
1982 return _windows_.TaskBarIcon_IsIconInstalled(*args, **kwargs)
1983
1984 def SetIcon(*args, **kwargs):
1985 """SetIcon(self, Icon icon, String tooltip=EmptyString) -> bool"""
1986 return _windows_.TaskBarIcon_SetIcon(*args, **kwargs)
1987
1988 def RemoveIcon(*args, **kwargs):
1989 """RemoveIcon(self) -> bool"""
1990 return _windows_.TaskBarIcon_RemoveIcon(*args, **kwargs)
1991
1992 def PopupMenu(*args, **kwargs):
1993 """PopupMenu(self, Menu menu) -> bool"""
1994 return _windows_.TaskBarIcon_PopupMenu(*args, **kwargs)
1995
1996 TaskBarIcon_swigregister = _windows_.TaskBarIcon_swigregister
1997 TaskBarIcon_swigregister(TaskBarIcon)
1998
1999 class TaskBarIconEvent(_core.Event):
2000 """Proxy of C++ TaskBarIconEvent class"""
2001 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2002 __repr__ = _swig_repr
2003 def __init__(self, *args, **kwargs):
2004 """__init__(self, wxEventType evtType, wxTaskBarIcon tbIcon) -> TaskBarIconEvent"""
2005 _windows_.TaskBarIconEvent_swiginit(self,_windows_.new_TaskBarIconEvent(*args, **kwargs))
2006 TaskBarIconEvent_swigregister = _windows_.TaskBarIconEvent_swigregister
2007 TaskBarIconEvent_swigregister(TaskBarIconEvent)
2008
2009 wxEVT_TASKBAR_MOVE = _windows_.wxEVT_TASKBAR_MOVE
2010 wxEVT_TASKBAR_LEFT_DOWN = _windows_.wxEVT_TASKBAR_LEFT_DOWN
2011 wxEVT_TASKBAR_LEFT_UP = _windows_.wxEVT_TASKBAR_LEFT_UP
2012 wxEVT_TASKBAR_RIGHT_DOWN = _windows_.wxEVT_TASKBAR_RIGHT_DOWN
2013 wxEVT_TASKBAR_RIGHT_UP = _windows_.wxEVT_TASKBAR_RIGHT_UP
2014 wxEVT_TASKBAR_LEFT_DCLICK = _windows_.wxEVT_TASKBAR_LEFT_DCLICK
2015 wxEVT_TASKBAR_RIGHT_DCLICK = _windows_.wxEVT_TASKBAR_RIGHT_DCLICK
2016 EVT_TASKBAR_MOVE = wx.PyEventBinder ( wxEVT_TASKBAR_MOVE )
2017 EVT_TASKBAR_LEFT_DOWN = wx.PyEventBinder ( wxEVT_TASKBAR_LEFT_DOWN )
2018 EVT_TASKBAR_LEFT_UP = wx.PyEventBinder ( wxEVT_TASKBAR_LEFT_UP )
2019 EVT_TASKBAR_RIGHT_DOWN = wx.PyEventBinder ( wxEVT_TASKBAR_RIGHT_DOWN )
2020 EVT_TASKBAR_RIGHT_UP = wx.PyEventBinder ( wxEVT_TASKBAR_RIGHT_UP )
2021 EVT_TASKBAR_LEFT_DCLICK = wx.PyEventBinder ( wxEVT_TASKBAR_LEFT_DCLICK )
2022 EVT_TASKBAR_RIGHT_DCLICK = wx.PyEventBinder ( wxEVT_TASKBAR_RIGHT_DCLICK )
2023
2024 #---------------------------------------------------------------------------
2025
2026 class ColourData(_core.Object):
2027 """
2028 This class holds a variety of information related to the colour
2029 chooser dialog, used to transfer settings and results to and from the
2030 `wx.ColourDialog`.
2031 """
2032 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2033 __repr__ = _swig_repr
2034 def __init__(self, *args, **kwargs):
2035 """
2036 __init__(self) -> ColourData
2037
2038 Constructor, sets default values.
2039 """
2040 _windows_.ColourData_swiginit(self,_windows_.new_ColourData(*args, **kwargs))
2041 __swig_destroy__ = _windows_.delete_ColourData
2042 __del__ = lambda self : None;
2043 def GetChooseFull(*args, **kwargs):
2044 """
2045 GetChooseFull(self) -> bool
2046
2047 Under Windows, determines whether the Windows colour dialog will
2048 display the full dialog with custom colour selection controls. Has no
2049 meaning under other platforms. The default value is true.
2050 """
2051 return _windows_.ColourData_GetChooseFull(*args, **kwargs)
2052
2053 def GetColour(*args, **kwargs):
2054 """
2055 GetColour(self) -> Colour
2056
2057 Gets the colour (pre)selected by the dialog.
2058 """
2059 return _windows_.ColourData_GetColour(*args, **kwargs)
2060
2061 def GetCustomColour(*args, **kwargs):
2062 """
2063 GetCustomColour(self, int i) -> Colour
2064
2065 Gets the i'th custom colour associated with the colour dialog. i
2066 should be an integer between 0 and 15. The default custom colours are
2067 all invalid colours.
2068 """
2069 return _windows_.ColourData_GetCustomColour(*args, **kwargs)
2070
2071 def SetChooseFull(*args, **kwargs):
2072 """
2073 SetChooseFull(self, int flag)
2074
2075 Under Windows, tells the Windows colour dialog to display the full
2076 dialog with custom colour selection controls. Under other platforms,
2077 has no effect. The default value is true.
2078 """
2079 return _windows_.ColourData_SetChooseFull(*args, **kwargs)
2080
2081 def SetColour(*args, **kwargs):
2082 """
2083 SetColour(self, Colour colour)
2084
2085 Sets the default colour for the colour dialog. The default colour is
2086 black.
2087 """
2088 return _windows_.ColourData_SetColour(*args, **kwargs)
2089
2090 def SetCustomColour(*args, **kwargs):
2091 """
2092 SetCustomColour(self, int i, Colour colour)
2093
2094 Sets the i'th custom colour for the colour dialog. i should be an
2095 integer between 0 and 15. The default custom colours are all invalid colours.
2096 """
2097 return _windows_.ColourData_SetCustomColour(*args, **kwargs)
2098
2099 ColourData_swigregister = _windows_.ColourData_swigregister
2100 ColourData_swigregister(ColourData)
2101 FileSelectorPromptStr = cvar.FileSelectorPromptStr
2102 DirSelectorPromptStr = cvar.DirSelectorPromptStr
2103 DirDialogNameStr = cvar.DirDialogNameStr
2104 FileSelectorDefaultWildcardStr = cvar.FileSelectorDefaultWildcardStr
2105 GetTextFromUserPromptStr = cvar.GetTextFromUserPromptStr
2106 MessageBoxCaptionStr = cvar.MessageBoxCaptionStr
2107
2108 class ColourDialog(Dialog):
2109 """This class represents the colour chooser dialog."""
2110 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2111 __repr__ = _swig_repr
2112 def __init__(self, *args, **kwargs):
2113 """
2114 __init__(self, Window parent, ColourData data=None) -> ColourDialog
2115
2116 Constructor. Pass a parent window, and optionally a `wx.ColourData`,
2117 which will be copied to the colour dialog's internal ColourData
2118 instance.
2119 """
2120 _windows_.ColourDialog_swiginit(self,_windows_.new_ColourDialog(*args, **kwargs))
2121 self._setOORInfo(self)
2122
2123 def GetColourData(*args, **kwargs):
2124 """
2125 GetColourData(self) -> ColourData
2126
2127 Returns a reference to the `wx.ColourData` used by the dialog.
2128 """
2129 return _windows_.ColourDialog_GetColourData(*args, **kwargs)
2130
2131 ColourDialog_swigregister = _windows_.ColourDialog_swigregister
2132 ColourDialog_swigregister(ColourDialog)
2133
2134
2135 def GetColourFromUser(*args, **kwargs):
2136 """
2137 GetColourFromUser(Window parent=(wxWindow *) NULL, Colour colInit=wxNullColour,
2138 String caption=EmptyString) -> Colour
2139 """
2140 return _windows_.GetColourFromUser(*args, **kwargs)
2141 class DirDialog(Dialog):
2142 """
2143 wx.DirDialog allows the user to select a directory by browising the
2144 file system.
2145 """
2146 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2147 __repr__ = _swig_repr
2148 def __init__(self, *args, **kwargs):
2149 """
2150 __init__(self, Window parent, String message=DirSelectorPromptStr,
2151 String defaultPath=EmptyString, long style=0,
2152 Point pos=DefaultPosition, Size size=DefaultSize,
2153 String name=DirDialogNameStr) -> DirDialog
2154
2155 Constructor. Use ShowModal method to show the dialog.
2156 """
2157 _windows_.DirDialog_swiginit(self,_windows_.new_DirDialog(*args, **kwargs))
2158 self._setOORInfo(self)
2159
2160 def GetPath(*args, **kwargs):
2161 """
2162 GetPath(self) -> String
2163
2164 Returns the default or user-selected path.
2165 """
2166 return _windows_.DirDialog_GetPath(*args, **kwargs)
2167
2168 def GetMessage(*args, **kwargs):
2169 """
2170 GetMessage(self) -> String
2171
2172 Returns the message that will be displayed on the dialog.
2173 """
2174 return _windows_.DirDialog_GetMessage(*args, **kwargs)
2175
2176 def GetStyle(*args, **kwargs):
2177 """
2178 GetStyle(self) -> long
2179
2180 Returns the dialog style.
2181 """
2182 return _windows_.DirDialog_GetStyle(*args, **kwargs)
2183
2184 def SetMessage(*args, **kwargs):
2185 """
2186 SetMessage(self, String message)
2187
2188 Sets the message that will be displayed on the dialog.
2189 """
2190 return _windows_.DirDialog_SetMessage(*args, **kwargs)
2191
2192 def SetPath(*args, **kwargs):
2193 """
2194 SetPath(self, String path)
2195
2196 Sets the default path.
2197 """
2198 return _windows_.DirDialog_SetPath(*args, **kwargs)
2199
2200 DirDialog_swigregister = _windows_.DirDialog_swigregister
2201 DirDialog_swigregister(DirDialog)
2202
2203 class FileDialog(Dialog):
2204 """
2205 wx.FileDialog allows the user to select one or more files from the
2206 filesystem.
2207 """
2208 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2209 __repr__ = _swig_repr
2210 def __init__(self, *args, **kwargs):
2211 """
2212 __init__(self, Window parent, String message=FileSelectorPromptStr,
2213 String defaultDir=EmptyString, String defaultFile=EmptyString,
2214 String wildcard=FileSelectorDefaultWildcardStr,
2215 long style=0, Point pos=DefaultPosition) -> FileDialog
2216
2217 Constructor. Use ShowModal method to show the dialog.
2218 """
2219 _windows_.FileDialog_swiginit(self,_windows_.new_FileDialog(*args, **kwargs))
2220 self._setOORInfo(self)
2221
2222 def SetMessage(*args, **kwargs):
2223 """
2224 SetMessage(self, String message)
2225
2226 Sets the message that will be displayed on the dialog.
2227 """
2228 return _windows_.FileDialog_SetMessage(*args, **kwargs)
2229
2230 def SetPath(*args, **kwargs):
2231 """
2232 SetPath(self, String path)
2233
2234 Sets the path (the combined directory and filename that will be
2235 returned when the dialog is dismissed).
2236 """
2237 return _windows_.FileDialog_SetPath(*args, **kwargs)
2238
2239 def SetDirectory(*args, **kwargs):
2240 """
2241 SetDirectory(self, String dir)
2242
2243 Sets the default directory.
2244 """
2245 return _windows_.FileDialog_SetDirectory(*args, **kwargs)
2246
2247 def SetFilename(*args, **kwargs):
2248 """
2249 SetFilename(self, String name)
2250
2251 Sets the default filename.
2252 """
2253 return _windows_.FileDialog_SetFilename(*args, **kwargs)
2254
2255 def SetWildcard(*args, **kwargs):
2256 """
2257 SetWildcard(self, String wildCard)
2258
2259 Sets the wildcard, which can contain multiple file types, for
2260 example::
2261
2262 "BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif"
2263
2264 """
2265 return _windows_.FileDialog_SetWildcard(*args, **kwargs)
2266
2267 def SetStyle(*args, **kwargs):
2268 """
2269 SetStyle(self, long style)
2270
2271 Sets the dialog style.
2272 """
2273 return _windows_.FileDialog_SetStyle(*args, **kwargs)
2274
2275 def SetFilterIndex(*args, **kwargs):
2276 """
2277 SetFilterIndex(self, int filterIndex)
2278
2279 Sets the default filter index, starting from zero.
2280 """
2281 return _windows_.FileDialog_SetFilterIndex(*args, **kwargs)
2282
2283 def GetMessage(*args, **kwargs):
2284 """
2285 GetMessage(self) -> String
2286
2287 Returns the message that will be displayed on the dialog.
2288 """
2289 return _windows_.FileDialog_GetMessage(*args, **kwargs)
2290
2291 def GetPath(*args, **kwargs):
2292 """
2293 GetPath(self) -> String
2294
2295 Returns the full path (directory and filename) of the selected file.
2296 """
2297 return _windows_.FileDialog_GetPath(*args, **kwargs)
2298
2299 def GetDirectory(*args, **kwargs):
2300 """
2301 GetDirectory(self) -> String
2302
2303 Returns the default directory.
2304 """
2305 return _windows_.FileDialog_GetDirectory(*args, **kwargs)
2306
2307 def GetFilename(*args, **kwargs):
2308 """
2309 GetFilename(self) -> String
2310
2311 Returns the default filename.
2312 """
2313 return _windows_.FileDialog_GetFilename(*args, **kwargs)
2314
2315 def GetWildcard(*args, **kwargs):
2316 """
2317 GetWildcard(self) -> String
2318
2319 Returns the file dialog wildcard.
2320 """
2321 return _windows_.FileDialog_GetWildcard(*args, **kwargs)
2322
2323 def GetStyle(*args, **kwargs):
2324 """
2325 GetStyle(self) -> long
2326
2327 Returns the dialog style.
2328 """
2329 return _windows_.FileDialog_GetStyle(*args, **kwargs)
2330
2331 def GetFilterIndex(*args, **kwargs):
2332 """
2333 GetFilterIndex(self) -> int
2334
2335 Returns the index into the list of filters supplied, optionally, in
2336 the wildcard parameter. Before the dialog is shown, this is the index
2337 which will be used when the dialog is first displayed. After the
2338 dialog is shown, this is the index selected by the user.
2339 """
2340 return _windows_.FileDialog_GetFilterIndex(*args, **kwargs)
2341
2342 def GetFilenames(*args, **kwargs):
2343 """
2344 GetFilenames(self) -> PyObject
2345
2346 Returns a list of filenames chosen in the dialog. This function
2347 should only be used with the dialogs which have wx.MULTIPLE style, use
2348 GetFilename for the others.
2349 """
2350 return _windows_.FileDialog_GetFilenames(*args, **kwargs)
2351
2352 def GetPaths(*args, **kwargs):
2353 """
2354 GetPaths(self) -> PyObject
2355
2356 Fills the array paths with the full paths of the files chosen. This
2357 function should only be used with the dialogs which have wx.MULTIPLE
2358 style, use GetPath for the others.
2359 """
2360 return _windows_.FileDialog_GetPaths(*args, **kwargs)
2361
2362 FileDialog_swigregister = _windows_.FileDialog_swigregister
2363 FileDialog_swigregister(FileDialog)
2364
2365 CHOICEDLG_STYLE = _windows_.CHOICEDLG_STYLE
2366 class MultiChoiceDialog(Dialog):
2367 """A simple dialog with a multi selection listbox."""
2368 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2369 __repr__ = _swig_repr
2370 def __init__(self, *args, **kwargs):
2371 """
2372 __init__(self, Window parent, String message, String caption,
2373 List choices=EmptyList, long style=CHOICEDLG_STYLE,
2374 Point pos=DefaultPosition) -> MultiChoiceDialog
2375
2376 Constructor. Use the `ShowModal` method to show the dialog.
2377
2378 :param parent: The parent window.
2379 :param message: Text to display above the list of selections.
2380 :param caption: Text to use in the title bar of the dialog.
2381 :param choices: A list of strings or unicode objects that the
2382 user is allowed to choose from.
2383 :param style: Styles to apply to the dialog. The default value is
2384 equivallent to wx.DEFAULT_DIALOG_STYLE|wx.RESIZE_BORDER|wx.OK|wx.CANCEL|wx.CENTER.
2385 :param pos: Where to position the dialog (not used on Windows)
2386
2387
2388 """
2389 _windows_.MultiChoiceDialog_swiginit(self,_windows_.new_MultiChoiceDialog(*args, **kwargs))
2390 self._setOORInfo(self)
2391
2392 def SetSelections(*args, **kwargs):
2393 """
2394 SetSelections(List selections)
2395
2396 Specify the items in the list that should be selected, using a list of
2397 integers. The list should specify the indexes of the items that
2398 should be selected.
2399 """
2400 return _windows_.MultiChoiceDialog_SetSelections(*args, **kwargs)
2401
2402 def GetSelections(*args, **kwargs):
2403 """
2404 GetSelections() -> [selections]
2405
2406 Returns a list of integers representing the items that are selected.
2407 If an item is selected then its index will appear in the list.
2408 """
2409 return _windows_.MultiChoiceDialog_GetSelections(*args, **kwargs)
2410
2411 MultiChoiceDialog_swigregister = _windows_.MultiChoiceDialog_swigregister
2412 MultiChoiceDialog_swigregister(MultiChoiceDialog)
2413
2414 class SingleChoiceDialog(Dialog):
2415 """A simple dialog with a single selection listbox."""
2416 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2417 __repr__ = _swig_repr
2418 def __init__(self, *args, **kwargs):
2419 """
2420 __init__(Window parent, String message, String caption,
2421 List choices=EmptyList, long style=CHOICEDLG_STYLE,
2422 Point pos=DefaultPosition) -> SingleChoiceDialog
2423
2424 Constructor. Use ShowModal method to show the dialog.
2425 """
2426 _windows_.SingleChoiceDialog_swiginit(self,_windows_.new_SingleChoiceDialog(*args, **kwargs))
2427 self._setOORInfo(self)
2428
2429 def GetSelection(*args, **kwargs):
2430 """
2431 GetSelection(self) -> int
2432
2433 Get the index of teh currently selected item.
2434 """
2435 return _windows_.SingleChoiceDialog_GetSelection(*args, **kwargs)
2436
2437 def GetStringSelection(*args, **kwargs):
2438 """
2439 GetStringSelection(self) -> String
2440
2441 Returns the string value of the currently selected item
2442 """
2443 return _windows_.SingleChoiceDialog_GetStringSelection(*args, **kwargs)
2444
2445 def SetSelection(*args, **kwargs):
2446 """
2447 SetSelection(self, int sel)
2448
2449 Set the current selected item to sel
2450 """
2451 return _windows_.SingleChoiceDialog_SetSelection(*args, **kwargs)
2452
2453 SingleChoiceDialog_swigregister = _windows_.SingleChoiceDialog_swigregister
2454 SingleChoiceDialog_swigregister(SingleChoiceDialog)
2455
2456 TextEntryDialogStyle = _windows_.TextEntryDialogStyle
2457 class TextEntryDialog(Dialog):
2458 """A dialog with text control, [ok] and [cancel] buttons"""
2459 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2460 __repr__ = _swig_repr
2461 def __init__(self, *args, **kwargs):
2462 """
2463 __init__(self, Window parent, String message, String caption=GetTextFromUserPromptStr,
2464 String defaultValue=EmptyString,
2465 long style=TextEntryDialogStyle, Point pos=DefaultPosition) -> TextEntryDialog
2466
2467 Constructor. Use ShowModal method to show the dialog.
2468 """
2469 _windows_.TextEntryDialog_swiginit(self,_windows_.new_TextEntryDialog(*args, **kwargs))
2470 self._setOORInfo(self)
2471
2472 def GetValue(*args, **kwargs):
2473 """
2474 GetValue(self) -> String
2475
2476 Returns the text that the user has entered if the user has pressed OK,
2477 or the original value if the user has pressed Cancel.
2478 """
2479 return _windows_.TextEntryDialog_GetValue(*args, **kwargs)
2480
2481 def SetValue(*args, **kwargs):
2482 """
2483 SetValue(self, String value)
2484
2485 Sets the default text value.
2486 """
2487 return _windows_.TextEntryDialog_SetValue(*args, **kwargs)
2488
2489 TextEntryDialog_swigregister = _windows_.TextEntryDialog_swigregister
2490 TextEntryDialog_swigregister(TextEntryDialog)
2491
2492 class PasswordEntryDialog(TextEntryDialog):
2493 """Proxy of C++ PasswordEntryDialog class"""
2494 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2495 __repr__ = _swig_repr
2496 def __init__(self, *args, **kwargs):
2497 """
2498 __init__(self, Window parent, String message, String caption=GetPasswordFromUserPromptStr,
2499 String value=EmptyString,
2500 long style=TextEntryDialogStyle, Point pos=DefaultPosition) -> PasswordEntryDialog
2501 """
2502 _windows_.PasswordEntryDialog_swiginit(self,_windows_.new_PasswordEntryDialog(*args, **kwargs))
2503 PasswordEntryDialog_swigregister = _windows_.PasswordEntryDialog_swigregister
2504 PasswordEntryDialog_swigregister(PasswordEntryDialog)
2505 GetPasswordFromUserPromptStr = cvar.GetPasswordFromUserPromptStr
2506
2507 class FontData(_core.Object):
2508 """
2509 This class holds a variety of information related to font dialogs and
2510 is used to transfer settings to and results from a `wx.FontDialog`.
2511 """
2512 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2513 __repr__ = _swig_repr
2514 def __init__(self, *args, **kwargs):
2515 """
2516 __init__(self) -> FontData
2517
2518 This class holds a variety of information related to font dialogs and
2519 is used to transfer settings to and results from a `wx.FontDialog`.
2520 """
2521 _windows_.FontData_swiginit(self,_windows_.new_FontData(*args, **kwargs))
2522 __swig_destroy__ = _windows_.delete_FontData
2523 __del__ = lambda self : None;
2524 def EnableEffects(*args, **kwargs):
2525 """
2526 EnableEffects(self, bool enable)
2527
2528 Enables or disables 'effects' under MS Windows only. This refers to
2529 the controls for manipulating colour, strikeout and underline
2530 properties. The default value is true.
2531 """
2532 return _windows_.FontData_EnableEffects(*args, **kwargs)
2533
2534 def GetAllowSymbols(*args, **kwargs):
2535 """
2536 GetAllowSymbols(self) -> bool
2537
2538 Under MS Windows, returns a flag determining whether symbol fonts can
2539 be selected. Has no effect on other platforms. The default value is
2540 true.
2541 """
2542 return _windows_.FontData_GetAllowSymbols(*args, **kwargs)
2543
2544 def GetColour(*args, **kwargs):
2545 """
2546 GetColour(self) -> Colour
2547
2548 Gets the colour associated with the font dialog. The default value is
2549 black.
2550 """
2551 return _windows_.FontData_GetColour(*args, **kwargs)
2552
2553 def GetChosenFont(*args, **kwargs):
2554 """
2555 GetChosenFont(self) -> Font
2556
2557 Gets the font chosen by the user.
2558 """
2559 return _windows_.FontData_GetChosenFont(*args, **kwargs)
2560
2561 def GetEnableEffects(*args, **kwargs):
2562 """
2563 GetEnableEffects(self) -> bool
2564
2565 Determines whether 'effects' are enabled under Windows.
2566 """
2567 return _windows_.FontData_GetEnableEffects(*args, **kwargs)
2568
2569 def GetInitialFont(*args, **kwargs):
2570 """
2571 GetInitialFont(self) -> Font
2572
2573 Gets the font that will be initially used by the font dialog. This
2574 should have previously been set by the application.
2575 """
2576 return _windows_.FontData_GetInitialFont(*args, **kwargs)
2577
2578 def GetShowHelp(*args, **kwargs):
2579 """
2580 GetShowHelp(self) -> bool
2581
2582 Returns true if the Help button will be shown (Windows only). The
2583 default value is false.
2584 """
2585 return _windows_.FontData_GetShowHelp(*args, **kwargs)
2586
2587 def SetAllowSymbols(*args, **kwargs):
2588 """
2589 SetAllowSymbols(self, bool allowSymbols)
2590
2591 Under MS Windows, determines whether symbol fonts can be selected. Has
2592 no effect on other platforms. The default value is true.
2593 """
2594 return _windows_.FontData_SetAllowSymbols(*args, **kwargs)
2595
2596 def SetChosenFont(*args, **kwargs):
2597 """
2598 SetChosenFont(self, Font font)
2599
2600 Sets the font that will be returned to the user (normally for internal
2601 use only).
2602 """
2603 return _windows_.FontData_SetChosenFont(*args, **kwargs)
2604
2605 def SetColour(*args, **kwargs):
2606 """
2607 SetColour(self, Colour colour)
2608
2609 Sets the colour that will be used for the font foreground colour. The
2610 default colour is black.
2611 """
2612 return _windows_.FontData_SetColour(*args, **kwargs)
2613
2614 def SetInitialFont(*args, **kwargs):
2615 """
2616 SetInitialFont(self, Font font)
2617
2618 Sets the font that will be initially used by the font dialog.
2619 """
2620 return _windows_.FontData_SetInitialFont(*args, **kwargs)
2621
2622 def SetRange(*args, **kwargs):
2623 """
2624 SetRange(self, int min, int max)
2625
2626 Sets the valid range for the font point size (Windows only). The
2627 default is 0, 0 (unrestricted range).
2628 """
2629 return _windows_.FontData_SetRange(*args, **kwargs)
2630
2631 def SetShowHelp(*args, **kwargs):
2632 """
2633 SetShowHelp(self, bool showHelp)
2634
2635 Determines whether the Help button will be displayed in the font
2636 dialog (Windows only). The default value is false.
2637 """
2638 return _windows_.FontData_SetShowHelp(*args, **kwargs)
2639
2640 FontData_swigregister = _windows_.FontData_swigregister
2641 FontData_swigregister(FontData)
2642
2643 class FontDialog(Dialog):
2644 """
2645 wx.FontDialog allows the user to select a system font and its attributes.
2646
2647 :see: `wx.FontData`
2648
2649 """
2650 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2651 __repr__ = _swig_repr
2652 def __init__(self, *args, **kwargs):
2653 """
2654 __init__(self, Window parent, FontData data) -> FontDialog
2655
2656 Constructor. Pass a parent window and the `wx.FontData` object to be
2657 used to initialize the dialog controls. Call `ShowModal` to display
2658 the dialog. If ShowModal returns ``wx.ID_OK`` then you can fetch the
2659 results with via the `wx.FontData` returned by `GetFontData`.
2660 """
2661 _windows_.FontDialog_swiginit(self,_windows_.new_FontDialog(*args, **kwargs))
2662 self._setOORInfo(self)
2663
2664 def GetFontData(*args, **kwargs):
2665 """
2666 GetFontData(self) -> FontData
2667
2668 Returns a reference to the internal `wx.FontData` used by the
2669 wx.FontDialog.
2670 """
2671 return _windows_.FontDialog_GetFontData(*args, **kwargs)
2672
2673 FontDialog_swigregister = _windows_.FontDialog_swigregister
2674 FontDialog_swigregister(FontDialog)
2675
2676
2677 def GetFontFromUser(*args, **kwargs):
2678 """GetFontFromUser(Window parent=None, Font fontInit=wxNullFont, String caption=EmptyString) -> Font"""
2679 return _windows_.GetFontFromUser(*args, **kwargs)
2680 class MessageDialog(Dialog):
2681 """
2682 This class provides a simple dialog that shows a single or multi-line
2683 message, with a choice of OK, Yes, No and/or Cancel buttons.
2684 """
2685 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2686 __repr__ = _swig_repr
2687 def __init__(self, *args, **kwargs):
2688 """
2689 __init__(self, Window parent, String message, String caption=MessageBoxCaptionStr,
2690 long style=wxOK|wxCANCEL|wxCENTRE,
2691 Point pos=DefaultPosition) -> MessageDialog
2692
2693 Constructor, use `ShowModal` to display the dialog.
2694 """
2695 _windows_.MessageDialog_swiginit(self,_windows_.new_MessageDialog(*args, **kwargs))
2696 self._setOORInfo(self)
2697
2698 MessageDialog_swigregister = _windows_.MessageDialog_swigregister
2699 MessageDialog_swigregister(MessageDialog)
2700
2701 class ProgressDialog(Frame):
2702 """
2703 A dialog that shows a short message and a progress bar. Optionally, it
2704 can display an ABORT button.
2705 """
2706 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2707 __repr__ = _swig_repr
2708 def __init__(self, *args, **kwargs):
2709 """
2710 __init__(self, String title, String message, int maximum=100, Window parent=None,
2711 int style=wxPD_AUTO_HIDE|wxPD_APP_MODAL) -> ProgressDialog
2712
2713 Constructor. Creates the dialog, displays it and disables user input
2714 for other windows, or, if wx.PD_APP_MODAL flag is not given, for its
2715 parent window only.
2716 """
2717 _windows_.ProgressDialog_swiginit(self,_windows_.new_ProgressDialog(*args, **kwargs))
2718 self._setOORInfo(self)
2719
2720 def Update(*args, **kwargs):
2721 """
2722 Update(self, int value, String newmsg=EmptyString) -> bool
2723
2724 Updates the dialog, setting the progress bar to the new value and, if
2725 given changes the message above it. The value given should be less
2726 than or equal to the maximum value given to the constructor and the
2727 dialog is closed if it is equal to the maximum. Returns True unless
2728 the Cancel button has been pressed.
2729
2730 If false is returned, the application can either immediately destroy
2731 the dialog or ask the user for the confirmation and if the abort is
2732 not confirmed the dialog may be resumed with Resume function.
2733 """
2734 return _windows_.ProgressDialog_Update(*args, **kwargs)
2735
2736 def Resume(*args, **kwargs):
2737 """
2738 Resume(self)
2739
2740 Can be used to continue with the dialog, after the user had chosen to
2741 abort.
2742 """
2743 return _windows_.ProgressDialog_Resume(*args, **kwargs)
2744
2745 ProgressDialog_swigregister = _windows_.ProgressDialog_swigregister
2746 ProgressDialog_swigregister(ProgressDialog)
2747
2748 FR_DOWN = _windows_.FR_DOWN
2749 FR_WHOLEWORD = _windows_.FR_WHOLEWORD
2750 FR_MATCHCASE = _windows_.FR_MATCHCASE
2751 FR_REPLACEDIALOG = _windows_.FR_REPLACEDIALOG
2752 FR_NOUPDOWN = _windows_.FR_NOUPDOWN
2753 FR_NOMATCHCASE = _windows_.FR_NOMATCHCASE
2754 FR_NOWHOLEWORD = _windows_.FR_NOWHOLEWORD
2755 wxEVT_COMMAND_FIND = _windows_.wxEVT_COMMAND_FIND
2756 wxEVT_COMMAND_FIND_NEXT = _windows_.wxEVT_COMMAND_FIND_NEXT
2757 wxEVT_COMMAND_FIND_REPLACE = _windows_.wxEVT_COMMAND_FIND_REPLACE
2758 wxEVT_COMMAND_FIND_REPLACE_ALL = _windows_.wxEVT_COMMAND_FIND_REPLACE_ALL
2759 wxEVT_COMMAND_FIND_CLOSE = _windows_.wxEVT_COMMAND_FIND_CLOSE
2760 EVT_FIND = wx.PyEventBinder( wxEVT_COMMAND_FIND, 1 )
2761 EVT_FIND_NEXT = wx.PyEventBinder( wxEVT_COMMAND_FIND_NEXT, 1 )
2762 EVT_FIND_REPLACE = wx.PyEventBinder( wxEVT_COMMAND_FIND_REPLACE, 1 )
2763 EVT_FIND_REPLACE_ALL = wx.PyEventBinder( wxEVT_COMMAND_FIND_REPLACE_ALL, 1 )
2764 EVT_FIND_CLOSE = wx.PyEventBinder( wxEVT_COMMAND_FIND_CLOSE, 1 )
2765
2766 # For backwards compatibility. Should they be removed?
2767 EVT_COMMAND_FIND = EVT_FIND
2768 EVT_COMMAND_FIND_NEXT = EVT_FIND_NEXT
2769 EVT_COMMAND_FIND_REPLACE = EVT_FIND_REPLACE
2770 EVT_COMMAND_FIND_REPLACE_ALL = EVT_FIND_REPLACE_ALL
2771 EVT_COMMAND_FIND_CLOSE = EVT_FIND_CLOSE
2772
2773 class FindDialogEvent(_core.CommandEvent):
2774 """Events for the FindReplaceDialog"""
2775 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2776 __repr__ = _swig_repr
2777 def __init__(self, *args, **kwargs):
2778 """
2779 __init__(self, wxEventType commandType=wxEVT_NULL, int id=0) -> FindDialogEvent
2780
2781 Events for the FindReplaceDialog
2782 """
2783 _windows_.FindDialogEvent_swiginit(self,_windows_.new_FindDialogEvent(*args, **kwargs))
2784 def GetFlags(*args, **kwargs):
2785 """
2786 GetFlags(self) -> int
2787
2788 Get the currently selected flags: this is the combination of
2789 wx.FR_DOWN, wx.FR_WHOLEWORD and wx.FR_MATCHCASE flags.
2790 """
2791 return _windows_.FindDialogEvent_GetFlags(*args, **kwargs)
2792
2793 def GetFindString(*args, **kwargs):
2794 """
2795 GetFindString(self) -> String
2796
2797 Return the string to find (never empty).
2798 """
2799 return _windows_.FindDialogEvent_GetFindString(*args, **kwargs)
2800
2801 def GetReplaceString(*args, **kwargs):
2802 """
2803 GetReplaceString(self) -> String
2804
2805 Return the string to replace the search string with (only for replace
2806 and replace all events).
2807 """
2808 return _windows_.FindDialogEvent_GetReplaceString(*args, **kwargs)
2809
2810 def GetDialog(*args, **kwargs):
2811 """
2812 GetDialog(self) -> FindReplaceDialog
2813
2814 Return the pointer to the dialog which generated this event.
2815 """
2816 return _windows_.FindDialogEvent_GetDialog(*args, **kwargs)
2817
2818 def SetFlags(*args, **kwargs):
2819 """SetFlags(self, int flags)"""
2820 return _windows_.FindDialogEvent_SetFlags(*args, **kwargs)
2821
2822 def SetFindString(*args, **kwargs):
2823 """SetFindString(self, String str)"""
2824 return _windows_.FindDialogEvent_SetFindString(*args, **kwargs)
2825
2826 def SetReplaceString(*args, **kwargs):
2827 """SetReplaceString(self, String str)"""
2828 return _windows_.FindDialogEvent_SetReplaceString(*args, **kwargs)
2829
2830 FindDialogEvent_swigregister = _windows_.FindDialogEvent_swigregister
2831 FindDialogEvent_swigregister(FindDialogEvent)
2832
2833 class FindReplaceData(_core.Object):
2834 """
2835 wx.FindReplaceData holds the data for wx.FindReplaceDialog. It is used
2836 to initialize the dialog with the default values and will keep the
2837 last values from the dialog when it is closed. It is also updated each
2838 time a `wx.FindDialogEvent` is generated so instead of using the
2839 `wx.FindDialogEvent` methods you can also directly query this object.
2840
2841 Note that all SetXXX() methods may only be called before showing the
2842 dialog and calling them has no effect later.
2843 """
2844 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2845 __repr__ = _swig_repr
2846 def __init__(self, *args, **kwargs):
2847 """
2848 __init__(self, int flags=0) -> FindReplaceData
2849
2850 Constuctor initializes the flags to default value (0).
2851 """
2852 _windows_.FindReplaceData_swiginit(self,_windows_.new_FindReplaceData(*args, **kwargs))
2853 __swig_destroy__ = _windows_.delete_FindReplaceData
2854 __del__ = lambda self : None;
2855 def GetFindString(*args, **kwargs):
2856 """
2857 GetFindString(self) -> String
2858
2859 Get the string to find.
2860 """
2861 return _windows_.FindReplaceData_GetFindString(*args, **kwargs)
2862
2863 def GetReplaceString(*args, **kwargs):
2864 """
2865 GetReplaceString(self) -> String
2866
2867 Get the replacement string.
2868 """
2869 return _windows_.FindReplaceData_GetReplaceString(*args, **kwargs)
2870
2871 def GetFlags(*args, **kwargs):
2872 """
2873 GetFlags(self) -> int
2874
2875 Get the combination of flag values.
2876 """
2877 return _windows_.FindReplaceData_GetFlags(*args, **kwargs)
2878
2879 def SetFlags(*args, **kwargs):
2880 """
2881 SetFlags(self, int flags)
2882
2883 Set the flags to use to initialize the controls of the dialog.
2884 """
2885 return _windows_.FindReplaceData_SetFlags(*args, **kwargs)
2886
2887 def SetFindString(*args, **kwargs):
2888 """
2889 SetFindString(self, String str)
2890
2891 Set the string to find (used as initial value by the dialog).
2892 """
2893 return _windows_.FindReplaceData_SetFindString(*args, **kwargs)
2894
2895 def SetReplaceString(*args, **kwargs):
2896 """
2897 SetReplaceString(self, String str)
2898
2899 Set the replacement string (used as initial value by the dialog).
2900 """
2901 return _windows_.FindReplaceData_SetReplaceString(*args, **kwargs)
2902
2903 FindReplaceData_swigregister = _windows_.FindReplaceData_swigregister
2904 FindReplaceData_swigregister(FindReplaceData)
2905
2906 class FindReplaceDialog(Dialog):
2907 """
2908 wx.FindReplaceDialog is a standard modeless dialog which is used to
2909 allow the user to search for some text (and possibly replace it with
2910 something else). The actual searching is supposed to be done in the
2911 owner window which is the parent of this dialog. Note that it means
2912 that unlike for the other standard dialogs this one must have a parent
2913 window. Also note that there is no way to use this dialog in a modal
2914 way; it is always, by design and implementation, modeless.
2915 """
2916 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2917 __repr__ = _swig_repr
2918 def __init__(self, *args, **kwargs):
2919 """
2920 __init__(self, Window parent, FindReplaceData data, String title,
2921 int style=0) -> FindReplaceDialog
2922
2923 Create a FindReplaceDialog. The parent and data parameters must be
2924 non-None. Use Show to display the dialog.
2925 """
2926 _windows_.FindReplaceDialog_swiginit(self,_windows_.new_FindReplaceDialog(*args, **kwargs))
2927 self._setOORInfo(self)
2928
2929 def Create(*args, **kwargs):
2930 """
2931 Create(self, Window parent, FindReplaceData data, String title,
2932 int style=0) -> bool
2933
2934 Create the dialog, for 2-phase create.
2935 """
2936 return _windows_.FindReplaceDialog_Create(*args, **kwargs)
2937
2938 def GetData(*args, **kwargs):
2939 """
2940 GetData(self) -> FindReplaceData
2941
2942 Get the FindReplaceData object used by this dialog.
2943 """
2944 return _windows_.FindReplaceDialog_GetData(*args, **kwargs)
2945
2946 def SetData(*args, **kwargs):
2947 """
2948 SetData(self, FindReplaceData data)
2949
2950 Set the FindReplaceData object used by this dialog.
2951 """
2952 return _windows_.FindReplaceDialog_SetData(*args, **kwargs)
2953
2954 FindReplaceDialog_swigregister = _windows_.FindReplaceDialog_swigregister
2955 FindReplaceDialog_swigregister(FindReplaceDialog)
2956
2957 def PreFindReplaceDialog(*args, **kwargs):
2958 """
2959 PreFindReplaceDialog() -> FindReplaceDialog
2960
2961 Precreate a FindReplaceDialog for 2-phase creation
2962 """
2963 val = _windows_.new_PreFindReplaceDialog(*args, **kwargs)
2964 return val
2965
2966 #---------------------------------------------------------------------------
2967
2968 IDM_WINDOWTILE = _windows_.IDM_WINDOWTILE
2969 IDM_WINDOWTILEHOR = _windows_.IDM_WINDOWTILEHOR
2970 IDM_WINDOWCASCADE = _windows_.IDM_WINDOWCASCADE
2971 IDM_WINDOWICONS = _windows_.IDM_WINDOWICONS
2972 IDM_WINDOWNEXT = _windows_.IDM_WINDOWNEXT
2973 IDM_WINDOWTILEVERT = _windows_.IDM_WINDOWTILEVERT
2974 IDM_WINDOWPREV = _windows_.IDM_WINDOWPREV
2975 FIRST_MDI_CHILD = _windows_.FIRST_MDI_CHILD
2976 LAST_MDI_CHILD = _windows_.LAST_MDI_CHILD
2977 class MDIParentFrame(Frame):
2978 """Proxy of C++ MDIParentFrame class"""
2979 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
2980 __repr__ = _swig_repr
2981 def __init__(self, *args, **kwargs):
2982 """
2983 __init__(self, Window parent, int id=-1, String title=EmptyString,
2984 Point pos=DefaultPosition, Size size=DefaultSize,
2985 long style=wxDEFAULT_FRAME_STYLE|wxVSCROLL|wxHSCROLL,
2986 String name=FrameNameStr) -> MDIParentFrame
2987 """
2988 _windows_.MDIParentFrame_swiginit(self,_windows_.new_MDIParentFrame(*args, **kwargs))
2989 self._setOORInfo(self)
2990
2991 def Create(*args, **kwargs):
2992 """
2993 Create(self, Window parent, int id=-1, String title=EmptyString,
2994 Point pos=DefaultPosition, Size size=DefaultSize,
2995 long style=wxDEFAULT_FRAME_STYLE|wxVSCROLL|wxHSCROLL,
2996 String name=FrameNameStr) -> bool
2997 """
2998 return _windows_.MDIParentFrame_Create(*args, **kwargs)
2999
3000 def ActivateNext(*args, **kwargs):
3001 """ActivateNext(self)"""
3002 return _windows_.MDIParentFrame_ActivateNext(*args, **kwargs)
3003
3004 def ActivatePrevious(*args, **kwargs):
3005 """ActivatePrevious(self)"""
3006 return _windows_.MDIParentFrame_ActivatePrevious(*args, **kwargs)
3007
3008 def ArrangeIcons(*args, **kwargs):
3009 """ArrangeIcons(self)"""
3010 return _windows_.MDIParentFrame_ArrangeIcons(*args, **kwargs)
3011
3012 def Cascade(*args, **kwargs):
3013 """Cascade(self)"""
3014 return _windows_.MDIParentFrame_Cascade(*args, **kwargs)
3015
3016 def GetActiveChild(*args, **kwargs):
3017 """GetActiveChild(self) -> MDIChildFrame"""
3018 return _windows_.MDIParentFrame_GetActiveChild(*args, **kwargs)
3019
3020 def GetClientWindow(*args, **kwargs):
3021 """GetClientWindow(self) -> MDIClientWindow"""
3022 return _windows_.MDIParentFrame_GetClientWindow(*args, **kwargs)
3023
3024 def GetToolBar(*args, **kwargs):
3025 """GetToolBar(self) -> Window"""
3026 return _windows_.MDIParentFrame_GetToolBar(*args, **kwargs)
3027
3028 def Tile(*args, **kwargs):
3029 """Tile(self, int orient=HORIZONTAL)"""
3030 return _windows_.MDIParentFrame_Tile(*args, **kwargs)
3031
3032 MDIParentFrame_swigregister = _windows_.MDIParentFrame_swigregister
3033 MDIParentFrame_swigregister(MDIParentFrame)
3034
3035 def PreMDIParentFrame(*args, **kwargs):
3036 """PreMDIParentFrame() -> MDIParentFrame"""
3037 val = _windows_.new_PreMDIParentFrame(*args, **kwargs)
3038 return val
3039
3040 class MDIChildFrame(Frame):
3041 """Proxy of C++ MDIChildFrame class"""
3042 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
3043 __repr__ = _swig_repr
3044 def __init__(self, *args, **kwargs):
3045 """
3046 __init__(self, MDIParentFrame parent, int id=-1, String title=EmptyString,
3047 Point pos=DefaultPosition, Size size=DefaultSize,
3048 long style=DEFAULT_FRAME_STYLE,
3049 String name=FrameNameStr) -> MDIChildFrame
3050 """
3051 _windows_.MDIChildFrame_swiginit(self,_windows_.new_MDIChildFrame(*args, **kwargs))
3052 self._setOORInfo(self)
3053
3054 def Create(*args, **kwargs):
3055 """
3056 Create(self, MDIParentFrame parent, int id=-1, String title=EmptyString,
3057 Point pos=DefaultPosition, Size size=DefaultSize,
3058 long style=DEFAULT_FRAME_STYLE,
3059 String name=FrameNameStr) -> bool
3060 """
3061 return _windows_.MDIChildFrame_Create(*args, **kwargs)
3062
3063 def Activate(*args, **kwargs):
3064 """Activate(self)"""
3065 return _windows_.MDIChildFrame_Activate(*args, **kwargs)
3066
3067 MDIChildFrame_swigregister = _windows_.MDIChildFrame_swigregister
3068 MDIChildFrame_swigregister(MDIChildFrame)
3069
3070 def PreMDIChildFrame(*args, **kwargs):
3071 """PreMDIChildFrame() -> MDIChildFrame"""
3072 val = _windows_.new_PreMDIChildFrame(*args, **kwargs)
3073 return val
3074
3075 class MDIClientWindow(_core.Window):
3076 """Proxy of C++ MDIClientWindow class"""
3077 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
3078 __repr__ = _swig_repr
3079 def __init__(self, *args, **kwargs):
3080 """__init__(self, MDIParentFrame parent, long style=0) -> MDIClientWindow"""
3081 _windows_.MDIClientWindow_swiginit(self,_windows_.new_MDIClientWindow(*args, **kwargs))
3082 self._setOORInfo(self)
3083
3084 def Create(*args, **kwargs):
3085 """Create(self, MDIParentFrame parent, long style=0) -> bool"""
3086 return _windows_.MDIClientWindow_Create(*args, **kwargs)
3087
3088 MDIClientWindow_swigregister = _windows_.MDIClientWindow_swigregister
3089 MDIClientWindow_swigregister(MDIClientWindow)
3090
3091 def PreMDIClientWindow(*args, **kwargs):
3092 """PreMDIClientWindow() -> MDIClientWindow"""
3093 val = _windows_.new_PreMDIClientWindow(*args, **kwargs)
3094 return val
3095
3096 #---------------------------------------------------------------------------
3097
3098 class PyWindow(_core.Window):
3099 """Proxy of C++ PyWindow class"""
3100 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
3101 __repr__ = _swig_repr
3102 def __init__(self, *args, **kwargs):
3103 """
3104 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
3105 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> PyWindow
3106 """
3107 _windows_.PyWindow_swiginit(self,_windows_.new_PyWindow(*args, **kwargs))
3108 self._setOORInfo(self); self._setCallbackInfo(self, PyWindow)
3109
3110 def _setCallbackInfo(*args, **kwargs):
3111 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
3112 return _windows_.PyWindow__setCallbackInfo(*args, **kwargs)
3113
3114 def SetBestSize(*args, **kwargs):
3115 """SetBestSize(self, Size size)"""
3116 return _windows_.PyWindow_SetBestSize(*args, **kwargs)
3117
3118 def DoEraseBackground(*args, **kwargs):
3119 """DoEraseBackground(self, DC dc) -> bool"""
3120 return _windows_.PyWindow_DoEraseBackground(*args, **kwargs)
3121
3122 def DoMoveWindow(*args, **kwargs):
3123 """DoMoveWindow(self, int x, int y, int width, int height)"""
3124 return _windows_.PyWindow_DoMoveWindow(*args, **kwargs)
3125
3126 def DoSetSize(*args, **kwargs):
3127 """DoSetSize(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)"""
3128 return _windows_.PyWindow_DoSetSize(*args, **kwargs)
3129
3130 def DoSetClientSize(*args, **kwargs):
3131 """DoSetClientSize(self, int width, int height)"""
3132 return _windows_.PyWindow_DoSetClientSize(*args, **kwargs)
3133
3134 def DoSetVirtualSize(*args, **kwargs):
3135 """DoSetVirtualSize(self, int x, int y)"""
3136 return _windows_.PyWindow_DoSetVirtualSize(*args, **kwargs)
3137
3138 def DoGetSize(*args, **kwargs):
3139 """DoGetSize() -> (width, height)"""
3140 return _windows_.PyWindow_DoGetSize(*args, **kwargs)
3141
3142 def DoGetClientSize(*args, **kwargs):
3143 """DoGetClientSize() -> (width, height)"""
3144 return _windows_.PyWindow_DoGetClientSize(*args, **kwargs)
3145
3146 def DoGetPosition(*args, **kwargs):
3147 """DoGetPosition() -> (x,y)"""
3148 return _windows_.PyWindow_DoGetPosition(*args, **kwargs)
3149
3150 def DoGetVirtualSize(*args, **kwargs):
3151 """DoGetVirtualSize(self) -> Size"""
3152 return _windows_.PyWindow_DoGetVirtualSize(*args, **kwargs)
3153
3154 def DoGetBestSize(*args, **kwargs):
3155 """DoGetBestSize(self) -> Size"""
3156 return _windows_.PyWindow_DoGetBestSize(*args, **kwargs)
3157
3158 def GetDefaultAttributes(*args, **kwargs):
3159 """GetDefaultAttributes(self) -> VisualAttributes"""
3160 return _windows_.PyWindow_GetDefaultAttributes(*args, **kwargs)
3161
3162 def OnInternalIdle(*args, **kwargs):
3163 """OnInternalIdle(self)"""
3164 return _windows_.PyWindow_OnInternalIdle(*args, **kwargs)
3165
3166 def base_DoMoveWindow(*args, **kw):
3167 return PyWindow.DoMoveWindow(*args, **kw)
3168 base_DoMoveWindow = wx._deprecated(base_DoMoveWindow,
3169 "Please use PyWindow.DoMoveWindow instead.")
3170
3171 def base_DoSetSize(*args, **kw):
3172 return PyWindow.DoSetSize(*args, **kw)
3173 base_DoSetSize = wx._deprecated(base_DoSetSize,
3174 "Please use PyWindow.DoSetSize instead.")
3175
3176 def base_DoSetClientSize(*args, **kw):
3177 return PyWindow.DoSetClientSize(*args, **kw)
3178 base_DoSetClientSize = wx._deprecated(base_DoSetClientSize,
3179 "Please use PyWindow.DoSetClientSize instead.")
3180
3181 def base_DoSetVirtualSize(*args, **kw):
3182 return PyWindow.DoSetVirtualSize(*args, **kw)
3183 base_DoSetVirtualSize = wx._deprecated(base_DoSetVirtualSize,
3184 "Please use PyWindow.DoSetVirtualSize instead.")
3185
3186 def base_DoGetSize(*args, **kw):
3187 return PyWindow.DoGetSize(*args, **kw)
3188 base_DoGetSize = wx._deprecated(base_DoGetSize,
3189 "Please use PyWindow.DoGetSize instead.")
3190
3191 def base_DoGetClientSize(*args, **kw):
3192 return PyWindow.DoGetClientSize(*args, **kw)
3193 base_DoGetClientSize = wx._deprecated(base_DoGetClientSize,
3194 "Please use PyWindow.DoGetClientSize instead.")
3195
3196 def base_DoGetPosition(*args, **kw):
3197 return PyWindow.DoGetPosition(*args, **kw)
3198 base_DoGetPosition = wx._deprecated(base_DoGetPosition,
3199 "Please use PyWindow.DoGetPosition instead.")
3200
3201 def base_DoGetVirtualSize(*args, **kw):
3202 return PyWindow.DoGetVirtualSize(*args, **kw)
3203 base_DoGetVirtualSize = wx._deprecated(base_DoGetVirtualSize,
3204 "Please use PyWindow.DoGetVirtualSize instead.")
3205
3206 def base_DoGetBestSize(*args, **kw):
3207 return PyWindow.DoGetBestSize(*args, **kw)
3208 base_DoGetBestSize = wx._deprecated(base_DoGetBestSize,
3209 "Please use PyWindow.DoGetBestSize instead.")
3210
3211 def base_InitDialog(*args, **kw):
3212 return PyWindow.InitDialog(*args, **kw)
3213 base_InitDialog = wx._deprecated(base_InitDialog,
3214 "Please use PyWindow.InitDialog instead.")
3215
3216 def base_TransferDataToWindow(*args, **kw):
3217 return PyWindow.TransferDataToWindow(*args, **kw)
3218 base_TransferDataToWindow = wx._deprecated(base_TransferDataToWindow,
3219 "Please use PyWindow.TransferDataToWindow instead.")
3220
3221 def base_TransferDataFromWindow(*args, **kw):
3222 return PyWindow.TransferDataFromWindow(*args, **kw)
3223 base_TransferDataFromWindow = wx._deprecated(base_TransferDataFromWindow,
3224 "Please use PyWindow.TransferDataFromWindow instead.")
3225
3226 def base_Validate(*args, **kw):
3227 return PyWindow.Validate(*args, **kw)
3228 base_Validate = wx._deprecated(base_Validate,
3229 "Please use PyWindow.Validate instead.")
3230
3231 def base_AcceptsFocus(*args, **kw):
3232 return PyWindow.AcceptsFocus(*args, **kw)
3233 base_AcceptsFocus = wx._deprecated(base_AcceptsFocus,
3234 "Please use PyWindow.AcceptsFocus instead.")
3235
3236 def base_AcceptsFocusFromKeyboard(*args, **kw):
3237 return PyWindow.AcceptsFocusFromKeyboard(*args, **kw)
3238 base_AcceptsFocusFromKeyboard = wx._deprecated(base_AcceptsFocusFromKeyboard,
3239 "Please use PyWindow.AcceptsFocusFromKeyboard instead.")
3240
3241 def base_GetMaxSize(*args, **kw):
3242 return PyWindow.GetMaxSize(*args, **kw)
3243 base_GetMaxSize = wx._deprecated(base_GetMaxSize,
3244 "Please use PyWindow.GetMaxSize instead.")
3245
3246 def base_AddChild(*args, **kw):
3247 return PyWindow.AddChild(*args, **kw)
3248 base_AddChild = wx._deprecated(base_AddChild,
3249 "Please use PyWindow.AddChild instead.")
3250
3251 def base_RemoveChild(*args, **kw):
3252 return PyWindow.RemoveChild(*args, **kw)
3253 base_RemoveChild = wx._deprecated(base_RemoveChild,
3254 "Please use PyWindow.RemoveChild instead.")
3255
3256 def base_ShouldInheritColours(*args, **kw):
3257 return PyWindow.ShouldInheritColours(*args, **kw)
3258 base_ShouldInheritColours = wx._deprecated(base_ShouldInheritColours,
3259 "Please use PyWindow.ShouldInheritColours instead.")
3260
3261 def base_GetDefaultAttributes(*args, **kw):
3262 return PyWindow.GetDefaultAttributes(*args, **kw)
3263 base_GetDefaultAttributes = wx._deprecated(base_GetDefaultAttributes,
3264 "Please use PyWindow.GetDefaultAttributes instead.")
3265
3266 def base_OnInternalIdle(*args, **kw):
3267 return PyWindow.OnInternalIdle(*args, **kw)
3268 base_OnInternalIdle = wx._deprecated(base_OnInternalIdle,
3269 "Please use PyWindow.OnInternalIdle instead.")
3270
3271 PyWindow_swigregister = _windows_.PyWindow_swigregister
3272 PyWindow_swigregister(PyWindow)
3273
3274 def PrePyWindow(*args, **kwargs):
3275 """PrePyWindow() -> PyWindow"""
3276 val = _windows_.new_PrePyWindow(*args, **kwargs)
3277 return val
3278
3279 class PyPanel(Panel):
3280 """Proxy of C++ PyPanel class"""
3281 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
3282 __repr__ = _swig_repr
3283 def __init__(self, *args, **kwargs):
3284 """
3285 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
3286 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> PyPanel
3287 """
3288 _windows_.PyPanel_swiginit(self,_windows_.new_PyPanel(*args, **kwargs))
3289 self._setOORInfo(self); self._setCallbackInfo(self, PyPanel)
3290
3291 def _setCallbackInfo(*args, **kwargs):
3292 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
3293 return _windows_.PyPanel__setCallbackInfo(*args, **kwargs)
3294
3295 def SetBestSize(*args, **kwargs):
3296 """SetBestSize(self, Size size)"""
3297 return _windows_.PyPanel_SetBestSize(*args, **kwargs)
3298
3299 def DoEraseBackground(*args, **kwargs):
3300 """DoEraseBackground(self, DC dc) -> bool"""
3301 return _windows_.PyPanel_DoEraseBackground(*args, **kwargs)
3302
3303 def DoMoveWindow(*args, **kwargs):
3304 """DoMoveWindow(self, int x, int y, int width, int height)"""
3305 return _windows_.PyPanel_DoMoveWindow(*args, **kwargs)
3306
3307 def DoSetSize(*args, **kwargs):
3308 """DoSetSize(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)"""
3309 return _windows_.PyPanel_DoSetSize(*args, **kwargs)
3310
3311 def DoSetClientSize(*args, **kwargs):
3312 """DoSetClientSize(self, int width, int height)"""
3313 return _windows_.PyPanel_DoSetClientSize(*args, **kwargs)
3314
3315 def DoSetVirtualSize(*args, **kwargs):
3316 """DoSetVirtualSize(self, int x, int y)"""
3317 return _windows_.PyPanel_DoSetVirtualSize(*args, **kwargs)
3318
3319 def DoGetSize(*args, **kwargs):
3320 """DoGetSize() -> (width, height)"""
3321 return _windows_.PyPanel_DoGetSize(*args, **kwargs)
3322
3323 def DoGetClientSize(*args, **kwargs):
3324 """DoGetClientSize() -> (width, height)"""
3325 return _windows_.PyPanel_DoGetClientSize(*args, **kwargs)
3326
3327 def DoGetPosition(*args, **kwargs):
3328 """DoGetPosition() -> (x,y)"""
3329 return _windows_.PyPanel_DoGetPosition(*args, **kwargs)
3330
3331 def DoGetVirtualSize(*args, **kwargs):
3332 """DoGetVirtualSize(self) -> Size"""
3333 return _windows_.PyPanel_DoGetVirtualSize(*args, **kwargs)
3334
3335 def DoGetBestSize(*args, **kwargs):
3336 """DoGetBestSize(self) -> Size"""
3337 return _windows_.PyPanel_DoGetBestSize(*args, **kwargs)
3338
3339 def GetDefaultAttributes(*args, **kwargs):
3340 """GetDefaultAttributes(self) -> VisualAttributes"""
3341 return _windows_.PyPanel_GetDefaultAttributes(*args, **kwargs)
3342
3343 def OnInternalIdle(*args, **kwargs):
3344 """OnInternalIdle(self)"""
3345 return _windows_.PyPanel_OnInternalIdle(*args, **kwargs)
3346
3347 def base_DoMoveWindow(*args, **kw):
3348 return PyPanel.DoMoveWindow(*args, **kw)
3349 base_DoMoveWindow = wx._deprecated(base_DoMoveWindow,
3350 "Please use PyPanel.DoMoveWindow instead.")
3351
3352 def base_DoSetSize(*args, **kw):
3353 return PyPanel.DoSetSize(*args, **kw)
3354 base_DoSetSize = wx._deprecated(base_DoSetSize,
3355 "Please use PyPanel.DoSetSize instead.")
3356
3357 def base_DoSetClientSize(*args, **kw):
3358 return PyPanel.DoSetClientSize(*args, **kw)
3359 base_DoSetClientSize = wx._deprecated(base_DoSetClientSize,
3360 "Please use PyPanel.DoSetClientSize instead.")
3361
3362 def base_DoSetVirtualSize(*args, **kw):
3363 return PyPanel.DoSetVirtualSize(*args, **kw)
3364 base_DoSetVirtualSize = wx._deprecated(base_DoSetVirtualSize,
3365 "Please use PyPanel.DoSetVirtualSize instead.")
3366
3367 def base_DoGetSize(*args, **kw):
3368 return PyPanel.DoGetSize(*args, **kw)
3369 base_DoGetSize = wx._deprecated(base_DoGetSize,
3370 "Please use PyPanel.DoGetSize instead.")
3371
3372 def base_DoGetClientSize(*args, **kw):
3373 return PyPanel.DoGetClientSize(*args, **kw)
3374 base_DoGetClientSize = wx._deprecated(base_DoGetClientSize,
3375 "Please use PyPanel.DoGetClientSize instead.")
3376
3377 def base_DoGetPosition(*args, **kw):
3378 return PyPanel.DoGetPosition(*args, **kw)
3379 base_DoGetPosition = wx._deprecated(base_DoGetPosition,
3380 "Please use PyPanel.DoGetPosition instead.")
3381
3382 def base_DoGetVirtualSize(*args, **kw):
3383 return PyPanel.DoGetVirtualSize(*args, **kw)
3384 base_DoGetVirtualSize = wx._deprecated(base_DoGetVirtualSize,
3385 "Please use PyPanel.DoGetVirtualSize instead.")
3386
3387 def base_DoGetBestSize(*args, **kw):
3388 return PyPanel.DoGetBestSize(*args, **kw)
3389 base_DoGetBestSize = wx._deprecated(base_DoGetBestSize,
3390 "Please use PyPanel.DoGetBestSize instead.")
3391
3392 def base_InitDialog(*args, **kw):
3393 return PyPanel.InitDialog(*args, **kw)
3394 base_InitDialog = wx._deprecated(base_InitDialog,
3395 "Please use PyPanel.InitDialog instead.")
3396
3397 def base_TransferDataToWindow(*args, **kw):
3398 return PyPanel.TransferDataToWindow(*args, **kw)
3399 base_TransferDataToWindow = wx._deprecated(base_TransferDataToWindow,
3400 "Please use PyPanel.TransferDataToWindow instead.")
3401
3402 def base_TransferDataFromWindow(*args, **kw):
3403 return PyPanel.TransferDataFromWindow(*args, **kw)
3404 base_TransferDataFromWindow = wx._deprecated(base_TransferDataFromWindow,
3405 "Please use PyPanel.TransferDataFromWindow instead.")
3406
3407 def base_Validate(*args, **kw):
3408 return PyPanel.Validate(*args, **kw)
3409 base_Validate = wx._deprecated(base_Validate,
3410 "Please use PyPanel.Validate instead.")
3411
3412 def base_AcceptsFocus(*args, **kw):
3413 return PyPanel.AcceptsFocus(*args, **kw)
3414 base_AcceptsFocus = wx._deprecated(base_AcceptsFocus,
3415 "Please use PyPanel.AcceptsFocus instead.")
3416
3417 def base_AcceptsFocusFromKeyboard(*args, **kw):
3418 return PyPanel.AcceptsFocusFromKeyboard(*args, **kw)
3419 base_AcceptsFocusFromKeyboard = wx._deprecated(base_AcceptsFocusFromKeyboard,
3420 "Please use PyPanel.AcceptsFocusFromKeyboard instead.")
3421
3422 def base_GetMaxSize(*args, **kw):
3423 return PyPanel.GetMaxSize(*args, **kw)
3424 base_GetMaxSize = wx._deprecated(base_GetMaxSize,
3425 "Please use PyPanel.GetMaxSize instead.")
3426
3427 def base_AddChild(*args, **kw):
3428 return PyPanel.AddChild(*args, **kw)
3429 base_AddChild = wx._deprecated(base_AddChild,
3430 "Please use PyPanel.AddChild instead.")
3431
3432 def base_RemoveChild(*args, **kw):
3433 return PyPanel.RemoveChild(*args, **kw)
3434 base_RemoveChild = wx._deprecated(base_RemoveChild,
3435 "Please use PyPanel.RemoveChild instead.")
3436
3437 def base_ShouldInheritColours(*args, **kw):
3438 return PyPanel.ShouldInheritColours(*args, **kw)
3439 base_ShouldInheritColours = wx._deprecated(base_ShouldInheritColours,
3440 "Please use PyPanel.ShouldInheritColours instead.")
3441
3442 def base_GetDefaultAttributes(*args, **kw):
3443 return PyPanel.GetDefaultAttributes(*args, **kw)
3444 base_GetDefaultAttributes = wx._deprecated(base_GetDefaultAttributes,
3445 "Please use PyPanel.GetDefaultAttributes instead.")
3446
3447 def base_OnInternalIdle(*args, **kw):
3448 return PyPanel.OnInternalIdle(*args, **kw)
3449 base_OnInternalIdle = wx._deprecated(base_OnInternalIdle,
3450 "Please use PyPanel.OnInternalIdle instead.")
3451
3452 PyPanel_swigregister = _windows_.PyPanel_swigregister
3453 PyPanel_swigregister(PyPanel)
3454
3455 def PrePyPanel(*args, **kwargs):
3456 """PrePyPanel() -> PyPanel"""
3457 val = _windows_.new_PrePyPanel(*args, **kwargs)
3458 return val
3459
3460 class PyScrolledWindow(ScrolledWindow):
3461 """Proxy of C++ PyScrolledWindow class"""
3462 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
3463 __repr__ = _swig_repr
3464 def __init__(self, *args, **kwargs):
3465 """
3466 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
3467 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> PyScrolledWindow
3468 """
3469 _windows_.PyScrolledWindow_swiginit(self,_windows_.new_PyScrolledWindow(*args, **kwargs))
3470 self._setOORInfo(self); self._setCallbackInfo(self, PyScrolledWindow)
3471
3472 def _setCallbackInfo(*args, **kwargs):
3473 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
3474 return _windows_.PyScrolledWindow__setCallbackInfo(*args, **kwargs)
3475
3476 def SetBestSize(*args, **kwargs):
3477 """SetBestSize(self, Size size)"""
3478 return _windows_.PyScrolledWindow_SetBestSize(*args, **kwargs)
3479
3480 def DoEraseBackground(*args, **kwargs):
3481 """DoEraseBackground(self, DC dc) -> bool"""
3482 return _windows_.PyScrolledWindow_DoEraseBackground(*args, **kwargs)
3483
3484 def DoMoveWindow(*args, **kwargs):
3485 """DoMoveWindow(self, int x, int y, int width, int height)"""
3486 return _windows_.PyScrolledWindow_DoMoveWindow(*args, **kwargs)
3487
3488 def DoSetSize(*args, **kwargs):
3489 """DoSetSize(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)"""
3490 return _windows_.PyScrolledWindow_DoSetSize(*args, **kwargs)
3491
3492 def DoSetClientSize(*args, **kwargs):
3493 """DoSetClientSize(self, int width, int height)"""
3494 return _windows_.PyScrolledWindow_DoSetClientSize(*args, **kwargs)
3495
3496 def DoSetVirtualSize(*args, **kwargs):
3497 """DoSetVirtualSize(self, int x, int y)"""
3498 return _windows_.PyScrolledWindow_DoSetVirtualSize(*args, **kwargs)
3499
3500 def DoGetSize(*args, **kwargs):
3501 """DoGetSize() -> (width, height)"""
3502 return _windows_.PyScrolledWindow_DoGetSize(*args, **kwargs)
3503
3504 def DoGetClientSize(*args, **kwargs):
3505 """DoGetClientSize() -> (width, height)"""
3506 return _windows_.PyScrolledWindow_DoGetClientSize(*args, **kwargs)
3507
3508 def DoGetPosition(*args, **kwargs):
3509 """DoGetPosition() -> (x,y)"""
3510 return _windows_.PyScrolledWindow_DoGetPosition(*args, **kwargs)
3511
3512 def DoGetVirtualSize(*args, **kwargs):
3513 """DoGetVirtualSize(self) -> Size"""
3514 return _windows_.PyScrolledWindow_DoGetVirtualSize(*args, **kwargs)
3515
3516 def DoGetBestSize(*args, **kwargs):
3517 """DoGetBestSize(self) -> Size"""
3518 return _windows_.PyScrolledWindow_DoGetBestSize(*args, **kwargs)
3519
3520 def GetDefaultAttributes(*args, **kwargs):
3521 """GetDefaultAttributes(self) -> VisualAttributes"""
3522 return _windows_.PyScrolledWindow_GetDefaultAttributes(*args, **kwargs)
3523
3524 def OnInternalIdle(*args, **kwargs):
3525 """OnInternalIdle(self)"""
3526 return _windows_.PyScrolledWindow_OnInternalIdle(*args, **kwargs)
3527
3528 def base_DoMoveWindow(*args, **kw):
3529 return PyScrolledWindow.DoMoveWindow(*args, **kw)
3530 base_DoMoveWindow = wx._deprecated(base_DoMoveWindow,
3531 "Please use PyScrolledWindow.DoMoveWindow instead.")
3532
3533 def base_DoSetSize(*args, **kw):
3534 return PyScrolledWindow.DoSetSize(*args, **kw)
3535 base_DoSetSize = wx._deprecated(base_DoSetSize,
3536 "Please use PyScrolledWindow.DoSetSize instead.")
3537
3538 def base_DoSetClientSize(*args, **kw):
3539 return PyScrolledWindow.DoSetClientSize(*args, **kw)
3540 base_DoSetClientSize = wx._deprecated(base_DoSetClientSize,
3541 "Please use PyScrolledWindow.DoSetClientSize instead.")
3542
3543 def base_DoSetVirtualSize(*args, **kw):
3544 return PyScrolledWindow.DoSetVirtualSize(*args, **kw)
3545 base_DoSetVirtualSize = wx._deprecated(base_DoSetVirtualSize,
3546 "Please use PyScrolledWindow.DoSetVirtualSize instead.")
3547
3548 def base_DoGetSize(*args, **kw):
3549 return PyScrolledWindow.DoGetSize(*args, **kw)
3550 base_DoGetSize = wx._deprecated(base_DoGetSize,
3551 "Please use PyScrolledWindow.DoGetSize instead.")
3552
3553 def base_DoGetClientSize(*args, **kw):
3554 return PyScrolledWindow.DoGetClientSize(*args, **kw)
3555 base_DoGetClientSize = wx._deprecated(base_DoGetClientSize,
3556 "Please use PyScrolledWindow.DoGetClientSize instead.")
3557
3558 def base_DoGetPosition(*args, **kw):
3559 return PyScrolledWindow.DoGetPosition(*args, **kw)
3560 base_DoGetPosition = wx._deprecated(base_DoGetPosition,
3561 "Please use PyScrolledWindow.DoGetPosition instead.")
3562
3563 def base_DoGetVirtualSize(*args, **kw):
3564 return PyScrolledWindow.DoGetVirtualSize(*args, **kw)
3565 base_DoGetVirtualSize = wx._deprecated(base_DoGetVirtualSize,
3566 "Please use PyScrolledWindow.DoGetVirtualSize instead.")
3567
3568 def base_DoGetBestSize(*args, **kw):
3569 return PyScrolledWindow.DoGetBestSize(*args, **kw)
3570 base_DoGetBestSize = wx._deprecated(base_DoGetBestSize,
3571 "Please use PyScrolledWindow.DoGetBestSize instead.")
3572
3573 def base_InitDialog(*args, **kw):
3574 return PyScrolledWindow.InitDialog(*args, **kw)
3575 base_InitDialog = wx._deprecated(base_InitDialog,
3576 "Please use PyScrolledWindow.InitDialog instead.")
3577
3578 def base_TransferDataToWindow(*args, **kw):
3579 return PyScrolledWindow.TransferDataToWindow(*args, **kw)
3580 base_TransferDataToWindow = wx._deprecated(base_TransferDataToWindow,
3581 "Please use PyScrolledWindow.TransferDataToWindow instead.")
3582
3583 def base_TransferDataFromWindow(*args, **kw):
3584 return PyScrolledWindow.TransferDataFromWindow(*args, **kw)
3585 base_TransferDataFromWindow = wx._deprecated(base_TransferDataFromWindow,
3586 "Please use PyScrolledWindow.TransferDataFromWindow instead.")
3587
3588 def base_Validate(*args, **kw):
3589 return PyScrolledWindow.Validate(*args, **kw)
3590 base_Validate = wx._deprecated(base_Validate,
3591 "Please use PyScrolledWindow.Validate instead.")
3592
3593 def base_AcceptsFocus(*args, **kw):
3594 return PyScrolledWindow.AcceptsFocus(*args, **kw)
3595 base_AcceptsFocus = wx._deprecated(base_AcceptsFocus,
3596 "Please use PyScrolledWindow.AcceptsFocus instead.")
3597
3598 def base_AcceptsFocusFromKeyboard(*args, **kw):
3599 return PyScrolledWindow.AcceptsFocusFromKeyboard(*args, **kw)
3600 base_AcceptsFocusFromKeyboard = wx._deprecated(base_AcceptsFocusFromKeyboard,
3601 "Please use PyScrolledWindow.AcceptsFocusFromKeyboard instead.")
3602
3603 def base_GetMaxSize(*args, **kw):
3604 return PyScrolledWindow.GetMaxSize(*args, **kw)
3605 base_GetMaxSize = wx._deprecated(base_GetMaxSize,
3606 "Please use PyScrolledWindow.GetMaxSize instead.")
3607
3608 def base_AddChild(*args, **kw):
3609 return PyScrolledWindow.AddChild(*args, **kw)
3610 base_AddChild = wx._deprecated(base_AddChild,
3611 "Please use PyScrolledWindow.AddChild instead.")
3612
3613 def base_RemoveChild(*args, **kw):
3614 return PyScrolledWindow.RemoveChild(*args, **kw)
3615 base_RemoveChild = wx._deprecated(base_RemoveChild,
3616 "Please use PyScrolledWindow.RemoveChild instead.")
3617
3618 def base_ShouldInheritColours(*args, **kw):
3619 return PyScrolledWindow.ShouldInheritColours(*args, **kw)
3620 base_ShouldInheritColours = wx._deprecated(base_ShouldInheritColours,
3621 "Please use PyScrolledWindow.ShouldInheritColours instead.")
3622
3623 def base_GetDefaultAttributes(*args, **kw):
3624 return PyScrolledWindow.GetDefaultAttributes(*args, **kw)
3625 base_GetDefaultAttributes = wx._deprecated(base_GetDefaultAttributes,
3626 "Please use PyScrolledWindow.GetDefaultAttributes instead.")
3627
3628 def base_OnInternalIdle(*args, **kw):
3629 return PyScrolledWindow.OnInternalIdle(*args, **kw)
3630 base_OnInternalIdle = wx._deprecated(base_OnInternalIdle,
3631 "Please use PyScrolledWindow.OnInternalIdle instead.")
3632
3633 PyScrolledWindow_swigregister = _windows_.PyScrolledWindow_swigregister
3634 PyScrolledWindow_swigregister(PyScrolledWindow)
3635
3636 def PrePyScrolledWindow(*args, **kwargs):
3637 """PrePyScrolledWindow() -> PyScrolledWindow"""
3638 val = _windows_.new_PrePyScrolledWindow(*args, **kwargs)
3639 return val
3640
3641 #---------------------------------------------------------------------------
3642
3643 PRINT_MODE_NONE = _windows_.PRINT_MODE_NONE
3644 PRINT_MODE_PREVIEW = _windows_.PRINT_MODE_PREVIEW
3645 PRINT_MODE_FILE = _windows_.PRINT_MODE_FILE
3646 PRINT_MODE_PRINTER = _windows_.PRINT_MODE_PRINTER
3647 PRINT_MODE_STREAM = _windows_.PRINT_MODE_STREAM
3648 PRINTBIN_DEFAULT = _windows_.PRINTBIN_DEFAULT
3649 PRINTBIN_ONLYONE = _windows_.PRINTBIN_ONLYONE
3650 PRINTBIN_LOWER = _windows_.PRINTBIN_LOWER
3651 PRINTBIN_MIDDLE = _windows_.PRINTBIN_MIDDLE
3652 PRINTBIN_MANUAL = _windows_.PRINTBIN_MANUAL
3653 PRINTBIN_ENVELOPE = _windows_.PRINTBIN_ENVELOPE
3654 PRINTBIN_ENVMANUAL = _windows_.PRINTBIN_ENVMANUAL
3655 PRINTBIN_AUTO = _windows_.PRINTBIN_AUTO
3656 PRINTBIN_TRACTOR = _windows_.PRINTBIN_TRACTOR
3657 PRINTBIN_SMALLFMT = _windows_.PRINTBIN_SMALLFMT
3658 PRINTBIN_LARGEFMT = _windows_.PRINTBIN_LARGEFMT
3659 PRINTBIN_LARGECAPACITY = _windows_.PRINTBIN_LARGECAPACITY
3660 PRINTBIN_CASSETTE = _windows_.PRINTBIN_CASSETTE
3661 PRINTBIN_FORMSOURCE = _windows_.PRINTBIN_FORMSOURCE
3662 PRINTBIN_USER = _windows_.PRINTBIN_USER
3663 class PrintData(_core.Object):
3664 """Proxy of C++ PrintData class"""
3665 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
3666 __repr__ = _swig_repr
3667 def __init__(self, *args):
3668 """
3669 __init__(self) -> PrintData
3670 __init__(self, PrintData data) -> PrintData
3671 """
3672 _windows_.PrintData_swiginit(self,_windows_.new_PrintData(*args))
3673 __swig_destroy__ = _windows_.delete_PrintData
3674 __del__ = lambda self : None;
3675 def GetNoCopies(*args, **kwargs):
3676 """GetNoCopies(self) -> int"""
3677 return _windows_.PrintData_GetNoCopies(*args, **kwargs)
3678
3679 def GetCollate(*args, **kwargs):
3680 """GetCollate(self) -> bool"""
3681 return _windows_.PrintData_GetCollate(*args, **kwargs)
3682
3683 def GetOrientation(*args, **kwargs):
3684 """GetOrientation(self) -> int"""
3685 return _windows_.PrintData_GetOrientation(*args, **kwargs)
3686
3687 def Ok(*args, **kwargs):
3688 """Ok(self) -> bool"""
3689 return _windows_.PrintData_Ok(*args, **kwargs)
3690
3691 def GetPrinterName(*args, **kwargs):
3692 """GetPrinterName(self) -> String"""
3693 return _windows_.PrintData_GetPrinterName(*args, **kwargs)
3694
3695 def GetColour(*args, **kwargs):
3696 """GetColour(self) -> bool"""
3697 return _windows_.PrintData_GetColour(*args, **kwargs)
3698
3699 def GetDuplex(*args, **kwargs):
3700 """GetDuplex(self) -> int"""
3701 return _windows_.PrintData_GetDuplex(*args, **kwargs)
3702
3703 def GetPaperId(*args, **kwargs):
3704 """GetPaperId(self) -> int"""
3705 return _windows_.PrintData_GetPaperId(*args, **kwargs)
3706
3707 def GetPaperSize(*args, **kwargs):
3708 """GetPaperSize(self) -> Size"""
3709 return _windows_.PrintData_GetPaperSize(*args, **kwargs)
3710
3711 def GetQuality(*args, **kwargs):
3712 """GetQuality(self) -> int"""
3713 return _windows_.PrintData_GetQuality(*args, **kwargs)
3714
3715 def GetBin(*args, **kwargs):
3716 """GetBin(self) -> int"""
3717 return _windows_.PrintData_GetBin(*args, **kwargs)
3718
3719 def GetPrintMode(*args, **kwargs):
3720 """GetPrintMode(self) -> int"""
3721 return _windows_.PrintData_GetPrintMode(*args, **kwargs)
3722
3723 def SetNoCopies(*args, **kwargs):
3724 """SetNoCopies(self, int v)"""
3725 return _windows_.PrintData_SetNoCopies(*args, **kwargs)
3726
3727 def SetCollate(*args, **kwargs):
3728 """SetCollate(self, bool flag)"""
3729 return _windows_.PrintData_SetCollate(*args, **kwargs)
3730
3731 def SetOrientation(*args, **kwargs):
3732 """SetOrientation(self, int orient)"""
3733 return _windows_.PrintData_SetOrientation(*args, **kwargs)
3734
3735 def SetPrinterName(*args, **kwargs):
3736 """SetPrinterName(self, String name)"""
3737 return _windows_.PrintData_SetPrinterName(*args, **kwargs)
3738
3739 def SetColour(*args, **kwargs):
3740 """SetColour(self, bool colour)"""
3741 return _windows_.PrintData_SetColour(*args, **kwargs)
3742
3743 def SetDuplex(*args, **kwargs):
3744 """SetDuplex(self, int duplex)"""
3745 return _windows_.PrintData_SetDuplex(*args, **kwargs)
3746
3747 def SetPaperId(*args, **kwargs):
3748 """SetPaperId(self, int sizeId)"""
3749 return _windows_.PrintData_SetPaperId(*args, **kwargs)
3750
3751 def SetPaperSize(*args, **kwargs):
3752 """SetPaperSize(self, Size sz)"""
3753 return _windows_.PrintData_SetPaperSize(*args, **kwargs)
3754
3755 def SetQuality(*args, **kwargs):
3756 """SetQuality(self, int quality)"""
3757 return _windows_.PrintData_SetQuality(*args, **kwargs)
3758
3759 def SetBin(*args, **kwargs):
3760 """SetBin(self, int bin)"""
3761 return _windows_.PrintData_SetBin(*args, **kwargs)
3762
3763 def SetPrintMode(*args, **kwargs):
3764 """SetPrintMode(self, int printMode)"""
3765 return _windows_.PrintData_SetPrintMode(*args, **kwargs)
3766
3767 def GetFilename(*args, **kwargs):
3768 """GetFilename(self) -> String"""
3769 return _windows_.PrintData_GetFilename(*args, **kwargs)
3770
3771 def SetFilename(*args, **kwargs):
3772 """SetFilename(self, String filename)"""
3773 return _windows_.PrintData_SetFilename(*args, **kwargs)
3774
3775 def __nonzero__(self): return self.Ok()
3776 def GetPrivData(*args, **kwargs):
3777 """GetPrivData(self) -> PyObject"""
3778 return _windows_.PrintData_GetPrivData(*args, **kwargs)
3779
3780 def SetPrivData(*args, **kwargs):
3781 """SetPrivData(self, PyObject data)"""
3782 return _windows_.PrintData_SetPrivData(*args, **kwargs)
3783
3784 PrintData_swigregister = _windows_.PrintData_swigregister
3785 PrintData_swigregister(PrintData)
3786 PrintoutTitleStr = cvar.PrintoutTitleStr
3787 PreviewCanvasNameStr = cvar.PreviewCanvasNameStr
3788
3789 class PageSetupDialogData(_core.Object):
3790 """Proxy of C++ PageSetupDialogData class"""
3791 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
3792 __repr__ = _swig_repr
3793 def __init__(self, *args):
3794 """
3795 __init__(self) -> PageSetupDialogData
3796 __init__(self, PageSetupDialogData data) -> PageSetupDialogData
3797 __init__(self, PrintData data) -> PageSetupDialogData
3798 """
3799 _windows_.PageSetupDialogData_swiginit(self,_windows_.new_PageSetupDialogData(*args))
3800 __swig_destroy__ = _windows_.delete_PageSetupDialogData
3801 __del__ = lambda self : None;
3802 def EnableHelp(*args, **kwargs):
3803 """EnableHelp(self, bool flag)"""
3804 return _windows_.PageSetupDialogData_EnableHelp(*args, **kwargs)
3805
3806 def EnableMargins(*args, **kwargs):
3807 """EnableMargins(self, bool flag)"""
3808 return _windows_.PageSetupDialogData_EnableMargins(*args, **kwargs)
3809
3810 def EnableOrientation(*args, **kwargs):
3811 """EnableOrientation(self, bool flag)"""
3812 return _windows_.PageSetupDialogData_EnableOrientation(*args, **kwargs)
3813
3814 def EnablePaper(*args, **kwargs):
3815 """EnablePaper(self, bool flag)"""
3816 return _windows_.PageSetupDialogData_EnablePaper(*args, **kwargs)
3817
3818 def EnablePrinter(*args, **kwargs):
3819 """EnablePrinter(self, bool flag)"""
3820 return _windows_.PageSetupDialogData_EnablePrinter(*args, **kwargs)
3821
3822 def GetDefaultMinMargins(*args, **kwargs):
3823 """GetDefaultMinMargins(self) -> bool"""
3824 return _windows_.PageSetupDialogData_GetDefaultMinMargins(*args, **kwargs)
3825
3826 def GetEnableMargins(*args, **kwargs):
3827 """GetEnableMargins(self) -> bool"""
3828 return _windows_.PageSetupDialogData_GetEnableMargins(*args, **kwargs)
3829
3830 def GetEnableOrientation(*args, **kwargs):
3831 """GetEnableOrientation(self) -> bool"""
3832 return _windows_.PageSetupDialogData_GetEnableOrientation(*args, **kwargs)
3833
3834 def GetEnablePaper(*args, **kwargs):
3835 """GetEnablePaper(self) -> bool"""
3836 return _windows_.PageSetupDialogData_GetEnablePaper(*args, **kwargs)
3837
3838 def GetEnablePrinter(*args, **kwargs):
3839 """GetEnablePrinter(self) -> bool"""
3840 return _windows_.PageSetupDialogData_GetEnablePrinter(*args, **kwargs)
3841
3842 def GetEnableHelp(*args, **kwargs):
3843 """GetEnableHelp(self) -> bool"""
3844 return _windows_.PageSetupDialogData_GetEnableHelp(*args, **kwargs)
3845
3846 def GetDefaultInfo(*args, **kwargs):
3847 """GetDefaultInfo(self) -> bool"""
3848 return _windows_.PageSetupDialogData_GetDefaultInfo(*args, **kwargs)
3849
3850 def GetMarginTopLeft(*args, **kwargs):
3851 """GetMarginTopLeft(self) -> Point"""
3852 return _windows_.PageSetupDialogData_GetMarginTopLeft(*args, **kwargs)
3853
3854 def GetMarginBottomRight(*args, **kwargs):
3855 """GetMarginBottomRight(self) -> Point"""
3856 return _windows_.PageSetupDialogData_GetMarginBottomRight(*args, **kwargs)
3857
3858 def GetMinMarginTopLeft(*args, **kwargs):
3859 """GetMinMarginTopLeft(self) -> Point"""
3860 return _windows_.PageSetupDialogData_GetMinMarginTopLeft(*args, **kwargs)
3861
3862 def GetMinMarginBottomRight(*args, **kwargs):
3863 """GetMinMarginBottomRight(self) -> Point"""
3864 return _windows_.PageSetupDialogData_GetMinMarginBottomRight(*args, **kwargs)
3865
3866 def GetPaperId(*args, **kwargs):
3867 """GetPaperId(self) -> int"""
3868 return _windows_.PageSetupDialogData_GetPaperId(*args, **kwargs)
3869
3870 def GetPaperSize(*args, **kwargs):
3871 """GetPaperSize(self) -> Size"""
3872 return _windows_.PageSetupDialogData_GetPaperSize(*args, **kwargs)
3873
3874 def GetPrintData(*args, **kwargs):
3875 """GetPrintData(self) -> PrintData"""
3876 return _windows_.PageSetupDialogData_GetPrintData(*args, **kwargs)
3877
3878 def Ok(*args, **kwargs):
3879 """Ok(self) -> bool"""
3880 return _windows_.PageSetupDialogData_Ok(*args, **kwargs)
3881
3882 def SetDefaultInfo(*args, **kwargs):
3883 """SetDefaultInfo(self, bool flag)"""
3884 return _windows_.PageSetupDialogData_SetDefaultInfo(*args, **kwargs)
3885
3886 def SetDefaultMinMargins(*args, **kwargs):
3887 """SetDefaultMinMargins(self, bool flag)"""
3888 return _windows_.PageSetupDialogData_SetDefaultMinMargins(*args, **kwargs)
3889
3890 def SetMarginTopLeft(*args, **kwargs):
3891 """SetMarginTopLeft(self, Point pt)"""
3892 return _windows_.PageSetupDialogData_SetMarginTopLeft(*args, **kwargs)
3893
3894 def SetMarginBottomRight(*args, **kwargs):
3895 """SetMarginBottomRight(self, Point pt)"""
3896 return _windows_.PageSetupDialogData_SetMarginBottomRight(*args, **kwargs)
3897
3898 def SetMinMarginTopLeft(*args, **kwargs):
3899 """SetMinMarginTopLeft(self, Point pt)"""
3900 return _windows_.PageSetupDialogData_SetMinMarginTopLeft(*args, **kwargs)
3901
3902 def SetMinMarginBottomRight(*args, **kwargs):
3903 """SetMinMarginBottomRight(self, Point pt)"""
3904 return _windows_.PageSetupDialogData_SetMinMarginBottomRight(*args, **kwargs)
3905
3906 def SetPaperId(*args, **kwargs):
3907 """SetPaperId(self, int id)"""
3908 return _windows_.PageSetupDialogData_SetPaperId(*args, **kwargs)
3909
3910 def SetPaperSize(*args, **kwargs):
3911 """SetPaperSize(self, Size size)"""
3912 return _windows_.PageSetupDialogData_SetPaperSize(*args, **kwargs)
3913
3914 def SetPrintData(*args, **kwargs):
3915 """SetPrintData(self, PrintData printData)"""
3916 return _windows_.PageSetupDialogData_SetPrintData(*args, **kwargs)
3917
3918 def CalculateIdFromPaperSize(*args, **kwargs):
3919 """CalculateIdFromPaperSize(self)"""
3920 return _windows_.PageSetupDialogData_CalculateIdFromPaperSize(*args, **kwargs)
3921
3922 def CalculatePaperSizeFromId(*args, **kwargs):
3923 """CalculatePaperSizeFromId(self)"""
3924 return _windows_.PageSetupDialogData_CalculatePaperSizeFromId(*args, **kwargs)
3925
3926 def __nonzero__(self): return self.Ok()
3927 PageSetupDialogData_swigregister = _windows_.PageSetupDialogData_swigregister
3928 PageSetupDialogData_swigregister(PageSetupDialogData)
3929
3930 class PageSetupDialog(_core.Object):
3931 """Proxy of C++ PageSetupDialog class"""
3932 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
3933 __repr__ = _swig_repr
3934 def __init__(self, *args, **kwargs):
3935 """__init__(self, Window parent, PageSetupDialogData data=None) -> PageSetupDialog"""
3936 _windows_.PageSetupDialog_swiginit(self,_windows_.new_PageSetupDialog(*args, **kwargs))
3937 def GetPageSetupData(*args, **kwargs):
3938 """GetPageSetupData(self) -> PageSetupDialogData"""
3939 return _windows_.PageSetupDialog_GetPageSetupData(*args, **kwargs)
3940
3941 def GetPageSetupDialogData(*args, **kwargs):
3942 """GetPageSetupDialogData(self) -> PageSetupDialogData"""
3943 return _windows_.PageSetupDialog_GetPageSetupDialogData(*args, **kwargs)
3944
3945 def ShowModal(*args, **kwargs):
3946 """ShowModal(self) -> int"""
3947 return _windows_.PageSetupDialog_ShowModal(*args, **kwargs)
3948
3949 PageSetupDialog_swigregister = _windows_.PageSetupDialog_swigregister
3950 PageSetupDialog_swigregister(PageSetupDialog)
3951
3952 class PrintDialogData(_core.Object):
3953 """Proxy of C++ PrintDialogData class"""
3954 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
3955 __repr__ = _swig_repr
3956 def __init__(self, *args):
3957 """
3958 __init__(self) -> PrintDialogData
3959 __init__(self, PrintData printData) -> PrintDialogData
3960 __init__(self, PrintDialogData printData) -> PrintDialogData
3961 """
3962 _windows_.PrintDialogData_swiginit(self,_windows_.new_PrintDialogData(*args))
3963 __swig_destroy__ = _windows_.delete_PrintDialogData
3964 __del__ = lambda self : None;
3965 def GetFromPage(*args, **kwargs):
3966 """GetFromPage(self) -> int"""
3967 return _windows_.PrintDialogData_GetFromPage(*args, **kwargs)
3968
3969 def GetToPage(*args, **kwargs):
3970 """GetToPage(self) -> int"""
3971 return _windows_.PrintDialogData_GetToPage(*args, **kwargs)
3972
3973 def GetMinPage(*args, **kwargs):
3974 """GetMinPage(self) -> int"""
3975 return _windows_.PrintDialogData_GetMinPage(*args, **kwargs)
3976
3977 def GetMaxPage(*args, **kwargs):
3978 """GetMaxPage(self) -> int"""
3979 return _windows_.PrintDialogData_GetMaxPage(*args, **kwargs)
3980
3981 def GetNoCopies(*args, **kwargs):
3982 """GetNoCopies(self) -> int"""
3983 return _windows_.PrintDialogData_GetNoCopies(*args, **kwargs)
3984
3985 def GetAllPages(*args, **kwargs):
3986 """GetAllPages(self) -> bool"""
3987 return _windows_.PrintDialogData_GetAllPages(*args, **kwargs)
3988
3989 def GetSelection(*args, **kwargs):
3990 """GetSelection(self) -> bool"""
3991 return _windows_.PrintDialogData_GetSelection(*args, **kwargs)
3992
3993 def GetCollate(*args, **kwargs):
3994 """GetCollate(self) -> bool"""
3995 return _windows_.PrintDialogData_GetCollate(*args, **kwargs)
3996
3997 def GetPrintToFile(*args, **kwargs):
3998 """GetPrintToFile(self) -> bool"""
3999 return _windows_.PrintDialogData_GetPrintToFile(*args, **kwargs)
4000
4001 def SetFromPage(*args, **kwargs):
4002 """SetFromPage(self, int v)"""
4003 return _windows_.PrintDialogData_SetFromPage(*args, **kwargs)
4004
4005 def SetToPage(*args, **kwargs):
4006 """SetToPage(self, int v)"""
4007 return _windows_.PrintDialogData_SetToPage(*args, **kwargs)
4008
4009 def SetMinPage(*args, **kwargs):
4010 """SetMinPage(self, int v)"""
4011 return _windows_.PrintDialogData_SetMinPage(*args, **kwargs)
4012
4013 def SetMaxPage(*args, **kwargs):
4014 """SetMaxPage(self, int v)"""
4015 return _windows_.PrintDialogData_SetMaxPage(*args, **kwargs)
4016
4017 def SetNoCopies(*args, **kwargs):
4018 """SetNoCopies(self, int v)"""
4019 return _windows_.PrintDialogData_SetNoCopies(*args, **kwargs)
4020
4021 def SetAllPages(*args, **kwargs):
4022 """SetAllPages(self, bool flag)"""
4023 return _windows_.PrintDialogData_SetAllPages(*args, **kwargs)
4024
4025 def SetSelection(*args, **kwargs):
4026 """SetSelection(self, bool flag)"""
4027 return _windows_.PrintDialogData_SetSelection(*args, **kwargs)
4028
4029 def SetCollate(*args, **kwargs):
4030 """SetCollate(self, bool flag)"""
4031 return _windows_.PrintDialogData_SetCollate(*args, **kwargs)
4032
4033 def SetPrintToFile(*args, **kwargs):
4034 """SetPrintToFile(self, bool flag)"""
4035 return _windows_.PrintDialogData_SetPrintToFile(*args, **kwargs)
4036
4037 def EnablePrintToFile(*args, **kwargs):
4038 """EnablePrintToFile(self, bool flag)"""
4039 return _windows_.PrintDialogData_EnablePrintToFile(*args, **kwargs)
4040
4041 def EnableSelection(*args, **kwargs):
4042 """EnableSelection(self, bool flag)"""
4043 return _windows_.PrintDialogData_EnableSelection(*args, **kwargs)
4044
4045 def EnablePageNumbers(*args, **kwargs):
4046 """EnablePageNumbers(self, bool flag)"""
4047 return _windows_.PrintDialogData_EnablePageNumbers(*args, **kwargs)
4048
4049 def EnableHelp(*args, **kwargs):
4050 """EnableHelp(self, bool flag)"""
4051 return _windows_.PrintDialogData_EnableHelp(*args, **kwargs)
4052
4053 def GetEnablePrintToFile(*args, **kwargs):
4054 """GetEnablePrintToFile(self) -> bool"""
4055 return _windows_.PrintDialogData_GetEnablePrintToFile(*args, **kwargs)
4056
4057 def GetEnableSelection(*args, **kwargs):
4058 """GetEnableSelection(self) -> bool"""
4059 return _windows_.PrintDialogData_GetEnableSelection(*args, **kwargs)
4060
4061 def GetEnablePageNumbers(*args, **kwargs):
4062 """GetEnablePageNumbers(self) -> bool"""
4063 return _windows_.PrintDialogData_GetEnablePageNumbers(*args, **kwargs)
4064
4065 def GetEnableHelp(*args, **kwargs):
4066 """GetEnableHelp(self) -> bool"""
4067 return _windows_.PrintDialogData_GetEnableHelp(*args, **kwargs)
4068
4069 def Ok(*args, **kwargs):
4070 """Ok(self) -> bool"""
4071 return _windows_.PrintDialogData_Ok(*args, **kwargs)
4072
4073 def GetPrintData(*args, **kwargs):
4074 """GetPrintData(self) -> PrintData"""
4075 return _windows_.PrintDialogData_GetPrintData(*args, **kwargs)
4076
4077 def SetPrintData(*args, **kwargs):
4078 """SetPrintData(self, PrintData printData)"""
4079 return _windows_.PrintDialogData_SetPrintData(*args, **kwargs)
4080
4081 def __nonzero__(self): return self.Ok()
4082 PrintDialogData_swigregister = _windows_.PrintDialogData_swigregister
4083 PrintDialogData_swigregister(PrintDialogData)
4084
4085 class PrintDialog(_core.Object):
4086 """Proxy of C++ PrintDialog class"""
4087 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4088 __repr__ = _swig_repr
4089 def __init__(self, *args, **kwargs):
4090 """__init__(self, Window parent, PrintDialogData data=None) -> PrintDialog"""
4091 _windows_.PrintDialog_swiginit(self,_windows_.new_PrintDialog(*args, **kwargs))
4092 def ShowModal(*args, **kwargs):
4093 """ShowModal(self) -> int"""
4094 return _windows_.PrintDialog_ShowModal(*args, **kwargs)
4095
4096 def GetPrintDialogData(*args, **kwargs):
4097 """GetPrintDialogData(self) -> PrintDialogData"""
4098 return _windows_.PrintDialog_GetPrintDialogData(*args, **kwargs)
4099
4100 def GetPrintData(*args, **kwargs):
4101 """GetPrintData(self) -> PrintData"""
4102 return _windows_.PrintDialog_GetPrintData(*args, **kwargs)
4103
4104 def GetPrintDC(*args, **kwargs):
4105 """GetPrintDC(self) -> DC"""
4106 return _windows_.PrintDialog_GetPrintDC(*args, **kwargs)
4107
4108 PrintDialog_swigregister = _windows_.PrintDialog_swigregister
4109 PrintDialog_swigregister(PrintDialog)
4110
4111 PRINTER_NO_ERROR = _windows_.PRINTER_NO_ERROR
4112 PRINTER_CANCELLED = _windows_.PRINTER_CANCELLED
4113 PRINTER_ERROR = _windows_.PRINTER_ERROR
4114 class Printer(_core.Object):
4115 """Proxy of C++ Printer class"""
4116 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4117 __repr__ = _swig_repr
4118 def __init__(self, *args, **kwargs):
4119 """__init__(self, PrintDialogData data=None) -> Printer"""
4120 _windows_.Printer_swiginit(self,_windows_.new_Printer(*args, **kwargs))
4121 __swig_destroy__ = _windows_.delete_Printer
4122 __del__ = lambda self : None;
4123 def CreateAbortWindow(*args, **kwargs):
4124 """CreateAbortWindow(self, Window parent, Printout printout) -> Window"""
4125 return _windows_.Printer_CreateAbortWindow(*args, **kwargs)
4126
4127 def ReportError(*args, **kwargs):
4128 """ReportError(self, Window parent, Printout printout, String message)"""
4129 return _windows_.Printer_ReportError(*args, **kwargs)
4130
4131 def Setup(*args, **kwargs):
4132 """Setup(self, Window parent) -> bool"""
4133 return _windows_.Printer_Setup(*args, **kwargs)
4134
4135 def Print(*args, **kwargs):
4136 """Print(self, Window parent, Printout printout, bool prompt=True) -> bool"""
4137 return _windows_.Printer_Print(*args, **kwargs)
4138
4139 def PrintDialog(*args, **kwargs):
4140 """PrintDialog(self, Window parent) -> DC"""
4141 return _windows_.Printer_PrintDialog(*args, **kwargs)
4142
4143 def GetPrintDialogData(*args, **kwargs):
4144 """GetPrintDialogData(self) -> PrintDialogData"""
4145 return _windows_.Printer_GetPrintDialogData(*args, **kwargs)
4146
4147 def GetAbort(*args, **kwargs):
4148 """GetAbort(self) -> bool"""
4149 return _windows_.Printer_GetAbort(*args, **kwargs)
4150
4151 def GetLastError(*args, **kwargs):
4152 """GetLastError() -> int"""
4153 return _windows_.Printer_GetLastError(*args, **kwargs)
4154
4155 GetLastError = staticmethod(GetLastError)
4156 Printer_swigregister = _windows_.Printer_swigregister
4157 Printer_swigregister(Printer)
4158
4159 def Printer_GetLastError(*args):
4160 """Printer_GetLastError() -> int"""
4161 return _windows_.Printer_GetLastError(*args)
4162
4163 class Printout(_core.Object):
4164 """Proxy of C++ Printout class"""
4165 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4166 __repr__ = _swig_repr
4167 def __init__(self, *args, **kwargs):
4168 """__init__(self, String title=PrintoutTitleStr) -> Printout"""
4169 _windows_.Printout_swiginit(self,_windows_.new_Printout(*args, **kwargs))
4170 self._setCallbackInfo(self, Printout)
4171
4172 __swig_destroy__ = _windows_.delete_Printout
4173 __del__ = lambda self : None;
4174 def _setCallbackInfo(*args, **kwargs):
4175 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4176 return _windows_.Printout__setCallbackInfo(*args, **kwargs)
4177
4178 def GetTitle(*args, **kwargs):
4179 """GetTitle(self) -> String"""
4180 return _windows_.Printout_GetTitle(*args, **kwargs)
4181
4182 def GetDC(*args, **kwargs):
4183 """GetDC(self) -> DC"""
4184 return _windows_.Printout_GetDC(*args, **kwargs)
4185
4186 def SetDC(*args, **kwargs):
4187 """SetDC(self, DC dc)"""
4188 return _windows_.Printout_SetDC(*args, **kwargs)
4189
4190 def SetPageSizePixels(*args, **kwargs):
4191 """SetPageSizePixels(self, int w, int h)"""
4192 return _windows_.Printout_SetPageSizePixels(*args, **kwargs)
4193
4194 def GetPageSizePixels(*args, **kwargs):
4195 """GetPageSizePixels() -> (w, h)"""
4196 return _windows_.Printout_GetPageSizePixels(*args, **kwargs)
4197
4198 def SetPageSizeMM(*args, **kwargs):
4199 """SetPageSizeMM(self, int w, int h)"""
4200 return _windows_.Printout_SetPageSizeMM(*args, **kwargs)
4201
4202 def GetPageSizeMM(*args, **kwargs):
4203 """GetPageSizeMM() -> (w, h)"""
4204 return _windows_.Printout_GetPageSizeMM(*args, **kwargs)
4205
4206 def SetPPIScreen(*args, **kwargs):
4207 """SetPPIScreen(self, int x, int y)"""
4208 return _windows_.Printout_SetPPIScreen(*args, **kwargs)
4209
4210 def GetPPIScreen(*args, **kwargs):
4211 """GetPPIScreen() -> (x,y)"""
4212 return _windows_.Printout_GetPPIScreen(*args, **kwargs)
4213
4214 def SetPPIPrinter(*args, **kwargs):
4215 """SetPPIPrinter(self, int x, int y)"""
4216 return _windows_.Printout_SetPPIPrinter(*args, **kwargs)
4217
4218 def GetPPIPrinter(*args, **kwargs):
4219 """GetPPIPrinter() -> (x,y)"""
4220 return _windows_.Printout_GetPPIPrinter(*args, **kwargs)
4221
4222 def IsPreview(*args, **kwargs):
4223 """IsPreview(self) -> bool"""
4224 return _windows_.Printout_IsPreview(*args, **kwargs)
4225
4226 def SetIsPreview(*args, **kwargs):
4227 """SetIsPreview(self, bool p)"""
4228 return _windows_.Printout_SetIsPreview(*args, **kwargs)
4229
4230 def OnBeginDocument(*args, **kwargs):
4231 """OnBeginDocument(self, int startPage, int endPage) -> bool"""
4232 return _windows_.Printout_OnBeginDocument(*args, **kwargs)
4233
4234 def OnEndDocument(*args, **kwargs):
4235 """OnEndDocument(self)"""
4236 return _windows_.Printout_OnEndDocument(*args, **kwargs)
4237
4238 def OnBeginPrinting(*args, **kwargs):
4239 """OnBeginPrinting(self)"""
4240 return _windows_.Printout_OnBeginPrinting(*args, **kwargs)
4241
4242 def OnEndPrinting(*args, **kwargs):
4243 """OnEndPrinting(self)"""
4244 return _windows_.Printout_OnEndPrinting(*args, **kwargs)
4245
4246 def OnPreparePrinting(*args, **kwargs):
4247 """OnPreparePrinting(self)"""
4248 return _windows_.Printout_OnPreparePrinting(*args, **kwargs)
4249
4250 def HasPage(*args, **kwargs):
4251 """HasPage(self, int page) -> bool"""
4252 return _windows_.Printout_HasPage(*args, **kwargs)
4253
4254 def GetPageInfo(*args, **kwargs):
4255 """GetPageInfo() -> (minPage, maxPage, pageFrom, pageTo)"""
4256 return _windows_.Printout_GetPageInfo(*args, **kwargs)
4257
4258 def base_OnBeginDocument(*args, **kw):
4259 return Printout.OnBeginDocument(*args, **kw)
4260 base_OnBeginDocument = wx._deprecated(base_OnBeginDocument,
4261 "Please use Printout.OnBeginDocument instead.")
4262
4263 def base_OnEndDocument(*args, **kw):
4264 return Printout.OnEndDocument(*args, **kw)
4265 base_OnEndDocument = wx._deprecated(base_OnEndDocument,
4266 "Please use Printout.OnEndDocument instead.")
4267
4268 def base_OnBeginPrinting(*args, **kw):
4269 return Printout.OnBeginPrinting(*args, **kw)
4270 base_OnBeginPrinting = wx._deprecated(base_OnBeginPrinting,
4271 "Please use Printout.OnBeginPrinting instead.")
4272
4273 def base_OnEndPrinting(*args, **kw):
4274 return Printout.OnEndPrinting(*args, **kw)
4275 base_OnEndPrinting = wx._deprecated(base_OnEndPrinting,
4276 "Please use Printout.OnEndPrinting instead.")
4277
4278 def base_OnPreparePrinting(*args, **kw):
4279 return Printout.OnPreparePrinting(*args, **kw)
4280 base_OnPreparePrinting = wx._deprecated(base_OnPreparePrinting,
4281 "Please use Printout.OnPreparePrinting instead.")
4282
4283 def base_GetPageInfo(*args, **kw):
4284 return Printout.GetPageInfo(*args, **kw)
4285 base_GetPageInfo = wx._deprecated(base_GetPageInfo,
4286 "Please use Printout.GetPageInfo instead.")
4287
4288 Printout_swigregister = _windows_.Printout_swigregister
4289 Printout_swigregister(Printout)
4290
4291 class PreviewCanvas(ScrolledWindow):
4292 """Proxy of C++ PreviewCanvas class"""
4293 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4294 __repr__ = _swig_repr
4295 def __init__(self, *args, **kwargs):
4296 """
4297 __init__(self, PrintPreview preview, Window parent, Point pos=DefaultPosition,
4298 Size size=DefaultSize, long style=0,
4299 String name=PreviewCanvasNameStr) -> PreviewCanvas
4300 """
4301 _windows_.PreviewCanvas_swiginit(self,_windows_.new_PreviewCanvas(*args, **kwargs))
4302 self._setOORInfo(self)
4303
4304 PreviewCanvas_swigregister = _windows_.PreviewCanvas_swigregister
4305 PreviewCanvas_swigregister(PreviewCanvas)
4306
4307 class PreviewFrame(Frame):
4308 """Proxy of C++ PreviewFrame class"""
4309 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4310 __repr__ = _swig_repr
4311 def __init__(self, *args, **kwargs):
4312 """
4313 __init__(self, PrintPreview preview, Frame parent, String title, Point pos=DefaultPosition,
4314 Size size=DefaultSize,
4315 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> PreviewFrame
4316 """
4317 _windows_.PreviewFrame_swiginit(self,_windows_.new_PreviewFrame(*args, **kwargs))
4318 self._setOORInfo(self)
4319
4320 def Initialize(*args, **kwargs):
4321 """Initialize(self)"""
4322 return _windows_.PreviewFrame_Initialize(*args, **kwargs)
4323
4324 def CreateControlBar(*args, **kwargs):
4325 """CreateControlBar(self)"""
4326 return _windows_.PreviewFrame_CreateControlBar(*args, **kwargs)
4327
4328 def CreateCanvas(*args, **kwargs):
4329 """CreateCanvas(self)"""
4330 return _windows_.PreviewFrame_CreateCanvas(*args, **kwargs)
4331
4332 def GetControlBar(*args, **kwargs):
4333 """GetControlBar(self) -> PreviewControlBar"""
4334 return _windows_.PreviewFrame_GetControlBar(*args, **kwargs)
4335
4336 PreviewFrame_swigregister = _windows_.PreviewFrame_swigregister
4337 PreviewFrame_swigregister(PreviewFrame)
4338
4339 PREVIEW_PRINT = _windows_.PREVIEW_PRINT
4340 PREVIEW_PREVIOUS = _windows_.PREVIEW_PREVIOUS
4341 PREVIEW_NEXT = _windows_.PREVIEW_NEXT
4342 PREVIEW_ZOOM = _windows_.PREVIEW_ZOOM
4343 PREVIEW_FIRST = _windows_.PREVIEW_FIRST
4344 PREVIEW_LAST = _windows_.PREVIEW_LAST
4345 PREVIEW_GOTO = _windows_.PREVIEW_GOTO
4346 PREVIEW_DEFAULT = _windows_.PREVIEW_DEFAULT
4347 ID_PREVIEW_CLOSE = _windows_.ID_PREVIEW_CLOSE
4348 ID_PREVIEW_NEXT = _windows_.ID_PREVIEW_NEXT
4349 ID_PREVIEW_PREVIOUS = _windows_.ID_PREVIEW_PREVIOUS
4350 ID_PREVIEW_PRINT = _windows_.ID_PREVIEW_PRINT
4351 ID_PREVIEW_ZOOM = _windows_.ID_PREVIEW_ZOOM
4352 ID_PREVIEW_FIRST = _windows_.ID_PREVIEW_FIRST
4353 ID_PREVIEW_LAST = _windows_.ID_PREVIEW_LAST
4354 ID_PREVIEW_GOTO = _windows_.ID_PREVIEW_GOTO
4355 class PreviewControlBar(Panel):
4356 """Proxy of C++ PreviewControlBar class"""
4357 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4358 __repr__ = _swig_repr
4359 def __init__(self, *args, **kwargs):
4360 """
4361 __init__(self, PrintPreview preview, long buttons, Window parent,
4362 Point pos=DefaultPosition, Size size=DefaultSize,
4363 long style=TAB_TRAVERSAL, String name=PanelNameStr) -> PreviewControlBar
4364 """
4365 _windows_.PreviewControlBar_swiginit(self,_windows_.new_PreviewControlBar(*args, **kwargs))
4366 self._setOORInfo(self)
4367
4368 def GetZoomControl(*args, **kwargs):
4369 """GetZoomControl(self) -> int"""
4370 return _windows_.PreviewControlBar_GetZoomControl(*args, **kwargs)
4371
4372 def SetZoomControl(*args, **kwargs):
4373 """SetZoomControl(self, int zoom)"""
4374 return _windows_.PreviewControlBar_SetZoomControl(*args, **kwargs)
4375
4376 def GetPrintPreview(*args, **kwargs):
4377 """GetPrintPreview(self) -> PrintPreview"""
4378 return _windows_.PreviewControlBar_GetPrintPreview(*args, **kwargs)
4379
4380 def OnNext(*args, **kwargs):
4381 """OnNext(self)"""
4382 return _windows_.PreviewControlBar_OnNext(*args, **kwargs)
4383
4384 def OnPrevious(*args, **kwargs):
4385 """OnPrevious(self)"""
4386 return _windows_.PreviewControlBar_OnPrevious(*args, **kwargs)
4387
4388 def OnFirst(*args, **kwargs):
4389 """OnFirst(self)"""
4390 return _windows_.PreviewControlBar_OnFirst(*args, **kwargs)
4391
4392 def OnLast(*args, **kwargs):
4393 """OnLast(self)"""
4394 return _windows_.PreviewControlBar_OnLast(*args, **kwargs)
4395
4396 def OnGoto(*args, **kwargs):
4397 """OnGoto(self)"""
4398 return _windows_.PreviewControlBar_OnGoto(*args, **kwargs)
4399
4400 PreviewControlBar_swigregister = _windows_.PreviewControlBar_swigregister
4401 PreviewControlBar_swigregister(PreviewControlBar)
4402
4403 class PrintPreview(_core.Object):
4404 """Proxy of C++ PrintPreview class"""
4405 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4406 __repr__ = _swig_repr
4407 def __init__(self, *args):
4408 """
4409 __init__(self, Printout printout, Printout printoutForPrinting, PrintDialogData data=None) -> PrintPreview
4410 __init__(self, Printout printout, Printout printoutForPrinting, PrintData data) -> PrintPreview
4411 """
4412 _windows_.PrintPreview_swiginit(self,_windows_.new_PrintPreview(*args))
4413 __swig_destroy__ = _windows_.delete_PrintPreview
4414 __del__ = lambda self : None;
4415 def SetCurrentPage(*args, **kwargs):
4416 """SetCurrentPage(self, int pageNum) -> bool"""
4417 return _windows_.PrintPreview_SetCurrentPage(*args, **kwargs)
4418
4419 def GetCurrentPage(*args, **kwargs):
4420 """GetCurrentPage(self) -> int"""
4421 return _windows_.PrintPreview_GetCurrentPage(*args, **kwargs)
4422
4423 def SetPrintout(*args, **kwargs):
4424 """SetPrintout(self, Printout printout)"""
4425 return _windows_.PrintPreview_SetPrintout(*args, **kwargs)
4426
4427 def GetPrintout(*args, **kwargs):
4428 """GetPrintout(self) -> Printout"""
4429 return _windows_.PrintPreview_GetPrintout(*args, **kwargs)
4430
4431 def GetPrintoutForPrinting(*args, **kwargs):
4432 """GetPrintoutForPrinting(self) -> Printout"""
4433 return _windows_.PrintPreview_GetPrintoutForPrinting(*args, **kwargs)
4434
4435 def SetFrame(*args, **kwargs):
4436 """SetFrame(self, Frame frame)"""
4437 return _windows_.PrintPreview_SetFrame(*args, **kwargs)
4438
4439 def SetCanvas(*args, **kwargs):
4440 """SetCanvas(self, PreviewCanvas canvas)"""
4441 return _windows_.PrintPreview_SetCanvas(*args, **kwargs)
4442
4443 def GetFrame(*args, **kwargs):
4444 """GetFrame(self) -> Frame"""
4445 return _windows_.PrintPreview_GetFrame(*args, **kwargs)
4446
4447 def GetCanvas(*args, **kwargs):
4448 """GetCanvas(self) -> PreviewCanvas"""
4449 return _windows_.PrintPreview_GetCanvas(*args, **kwargs)
4450
4451 def PaintPage(*args, **kwargs):
4452 """PaintPage(self, PreviewCanvas canvas, DC dc) -> bool"""
4453 return _windows_.PrintPreview_PaintPage(*args, **kwargs)
4454
4455 def DrawBlankPage(*args, **kwargs):
4456 """DrawBlankPage(self, PreviewCanvas canvas, DC dc) -> bool"""
4457 return _windows_.PrintPreview_DrawBlankPage(*args, **kwargs)
4458
4459 def RenderPage(*args, **kwargs):
4460 """RenderPage(self, int pageNum) -> bool"""
4461 return _windows_.PrintPreview_RenderPage(*args, **kwargs)
4462
4463 def AdjustScrollbars(*args, **kwargs):
4464 """AdjustScrollbars(self, PreviewCanvas canvas)"""
4465 return _windows_.PrintPreview_AdjustScrollbars(*args, **kwargs)
4466
4467 def GetPrintDialogData(*args, **kwargs):
4468 """GetPrintDialogData(self) -> PrintDialogData"""
4469 return _windows_.PrintPreview_GetPrintDialogData(*args, **kwargs)
4470
4471 def SetZoom(*args, **kwargs):
4472 """SetZoom(self, int percent)"""
4473 return _windows_.PrintPreview_SetZoom(*args, **kwargs)
4474
4475 def GetZoom(*args, **kwargs):
4476 """GetZoom(self) -> int"""
4477 return _windows_.PrintPreview_GetZoom(*args, **kwargs)
4478
4479 def GetMaxPage(*args, **kwargs):
4480 """GetMaxPage(self) -> int"""
4481 return _windows_.PrintPreview_GetMaxPage(*args, **kwargs)
4482
4483 def GetMinPage(*args, **kwargs):
4484 """GetMinPage(self) -> int"""
4485 return _windows_.PrintPreview_GetMinPage(*args, **kwargs)
4486
4487 def Ok(*args, **kwargs):
4488 """Ok(self) -> bool"""
4489 return _windows_.PrintPreview_Ok(*args, **kwargs)
4490
4491 def SetOk(*args, **kwargs):
4492 """SetOk(self, bool ok)"""
4493 return _windows_.PrintPreview_SetOk(*args, **kwargs)
4494
4495 def Print(*args, **kwargs):
4496 """Print(self, bool interactive) -> bool"""
4497 return _windows_.PrintPreview_Print(*args, **kwargs)
4498
4499 def DetermineScaling(*args, **kwargs):
4500 """DetermineScaling(self)"""
4501 return _windows_.PrintPreview_DetermineScaling(*args, **kwargs)
4502
4503 def __nonzero__(self): return self.Ok()
4504 PrintPreview_swigregister = _windows_.PrintPreview_swigregister
4505 PrintPreview_swigregister(PrintPreview)
4506
4507 class PyPrintPreview(PrintPreview):
4508 """Proxy of C++ PyPrintPreview class"""
4509 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4510 __repr__ = _swig_repr
4511 def __init__(self, *args):
4512 """
4513 __init__(self, Printout printout, Printout printoutForPrinting, PrintDialogData data=None) -> PyPrintPreview
4514 __init__(self, Printout printout, Printout printoutForPrinting, PrintData data) -> PyPrintPreview
4515 """
4516 _windows_.PyPrintPreview_swiginit(self,_windows_.new_PyPrintPreview(*args))
4517 self._setCallbackInfo(self, PyPrintPreview)
4518
4519 def _setCallbackInfo(*args, **kwargs):
4520 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4521 return _windows_.PyPrintPreview__setCallbackInfo(*args, **kwargs)
4522
4523 def base_SetCurrentPage(*args, **kw):
4524 return PyPrintPreview.SetCurrentPage(*args, **kw)
4525 base_SetCurrentPage = wx._deprecated(base_SetCurrentPage,
4526 "Please use PyPrintPreview.SetCurrentPage instead.")
4527
4528 def base_PaintPage(*args, **kw):
4529 return PyPrintPreview.PaintPage(*args, **kw)
4530 base_PaintPage = wx._deprecated(base_PaintPage,
4531 "Please use PyPrintPreview.PaintPage instead.")
4532
4533 def base_DrawBlankPage(*args, **kw):
4534 return PyPrintPreview.DrawBlankPage(*args, **kw)
4535 base_DrawBlankPage = wx._deprecated(base_DrawBlankPage,
4536 "Please use PyPrintPreview.DrawBlankPage instead.")
4537
4538 def base_RenderPage(*args, **kw):
4539 return PyPrintPreview.RenderPage(*args, **kw)
4540 base_RenderPage = wx._deprecated(base_RenderPage,
4541 "Please use PyPrintPreview.RenderPage instead.")
4542
4543 def base_SetZoom(*args, **kw):
4544 return PyPrintPreview.SetZoom(*args, **kw)
4545 base_SetZoom = wx._deprecated(base_SetZoom,
4546 "Please use PyPrintPreview.SetZoom instead.")
4547
4548 def base_Print(*args, **kw):
4549 return PyPrintPreview.Print(*args, **kw)
4550 base_Print = wx._deprecated(base_Print,
4551 "Please use PyPrintPreview.Print instead.")
4552
4553 def base_DetermineScaling(*args, **kw):
4554 return PyPrintPreview.DetermineScaling(*args, **kw)
4555 base_DetermineScaling = wx._deprecated(base_DetermineScaling,
4556 "Please use PyPrintPreview.DetermineScaling instead.")
4557
4558 PyPrintPreview_swigregister = _windows_.PyPrintPreview_swigregister
4559 PyPrintPreview_swigregister(PyPrintPreview)
4560
4561 class PyPreviewFrame(PreviewFrame):
4562 """Proxy of C++ PyPreviewFrame class"""
4563 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4564 __repr__ = _swig_repr
4565 def __init__(self, *args, **kwargs):
4566 """
4567 __init__(self, PrintPreview preview, Frame parent, String title, Point pos=DefaultPosition,
4568 Size size=DefaultSize,
4569 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> PyPreviewFrame
4570 """
4571 _windows_.PyPreviewFrame_swiginit(self,_windows_.new_PyPreviewFrame(*args, **kwargs))
4572 self._setCallbackInfo(self, PyPreviewFrame); self._setOORInfo(self)
4573
4574 def _setCallbackInfo(*args, **kwargs):
4575 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4576 return _windows_.PyPreviewFrame__setCallbackInfo(*args, **kwargs)
4577
4578 def SetPreviewCanvas(*args, **kwargs):
4579 """SetPreviewCanvas(self, PreviewCanvas canvas)"""
4580 return _windows_.PyPreviewFrame_SetPreviewCanvas(*args, **kwargs)
4581
4582 def SetControlBar(*args, **kwargs):
4583 """SetControlBar(self, PreviewControlBar bar)"""
4584 return _windows_.PyPreviewFrame_SetControlBar(*args, **kwargs)
4585
4586 def Initialize(*args, **kwargs):
4587 """Initialize(self)"""
4588 return _windows_.PyPreviewFrame_Initialize(*args, **kwargs)
4589
4590 def CreateCanvas(*args, **kwargs):
4591 """CreateCanvas(self)"""
4592 return _windows_.PyPreviewFrame_CreateCanvas(*args, **kwargs)
4593
4594 def CreateControlBar(*args, **kwargs):
4595 """CreateControlBar(self)"""
4596 return _windows_.PyPreviewFrame_CreateControlBar(*args, **kwargs)
4597
4598 def base_Initialize(*args, **kw):
4599 return PyPreviewFrame.Initialize(*args, **kw)
4600 base_Initialize = wx._deprecated(base_Initialize,
4601 "Please use PyPreviewFrame.Initialize instead.")
4602
4603 def base_CreateCanvas(*args, **kw):
4604 return PyPreviewFrame.CreateCanvas(*args, **kw)
4605 base_CreateCanvas = wx._deprecated(base_CreateCanvas,
4606 "Please use PyPreviewFrame.CreateCanvas instead.")
4607
4608 def base_CreateControlBar(*args, **kw):
4609 return PyPreviewFrame.CreateControlBar(*args, **kw)
4610 base_CreateControlBar = wx._deprecated(base_CreateControlBar,
4611 "Please use PyPreviewFrame.CreateControlBar instead.")
4612
4613 PyPreviewFrame_swigregister = _windows_.PyPreviewFrame_swigregister
4614 PyPreviewFrame_swigregister(PyPreviewFrame)
4615
4616 class PyPreviewControlBar(PreviewControlBar):
4617 """Proxy of C++ PyPreviewControlBar class"""
4618 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
4619 __repr__ = _swig_repr
4620 def __init__(self, *args, **kwargs):
4621 """
4622 __init__(self, PrintPreview preview, long buttons, Window parent,
4623 Point pos=DefaultPosition, Size size=DefaultSize,
4624 long style=0, String name=PanelNameStr) -> PyPreviewControlBar
4625 """
4626 _windows_.PyPreviewControlBar_swiginit(self,_windows_.new_PyPreviewControlBar(*args, **kwargs))
4627 self._setCallbackInfo(self, PyPreviewControlBar); self._setOORInfo(self)
4628
4629 def _setCallbackInfo(*args, **kwargs):
4630 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4631 return _windows_.PyPreviewControlBar__setCallbackInfo(*args, **kwargs)
4632
4633 def SetPrintPreview(*args, **kwargs):
4634 """SetPrintPreview(self, PrintPreview preview)"""
4635 return _windows_.PyPreviewControlBar_SetPrintPreview(*args, **kwargs)
4636
4637 def CreateButtons(*args, **kwargs):
4638 """CreateButtons(self)"""
4639 return _windows_.PyPreviewControlBar_CreateButtons(*args, **kwargs)
4640
4641 def SetZoomControl(*args, **kwargs):
4642 """SetZoomControl(self, int zoom)"""
4643 return _windows_.PyPreviewControlBar_SetZoomControl(*args, **kwargs)
4644
4645 def base_CreateButtons(*args, **kw):
4646 return PreviewControlBar.CreateButtons(*args, **kw)
4647 base_CreateButtons = wx._deprecated(base_CreateButtons,
4648 "Please use PreviewControlBar.CreateButtons instead.")
4649
4650 def base_SetZoomControl(*args, **kw):
4651 return PreviewControlBar.SetZoomControl(*args, **kw)
4652 base_SetZoomControl = wx._deprecated(base_SetZoomControl,
4653 "Please use PreviewControlBar.SetZoomControl instead.")
4654
4655 PyPreviewControlBar_swigregister = _windows_.PyPreviewControlBar_swigregister
4656 PyPreviewControlBar_swigregister(PyPreviewControlBar)
4657
4658
4659