1 # This file was created automatically by SWIG.
2 # Don't modify this file, modify the SWIG interface instead.
6 def _swig_setattr_nondynamic(self
,class_type
,name
,value
,static
=1):
8 if isinstance(value
, class_type
):
9 self
.__dict
__[name
] = value
.this
10 if hasattr(value
,"thisown"): self
.__dict
__["thisown"] = value
.thisown
13 method
= class_type
.__swig
_setmethods
__.get(name
,None)
14 if method
: return method(self
,value
)
15 if (not static
) or hasattr(self
,name
) or (name
== "thisown"):
16 self
.__dict
__[name
] = value
18 raise AttributeError("You cannot add attributes to %s" % self
)
20 def _swig_setattr(self
,class_type
,name
,value
):
21 return _swig_setattr_nondynamic(self
,class_type
,name
,value
,0)
23 def _swig_getattr(self
,class_type
,name
):
24 method
= class_type
.__swig
_getmethods
__.get(name
,None)
25 if method
: return method(self
)
26 raise AttributeError,name
30 _object
= types
.ObjectType
32 except AttributeError:
38 def _swig_setattr_nondynamic_method(set):
39 def set_attr(self
,name
,value
):
40 if hasattr(self
,name
) or (name
in ("this", "thisown")):
43 raise AttributeError("You cannot add attributes to %s" % self
)
49 #---------------------------------------------------------------------------
51 class Panel(_core
.Window
):
52 """Proxy of C++ Panel class"""
54 return "<%s.%s; proxy of C++ wxPanel instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
55 def __init__(self
, *args
, **kwargs
):
57 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
58 Size size=DefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER,
59 String name=PanelNameStr) -> Panel
61 newobj
= _windows_
.new_Panel(*args
, **kwargs
)
62 self
.this
= newobj
.this
65 self
._setOORInfo
(self
)
67 def Create(*args
, **kwargs
):
69 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
70 Size size=DefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER,
71 String name=PanelNameStr) -> bool
73 Create the GUI part of the Window for 2-phase creation mode.
75 return _windows_
.Panel_Create(*args
, **kwargs
)
77 def InitDialog(*args
, **kwargs
):
81 Sends an EVT_INIT_DIALOG event, whose handler usually transfers data
82 to the dialog via validators.
84 return _windows_
.Panel_InitDialog(*args
, **kwargs
)
86 def SetFocus(*args
, **kwargs
):
90 Overrides `wx.Window.SetFocus`. This method uses the (undocumented)
91 mix-in class wxControlContainer which manages the focus and TAB logic
92 for controls which usually have child controls. In practice, if you
93 call this method and the panel has at least one child window, then the
94 focus will be given to the child window.
96 return _windows_
.Panel_SetFocus(*args
, **kwargs
)
98 def SetFocusIgnoringChildren(*args
, **kwargs
):
100 SetFocusIgnoringChildren(self)
102 In contrast to `SetFocus` (see above) this will set the focus to the
103 panel even of there are child windows in the panel. This is only
106 return _windows_
.Panel_SetFocusIgnoringChildren(*args
, **kwargs
)
108 def GetClassDefaultAttributes(*args
, **kwargs
):
110 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
112 Get the default attributes for this class. This is useful if you want
113 to use the same font or colour in your own control as in a standard
114 control -- which is a much better idea than hard coding specific
115 colours or fonts which might look completely out of place on the
116 user's system, especially if it uses themes.
118 The variant parameter is only relevant under Mac currently and is
119 ignore under other platforms. Under Mac, it will change the size of
120 the returned font. See `wx.Window.SetWindowVariant` for more about
123 return _windows_
.Panel_GetClassDefaultAttributes(*args
, **kwargs
)
125 GetClassDefaultAttributes
= staticmethod(GetClassDefaultAttributes
)
127 class PanelPtr(Panel
):
128 def __init__(self
, this
):
130 if not hasattr(self
,"thisown"): self
.thisown
= 0
131 self
.__class
__ = Panel
132 _windows_
.Panel_swigregister(PanelPtr
)
134 def PrePanel(*args
, **kwargs
):
135 """PrePanel() -> Panel"""
136 val
= _windows_
.new_PrePanel(*args
, **kwargs
)
140 def Panel_GetClassDefaultAttributes(*args
, **kwargs
):
142 Panel_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
144 Get the default attributes for this class. This is useful if you want
145 to use the same font or colour in your own control as in a standard
146 control -- which is a much better idea than hard coding specific
147 colours or fonts which might look completely out of place on the
148 user's system, especially if it uses themes.
150 The variant parameter is only relevant under Mac currently and is
151 ignore under other platforms. Under Mac, it will change the size of
152 the returned font. See `wx.Window.SetWindowVariant` for more about
155 return _windows_
.Panel_GetClassDefaultAttributes(*args
, **kwargs
)
157 #---------------------------------------------------------------------------
159 class ScrolledWindow(Panel
):
160 """Proxy of C++ ScrolledWindow class"""
162 return "<%s.%s; proxy of C++ wxScrolledWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
163 def __init__(self
, *args
, **kwargs
):
165 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
166 Size size=DefaultSize, long style=wxHSCROLL|wxVSCROLL,
167 String name=PanelNameStr) -> ScrolledWindow
169 newobj
= _windows_
.new_ScrolledWindow(*args
, **kwargs
)
170 self
.this
= newobj
.this
173 self
._setOORInfo
(self
)
175 def Create(*args
, **kwargs
):
177 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
178 Size size=DefaultSize, long style=wxHSCROLL|wxVSCROLL,
179 String name=PanelNameStr) -> bool
181 Create the GUI part of the Window for 2-phase creation mode.
183 return _windows_
.ScrolledWindow_Create(*args
, **kwargs
)
185 def SetScrollbars(*args
, **kwargs
):
187 SetScrollbars(self, int pixelsPerUnitX, int pixelsPerUnitY, int noUnitsX,
188 int noUnitsY, int xPos=0, int yPos=0, bool noRefresh=False)
190 return _windows_
.ScrolledWindow_SetScrollbars(*args
, **kwargs
)
192 def Scroll(*args
, **kwargs
):
193 """Scroll(self, int x, int y)"""
194 return _windows_
.ScrolledWindow_Scroll(*args
, **kwargs
)
196 def GetScrollPageSize(*args
, **kwargs
):
197 """GetScrollPageSize(self, int orient) -> int"""
198 return _windows_
.ScrolledWindow_GetScrollPageSize(*args
, **kwargs
)
200 def SetScrollPageSize(*args
, **kwargs
):
201 """SetScrollPageSize(self, int orient, int pageSize)"""
202 return _windows_
.ScrolledWindow_SetScrollPageSize(*args
, **kwargs
)
204 def SetScrollRate(*args
, **kwargs
):
205 """SetScrollRate(self, int xstep, int ystep)"""
206 return _windows_
.ScrolledWindow_SetScrollRate(*args
, **kwargs
)
208 def GetScrollPixelsPerUnit(*args
, **kwargs
):
210 GetScrollPixelsPerUnit() -> (xUnit, yUnit)
212 Get the size of one logical unit in physical units.
214 return _windows_
.ScrolledWindow_GetScrollPixelsPerUnit(*args
, **kwargs
)
216 def EnableScrolling(*args
, **kwargs
):
217 """EnableScrolling(self, bool x_scrolling, bool y_scrolling)"""
218 return _windows_
.ScrolledWindow_EnableScrolling(*args
, **kwargs
)
220 def GetViewStart(*args
, **kwargs
):
222 GetViewStart() -> (x,y)
226 return _windows_
.ScrolledWindow_GetViewStart(*args
, **kwargs
)
228 def SetScale(*args
, **kwargs
):
229 """SetScale(self, double xs, double ys)"""
230 return _windows_
.ScrolledWindow_SetScale(*args
, **kwargs
)
232 def GetScaleX(*args
, **kwargs
):
233 """GetScaleX(self) -> double"""
234 return _windows_
.ScrolledWindow_GetScaleX(*args
, **kwargs
)
236 def GetScaleY(*args
, **kwargs
):
237 """GetScaleY(self) -> double"""
238 return _windows_
.ScrolledWindow_GetScaleY(*args
, **kwargs
)
240 def CalcScrolledPosition(*args
):
242 CalcScrolledPosition(self, Point pt) -> Point
243 CalcScrolledPosition(int x, int y) -> (sx, sy)
245 Translate between scrolled and unscrolled coordinates.
247 return _windows_
.ScrolledWindow_CalcScrolledPosition(*args
)
249 def CalcUnscrolledPosition(*args
):
251 CalcUnscrolledPosition(self, Point pt) -> Point
252 CalcUnscrolledPosition(int x, int y) -> (ux, uy)
254 Translate between scrolled and unscrolled coordinates.
256 return _windows_
.ScrolledWindow_CalcUnscrolledPosition(*args
)
258 def AdjustScrollbars(*args
, **kwargs
):
259 """AdjustScrollbars(self)"""
260 return _windows_
.ScrolledWindow_AdjustScrollbars(*args
, **kwargs
)
262 def CalcScrollInc(*args
, **kwargs
):
263 """CalcScrollInc(self, ScrollWinEvent event) -> int"""
264 return _windows_
.ScrolledWindow_CalcScrollInc(*args
, **kwargs
)
266 def SetTargetWindow(*args
, **kwargs
):
267 """SetTargetWindow(self, Window target)"""
268 return _windows_
.ScrolledWindow_SetTargetWindow(*args
, **kwargs
)
270 def GetTargetWindow(*args
, **kwargs
):
271 """GetTargetWindow(self) -> Window"""
272 return _windows_
.ScrolledWindow_GetTargetWindow(*args
, **kwargs
)
274 def SetTargetRect(*args
, **kwargs
):
275 """SetTargetRect(self, Rect rect)"""
276 return _windows_
.ScrolledWindow_SetTargetRect(*args
, **kwargs
)
278 def GetTargetRect(*args
, **kwargs
):
279 """GetTargetRect(self) -> Rect"""
280 return _windows_
.ScrolledWindow_GetTargetRect(*args
, **kwargs
)
282 def DoPrepareDC(*args
, **kwargs
):
284 DoPrepareDC(self, DC dc)
286 Normally what is called by `PrepareDC`.
288 return _windows_
.ScrolledWindow_DoPrepareDC(*args
, **kwargs
)
290 def GetClassDefaultAttributes(*args
, **kwargs
):
292 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
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.
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
305 return _windows_
.ScrolledWindow_GetClassDefaultAttributes(*args
, **kwargs
)
307 GetClassDefaultAttributes
= staticmethod(GetClassDefaultAttributes
)
309 class ScrolledWindowPtr(ScrolledWindow
):
310 def __init__(self
, this
):
312 if not hasattr(self
,"thisown"): self
.thisown
= 0
313 self
.__class
__ = ScrolledWindow
314 _windows_
.ScrolledWindow_swigregister(ScrolledWindowPtr
)
316 def PreScrolledWindow(*args
, **kwargs
):
317 """PreScrolledWindow() -> ScrolledWindow"""
318 val
= _windows_
.new_PreScrolledWindow(*args
, **kwargs
)
322 def ScrolledWindow_GetClassDefaultAttributes(*args
, **kwargs
):
324 ScrolledWindow_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
326 Get the default attributes for this class. This is useful if you want
327 to use the same font or colour in your own control as in a standard
328 control -- which is a much better idea than hard coding specific
329 colours or fonts which might look completely out of place on the
330 user's system, especially if it uses themes.
332 The variant parameter is only relevant under Mac currently and is
333 ignore under other platforms. Under Mac, it will change the size of
334 the returned font. See `wx.Window.SetWindowVariant` for more about
337 return _windows_
.ScrolledWindow_GetClassDefaultAttributes(*args
, **kwargs
)
339 #---------------------------------------------------------------------------
341 STAY_ON_TOP
= _windows_
.STAY_ON_TOP
342 ICONIZE
= _windows_
.ICONIZE
343 MINIMIZE
= _windows_
.MINIMIZE
344 MAXIMIZE
= _windows_
.MAXIMIZE
345 CLOSE_BOX
= _windows_
.CLOSE_BOX
346 THICK_FRAME
= _windows_
.THICK_FRAME
347 SYSTEM_MENU
= _windows_
.SYSTEM_MENU
348 MINIMIZE_BOX
= _windows_
.MINIMIZE_BOX
349 MAXIMIZE_BOX
= _windows_
.MAXIMIZE_BOX
350 TINY_CAPTION_HORIZ
= _windows_
.TINY_CAPTION_HORIZ
351 TINY_CAPTION_VERT
= _windows_
.TINY_CAPTION_VERT
352 RESIZE_BOX
= _windows_
.RESIZE_BOX
353 RESIZE_BORDER
= _windows_
.RESIZE_BORDER
354 DIALOG_NO_PARENT
= _windows_
.DIALOG_NO_PARENT
355 DEFAULT_FRAME_STYLE
= _windows_
.DEFAULT_FRAME_STYLE
356 DEFAULT_DIALOG_STYLE
= _windows_
.DEFAULT_DIALOG_STYLE
357 FRAME_TOOL_WINDOW
= _windows_
.FRAME_TOOL_WINDOW
358 FRAME_FLOAT_ON_PARENT
= _windows_
.FRAME_FLOAT_ON_PARENT
359 FRAME_NO_WINDOW_MENU
= _windows_
.FRAME_NO_WINDOW_MENU
360 FRAME_NO_TASKBAR
= _windows_
.FRAME_NO_TASKBAR
361 FRAME_SHAPED
= _windows_
.FRAME_SHAPED
362 FRAME_DRAWER
= _windows_
.FRAME_DRAWER
363 DIALOG_MODAL
= _windows_
.DIALOG_MODAL
364 DIALOG_MODELESS
= _windows_
.DIALOG_MODELESS
365 USER_COLOURS
= _windows_
.USER_COLOURS
366 NO_3D
= _windows_
.NO_3D
367 FULLSCREEN_NOMENUBAR
= _windows_
.FULLSCREEN_NOMENUBAR
368 FULLSCREEN_NOTOOLBAR
= _windows_
.FULLSCREEN_NOTOOLBAR
369 FULLSCREEN_NOSTATUSBAR
= _windows_
.FULLSCREEN_NOSTATUSBAR
370 FULLSCREEN_NOBORDER
= _windows_
.FULLSCREEN_NOBORDER
371 FULLSCREEN_NOCAPTION
= _windows_
.FULLSCREEN_NOCAPTION
372 FULLSCREEN_ALL
= _windows_
.FULLSCREEN_ALL
373 TOPLEVEL_EX_DIALOG
= _windows_
.TOPLEVEL_EX_DIALOG
374 USER_ATTENTION_INFO
= _windows_
.USER_ATTENTION_INFO
375 USER_ATTENTION_ERROR
= _windows_
.USER_ATTENTION_ERROR
376 class TopLevelWindow(_core
.Window
):
377 """Proxy of C++ TopLevelWindow class"""
378 def __init__(self
): raise RuntimeError, "No constructor defined"
380 return "<%s.%s; proxy of C++ wxTopLevelWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
381 def Maximize(*args
, **kwargs
):
382 """Maximize(self, bool maximize=True)"""
383 return _windows_
.TopLevelWindow_Maximize(*args
, **kwargs
)
385 def Restore(*args
, **kwargs
):
387 return _windows_
.TopLevelWindow_Restore(*args
, **kwargs
)
389 def Iconize(*args
, **kwargs
):
390 """Iconize(self, bool iconize=True)"""
391 return _windows_
.TopLevelWindow_Iconize(*args
, **kwargs
)
393 def IsMaximized(*args
, **kwargs
):
394 """IsMaximized(self) -> bool"""
395 return _windows_
.TopLevelWindow_IsMaximized(*args
, **kwargs
)
397 def IsIconized(*args
, **kwargs
):
398 """IsIconized(self) -> bool"""
399 return _windows_
.TopLevelWindow_IsIconized(*args
, **kwargs
)
401 def GetIcon(*args
, **kwargs
):
402 """GetIcon(self) -> Icon"""
403 return _windows_
.TopLevelWindow_GetIcon(*args
, **kwargs
)
405 def SetIcon(*args
, **kwargs
):
406 """SetIcon(self, Icon icon)"""
407 return _windows_
.TopLevelWindow_SetIcon(*args
, **kwargs
)
409 def SetIcons(*args
, **kwargs
):
410 """SetIcons(self, wxIconBundle icons)"""
411 return _windows_
.TopLevelWindow_SetIcons(*args
, **kwargs
)
413 def ShowFullScreen(*args
, **kwargs
):
414 """ShowFullScreen(self, bool show, long style=FULLSCREEN_ALL) -> bool"""
415 return _windows_
.TopLevelWindow_ShowFullScreen(*args
, **kwargs
)
417 def IsFullScreen(*args
, **kwargs
):
418 """IsFullScreen(self) -> bool"""
419 return _windows_
.TopLevelWindow_IsFullScreen(*args
, **kwargs
)
421 def SetTitle(*args
, **kwargs
):
423 SetTitle(self, String title)
425 Sets the window's title. Applicable only to frames and dialogs.
427 return _windows_
.TopLevelWindow_SetTitle(*args
, **kwargs
)
429 def GetTitle(*args
, **kwargs
):
431 GetTitle(self) -> String
433 Gets the window's title. Applicable only to frames and dialogs.
435 return _windows_
.TopLevelWindow_GetTitle(*args
, **kwargs
)
437 def SetShape(*args
, **kwargs
):
438 """SetShape(self, Region region) -> bool"""
439 return _windows_
.TopLevelWindow_SetShape(*args
, **kwargs
)
441 def RequestUserAttention(*args
, **kwargs
):
442 """RequestUserAttention(self, int flags=USER_ATTENTION_INFO)"""
443 return _windows_
.TopLevelWindow_RequestUserAttention(*args
, **kwargs
)
445 def IsActive(*args
, **kwargs
):
446 """IsActive(self) -> bool"""
447 return _windows_
.TopLevelWindow_IsActive(*args
, **kwargs
)
449 def MacSetMetalAppearance(*args
, **kwargs
):
450 """MacSetMetalAppearance(self, bool on)"""
451 return _windows_
.TopLevelWindow_MacSetMetalAppearance(*args
, **kwargs
)
453 def MacGetMetalAppearance(*args
, **kwargs
):
454 """MacGetMetalAppearance(self) -> bool"""
455 return _windows_
.TopLevelWindow_MacGetMetalAppearance(*args
, **kwargs
)
458 class TopLevelWindowPtr(TopLevelWindow
):
459 def __init__(self
, this
):
461 if not hasattr(self
,"thisown"): self
.thisown
= 0
462 self
.__class
__ = TopLevelWindow
463 _windows_
.TopLevelWindow_swigregister(TopLevelWindowPtr
)
464 cvar
= _windows_
.cvar
465 FrameNameStr
= cvar
.FrameNameStr
466 DialogNameStr
= cvar
.DialogNameStr
467 StatusLineNameStr
= cvar
.StatusLineNameStr
468 ToolBarNameStr
= cvar
.ToolBarNameStr
470 #---------------------------------------------------------------------------
472 class Frame(TopLevelWindow
):
473 """Proxy of C++ Frame class"""
475 return "<%s.%s; proxy of C++ wxFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
476 def __init__(self
, *args
, **kwargs
):
478 __init__(self, Window parent, int id=-1, String title=EmptyString,
479 Point pos=DefaultPosition, Size size=DefaultSize,
480 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> Frame
482 newobj
= _windows_
.new_Frame(*args
, **kwargs
)
483 self
.this
= newobj
.this
486 self
._setOORInfo
(self
)
488 def Create(*args
, **kwargs
):
490 Create(self, Window parent, int id=-1, String title=EmptyString,
491 Point pos=DefaultPosition, Size size=DefaultSize,
492 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> bool
494 return _windows_
.Frame_Create(*args
, **kwargs
)
496 def GetClientAreaOrigin(*args
, **kwargs
):
498 GetClientAreaOrigin(self) -> Point
500 Get the origin of the client area of the window relative to the
501 window's top left corner (the client area may be shifted because of
502 the borders, scrollbars, other decorations...)
504 return _windows_
.Frame_GetClientAreaOrigin(*args
, **kwargs
)
506 def SendSizeEvent(*args
, **kwargs
):
507 """SendSizeEvent(self)"""
508 return _windows_
.Frame_SendSizeEvent(*args
, **kwargs
)
510 def SetMenuBar(*args
, **kwargs
):
511 """SetMenuBar(self, MenuBar menubar)"""
512 return _windows_
.Frame_SetMenuBar(*args
, **kwargs
)
514 def GetMenuBar(*args
, **kwargs
):
515 """GetMenuBar(self) -> MenuBar"""
516 return _windows_
.Frame_GetMenuBar(*args
, **kwargs
)
518 def ProcessCommand(*args
, **kwargs
):
519 """ProcessCommand(self, int winid) -> bool"""
520 return _windows_
.Frame_ProcessCommand(*args
, **kwargs
)
522 Command
= ProcessCommand
523 def CreateStatusBar(*args
, **kwargs
):
525 CreateStatusBar(self, int number=1, long style=ST_SIZEGRIP, int winid=0,
526 String name=StatusLineNameStr) -> StatusBar
528 return _windows_
.Frame_CreateStatusBar(*args
, **kwargs
)
530 def GetStatusBar(*args
, **kwargs
):
531 """GetStatusBar(self) -> StatusBar"""
532 return _windows_
.Frame_GetStatusBar(*args
, **kwargs
)
534 def SetStatusBar(*args
, **kwargs
):
535 """SetStatusBar(self, StatusBar statBar)"""
536 return _windows_
.Frame_SetStatusBar(*args
, **kwargs
)
538 def SetStatusText(*args
, **kwargs
):
539 """SetStatusText(self, String text, int number=0)"""
540 return _windows_
.Frame_SetStatusText(*args
, **kwargs
)
542 def SetStatusWidths(*args
, **kwargs
):
543 """SetStatusWidths(self, int widths)"""
544 return _windows_
.Frame_SetStatusWidths(*args
, **kwargs
)
546 def PushStatusText(*args
, **kwargs
):
547 """PushStatusText(self, String text, int number=0)"""
548 return _windows_
.Frame_PushStatusText(*args
, **kwargs
)
550 def PopStatusText(*args
, **kwargs
):
551 """PopStatusText(self, int number=0)"""
552 return _windows_
.Frame_PopStatusText(*args
, **kwargs
)
554 def SetStatusBarPane(*args
, **kwargs
):
555 """SetStatusBarPane(self, int n)"""
556 return _windows_
.Frame_SetStatusBarPane(*args
, **kwargs
)
558 def GetStatusBarPane(*args
, **kwargs
):
559 """GetStatusBarPane(self) -> int"""
560 return _windows_
.Frame_GetStatusBarPane(*args
, **kwargs
)
562 def CreateToolBar(*args
, **kwargs
):
563 """CreateToolBar(self, long style=-1, int winid=-1, String name=ToolBarNameStr) -> wxToolBar"""
564 return _windows_
.Frame_CreateToolBar(*args
, **kwargs
)
566 def GetToolBar(*args
, **kwargs
):
567 """GetToolBar(self) -> wxToolBar"""
568 return _windows_
.Frame_GetToolBar(*args
, **kwargs
)
570 def SetToolBar(*args
, **kwargs
):
571 """SetToolBar(self, wxToolBar toolbar)"""
572 return _windows_
.Frame_SetToolBar(*args
, **kwargs
)
574 def DoGiveHelp(*args
, **kwargs
):
575 """DoGiveHelp(self, String text, bool show)"""
576 return _windows_
.Frame_DoGiveHelp(*args
, **kwargs
)
578 def DoMenuUpdates(*args
, **kwargs
):
579 """DoMenuUpdates(self, Menu menu=None)"""
580 return _windows_
.Frame_DoMenuUpdates(*args
, **kwargs
)
582 def GetClassDefaultAttributes(*args
, **kwargs
):
584 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
586 Get the default attributes for this class. This is useful if you want
587 to use the same font or colour in your own control as in a standard
588 control -- which is a much better idea than hard coding specific
589 colours or fonts which might look completely out of place on the
590 user's system, especially if it uses themes.
592 The variant parameter is only relevant under Mac currently and is
593 ignore under other platforms. Under Mac, it will change the size of
594 the returned font. See `wx.Window.SetWindowVariant` for more about
597 return _windows_
.Frame_GetClassDefaultAttributes(*args
, **kwargs
)
599 GetClassDefaultAttributes
= staticmethod(GetClassDefaultAttributes
)
601 class FramePtr(Frame
):
602 def __init__(self
, this
):
604 if not hasattr(self
,"thisown"): self
.thisown
= 0
605 self
.__class
__ = Frame
606 _windows_
.Frame_swigregister(FramePtr
)
608 def PreFrame(*args
, **kwargs
):
609 """PreFrame() -> Frame"""
610 val
= _windows_
.new_PreFrame(*args
, **kwargs
)
614 def Frame_GetClassDefaultAttributes(*args
, **kwargs
):
616 Frame_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
618 Get the default attributes for this class. This is useful if you want
619 to use the same font or colour in your own control as in a standard
620 control -- which is a much better idea than hard coding specific
621 colours or fonts which might look completely out of place on the
622 user's system, especially if it uses themes.
624 The variant parameter is only relevant under Mac currently and is
625 ignore under other platforms. Under Mac, it will change the size of
626 the returned font. See `wx.Window.SetWindowVariant` for more about
629 return _windows_
.Frame_GetClassDefaultAttributes(*args
, **kwargs
)
631 #---------------------------------------------------------------------------
633 class Dialog(TopLevelWindow
):
634 """Proxy of C++ Dialog class"""
636 return "<%s.%s; proxy of C++ wxDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
637 def __init__(self
, *args
, **kwargs
):
639 __init__(self, Window parent, int id=-1, String title=EmptyString,
640 Point pos=DefaultPosition, Size size=DefaultSize,
641 long style=DEFAULT_DIALOG_STYLE, String name=DialogNameStr) -> Dialog
643 newobj
= _windows_
.new_Dialog(*args
, **kwargs
)
644 self
.this
= newobj
.this
647 self
._setOORInfo
(self
)
649 def Create(*args
, **kwargs
):
651 Create(self, Window parent, int id=-1, String title=EmptyString,
652 Point pos=DefaultPosition, Size size=DefaultSize,
653 long style=DEFAULT_DIALOG_STYLE, String name=DialogNameStr) -> bool
655 return _windows_
.Dialog_Create(*args
, **kwargs
)
657 def SetReturnCode(*args
, **kwargs
):
658 """SetReturnCode(self, int returnCode)"""
659 return _windows_
.Dialog_SetReturnCode(*args
, **kwargs
)
661 def GetReturnCode(*args
, **kwargs
):
662 """GetReturnCode(self) -> int"""
663 return _windows_
.Dialog_GetReturnCode(*args
, **kwargs
)
665 def CreateTextSizer(*args
, **kwargs
):
666 """CreateTextSizer(self, String message) -> Sizer"""
667 return _windows_
.Dialog_CreateTextSizer(*args
, **kwargs
)
669 def CreateButtonSizer(*args
, **kwargs
):
670 """CreateButtonSizer(self, long flags) -> Sizer"""
671 return _windows_
.Dialog_CreateButtonSizer(*args
, **kwargs
)
673 def CreateStdDialogButtonSizer(*args
, **kwargs
):
674 """CreateStdDialogButtonSizer(self, long flags) -> StdDialogButtonSizer"""
675 return _windows_
.Dialog_CreateStdDialogButtonSizer(*args
, **kwargs
)
677 def IsModal(*args
, **kwargs
):
678 """IsModal(self) -> bool"""
679 return _windows_
.Dialog_IsModal(*args
, **kwargs
)
681 def ShowModal(*args
, **kwargs
):
682 """ShowModal(self) -> int"""
683 return _windows_
.Dialog_ShowModal(*args
, **kwargs
)
685 def EndModal(*args
, **kwargs
):
686 """EndModal(self, int retCode)"""
687 return _windows_
.Dialog_EndModal(*args
, **kwargs
)
689 def GetClassDefaultAttributes(*args
, **kwargs
):
691 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
693 Get the default attributes for this class. This is useful if you want
694 to use the same font or colour in your own control as in a standard
695 control -- which is a much better idea than hard coding specific
696 colours or fonts which might look completely out of place on the
697 user's system, especially if it uses themes.
699 The variant parameter is only relevant under Mac currently and is
700 ignore under other platforms. Under Mac, it will change the size of
701 the returned font. See `wx.Window.SetWindowVariant` for more about
704 return _windows_
.Dialog_GetClassDefaultAttributes(*args
, **kwargs
)
706 GetClassDefaultAttributes
= staticmethod(GetClassDefaultAttributes
)
707 def SendSizeEvent(self
):
708 self
.ProcessEvent(wx
.SizeEvent((-1,-1)))
711 class DialogPtr(Dialog
):
712 def __init__(self
, this
):
714 if not hasattr(self
,"thisown"): self
.thisown
= 0
715 self
.__class
__ = Dialog
716 _windows_
.Dialog_swigregister(DialogPtr
)
718 def PreDialog(*args
, **kwargs
):
719 """PreDialog() -> Dialog"""
720 val
= _windows_
.new_PreDialog(*args
, **kwargs
)
724 def Dialog_GetClassDefaultAttributes(*args
, **kwargs
):
726 Dialog_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
728 Get the default attributes for this class. This is useful if you want
729 to use the same font or colour in your own control as in a standard
730 control -- which is a much better idea than hard coding specific
731 colours or fonts which might look completely out of place on the
732 user's system, especially if it uses themes.
734 The variant parameter is only relevant under Mac currently and is
735 ignore under other platforms. Under Mac, it will change the size of
736 the returned font. See `wx.Window.SetWindowVariant` for more about
739 return _windows_
.Dialog_GetClassDefaultAttributes(*args
, **kwargs
)
741 #---------------------------------------------------------------------------
743 class MiniFrame(Frame
):
744 """Proxy of C++ MiniFrame class"""
746 return "<%s.%s; proxy of C++ wxMiniFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
747 def __init__(self
, *args
, **kwargs
):
749 __init__(self, Window parent, int id=-1, String title=EmptyString,
750 Point pos=DefaultPosition, Size size=DefaultSize,
751 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> MiniFrame
753 newobj
= _windows_
.new_MiniFrame(*args
, **kwargs
)
754 self
.this
= newobj
.this
757 self
._setOORInfo
(self
)
759 def Create(*args
, **kwargs
):
761 Create(self, Window parent, int id=-1, String title=EmptyString,
762 Point pos=DefaultPosition, Size size=DefaultSize,
763 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> bool
765 return _windows_
.MiniFrame_Create(*args
, **kwargs
)
768 class MiniFramePtr(MiniFrame
):
769 def __init__(self
, this
):
771 if not hasattr(self
,"thisown"): self
.thisown
= 0
772 self
.__class
__ = MiniFrame
773 _windows_
.MiniFrame_swigregister(MiniFramePtr
)
775 def PreMiniFrame(*args
, **kwargs
):
776 """PreMiniFrame() -> MiniFrame"""
777 val
= _windows_
.new_PreMiniFrame(*args
, **kwargs
)
781 #---------------------------------------------------------------------------
783 SPLASH_CENTRE_ON_PARENT
= _windows_
.SPLASH_CENTRE_ON_PARENT
784 SPLASH_CENTRE_ON_SCREEN
= _windows_
.SPLASH_CENTRE_ON_SCREEN
785 SPLASH_NO_CENTRE
= _windows_
.SPLASH_NO_CENTRE
786 SPLASH_TIMEOUT
= _windows_
.SPLASH_TIMEOUT
787 SPLASH_NO_TIMEOUT
= _windows_
.SPLASH_NO_TIMEOUT
788 class SplashScreenWindow(_core
.Window
):
789 """Proxy of C++ SplashScreenWindow class"""
791 return "<%s.%s; proxy of C++ wxSplashScreenWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
792 def __init__(self
, *args
, **kwargs
):
794 __init__(self, Bitmap bitmap, Window parent, int id, Point pos=DefaultPosition,
795 Size size=DefaultSize, long style=NO_BORDER) -> SplashScreenWindow
797 newobj
= _windows_
.new_SplashScreenWindow(*args
, **kwargs
)
798 self
.this
= newobj
.this
801 self
._setOORInfo
(self
)
803 def SetBitmap(*args
, **kwargs
):
804 """SetBitmap(self, Bitmap bitmap)"""
805 return _windows_
.SplashScreenWindow_SetBitmap(*args
, **kwargs
)
807 def GetBitmap(*args
, **kwargs
):
808 """GetBitmap(self) -> Bitmap"""
809 return _windows_
.SplashScreenWindow_GetBitmap(*args
, **kwargs
)
812 class SplashScreenWindowPtr(SplashScreenWindow
):
813 def __init__(self
, this
):
815 if not hasattr(self
,"thisown"): self
.thisown
= 0
816 self
.__class
__ = SplashScreenWindow
817 _windows_
.SplashScreenWindow_swigregister(SplashScreenWindowPtr
)
819 class SplashScreen(Frame
):
820 """Proxy of C++ SplashScreen class"""
822 return "<%s.%s; proxy of C++ wxSplashScreen instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
823 def __init__(self
, *args
, **kwargs
):
825 __init__(self, Bitmap bitmap, long splashStyle, int milliseconds,
826 Window parent, int id=-1, Point pos=DefaultPosition,
827 Size size=DefaultSize, long style=wxSIMPLE_BORDER|wxFRAME_NO_TASKBAR|wxSTAY_ON_TOP) -> SplashScreen
829 newobj
= _windows_
.new_SplashScreen(*args
, **kwargs
)
830 self
.this
= newobj
.this
833 self
._setOORInfo
(self
)
835 def GetSplashStyle(*args
, **kwargs
):
836 """GetSplashStyle(self) -> long"""
837 return _windows_
.SplashScreen_GetSplashStyle(*args
, **kwargs
)
839 def GetSplashWindow(*args
, **kwargs
):
840 """GetSplashWindow(self) -> SplashScreenWindow"""
841 return _windows_
.SplashScreen_GetSplashWindow(*args
, **kwargs
)
843 def GetTimeout(*args
, **kwargs
):
844 """GetTimeout(self) -> int"""
845 return _windows_
.SplashScreen_GetTimeout(*args
, **kwargs
)
848 class SplashScreenPtr(SplashScreen
):
849 def __init__(self
, this
):
851 if not hasattr(self
,"thisown"): self
.thisown
= 0
852 self
.__class
__ = SplashScreen
853 _windows_
.SplashScreen_swigregister(SplashScreenPtr
)
855 #---------------------------------------------------------------------------
857 SB_NORMAL
= _windows_
.SB_NORMAL
858 SB_FLAT
= _windows_
.SB_FLAT
859 SB_RAISED
= _windows_
.SB_RAISED
860 class StatusBar(_core
.Window
):
861 """Proxy of C++ StatusBar class"""
863 return "<%s.%s; proxy of C++ wxStatusBar instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
864 def __init__(self
, *args
, **kwargs
):
865 """__init__(self, Window parent, int id=-1, long style=ST_SIZEGRIP, String name=StatusLineNameStr) -> StatusBar"""
866 newobj
= _windows_
.new_StatusBar(*args
, **kwargs
)
867 self
.this
= newobj
.this
870 self
._setOORInfo
(self
)
872 def Create(*args
, **kwargs
):
873 """Create(self, Window parent, int id=-1, long style=ST_SIZEGRIP, String name=StatusLineNameStr) -> bool"""
874 return _windows_
.StatusBar_Create(*args
, **kwargs
)
876 def SetFieldsCount(*args
, **kwargs
):
877 """SetFieldsCount(self, int number=1)"""
878 return _windows_
.StatusBar_SetFieldsCount(*args
, **kwargs
)
880 def GetFieldsCount(*args
, **kwargs
):
881 """GetFieldsCount(self) -> int"""
882 return _windows_
.StatusBar_GetFieldsCount(*args
, **kwargs
)
884 def SetStatusText(*args
, **kwargs
):
885 """SetStatusText(self, String text, int number=0)"""
886 return _windows_
.StatusBar_SetStatusText(*args
, **kwargs
)
888 def GetStatusText(*args
, **kwargs
):
889 """GetStatusText(self, int number=0) -> String"""
890 return _windows_
.StatusBar_GetStatusText(*args
, **kwargs
)
892 def PushStatusText(*args
, **kwargs
):
893 """PushStatusText(self, String text, int number=0)"""
894 return _windows_
.StatusBar_PushStatusText(*args
, **kwargs
)
896 def PopStatusText(*args
, **kwargs
):
897 """PopStatusText(self, int number=0)"""
898 return _windows_
.StatusBar_PopStatusText(*args
, **kwargs
)
900 def SetStatusWidths(*args
, **kwargs
):
901 """SetStatusWidths(self, int widths)"""
902 return _windows_
.StatusBar_SetStatusWidths(*args
, **kwargs
)
904 def SetStatusStyles(*args
, **kwargs
):
905 """SetStatusStyles(self, int styles)"""
906 return _windows_
.StatusBar_SetStatusStyles(*args
, **kwargs
)
908 def GetFieldRect(*args
, **kwargs
):
909 """GetFieldRect(self, int i) -> Rect"""
910 return _windows_
.StatusBar_GetFieldRect(*args
, **kwargs
)
912 def SetMinHeight(*args
, **kwargs
):
913 """SetMinHeight(self, int height)"""
914 return _windows_
.StatusBar_SetMinHeight(*args
, **kwargs
)
916 def GetBorderX(*args
, **kwargs
):
917 """GetBorderX(self) -> int"""
918 return _windows_
.StatusBar_GetBorderX(*args
, **kwargs
)
920 def GetBorderY(*args
, **kwargs
):
921 """GetBorderY(self) -> int"""
922 return _windows_
.StatusBar_GetBorderY(*args
, **kwargs
)
924 def GetClassDefaultAttributes(*args
, **kwargs
):
926 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
928 Get the default attributes for this class. This is useful if you want
929 to use the same font or colour in your own control as in a standard
930 control -- which is a much better idea than hard coding specific
931 colours or fonts which might look completely out of place on the
932 user's system, especially if it uses themes.
934 The variant parameter is only relevant under Mac currently and is
935 ignore under other platforms. Under Mac, it will change the size of
936 the returned font. See `wx.Window.SetWindowVariant` for more about
939 return _windows_
.StatusBar_GetClassDefaultAttributes(*args
, **kwargs
)
941 GetClassDefaultAttributes
= staticmethod(GetClassDefaultAttributes
)
943 class StatusBarPtr(StatusBar
):
944 def __init__(self
, this
):
946 if not hasattr(self
,"thisown"): self
.thisown
= 0
947 self
.__class
__ = StatusBar
948 _windows_
.StatusBar_swigregister(StatusBarPtr
)
950 def PreStatusBar(*args
, **kwargs
):
951 """PreStatusBar() -> StatusBar"""
952 val
= _windows_
.new_PreStatusBar(*args
, **kwargs
)
956 def StatusBar_GetClassDefaultAttributes(*args
, **kwargs
):
958 StatusBar_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
960 Get the default attributes for this class. This is useful if you want
961 to use the same font or colour in your own control as in a standard
962 control -- which is a much better idea than hard coding specific
963 colours or fonts which might look completely out of place on the
964 user's system, especially if it uses themes.
966 The variant parameter is only relevant under Mac currently and is
967 ignore under other platforms. Under Mac, it will change the size of
968 the returned font. See `wx.Window.SetWindowVariant` for more about
971 return _windows_
.StatusBar_GetClassDefaultAttributes(*args
, **kwargs
)
973 #---------------------------------------------------------------------------
975 SP_NOBORDER
= _windows_
.SP_NOBORDER
976 SP_NOSASH
= _windows_
.SP_NOSASH
977 SP_PERMIT_UNSPLIT
= _windows_
.SP_PERMIT_UNSPLIT
978 SP_LIVE_UPDATE
= _windows_
.SP_LIVE_UPDATE
979 SP_3DSASH
= _windows_
.SP_3DSASH
980 SP_3DBORDER
= _windows_
.SP_3DBORDER
981 SP_NO_XP_THEME
= _windows_
.SP_NO_XP_THEME
982 SP_BORDER
= _windows_
.SP_BORDER
983 SP_3D
= _windows_
.SP_3D
984 SPLIT_HORIZONTAL
= _windows_
.SPLIT_HORIZONTAL
985 SPLIT_VERTICAL
= _windows_
.SPLIT_VERTICAL
986 SPLIT_DRAG_NONE
= _windows_
.SPLIT_DRAG_NONE
987 SPLIT_DRAG_DRAGGING
= _windows_
.SPLIT_DRAG_DRAGGING
988 SPLIT_DRAG_LEFT_DOWN
= _windows_
.SPLIT_DRAG_LEFT_DOWN
989 class SplitterWindow(_core
.Window
):
991 wx.SplitterWindow manages up to two subwindows or panes, with an
992 optional vertical or horizontal split which can be used with the mouse
996 return "<%s.%s; proxy of C++ wxSplitterWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
997 def __init__(self
, *args
, **kwargs
):
999 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
1000 Size size=DefaultSize, long style=SP_3D, String name=SplitterNameStr) -> SplitterWindow
1002 Constructor. Creates and shows a SplitterWindow.
1004 if kwargs
.has_key('point'): kwargs
['pos'] = kwargs
['point'];del kwargs
['point']
1005 newobj
= _windows_
.new_SplitterWindow(*args
, **kwargs
)
1006 self
.this
= newobj
.this
1009 self
._setOORInfo
(self
)
1011 def Create(*args
, **kwargs
):
1013 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
1014 Size size=DefaultSize, long style=SP_3D, String name=SplitterNameStr) -> bool
1016 Create the GUI part of the SplitterWindow for the 2-phase create.
1018 return _windows_
.SplitterWindow_Create(*args
, **kwargs
)
1020 def GetWindow1(*args
, **kwargs
):
1022 GetWindow1(self) -> Window
1024 Gets the only or left/top pane.
1026 return _windows_
.SplitterWindow_GetWindow1(*args
, **kwargs
)
1028 def GetWindow2(*args
, **kwargs
):
1030 GetWindow2(self) -> Window
1032 Gets the right/bottom pane.
1034 return _windows_
.SplitterWindow_GetWindow2(*args
, **kwargs
)
1036 def SetSplitMode(*args
, **kwargs
):
1038 SetSplitMode(self, int mode)
1040 Sets the split mode. The mode can be wx.SPLIT_VERTICAL or
1041 wx.SPLIT_HORIZONTAL. This only sets the internal variable; does not
1044 return _windows_
.SplitterWindow_SetSplitMode(*args
, **kwargs
)
1046 def GetSplitMode(*args
, **kwargs
):
1048 GetSplitMode(self) -> int
1052 return _windows_
.SplitterWindow_GetSplitMode(*args
, **kwargs
)
1054 def Initialize(*args
, **kwargs
):
1056 Initialize(self, Window window)
1058 Initializes the splitter window to have one pane. This should be
1059 called if you wish to initially view only a single pane in the
1062 return _windows_
.SplitterWindow_Initialize(*args
, **kwargs
)
1064 def SplitVertically(*args
, **kwargs
):
1066 SplitVertically(self, Window window1, Window window2, int sashPosition=0) -> bool
1068 Initializes the left and right panes of the splitter window.
1070 return _windows_
.SplitterWindow_SplitVertically(*args
, **kwargs
)
1072 def SplitHorizontally(*args
, **kwargs
):
1074 SplitHorizontally(self, Window window1, Window window2, int sashPosition=0) -> bool
1076 Initializes the top and bottom panes of the splitter window.
1078 return _windows_
.SplitterWindow_SplitHorizontally(*args
, **kwargs
)
1080 def Unsplit(*args
, **kwargs
):
1082 Unsplit(self, Window toRemove=None) -> bool
1084 Unsplits the window. Pass the pane to remove, or None to remove the
1085 right or bottom pane. Returns True if successful, False otherwise (the
1086 window was not split).
1088 This function will not actually delete the pane being
1089 removed; it sends EVT_SPLITTER_UNSPLIT which can be handled
1090 for the desired behaviour. By default, the pane being
1091 removed is only hidden.
1093 return _windows_
.SplitterWindow_Unsplit(*args
, **kwargs
)
1095 def ReplaceWindow(*args
, **kwargs
):
1097 ReplaceWindow(self, Window winOld, Window winNew) -> bool
1099 This function replaces one of the windows managed by the
1100 SplitterWindow with another one. It is in general better to use it
1101 instead of calling Unsplit() and then resplitting the window back
1102 because it will provoke much less flicker. It is valid to call this
1103 function whether the splitter has two windows or only one.
1105 Both parameters should be non-None and winOld must specify one of the
1106 windows managed by the splitter. If the parameters are incorrect or
1107 the window couldn't be replaced, False is returned. Otherwise the
1108 function will return True, but please notice that it will not Destroy
1109 the replaced window and you may wish to do it yourself.
1111 return _windows_
.SplitterWindow_ReplaceWindow(*args
, **kwargs
)
1113 def UpdateSize(*args
, **kwargs
):
1117 Causes any pending sizing of the sash and child panes to take place
1120 Such resizing normally takes place in idle time, in order to wait for
1121 layout to be completed. However, this can cause unacceptable flicker
1122 as the panes are resized after the window has been shown. To work
1123 around this, you can perform window layout (for example by sending a
1124 size event to the parent window), and then call this function, before
1125 showing the top-level window.
1127 return _windows_
.SplitterWindow_UpdateSize(*args
, **kwargs
)
1129 def IsSplit(*args
, **kwargs
):
1131 IsSplit(self) -> bool
1133 Is the window split?
1135 return _windows_
.SplitterWindow_IsSplit(*args
, **kwargs
)
1137 def SetSashSize(*args
, **kwargs
):
1139 SetSashSize(self, int width)
1141 Sets the sash size. Currently a NOP.
1143 return _windows_
.SplitterWindow_SetSashSize(*args
, **kwargs
)
1145 def SetBorderSize(*args
, **kwargs
):
1147 SetBorderSize(self, int width)
1149 Sets the border size. Currently a NOP.
1151 return _windows_
.SplitterWindow_SetBorderSize(*args
, **kwargs
)
1153 def GetSashSize(*args
, **kwargs
):
1155 GetSashSize(self) -> int
1159 return _windows_
.SplitterWindow_GetSashSize(*args
, **kwargs
)
1161 def GetBorderSize(*args
, **kwargs
):
1163 GetBorderSize(self) -> int
1165 Gets the border size
1167 return _windows_
.SplitterWindow_GetBorderSize(*args
, **kwargs
)
1169 def SetSashPosition(*args
, **kwargs
):
1171 SetSashPosition(self, int position, bool redraw=True)
1173 Sets the sash position, in pixels. If redraw is Ttrue then the panes
1174 are resized and the sash and border are redrawn.
1176 return _windows_
.SplitterWindow_SetSashPosition(*args
, **kwargs
)
1178 def GetSashPosition(*args
, **kwargs
):
1180 GetSashPosition(self) -> int
1182 Returns the surrent sash position.
1184 return _windows_
.SplitterWindow_GetSashPosition(*args
, **kwargs
)
1186 def SetSashGravity(*args
, **kwargs
):
1188 SetSashGravity(self, double gravity)
1190 Set the sash gravity. Gravity is a floating-point factor between 0.0
1191 and 1.0 which controls position of sash while resizing the
1192 `wx.SplitterWindow`. The gravity specifies how much the left/top
1193 window will grow while resizing.
1195 return _windows_
.SplitterWindow_SetSashGravity(*args
, **kwargs
)
1197 def GetSashGravity(*args
, **kwargs
):
1199 GetSashGravity(self) -> double
1201 Gets the sash gravity.
1203 :see: `SetSashGravity`
1206 return _windows_
.SplitterWindow_GetSashGravity(*args
, **kwargs
)
1208 def SetMinimumPaneSize(*args
, **kwargs
):
1210 SetMinimumPaneSize(self, int min)
1212 Sets the minimum pane size in pixels.
1214 The default minimum pane size is zero, which means that either pane
1215 can be reduced to zero by dragging the sash, thus removing one of the
1216 panes. To prevent this behaviour (and veto out-of-range sash
1217 dragging), set a minimum size, for example 20 pixels. If the
1218 wx.SP_PERMIT_UNSPLIT style is used when a splitter window is created,
1219 the window may be unsplit even if minimum size is non-zero.
1221 return _windows_
.SplitterWindow_SetMinimumPaneSize(*args
, **kwargs
)
1223 def GetMinimumPaneSize(*args
, **kwargs
):
1225 GetMinimumPaneSize(self) -> int
1227 Gets the minimum pane size in pixels.
1229 return _windows_
.SplitterWindow_GetMinimumPaneSize(*args
, **kwargs
)
1231 def SashHitTest(*args
, **kwargs
):
1233 SashHitTest(self, int x, int y, int tolerance=5) -> bool
1235 Tests for x, y over the sash
1237 return _windows_
.SplitterWindow_SashHitTest(*args
, **kwargs
)
1239 def SizeWindows(*args
, **kwargs
):
1245 return _windows_
.SplitterWindow_SizeWindows(*args
, **kwargs
)
1247 def SetNeedUpdating(*args
, **kwargs
):
1248 """SetNeedUpdating(self, bool needUpdating)"""
1249 return _windows_
.SplitterWindow_SetNeedUpdating(*args
, **kwargs
)
1251 def GetNeedUpdating(*args
, **kwargs
):
1252 """GetNeedUpdating(self) -> bool"""
1253 return _windows_
.SplitterWindow_GetNeedUpdating(*args
, **kwargs
)
1255 def GetClassDefaultAttributes(*args
, **kwargs
):
1257 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
1259 Get the default attributes for this class. This is useful if you want
1260 to use the same font or colour in your own control as in a standard
1261 control -- which is a much better idea than hard coding specific
1262 colours or fonts which might look completely out of place on the
1263 user's system, especially if it uses themes.
1265 The variant parameter is only relevant under Mac currently and is
1266 ignore under other platforms. Under Mac, it will change the size of
1267 the returned font. See `wx.Window.SetWindowVariant` for more about
1270 return _windows_
.SplitterWindow_GetClassDefaultAttributes(*args
, **kwargs
)
1272 GetClassDefaultAttributes
= staticmethod(GetClassDefaultAttributes
)
1274 class SplitterWindowPtr(SplitterWindow
):
1275 def __init__(self
, this
):
1277 if not hasattr(self
,"thisown"): self
.thisown
= 0
1278 self
.__class
__ = SplitterWindow
1279 _windows_
.SplitterWindow_swigregister(SplitterWindowPtr
)
1280 SplitterNameStr
= cvar
.SplitterNameStr
1282 def PreSplitterWindow(*args
, **kwargs
):
1284 PreSplitterWindow() -> SplitterWindow
1286 Precreate a SplitterWindow for 2-phase creation.
1288 val
= _windows_
.new_PreSplitterWindow(*args
, **kwargs
)
1292 def SplitterWindow_GetClassDefaultAttributes(*args
, **kwargs
):
1294 SplitterWindow_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
1296 Get the default attributes for this class. This is useful if you want
1297 to use the same font or colour in your own control as in a standard
1298 control -- which is a much better idea than hard coding specific
1299 colours or fonts which might look completely out of place on the
1300 user's system, especially if it uses themes.
1302 The variant parameter is only relevant under Mac currently and is
1303 ignore under other platforms. Under Mac, it will change the size of
1304 the returned font. See `wx.Window.SetWindowVariant` for more about
1307 return _windows_
.SplitterWindow_GetClassDefaultAttributes(*args
, **kwargs
)
1309 class SplitterEvent(_core
.NotifyEvent
):
1310 """This class represents the events generated by a splitter control."""
1312 return "<%s.%s; proxy of C++ wxSplitterEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1313 def __init__(self
, *args
, **kwargs
):
1315 __init__(self, wxEventType type=wxEVT_NULL, SplitterWindow splitter=(wxSplitterWindow *) NULL) -> SplitterEvent
1317 This class represents the events generated by a splitter control.
1319 newobj
= _windows_
.new_SplitterEvent(*args
, **kwargs
)
1320 self
.this
= newobj
.this
1323 def SetSashPosition(*args
, **kwargs
):
1325 SetSashPosition(self, int pos)
1327 This funciton is only meaningful during EVT_SPLITTER_SASH_POS_CHANGING
1328 and EVT_SPLITTER_SASH_POS_CHANGED events. In the case of _CHANGED
1329 events, sets the the new sash position. In the case of _CHANGING
1330 events, sets the new tracking bar position so visual feedback during
1331 dragging will represent that change that will actually take place. Set
1332 to -1 from the event handler code to prevent repositioning.
1334 return _windows_
.SplitterEvent_SetSashPosition(*args
, **kwargs
)
1336 def GetSashPosition(*args
, **kwargs
):
1338 GetSashPosition(self) -> int
1340 Returns the new sash position while in EVT_SPLITTER_SASH_POS_CHANGING
1341 and EVT_SPLITTER_SASH_POS_CHANGED events.
1343 return _windows_
.SplitterEvent_GetSashPosition(*args
, **kwargs
)
1345 def GetWindowBeingRemoved(*args
, **kwargs
):
1347 GetWindowBeingRemoved(self) -> Window
1349 Returns a pointer to the window being removed when a splitter window
1352 return _windows_
.SplitterEvent_GetWindowBeingRemoved(*args
, **kwargs
)
1354 def GetX(*args
, **kwargs
):
1358 Returns the x coordinate of the double-click point in a
1359 EVT_SPLITTER_DCLICK event.
1361 return _windows_
.SplitterEvent_GetX(*args
, **kwargs
)
1363 def GetY(*args
, **kwargs
):
1367 Returns the y coordinate of the double-click point in a
1368 EVT_SPLITTER_DCLICK event.
1370 return _windows_
.SplitterEvent_GetY(*args
, **kwargs
)
1373 class SplitterEventPtr(SplitterEvent
):
1374 def __init__(self
, this
):
1376 if not hasattr(self
,"thisown"): self
.thisown
= 0
1377 self
.__class
__ = SplitterEvent
1378 _windows_
.SplitterEvent_swigregister(SplitterEventPtr
)
1380 wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED
= _windows_
.wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED
1381 wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING
= _windows_
.wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING
1382 wxEVT_COMMAND_SPLITTER_DOUBLECLICKED
= _windows_
.wxEVT_COMMAND_SPLITTER_DOUBLECLICKED
1383 wxEVT_COMMAND_SPLITTER_UNSPLIT
= _windows_
.wxEVT_COMMAND_SPLITTER_UNSPLIT
1384 EVT_SPLITTER_SASH_POS_CHANGED
= wx
.PyEventBinder( wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED
, 1 )
1385 EVT_SPLITTER_SASH_POS_CHANGING
= wx
.PyEventBinder( wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING
, 1 )
1386 EVT_SPLITTER_DOUBLECLICKED
= wx
.PyEventBinder( wxEVT_COMMAND_SPLITTER_DOUBLECLICKED
, 1 )
1387 EVT_SPLITTER_UNSPLIT
= wx
.PyEventBinder( wxEVT_COMMAND_SPLITTER_UNSPLIT
, 1 )
1388 EVT_SPLITTER_DCLICK
= EVT_SPLITTER_DOUBLECLICKED
1390 #---------------------------------------------------------------------------
1392 SASH_DRAG_NONE
= _windows_
.SASH_DRAG_NONE
1393 SASH_DRAG_DRAGGING
= _windows_
.SASH_DRAG_DRAGGING
1394 SASH_DRAG_LEFT_DOWN
= _windows_
.SASH_DRAG_LEFT_DOWN
1395 SW_NOBORDER
= _windows_
.SW_NOBORDER
1396 SW_BORDER
= _windows_
.SW_BORDER
1397 SW_3DSASH
= _windows_
.SW_3DSASH
1398 SW_3DBORDER
= _windows_
.SW_3DBORDER
1399 SW_3D
= _windows_
.SW_3D
1400 SASH_TOP
= _windows_
.SASH_TOP
1401 SASH_RIGHT
= _windows_
.SASH_RIGHT
1402 SASH_BOTTOM
= _windows_
.SASH_BOTTOM
1403 SASH_LEFT
= _windows_
.SASH_LEFT
1404 SASH_NONE
= _windows_
.SASH_NONE
1405 class SashWindow(_core
.Window
):
1406 """Proxy of C++ SashWindow class"""
1408 return "<%s.%s; proxy of C++ wxSashWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1409 def __init__(self
, *args
, **kwargs
):
1411 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
1412 Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxSW_3D,
1413 String name=SashNameStr) -> SashWindow
1415 newobj
= _windows_
.new_SashWindow(*args
, **kwargs
)
1416 self
.this
= newobj
.this
1419 self
._setOORInfo
(self
)
1421 def Create(*args
, **kwargs
):
1423 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
1424 Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxSW_3D,
1425 String name=SashNameStr) -> bool
1427 return _windows_
.SashWindow_Create(*args
, **kwargs
)
1429 def SetSashVisible(*args
, **kwargs
):
1430 """SetSashVisible(self, int edge, bool sash)"""
1431 return _windows_
.SashWindow_SetSashVisible(*args
, **kwargs
)
1433 def GetSashVisible(*args
, **kwargs
):
1434 """GetSashVisible(self, int edge) -> bool"""
1435 return _windows_
.SashWindow_GetSashVisible(*args
, **kwargs
)
1437 def SetSashBorder(*args
, **kwargs
):
1438 """SetSashBorder(self, int edge, bool border)"""
1439 return _windows_
.SashWindow_SetSashBorder(*args
, **kwargs
)
1441 def HasBorder(*args
, **kwargs
):
1442 """HasBorder(self, int edge) -> bool"""
1443 return _windows_
.SashWindow_HasBorder(*args
, **kwargs
)
1445 def GetEdgeMargin(*args
, **kwargs
):
1446 """GetEdgeMargin(self, int edge) -> int"""
1447 return _windows_
.SashWindow_GetEdgeMargin(*args
, **kwargs
)
1449 def SetDefaultBorderSize(*args
, **kwargs
):
1450 """SetDefaultBorderSize(self, int width)"""
1451 return _windows_
.SashWindow_SetDefaultBorderSize(*args
, **kwargs
)
1453 def GetDefaultBorderSize(*args
, **kwargs
):
1454 """GetDefaultBorderSize(self) -> int"""
1455 return _windows_
.SashWindow_GetDefaultBorderSize(*args
, **kwargs
)
1457 def SetExtraBorderSize(*args
, **kwargs
):
1458 """SetExtraBorderSize(self, int width)"""
1459 return _windows_
.SashWindow_SetExtraBorderSize(*args
, **kwargs
)
1461 def GetExtraBorderSize(*args
, **kwargs
):
1462 """GetExtraBorderSize(self) -> int"""
1463 return _windows_
.SashWindow_GetExtraBorderSize(*args
, **kwargs
)
1465 def SetMinimumSizeX(*args
, **kwargs
):
1466 """SetMinimumSizeX(self, int min)"""
1467 return _windows_
.SashWindow_SetMinimumSizeX(*args
, **kwargs
)
1469 def SetMinimumSizeY(*args
, **kwargs
):
1470 """SetMinimumSizeY(self, int min)"""
1471 return _windows_
.SashWindow_SetMinimumSizeY(*args
, **kwargs
)
1473 def GetMinimumSizeX(*args
, **kwargs
):
1474 """GetMinimumSizeX(self) -> int"""
1475 return _windows_
.SashWindow_GetMinimumSizeX(*args
, **kwargs
)
1477 def GetMinimumSizeY(*args
, **kwargs
):
1478 """GetMinimumSizeY(self) -> int"""
1479 return _windows_
.SashWindow_GetMinimumSizeY(*args
, **kwargs
)
1481 def SetMaximumSizeX(*args
, **kwargs
):
1482 """SetMaximumSizeX(self, int max)"""
1483 return _windows_
.SashWindow_SetMaximumSizeX(*args
, **kwargs
)
1485 def SetMaximumSizeY(*args
, **kwargs
):
1486 """SetMaximumSizeY(self, int max)"""
1487 return _windows_
.SashWindow_SetMaximumSizeY(*args
, **kwargs
)
1489 def GetMaximumSizeX(*args
, **kwargs
):
1490 """GetMaximumSizeX(self) -> int"""
1491 return _windows_
.SashWindow_GetMaximumSizeX(*args
, **kwargs
)
1493 def GetMaximumSizeY(*args
, **kwargs
):
1494 """GetMaximumSizeY(self) -> int"""
1495 return _windows_
.SashWindow_GetMaximumSizeY(*args
, **kwargs
)
1497 def SashHitTest(*args
, **kwargs
):
1498 """SashHitTest(self, int x, int y, int tolerance=2) -> int"""
1499 return _windows_
.SashWindow_SashHitTest(*args
, **kwargs
)
1501 def SizeWindows(*args
, **kwargs
):
1502 """SizeWindows(self)"""
1503 return _windows_
.SashWindow_SizeWindows(*args
, **kwargs
)
1506 class SashWindowPtr(SashWindow
):
1507 def __init__(self
, this
):
1509 if not hasattr(self
,"thisown"): self
.thisown
= 0
1510 self
.__class
__ = SashWindow
1511 _windows_
.SashWindow_swigregister(SashWindowPtr
)
1512 SashNameStr
= cvar
.SashNameStr
1513 SashLayoutNameStr
= cvar
.SashLayoutNameStr
1515 def PreSashWindow(*args
, **kwargs
):
1516 """PreSashWindow() -> SashWindow"""
1517 val
= _windows_
.new_PreSashWindow(*args
, **kwargs
)
1521 SASH_STATUS_OK
= _windows_
.SASH_STATUS_OK
1522 SASH_STATUS_OUT_OF_RANGE
= _windows_
.SASH_STATUS_OUT_OF_RANGE
1523 class SashEvent(_core
.CommandEvent
):
1524 """Proxy of C++ SashEvent class"""
1526 return "<%s.%s; proxy of C++ wxSashEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1527 def __init__(self
, *args
, **kwargs
):
1528 """__init__(self, int id=0, int edge=SASH_NONE) -> SashEvent"""
1529 newobj
= _windows_
.new_SashEvent(*args
, **kwargs
)
1530 self
.this
= newobj
.this
1533 def SetEdge(*args
, **kwargs
):
1534 """SetEdge(self, int edge)"""
1535 return _windows_
.SashEvent_SetEdge(*args
, **kwargs
)
1537 def GetEdge(*args
, **kwargs
):
1538 """GetEdge(self) -> int"""
1539 return _windows_
.SashEvent_GetEdge(*args
, **kwargs
)
1541 def SetDragRect(*args
, **kwargs
):
1542 """SetDragRect(self, Rect rect)"""
1543 return _windows_
.SashEvent_SetDragRect(*args
, **kwargs
)
1545 def GetDragRect(*args
, **kwargs
):
1546 """GetDragRect(self) -> Rect"""
1547 return _windows_
.SashEvent_GetDragRect(*args
, **kwargs
)
1549 def SetDragStatus(*args
, **kwargs
):
1550 """SetDragStatus(self, int status)"""
1551 return _windows_
.SashEvent_SetDragStatus(*args
, **kwargs
)
1553 def GetDragStatus(*args
, **kwargs
):
1554 """GetDragStatus(self) -> int"""
1555 return _windows_
.SashEvent_GetDragStatus(*args
, **kwargs
)
1558 class SashEventPtr(SashEvent
):
1559 def __init__(self
, this
):
1561 if not hasattr(self
,"thisown"): self
.thisown
= 0
1562 self
.__class
__ = SashEvent
1563 _windows_
.SashEvent_swigregister(SashEventPtr
)
1565 wxEVT_SASH_DRAGGED
= _windows_
.wxEVT_SASH_DRAGGED
1566 EVT_SASH_DRAGGED
= wx
.PyEventBinder( wxEVT_SASH_DRAGGED
, 1 )
1567 EVT_SASH_DRAGGED_RANGE
= wx
.PyEventBinder( wxEVT_SASH_DRAGGED
, 2 )
1569 #---------------------------------------------------------------------------
1571 LAYOUT_HORIZONTAL
= _windows_
.LAYOUT_HORIZONTAL
1572 LAYOUT_VERTICAL
= _windows_
.LAYOUT_VERTICAL
1573 LAYOUT_NONE
= _windows_
.LAYOUT_NONE
1574 LAYOUT_TOP
= _windows_
.LAYOUT_TOP
1575 LAYOUT_LEFT
= _windows_
.LAYOUT_LEFT
1576 LAYOUT_RIGHT
= _windows_
.LAYOUT_RIGHT
1577 LAYOUT_BOTTOM
= _windows_
.LAYOUT_BOTTOM
1578 LAYOUT_LENGTH_Y
= _windows_
.LAYOUT_LENGTH_Y
1579 LAYOUT_LENGTH_X
= _windows_
.LAYOUT_LENGTH_X
1580 LAYOUT_MRU_LENGTH
= _windows_
.LAYOUT_MRU_LENGTH
1581 LAYOUT_QUERY
= _windows_
.LAYOUT_QUERY
1582 wxEVT_QUERY_LAYOUT_INFO
= _windows_
.wxEVT_QUERY_LAYOUT_INFO
1583 wxEVT_CALCULATE_LAYOUT
= _windows_
.wxEVT_CALCULATE_LAYOUT
1584 class QueryLayoutInfoEvent(_core
.Event
):
1585 """Proxy of C++ QueryLayoutInfoEvent class"""
1587 return "<%s.%s; proxy of C++ wxQueryLayoutInfoEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1588 def __init__(self
, *args
, **kwargs
):
1589 """__init__(self, int id=0) -> QueryLayoutInfoEvent"""
1590 newobj
= _windows_
.new_QueryLayoutInfoEvent(*args
, **kwargs
)
1591 self
.this
= newobj
.this
1594 def SetRequestedLength(*args
, **kwargs
):
1595 """SetRequestedLength(self, int length)"""
1596 return _windows_
.QueryLayoutInfoEvent_SetRequestedLength(*args
, **kwargs
)
1598 def GetRequestedLength(*args
, **kwargs
):
1599 """GetRequestedLength(self) -> int"""
1600 return _windows_
.QueryLayoutInfoEvent_GetRequestedLength(*args
, **kwargs
)
1602 def SetFlags(*args
, **kwargs
):
1603 """SetFlags(self, int flags)"""
1604 return _windows_
.QueryLayoutInfoEvent_SetFlags(*args
, **kwargs
)
1606 def GetFlags(*args
, **kwargs
):
1607 """GetFlags(self) -> int"""
1608 return _windows_
.QueryLayoutInfoEvent_GetFlags(*args
, **kwargs
)
1610 def SetSize(*args
, **kwargs
):
1611 """SetSize(self, Size size)"""
1612 return _windows_
.QueryLayoutInfoEvent_SetSize(*args
, **kwargs
)
1614 def GetSize(*args
, **kwargs
):
1615 """GetSize(self) -> Size"""
1616 return _windows_
.QueryLayoutInfoEvent_GetSize(*args
, **kwargs
)
1618 def SetOrientation(*args
, **kwargs
):
1619 """SetOrientation(self, int orient)"""
1620 return _windows_
.QueryLayoutInfoEvent_SetOrientation(*args
, **kwargs
)
1622 def GetOrientation(*args
, **kwargs
):
1623 """GetOrientation(self) -> int"""
1624 return _windows_
.QueryLayoutInfoEvent_GetOrientation(*args
, **kwargs
)
1626 def SetAlignment(*args
, **kwargs
):
1627 """SetAlignment(self, int align)"""
1628 return _windows_
.QueryLayoutInfoEvent_SetAlignment(*args
, **kwargs
)
1630 def GetAlignment(*args
, **kwargs
):
1631 """GetAlignment(self) -> int"""
1632 return _windows_
.QueryLayoutInfoEvent_GetAlignment(*args
, **kwargs
)
1635 class QueryLayoutInfoEventPtr(QueryLayoutInfoEvent
):
1636 def __init__(self
, this
):
1638 if not hasattr(self
,"thisown"): self
.thisown
= 0
1639 self
.__class
__ = QueryLayoutInfoEvent
1640 _windows_
.QueryLayoutInfoEvent_swigregister(QueryLayoutInfoEventPtr
)
1642 class CalculateLayoutEvent(_core
.Event
):
1643 """Proxy of C++ CalculateLayoutEvent class"""
1645 return "<%s.%s; proxy of C++ wxCalculateLayoutEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1646 def __init__(self
, *args
, **kwargs
):
1647 """__init__(self, int id=0) -> CalculateLayoutEvent"""
1648 newobj
= _windows_
.new_CalculateLayoutEvent(*args
, **kwargs
)
1649 self
.this
= newobj
.this
1652 def SetFlags(*args
, **kwargs
):
1653 """SetFlags(self, int flags)"""
1654 return _windows_
.CalculateLayoutEvent_SetFlags(*args
, **kwargs
)
1656 def GetFlags(*args
, **kwargs
):
1657 """GetFlags(self) -> int"""
1658 return _windows_
.CalculateLayoutEvent_GetFlags(*args
, **kwargs
)
1660 def SetRect(*args
, **kwargs
):
1661 """SetRect(self, Rect rect)"""
1662 return _windows_
.CalculateLayoutEvent_SetRect(*args
, **kwargs
)
1664 def GetRect(*args
, **kwargs
):
1665 """GetRect(self) -> Rect"""
1666 return _windows_
.CalculateLayoutEvent_GetRect(*args
, **kwargs
)
1669 class CalculateLayoutEventPtr(CalculateLayoutEvent
):
1670 def __init__(self
, this
):
1672 if not hasattr(self
,"thisown"): self
.thisown
= 0
1673 self
.__class
__ = CalculateLayoutEvent
1674 _windows_
.CalculateLayoutEvent_swigregister(CalculateLayoutEventPtr
)
1676 EVT_QUERY_LAYOUT_INFO
= wx
.PyEventBinder( wxEVT_QUERY_LAYOUT_INFO
)
1677 EVT_CALCULATE_LAYOUT
= wx
.PyEventBinder( wxEVT_CALCULATE_LAYOUT
)
1679 class SashLayoutWindow(SashWindow
):
1680 """Proxy of C++ SashLayoutWindow class"""
1682 return "<%s.%s; proxy of C++ wxSashLayoutWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1683 def __init__(self
, *args
, **kwargs
):
1685 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
1686 Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxSW_3D,
1687 String name=SashLayoutNameStr) -> SashLayoutWindow
1689 newobj
= _windows_
.new_SashLayoutWindow(*args
, **kwargs
)
1690 self
.this
= newobj
.this
1693 self
._setOORInfo
(self
)
1695 def Create(*args
, **kwargs
):
1697 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
1698 Size size=DefaultSize, long style=wxCLIP_CHILDREN|wxSW_3D,
1699 String name=SashLayoutNameStr) -> bool
1701 return _windows_
.SashLayoutWindow_Create(*args
, **kwargs
)
1703 def GetAlignment(*args
, **kwargs
):
1704 """GetAlignment(self) -> int"""
1705 return _windows_
.SashLayoutWindow_GetAlignment(*args
, **kwargs
)
1707 def GetOrientation(*args
, **kwargs
):
1708 """GetOrientation(self) -> int"""
1709 return _windows_
.SashLayoutWindow_GetOrientation(*args
, **kwargs
)
1711 def SetAlignment(*args
, **kwargs
):
1712 """SetAlignment(self, int alignment)"""
1713 return _windows_
.SashLayoutWindow_SetAlignment(*args
, **kwargs
)
1715 def SetDefaultSize(*args
, **kwargs
):
1716 """SetDefaultSize(self, Size size)"""
1717 return _windows_
.SashLayoutWindow_SetDefaultSize(*args
, **kwargs
)
1719 def SetOrientation(*args
, **kwargs
):
1720 """SetOrientation(self, int orientation)"""
1721 return _windows_
.SashLayoutWindow_SetOrientation(*args
, **kwargs
)
1724 class SashLayoutWindowPtr(SashLayoutWindow
):
1725 def __init__(self
, this
):
1727 if not hasattr(self
,"thisown"): self
.thisown
= 0
1728 self
.__class
__ = SashLayoutWindow
1729 _windows_
.SashLayoutWindow_swigregister(SashLayoutWindowPtr
)
1731 def PreSashLayoutWindow(*args
, **kwargs
):
1732 """PreSashLayoutWindow() -> SashLayoutWindow"""
1733 val
= _windows_
.new_PreSashLayoutWindow(*args
, **kwargs
)
1737 class LayoutAlgorithm(_core
.Object
):
1738 """Proxy of C++ LayoutAlgorithm class"""
1740 return "<%s.%s; proxy of C++ wxLayoutAlgorithm instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1741 def __init__(self
, *args
, **kwargs
):
1742 """__init__(self) -> LayoutAlgorithm"""
1743 newobj
= _windows_
.new_LayoutAlgorithm(*args
, **kwargs
)
1744 self
.this
= newobj
.this
1747 def __del__(self
, destroy
=_windows_
.delete_LayoutAlgorithm
):
1750 if self
.thisown
: destroy(self
)
1753 def LayoutMDIFrame(*args
, **kwargs
):
1754 """LayoutMDIFrame(self, MDIParentFrame frame, Rect rect=None) -> bool"""
1755 return _windows_
.LayoutAlgorithm_LayoutMDIFrame(*args
, **kwargs
)
1757 def LayoutFrame(*args
, **kwargs
):
1758 """LayoutFrame(self, Frame frame, Window mainWindow=None) -> bool"""
1759 return _windows_
.LayoutAlgorithm_LayoutFrame(*args
, **kwargs
)
1761 def LayoutWindow(*args
, **kwargs
):
1762 """LayoutWindow(self, Window parent, Window mainWindow=None) -> bool"""
1763 return _windows_
.LayoutAlgorithm_LayoutWindow(*args
, **kwargs
)
1766 class LayoutAlgorithmPtr(LayoutAlgorithm
):
1767 def __init__(self
, this
):
1769 if not hasattr(self
,"thisown"): self
.thisown
= 0
1770 self
.__class
__ = LayoutAlgorithm
1771 _windows_
.LayoutAlgorithm_swigregister(LayoutAlgorithmPtr
)
1773 class PopupWindow(_core
.Window
):
1774 """Proxy of C++ PopupWindow class"""
1776 return "<%s.%s; proxy of C++ wxPopupWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1777 def __init__(self
, *args
, **kwargs
):
1778 """__init__(self, Window parent, int flags=BORDER_NONE) -> PopupWindow"""
1779 newobj
= _windows_
.new_PopupWindow(*args
, **kwargs
)
1780 self
.this
= newobj
.this
1784 class PopupWindowPtr(PopupWindow
):
1785 def __init__(self
, this
):
1787 if not hasattr(self
,"thisown"): self
.thisown
= 0
1788 self
.__class
__ = PopupWindow
1789 _windows_
.PopupWindow_swigregister(PopupWindowPtr
)
1791 def PrePopupWindow(*args
, **kwargs
):
1792 """PrePopupWindow() -> PopupWindow"""
1793 val
= _windows_
.new_PrePopupWindow(*args
, **kwargs
)
1797 class PopupTransientWindow(PopupWindow
):
1798 """Proxy of C++ PopupTransientWindow class"""
1800 return "<%s.%s; proxy of C++ wxPyPopupTransientWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1801 def __init__(self
, *args
, **kwargs
):
1802 """__init__(self, Window parent, int style=BORDER_NONE) -> PopupTransientWindow"""
1803 newobj
= _windows_
.new_PopupTransientWindow(*args
, **kwargs
)
1804 self
.this
= newobj
.this
1808 class PopupTransientWindowPtr(PopupTransientWindow
):
1809 def __init__(self
, this
):
1811 if not hasattr(self
,"thisown"): self
.thisown
= 0
1812 self
.__class
__ = PopupTransientWindow
1813 _windows_
.PopupTransientWindow_swigregister(PopupTransientWindowPtr
)
1815 def PrePopupTransientWindow(*args
, **kwargs
):
1816 """PrePopupTransientWindow() -> PopupTransientWindow"""
1817 val
= _windows_
.new_PrePopupTransientWindow(*args
, **kwargs
)
1821 #---------------------------------------------------------------------------
1823 class TipWindow(Frame
):
1824 """Proxy of C++ TipWindow class"""
1826 return "<%s.%s; proxy of C++ wxTipWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1827 def __init__(self
, *args
, **kwargs
):
1828 """__init__(self, Window parent, String text, int maxLength=100, Rect rectBound=None) -> TipWindow"""
1829 newobj
= _windows_
.new_TipWindow(*args
, **kwargs
)
1830 self
.this
= newobj
.this
1833 self
._setOORInfo
(self
)
1835 def SetBoundingRect(*args
, **kwargs
):
1836 """SetBoundingRect(self, Rect rectBound)"""
1837 return _windows_
.TipWindow_SetBoundingRect(*args
, **kwargs
)
1839 def Close(*args
, **kwargs
):
1843 This function simply generates a EVT_CLOSE event whose handler usually
1844 tries to close the window. It doesn't close the window itself,
1845 however. If force is False (the default) then the window's close
1846 handler will be allowed to veto the destruction of the window.
1848 return _windows_
.TipWindow_Close(*args
, **kwargs
)
1851 class TipWindowPtr(TipWindow
):
1852 def __init__(self
, this
):
1854 if not hasattr(self
,"thisown"): self
.thisown
= 0
1855 self
.__class
__ = TipWindow
1856 _windows_
.TipWindow_swigregister(TipWindowPtr
)
1858 #---------------------------------------------------------------------------
1860 class VScrolledWindow(Panel
):
1861 """Proxy of C++ VScrolledWindow class"""
1863 return "<%s.%s; proxy of C++ wxPyVScrolledWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1864 def __init__(self
, *args
, **kwargs
):
1866 __init__(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1867 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> VScrolledWindow
1869 newobj
= _windows_
.new_VScrolledWindow(*args
, **kwargs
)
1870 self
.this
= newobj
.this
1873 self
._setOORInfo
(self
); self
._setCallbackInfo
(self
, VScrolledWindow
)
1875 def _setCallbackInfo(*args
, **kwargs
):
1876 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1877 return _windows_
.VScrolledWindow__setCallbackInfo(*args
, **kwargs
)
1879 def Create(*args
, **kwargs
):
1881 Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1882 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> bool
1884 return _windows_
.VScrolledWindow_Create(*args
, **kwargs
)
1886 def SetLineCount(*args
, **kwargs
):
1887 """SetLineCount(self, size_t count)"""
1888 return _windows_
.VScrolledWindow_SetLineCount(*args
, **kwargs
)
1890 def ScrollToLine(*args
, **kwargs
):
1891 """ScrollToLine(self, size_t line) -> bool"""
1892 return _windows_
.VScrolledWindow_ScrollToLine(*args
, **kwargs
)
1894 def ScrollLines(*args
, **kwargs
):
1896 ScrollLines(self, int lines) -> bool
1898 If the platform and window class supports it, scrolls the window by
1899 the given number of lines down, if lines is positive, or up if lines
1900 is negative. Returns True if the window was scrolled, False if it was
1901 already on top/bottom and nothing was done.
1903 return _windows_
.VScrolledWindow_ScrollLines(*args
, **kwargs
)
1905 def ScrollPages(*args
, **kwargs
):
1907 ScrollPages(self, int pages) -> bool
1909 If the platform and window class supports it, scrolls the window by
1910 the given number of pages down, if pages is positive, or up if pages
1911 is negative. Returns True if the window was scrolled, False if it was
1912 already on top/bottom and nothing was done.
1914 return _windows_
.VScrolledWindow_ScrollPages(*args
, **kwargs
)
1916 def RefreshLine(*args
, **kwargs
):
1917 """RefreshLine(self, size_t line)"""
1918 return _windows_
.VScrolledWindow_RefreshLine(*args
, **kwargs
)
1920 def RefreshLines(*args
, **kwargs
):
1921 """RefreshLines(self, size_t from, size_t to)"""
1922 return _windows_
.VScrolledWindow_RefreshLines(*args
, **kwargs
)
1924 def HitTestXY(*args
, **kwargs
):
1926 HitTestXY(self, int x, int y) -> int
1928 Test where the given (in client coords) point lies
1930 return _windows_
.VScrolledWindow_HitTestXY(*args
, **kwargs
)
1932 def HitTest(*args
, **kwargs
):
1934 HitTest(self, Point pt) -> int
1936 Test where the given (in client coords) point lies
1938 return _windows_
.VScrolledWindow_HitTest(*args
, **kwargs
)
1940 def RefreshAll(*args
, **kwargs
):
1941 """RefreshAll(self)"""
1942 return _windows_
.VScrolledWindow_RefreshAll(*args
, **kwargs
)
1944 def GetLineCount(*args
, **kwargs
):
1945 """GetLineCount(self) -> size_t"""
1946 return _windows_
.VScrolledWindow_GetLineCount(*args
, **kwargs
)
1948 def GetFirstVisibleLine(*args
, **kwargs
):
1949 """GetFirstVisibleLine(self) -> size_t"""
1950 return _windows_
.VScrolledWindow_GetFirstVisibleLine(*args
, **kwargs
)
1952 def GetLastVisibleLine(*args
, **kwargs
):
1953 """GetLastVisibleLine(self) -> size_t"""
1954 return _windows_
.VScrolledWindow_GetLastVisibleLine(*args
, **kwargs
)
1956 def IsVisible(*args
, **kwargs
):
1957 """IsVisible(self, size_t line) -> bool"""
1958 return _windows_
.VScrolledWindow_IsVisible(*args
, **kwargs
)
1961 class VScrolledWindowPtr(VScrolledWindow
):
1962 def __init__(self
, this
):
1964 if not hasattr(self
,"thisown"): self
.thisown
= 0
1965 self
.__class
__ = VScrolledWindow
1966 _windows_
.VScrolledWindow_swigregister(VScrolledWindowPtr
)
1968 def PreVScrolledWindow(*args
, **kwargs
):
1969 """PreVScrolledWindow() -> VScrolledWindow"""
1970 val
= _windows_
.new_PreVScrolledWindow(*args
, **kwargs
)
1974 class VListBox(VScrolledWindow
):
1975 """Proxy of C++ VListBox class"""
1977 return "<%s.%s; proxy of C++ wxPyVListBox instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1978 def __init__(self
, *args
, **kwargs
):
1980 __init__(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1981 Size size=DefaultSize, long style=0, String name=VListBoxNameStr) -> VListBox
1983 newobj
= _windows_
.new_VListBox(*args
, **kwargs
)
1984 self
.this
= newobj
.this
1987 self
._setOORInfo
(self
);self
._setCallbackInfo
(self
, VListBox
)
1989 def _setCallbackInfo(*args
, **kwargs
):
1990 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1991 return _windows_
.VListBox__setCallbackInfo(*args
, **kwargs
)
1993 def Create(*args
, **kwargs
):
1995 Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1996 Size size=DefaultSize, long style=0, String name=VListBoxNameStr) -> bool
1998 return _windows_
.VListBox_Create(*args
, **kwargs
)
2000 def GetItemCount(*args
, **kwargs
):
2001 """GetItemCount(self) -> size_t"""
2002 return _windows_
.VListBox_GetItemCount(*args
, **kwargs
)
2004 def HasMultipleSelection(*args
, **kwargs
):
2005 """HasMultipleSelection(self) -> bool"""
2006 return _windows_
.VListBox_HasMultipleSelection(*args
, **kwargs
)
2008 def GetSelection(*args
, **kwargs
):
2009 """GetSelection(self) -> int"""
2010 return _windows_
.VListBox_GetSelection(*args
, **kwargs
)
2012 def IsCurrent(*args
, **kwargs
):
2013 """IsCurrent(self, size_t item) -> bool"""
2014 return _windows_
.VListBox_IsCurrent(*args
, **kwargs
)
2016 def IsSelected(*args
, **kwargs
):
2017 """IsSelected(self, size_t item) -> bool"""
2018 return _windows_
.VListBox_IsSelected(*args
, **kwargs
)
2020 def GetSelectedCount(*args
, **kwargs
):
2021 """GetSelectedCount(self) -> size_t"""
2022 return _windows_
.VListBox_GetSelectedCount(*args
, **kwargs
)
2024 def GetFirstSelected(*args
, **kwargs
):
2025 """GetFirstSelected(self) -> PyObject"""
2026 return _windows_
.VListBox_GetFirstSelected(*args
, **kwargs
)
2028 def GetNextSelected(*args
, **kwargs
):
2029 """GetNextSelected(self, unsigned long cookie) -> PyObject"""
2030 return _windows_
.VListBox_GetNextSelected(*args
, **kwargs
)
2032 def GetMargins(*args
, **kwargs
):
2033 """GetMargins(self) -> Point"""
2034 return _windows_
.VListBox_GetMargins(*args
, **kwargs
)
2036 def GetSelectionBackground(*args
, **kwargs
):
2037 """GetSelectionBackground(self) -> Colour"""
2038 return _windows_
.VListBox_GetSelectionBackground(*args
, **kwargs
)
2040 def SetItemCount(*args
, **kwargs
):
2041 """SetItemCount(self, size_t count)"""
2042 return _windows_
.VListBox_SetItemCount(*args
, **kwargs
)
2044 def Clear(*args
, **kwargs
):
2046 return _windows_
.VListBox_Clear(*args
, **kwargs
)
2048 def SetSelection(*args
, **kwargs
):
2049 """SetSelection(self, int selection)"""
2050 return _windows_
.VListBox_SetSelection(*args
, **kwargs
)
2052 def Select(*args
, **kwargs
):
2053 """Select(self, size_t item, bool select=True) -> bool"""
2054 return _windows_
.VListBox_Select(*args
, **kwargs
)
2056 def SelectRange(*args
, **kwargs
):
2057 """SelectRange(self, size_t from, size_t to) -> bool"""
2058 return _windows_
.VListBox_SelectRange(*args
, **kwargs
)
2060 def Toggle(*args
, **kwargs
):
2061 """Toggle(self, size_t item)"""
2062 return _windows_
.VListBox_Toggle(*args
, **kwargs
)
2064 def SelectAll(*args
, **kwargs
):
2065 """SelectAll(self) -> bool"""
2066 return _windows_
.VListBox_SelectAll(*args
, **kwargs
)
2068 def DeselectAll(*args
, **kwargs
):
2069 """DeselectAll(self) -> bool"""
2070 return _windows_
.VListBox_DeselectAll(*args
, **kwargs
)
2072 def SetMargins(*args
, **kwargs
):
2073 """SetMargins(self, Point pt)"""
2074 return _windows_
.VListBox_SetMargins(*args
, **kwargs
)
2076 def SetMarginsXY(*args
, **kwargs
):
2077 """SetMarginsXY(self, int x, int y)"""
2078 return _windows_
.VListBox_SetMarginsXY(*args
, **kwargs
)
2080 def SetSelectionBackground(*args
, **kwargs
):
2081 """SetSelectionBackground(self, Colour col)"""
2082 return _windows_
.VListBox_SetSelectionBackground(*args
, **kwargs
)
2085 class VListBoxPtr(VListBox
):
2086 def __init__(self
, this
):
2088 if not hasattr(self
,"thisown"): self
.thisown
= 0
2089 self
.__class
__ = VListBox
2090 _windows_
.VListBox_swigregister(VListBoxPtr
)
2091 VListBoxNameStr
= cvar
.VListBoxNameStr
2093 def PreVListBox(*args
, **kwargs
):
2094 """PreVListBox() -> VListBox"""
2095 val
= _windows_
.new_PreVListBox(*args
, **kwargs
)
2099 class HtmlListBox(VListBox
):
2100 """Proxy of C++ HtmlListBox class"""
2102 return "<%s.%s; proxy of C++ wxPyHtmlListBox instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2103 def __init__(self
, *args
, **kwargs
):
2105 __init__(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
2106 Size size=DefaultSize, long style=0, String name=VListBoxNameStr) -> HtmlListBox
2108 newobj
= _windows_
.new_HtmlListBox(*args
, **kwargs
)
2109 self
.this
= newobj
.this
2112 self
._setOORInfo
(self
);self
._setCallbackInfo
(self
, HtmlListBox
)
2114 def _setCallbackInfo(*args
, **kwargs
):
2115 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
2116 return _windows_
.HtmlListBox__setCallbackInfo(*args
, **kwargs
)
2118 def Create(*args
, **kwargs
):
2120 Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
2121 Size size=DefaultSize, long style=0, String name=VListBoxNameStr) -> bool
2123 return _windows_
.HtmlListBox_Create(*args
, **kwargs
)
2125 def RefreshAll(*args
, **kwargs
):
2126 """RefreshAll(self)"""
2127 return _windows_
.HtmlListBox_RefreshAll(*args
, **kwargs
)
2129 def SetItemCount(*args
, **kwargs
):
2130 """SetItemCount(self, size_t count)"""
2131 return _windows_
.HtmlListBox_SetItemCount(*args
, **kwargs
)
2133 def GetFileSystem(*args
, **kwargs
):
2134 """GetFileSystem(self) -> FileSystem"""
2135 return _windows_
.HtmlListBox_GetFileSystem(*args
, **kwargs
)
2138 class HtmlListBoxPtr(HtmlListBox
):
2139 def __init__(self
, this
):
2141 if not hasattr(self
,"thisown"): self
.thisown
= 0
2142 self
.__class
__ = HtmlListBox
2143 _windows_
.HtmlListBox_swigregister(HtmlListBoxPtr
)
2145 def PreHtmlListBox(*args
, **kwargs
):
2146 """PreHtmlListBox() -> HtmlListBox"""
2147 val
= _windows_
.new_PreHtmlListBox(*args
, **kwargs
)
2151 #---------------------------------------------------------------------------
2153 class TaskBarIcon(_core
.EvtHandler
):
2154 """Proxy of C++ TaskBarIcon class"""
2156 return "<%s.%s; proxy of C++ wxPyTaskBarIcon instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2157 def __init__(self
, *args
, **kwargs
):
2158 """__init__(self) -> TaskBarIcon"""
2159 newobj
= _windows_
.new_TaskBarIcon(*args
, **kwargs
)
2160 self
.this
= newobj
.this
2163 self
._setCallbackInfo
(self
, TaskBarIcon
, 0)
2165 def _setCallbackInfo(*args
, **kwargs
):
2166 """_setCallbackInfo(self, PyObject self, PyObject _class, int incref)"""
2167 return _windows_
.TaskBarIcon__setCallbackInfo(*args
, **kwargs
)
2169 def Destroy(*args
, **kwargs
):
2173 Deletes the C++ object this Python object is a proxy for.
2175 return _windows_
.TaskBarIcon_Destroy(*args
, **kwargs
)
2177 def IsOk(*args
, **kwargs
):
2178 """IsOk(self) -> bool"""
2179 return _windows_
.TaskBarIcon_IsOk(*args
, **kwargs
)
2181 def __nonzero__(self
): return self
.IsOk()
2182 def IsIconInstalled(*args
, **kwargs
):
2183 """IsIconInstalled(self) -> bool"""
2184 return _windows_
.TaskBarIcon_IsIconInstalled(*args
, **kwargs
)
2186 def SetIcon(*args
, **kwargs
):
2187 """SetIcon(self, Icon icon, String tooltip=EmptyString) -> bool"""
2188 return _windows_
.TaskBarIcon_SetIcon(*args
, **kwargs
)
2190 def RemoveIcon(*args
, **kwargs
):
2191 """RemoveIcon(self) -> bool"""
2192 return _windows_
.TaskBarIcon_RemoveIcon(*args
, **kwargs
)
2194 def PopupMenu(*args
, **kwargs
):
2195 """PopupMenu(self, Menu menu) -> bool"""
2196 return _windows_
.TaskBarIcon_PopupMenu(*args
, **kwargs
)
2199 class TaskBarIconPtr(TaskBarIcon
):
2200 def __init__(self
, this
):
2202 if not hasattr(self
,"thisown"): self
.thisown
= 0
2203 self
.__class
__ = TaskBarIcon
2204 _windows_
.TaskBarIcon_swigregister(TaskBarIconPtr
)
2206 class TaskBarIconEvent(_core
.Event
):
2207 """Proxy of C++ TaskBarIconEvent class"""
2209 return "<%s.%s; proxy of C++ wxTaskBarIconEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2210 def __init__(self
, *args
, **kwargs
):
2211 """__init__(self, wxEventType evtType, wxTaskBarIcon tbIcon) -> TaskBarIconEvent"""
2212 newobj
= _windows_
.new_TaskBarIconEvent(*args
, **kwargs
)
2213 self
.this
= newobj
.this
2217 class TaskBarIconEventPtr(TaskBarIconEvent
):
2218 def __init__(self
, this
):
2220 if not hasattr(self
,"thisown"): self
.thisown
= 0
2221 self
.__class
__ = TaskBarIconEvent
2222 _windows_
.TaskBarIconEvent_swigregister(TaskBarIconEventPtr
)
2224 wxEVT_TASKBAR_MOVE
= _windows_
.wxEVT_TASKBAR_MOVE
2225 wxEVT_TASKBAR_LEFT_DOWN
= _windows_
.wxEVT_TASKBAR_LEFT_DOWN
2226 wxEVT_TASKBAR_LEFT_UP
= _windows_
.wxEVT_TASKBAR_LEFT_UP
2227 wxEVT_TASKBAR_RIGHT_DOWN
= _windows_
.wxEVT_TASKBAR_RIGHT_DOWN
2228 wxEVT_TASKBAR_RIGHT_UP
= _windows_
.wxEVT_TASKBAR_RIGHT_UP
2229 wxEVT_TASKBAR_LEFT_DCLICK
= _windows_
.wxEVT_TASKBAR_LEFT_DCLICK
2230 wxEVT_TASKBAR_RIGHT_DCLICK
= _windows_
.wxEVT_TASKBAR_RIGHT_DCLICK
2231 EVT_TASKBAR_MOVE
= wx
.PyEventBinder ( wxEVT_TASKBAR_MOVE
)
2232 EVT_TASKBAR_LEFT_DOWN
= wx
.PyEventBinder ( wxEVT_TASKBAR_LEFT_DOWN
)
2233 EVT_TASKBAR_LEFT_UP
= wx
.PyEventBinder ( wxEVT_TASKBAR_LEFT_UP
)
2234 EVT_TASKBAR_RIGHT_DOWN
= wx
.PyEventBinder ( wxEVT_TASKBAR_RIGHT_DOWN
)
2235 EVT_TASKBAR_RIGHT_UP
= wx
.PyEventBinder ( wxEVT_TASKBAR_RIGHT_UP
)
2236 EVT_TASKBAR_LEFT_DCLICK
= wx
.PyEventBinder ( wxEVT_TASKBAR_LEFT_DCLICK
)
2237 EVT_TASKBAR_RIGHT_DCLICK
= wx
.PyEventBinder ( wxEVT_TASKBAR_RIGHT_DCLICK
)
2239 #---------------------------------------------------------------------------
2241 class ColourData(_core
.Object
):
2243 This class holds a variety of information related to the colour
2244 chooser dialog, used to transfer settings and results to and from the
2248 return "<%s.%s; proxy of C++ wxColourData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2249 def __init__(self
, *args
, **kwargs
):
2251 __init__(self) -> ColourData
2253 Constructor, sets default values.
2255 newobj
= _windows_
.new_ColourData(*args
, **kwargs
)
2256 self
.this
= newobj
.this
2259 def __del__(self
, destroy
=_windows_
.delete_ColourData
):
2262 if self
.thisown
: destroy(self
)
2265 def GetChooseFull(*args
, **kwargs
):
2267 GetChooseFull(self) -> bool
2269 Under Windows, determines whether the Windows colour dialog will
2270 display the full dialog with custom colour selection controls. Has no
2271 meaning under other platforms. The default value is true.
2273 return _windows_
.ColourData_GetChooseFull(*args
, **kwargs
)
2275 def GetColour(*args
, **kwargs
):
2277 GetColour(self) -> Colour
2279 Gets the colour (pre)selected by the dialog.
2281 return _windows_
.ColourData_GetColour(*args
, **kwargs
)
2283 def GetCustomColour(*args
, **kwargs
):
2285 GetCustomColour(self, int i) -> Colour
2287 Gets the i'th custom colour associated with the colour dialog. i
2288 should be an integer between 0 and 15. The default custom colours are
2289 all invalid colours.
2291 return _windows_
.ColourData_GetCustomColour(*args
, **kwargs
)
2293 def SetChooseFull(*args
, **kwargs
):
2295 SetChooseFull(self, int flag)
2297 Under Windows, tells the Windows colour dialog to display the full
2298 dialog with custom colour selection controls. Under other platforms,
2299 has no effect. The default value is true.
2301 return _windows_
.ColourData_SetChooseFull(*args
, **kwargs
)
2303 def SetColour(*args
, **kwargs
):
2305 SetColour(self, Colour colour)
2307 Sets the default colour for the colour dialog. The default colour is
2310 return _windows_
.ColourData_SetColour(*args
, **kwargs
)
2312 def SetCustomColour(*args
, **kwargs
):
2314 SetCustomColour(self, int i, Colour colour)
2316 Sets the i'th custom colour for the colour dialog. i should be an
2317 integer between 0 and 15. The default custom colours are all invalid colours.
2319 return _windows_
.ColourData_SetCustomColour(*args
, **kwargs
)
2322 class ColourDataPtr(ColourData
):
2323 def __init__(self
, this
):
2325 if not hasattr(self
,"thisown"): self
.thisown
= 0
2326 self
.__class
__ = ColourData
2327 _windows_
.ColourData_swigregister(ColourDataPtr
)
2328 FileSelectorPromptStr
= cvar
.FileSelectorPromptStr
2329 DirSelectorPromptStr
= cvar
.DirSelectorPromptStr
2330 DirDialogNameStr
= cvar
.DirDialogNameStr
2331 FileSelectorDefaultWildcardStr
= cvar
.FileSelectorDefaultWildcardStr
2332 GetTextFromUserPromptStr
= cvar
.GetTextFromUserPromptStr
2333 MessageBoxCaptionStr
= cvar
.MessageBoxCaptionStr
2335 class ColourDialog(Dialog
):
2336 """This class represents the colour chooser dialog."""
2338 return "<%s.%s; proxy of C++ wxColourDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2339 def __init__(self
, *args
, **kwargs
):
2341 __init__(self, Window parent, ColourData data=None) -> ColourDialog
2343 Constructor. Pass a parent window, and optionally a `wx.ColourData`,
2344 which will be copied to the colour dialog's internal ColourData
2347 newobj
= _windows_
.new_ColourDialog(*args
, **kwargs
)
2348 self
.this
= newobj
.this
2351 self
._setOORInfo
(self
)
2353 def GetColourData(*args
, **kwargs
):
2355 GetColourData(self) -> ColourData
2357 Returns a reference to the `wx.ColourData` used by the dialog.
2359 return _windows_
.ColourDialog_GetColourData(*args
, **kwargs
)
2362 class ColourDialogPtr(ColourDialog
):
2363 def __init__(self
, this
):
2365 if not hasattr(self
,"thisown"): self
.thisown
= 0
2366 self
.__class
__ = ColourDialog
2367 _windows_
.ColourDialog_swigregister(ColourDialogPtr
)
2369 class DirDialog(Dialog
):
2371 wx.DirDialog allows the user to select a directory by browising the
2375 return "<%s.%s; proxy of C++ wxDirDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2376 def __init__(self
, *args
, **kwargs
):
2378 __init__(self, Window parent, String message=DirSelectorPromptStr,
2379 String defaultPath=EmptyString, long style=0,
2380 Point pos=DefaultPosition, Size size=DefaultSize,
2381 String name=DirDialogNameStr) -> DirDialog
2383 Constructor. Use ShowModal method to show the dialog.
2385 newobj
= _windows_
.new_DirDialog(*args
, **kwargs
)
2386 self
.this
= newobj
.this
2389 self
._setOORInfo
(self
)
2391 def GetPath(*args
, **kwargs
):
2393 GetPath(self) -> String
2395 Returns the default or user-selected path.
2397 return _windows_
.DirDialog_GetPath(*args
, **kwargs
)
2399 def GetMessage(*args
, **kwargs
):
2401 GetMessage(self) -> String
2403 Returns the message that will be displayed on the dialog.
2405 return _windows_
.DirDialog_GetMessage(*args
, **kwargs
)
2407 def GetStyle(*args
, **kwargs
):
2409 GetStyle(self) -> long
2411 Returns the dialog style.
2413 return _windows_
.DirDialog_GetStyle(*args
, **kwargs
)
2415 def SetMessage(*args
, **kwargs
):
2417 SetMessage(self, String message)
2419 Sets the message that will be displayed on the dialog.
2421 return _windows_
.DirDialog_SetMessage(*args
, **kwargs
)
2423 def SetPath(*args
, **kwargs
):
2425 SetPath(self, String path)
2427 Sets the default path.
2429 return _windows_
.DirDialog_SetPath(*args
, **kwargs
)
2432 class DirDialogPtr(DirDialog
):
2433 def __init__(self
, this
):
2435 if not hasattr(self
,"thisown"): self
.thisown
= 0
2436 self
.__class
__ = DirDialog
2437 _windows_
.DirDialog_swigregister(DirDialogPtr
)
2439 class FileDialog(Dialog
):
2441 wx.FileDialog allows the user to select one or more files from the
2445 return "<%s.%s; proxy of C++ wxFileDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2446 def __init__(self
, *args
, **kwargs
):
2448 __init__(self, Window parent, String message=FileSelectorPromptStr,
2449 String defaultDir=EmptyString, String defaultFile=EmptyString,
2450 String wildcard=FileSelectorDefaultWildcardStr,
2451 long style=0, Point pos=DefaultPosition) -> FileDialog
2453 Constructor. Use ShowModal method to show the dialog.
2455 newobj
= _windows_
.new_FileDialog(*args
, **kwargs
)
2456 self
.this
= newobj
.this
2459 self
._setOORInfo
(self
)
2461 def SetMessage(*args
, **kwargs
):
2463 SetMessage(self, String message)
2465 Sets the message that will be displayed on the dialog.
2467 return _windows_
.FileDialog_SetMessage(*args
, **kwargs
)
2469 def SetPath(*args
, **kwargs
):
2471 SetPath(self, String path)
2473 Sets the path (the combined directory and filename that will be
2474 returned when the dialog is dismissed).
2476 return _windows_
.FileDialog_SetPath(*args
, **kwargs
)
2478 def SetDirectory(*args
, **kwargs
):
2480 SetDirectory(self, String dir)
2482 Sets the default directory.
2484 return _windows_
.FileDialog_SetDirectory(*args
, **kwargs
)
2486 def SetFilename(*args
, **kwargs
):
2488 SetFilename(self, String name)
2490 Sets the default filename.
2492 return _windows_
.FileDialog_SetFilename(*args
, **kwargs
)
2494 def SetWildcard(*args
, **kwargs
):
2496 SetWildcard(self, String wildCard)
2498 Sets the wildcard, which can contain multiple file types, for
2501 "BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif"
2504 return _windows_
.FileDialog_SetWildcard(*args
, **kwargs
)
2506 def SetStyle(*args
, **kwargs
):
2508 SetStyle(self, long style)
2510 Sets the dialog style.
2512 return _windows_
.FileDialog_SetStyle(*args
, **kwargs
)
2514 def SetFilterIndex(*args
, **kwargs
):
2516 SetFilterIndex(self, int filterIndex)
2518 Sets the default filter index, starting from zero.
2520 return _windows_
.FileDialog_SetFilterIndex(*args
, **kwargs
)
2522 def GetMessage(*args
, **kwargs
):
2524 GetMessage(self) -> String
2526 Returns the message that will be displayed on the dialog.
2528 return _windows_
.FileDialog_GetMessage(*args
, **kwargs
)
2530 def GetPath(*args
, **kwargs
):
2532 GetPath(self) -> String
2534 Returns the full path (directory and filename) of the selected file.
2536 return _windows_
.FileDialog_GetPath(*args
, **kwargs
)
2538 def GetDirectory(*args
, **kwargs
):
2540 GetDirectory(self) -> String
2542 Returns the default directory.
2544 return _windows_
.FileDialog_GetDirectory(*args
, **kwargs
)
2546 def GetFilename(*args
, **kwargs
):
2548 GetFilename(self) -> String
2550 Returns the default filename.
2552 return _windows_
.FileDialog_GetFilename(*args
, **kwargs
)
2554 def GetWildcard(*args
, **kwargs
):
2556 GetWildcard(self) -> String
2558 Returns the file dialog wildcard.
2560 return _windows_
.FileDialog_GetWildcard(*args
, **kwargs
)
2562 def GetStyle(*args
, **kwargs
):
2564 GetStyle(self) -> long
2566 Returns the dialog style.
2568 return _windows_
.FileDialog_GetStyle(*args
, **kwargs
)
2570 def GetFilterIndex(*args
, **kwargs
):
2572 GetFilterIndex(self) -> int
2574 Returns the index into the list of filters supplied, optionally, in
2575 the wildcard parameter. Before the dialog is shown, this is the index
2576 which will be used when the dialog is first displayed. After the
2577 dialog is shown, this is the index selected by the user.
2579 return _windows_
.FileDialog_GetFilterIndex(*args
, **kwargs
)
2581 def GetFilenames(*args
, **kwargs
):
2583 GetFilenames(self) -> PyObject
2585 Returns a list of filenames chosen in the dialog. This function
2586 should only be used with the dialogs which have wx.MULTIPLE style, use
2587 GetFilename for the others.
2589 return _windows_
.FileDialog_GetFilenames(*args
, **kwargs
)
2591 def GetPaths(*args
, **kwargs
):
2593 GetPaths(self) -> PyObject
2595 Fills the array paths with the full paths of the files chosen. This
2596 function should only be used with the dialogs which have wx.MULTIPLE
2597 style, use GetPath for the others.
2599 return _windows_
.FileDialog_GetPaths(*args
, **kwargs
)
2602 class FileDialogPtr(FileDialog
):
2603 def __init__(self
, this
):
2605 if not hasattr(self
,"thisown"): self
.thisown
= 0
2606 self
.__class
__ = FileDialog
2607 _windows_
.FileDialog_swigregister(FileDialogPtr
)
2609 CHOICEDLG_STYLE
= _windows_
.CHOICEDLG_STYLE
2610 class MultiChoiceDialog(Dialog
):
2611 """A simple dialog with a multi selection listbox."""
2613 return "<%s.%s; proxy of C++ wxMultiChoiceDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2614 def __init__(self
, *args
, **kwargs
):
2616 __init__(Window parent, String message, String caption,
2617 List choices=[], long style=CHOICEDLG_STYLE,
2618 Point pos=DefaultPosition) -> MultiChoiceDialog
2620 Constructor. Use ShowModal method to show the dialog.
2622 newobj
= _windows_
.new_MultiChoiceDialog(*args
, **kwargs
)
2623 self
.this
= newobj
.this
2626 self
._setOORInfo
(self
)
2628 def SetSelections(*args
, **kwargs
):
2630 SetSelections(List selections)
2632 Specify the items in the list that should be selected, using a list of
2635 return _windows_
.MultiChoiceDialog_SetSelections(*args
, **kwargs
)
2637 def GetSelections(*args
, **kwargs
):
2639 GetSelections() -> [selections]
2641 Returns a list of integers representing the items that are selected.
2643 return _windows_
.MultiChoiceDialog_GetSelections(*args
, **kwargs
)
2646 class MultiChoiceDialogPtr(MultiChoiceDialog
):
2647 def __init__(self
, this
):
2649 if not hasattr(self
,"thisown"): self
.thisown
= 0
2650 self
.__class
__ = MultiChoiceDialog
2651 _windows_
.MultiChoiceDialog_swigregister(MultiChoiceDialogPtr
)
2653 class SingleChoiceDialog(Dialog
):
2654 """A simple dialog with a single selection listbox."""
2656 return "<%s.%s; proxy of C++ wxSingleChoiceDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2657 def __init__(self
, *args
, **kwargs
):
2659 __init__(Window parent, String message, String caption,
2660 List choices=[], long style=CHOICEDLG_STYLE,
2661 Point pos=DefaultPosition) -> SingleChoiceDialog
2663 Constructor. Use ShowModal method to show the dialog.
2665 newobj
= _windows_
.new_SingleChoiceDialog(*args
, **kwargs
)
2666 self
.this
= newobj
.this
2669 self
._setOORInfo
(self
)
2671 def GetSelection(*args
, **kwargs
):
2673 GetSelection(self) -> int
2675 Get the index of teh currently selected item.
2677 return _windows_
.SingleChoiceDialog_GetSelection(*args
, **kwargs
)
2679 def GetStringSelection(*args
, **kwargs
):
2681 GetStringSelection(self) -> String
2683 Returns the string value of the currently selected item
2685 return _windows_
.SingleChoiceDialog_GetStringSelection(*args
, **kwargs
)
2687 def SetSelection(*args
, **kwargs
):
2689 SetSelection(self, int sel)
2691 Set the current selected item to sel
2693 return _windows_
.SingleChoiceDialog_SetSelection(*args
, **kwargs
)
2696 class SingleChoiceDialogPtr(SingleChoiceDialog
):
2697 def __init__(self
, this
):
2699 if not hasattr(self
,"thisown"): self
.thisown
= 0
2700 self
.__class
__ = SingleChoiceDialog
2701 _windows_
.SingleChoiceDialog_swigregister(SingleChoiceDialogPtr
)
2703 TextEntryDialogStyle
= _windows_
.TextEntryDialogStyle
2704 class TextEntryDialog(Dialog
):
2705 """A dialog with text control, [ok] and [cancel] buttons"""
2707 return "<%s.%s; proxy of C++ wxTextEntryDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2708 def __init__(self
, *args
, **kwargs
):
2710 __init__(self, Window parent, String message, String caption=GetTextFromUserPromptStr,
2711 String defaultValue=EmptyString,
2712 long style=TextEntryDialogStyle, Point pos=DefaultPosition) -> TextEntryDialog
2714 Constructor. Use ShowModal method to show the dialog.
2716 newobj
= _windows_
.new_TextEntryDialog(*args
, **kwargs
)
2717 self
.this
= newobj
.this
2720 self
._setOORInfo
(self
)
2722 def GetValue(*args
, **kwargs
):
2724 GetValue(self) -> String
2726 Returns the text that the user has entered if the user has pressed OK,
2727 or the original value if the user has pressed Cancel.
2729 return _windows_
.TextEntryDialog_GetValue(*args
, **kwargs
)
2731 def SetValue(*args
, **kwargs
):
2733 SetValue(self, String value)
2735 Sets the default text value.
2737 return _windows_
.TextEntryDialog_SetValue(*args
, **kwargs
)
2740 class TextEntryDialogPtr(TextEntryDialog
):
2741 def __init__(self
, this
):
2743 if not hasattr(self
,"thisown"): self
.thisown
= 0
2744 self
.__class
__ = TextEntryDialog
2745 _windows_
.TextEntryDialog_swigregister(TextEntryDialogPtr
)
2747 class PasswordEntryDialog(TextEntryDialog
):
2748 """Proxy of C++ PasswordEntryDialog class"""
2750 return "<%s.%s; proxy of C++ wxPasswordEntryDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2751 def __init__(self
, *args
, **kwargs
):
2753 __init__(self, Window parent, String message, String caption=GetPasswordFromUserPromptStr,
2754 String value=EmptyString,
2755 long style=TextEntryDialogStyle, Point pos=DefaultPosition) -> PasswordEntryDialog
2757 newobj
= _windows_
.new_PasswordEntryDialog(*args
, **kwargs
)
2758 self
.this
= newobj
.this
2762 class PasswordEntryDialogPtr(PasswordEntryDialog
):
2763 def __init__(self
, this
):
2765 if not hasattr(self
,"thisown"): self
.thisown
= 0
2766 self
.__class
__ = PasswordEntryDialog
2767 _windows_
.PasswordEntryDialog_swigregister(PasswordEntryDialogPtr
)
2768 GetPasswordFromUserPromptStr
= cvar
.GetPasswordFromUserPromptStr
2770 class FontData(_core
.Object
):
2772 This class holds a variety of information related to font dialogs and
2773 is used to transfer settings to and results from a `wx.FontDialog`.
2776 return "<%s.%s; proxy of C++ wxFontData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2777 def __init__(self
, *args
, **kwargs
):
2779 __init__(self) -> FontData
2781 This class holds a variety of information related to font dialogs and
2782 is used to transfer settings to and results from a `wx.FontDialog`.
2784 newobj
= _windows_
.new_FontData(*args
, **kwargs
)
2785 self
.this
= newobj
.this
2788 def __del__(self
, destroy
=_windows_
.delete_FontData
):
2791 if self
.thisown
: destroy(self
)
2794 def EnableEffects(*args
, **kwargs
):
2796 EnableEffects(self, bool enable)
2798 Enables or disables 'effects' under MS Windows only. This refers to
2799 the controls for manipulating colour, strikeout and underline
2800 properties. The default value is true.
2802 return _windows_
.FontData_EnableEffects(*args
, **kwargs
)
2804 def GetAllowSymbols(*args
, **kwargs
):
2806 GetAllowSymbols(self) -> bool
2808 Under MS Windows, returns a flag determining whether symbol fonts can
2809 be selected. Has no effect on other platforms. The default value is
2812 return _windows_
.FontData_GetAllowSymbols(*args
, **kwargs
)
2814 def GetColour(*args
, **kwargs
):
2816 GetColour(self) -> Colour
2818 Gets the colour associated with the font dialog. The default value is
2821 return _windows_
.FontData_GetColour(*args
, **kwargs
)
2823 def GetChosenFont(*args
, **kwargs
):
2825 GetChosenFont(self) -> Font
2827 Gets the font chosen by the user.
2829 return _windows_
.FontData_GetChosenFont(*args
, **kwargs
)
2831 def GetEnableEffects(*args
, **kwargs
):
2833 GetEnableEffects(self) -> bool
2835 Determines whether 'effects' are enabled under Windows.
2837 return _windows_
.FontData_GetEnableEffects(*args
, **kwargs
)
2839 def GetInitialFont(*args
, **kwargs
):
2841 GetInitialFont(self) -> Font
2843 Gets the font that will be initially used by the font dialog. This
2844 should have previously been set by the application.
2846 return _windows_
.FontData_GetInitialFont(*args
, **kwargs
)
2848 def GetShowHelp(*args
, **kwargs
):
2850 GetShowHelp(self) -> bool
2852 Returns true if the Help button will be shown (Windows only). The
2853 default value is false.
2855 return _windows_
.FontData_GetShowHelp(*args
, **kwargs
)
2857 def SetAllowSymbols(*args
, **kwargs
):
2859 SetAllowSymbols(self, bool allowSymbols)
2861 Under MS Windows, determines whether symbol fonts can be selected. Has
2862 no effect on other platforms. The default value is true.
2864 return _windows_
.FontData_SetAllowSymbols(*args
, **kwargs
)
2866 def SetChosenFont(*args
, **kwargs
):
2868 SetChosenFont(self, Font font)
2870 Sets the font that will be returned to the user (normally for internal
2873 return _windows_
.FontData_SetChosenFont(*args
, **kwargs
)
2875 def SetColour(*args
, **kwargs
):
2877 SetColour(self, Colour colour)
2879 Sets the colour that will be used for the font foreground colour. The
2880 default colour is black.
2882 return _windows_
.FontData_SetColour(*args
, **kwargs
)
2884 def SetInitialFont(*args
, **kwargs
):
2886 SetInitialFont(self, Font font)
2888 Sets the font that will be initially used by the font dialog.
2890 return _windows_
.FontData_SetInitialFont(*args
, **kwargs
)
2892 def SetRange(*args
, **kwargs
):
2894 SetRange(self, int min, int max)
2896 Sets the valid range for the font point size (Windows only). The
2897 default is 0, 0 (unrestricted range).
2899 return _windows_
.FontData_SetRange(*args
, **kwargs
)
2901 def SetShowHelp(*args
, **kwargs
):
2903 SetShowHelp(self, bool showHelp)
2905 Determines whether the Help button will be displayed in the font
2906 dialog (Windows only). The default value is false.
2908 return _windows_
.FontData_SetShowHelp(*args
, **kwargs
)
2911 class FontDataPtr(FontData
):
2912 def __init__(self
, this
):
2914 if not hasattr(self
,"thisown"): self
.thisown
= 0
2915 self
.__class
__ = FontData
2916 _windows_
.FontData_swigregister(FontDataPtr
)
2918 class FontDialog(Dialog
):
2920 wx.FontDialog allows the user to select a system font and its attributes.
2926 return "<%s.%s; proxy of C++ wxFontDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2927 def __init__(self
, *args
, **kwargs
):
2929 __init__(self, Window parent, FontData data) -> FontDialog
2931 Constructor. Pass a parent window and the `wx.FontData` object to be
2932 used to initialize the dialog controls. Call `ShowModal` to display
2933 the dialog. If ShowModal returns ``wx.ID_OK`` then you can fetch the
2934 results with via the `wx.FontData` returned by `GetFontData`.
2936 newobj
= _windows_
.new_FontDialog(*args
, **kwargs
)
2937 self
.this
= newobj
.this
2940 self
._setOORInfo
(self
)
2942 def GetFontData(*args
, **kwargs
):
2944 GetFontData(self) -> FontData
2946 Returns a reference to the internal `wx.FontData` used by the
2949 return _windows_
.FontDialog_GetFontData(*args
, **kwargs
)
2952 class FontDialogPtr(FontDialog
):
2953 def __init__(self
, this
):
2955 if not hasattr(self
,"thisown"): self
.thisown
= 0
2956 self
.__class
__ = FontDialog
2957 _windows_
.FontDialog_swigregister(FontDialogPtr
)
2959 class MessageDialog(Dialog
):
2961 This class provides a simple dialog that shows a single or multi-line
2962 message, with a choice of OK, Yes, No and/or Cancel buttons.
2965 return "<%s.%s; proxy of C++ wxMessageDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2966 def __init__(self
, *args
, **kwargs
):
2968 __init__(self, Window parent, String message, String caption=MessageBoxCaptionStr,
2969 long style=wxOK|wxCANCEL|wxCENTRE,
2970 Point pos=DefaultPosition) -> MessageDialog
2972 Constructor, use `ShowModal` to display the dialog.
2974 newobj
= _windows_
.new_MessageDialog(*args
, **kwargs
)
2975 self
.this
= newobj
.this
2978 self
._setOORInfo
(self
)
2981 class MessageDialogPtr(MessageDialog
):
2982 def __init__(self
, this
):
2984 if not hasattr(self
,"thisown"): self
.thisown
= 0
2985 self
.__class
__ = MessageDialog
2986 _windows_
.MessageDialog_swigregister(MessageDialogPtr
)
2988 class ProgressDialog(Frame
):
2990 A dialog that shows a short message and a progress bar. Optionally, it
2991 can display an ABORT button.
2994 return "<%s.%s; proxy of C++ wxProgressDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2995 def __init__(self
, *args
, **kwargs
):
2997 __init__(self, String title, String message, int maximum=100, Window parent=None,
2998 int style=wxPD_AUTO_HIDE|wxPD_APP_MODAL) -> ProgressDialog
3000 Constructor. Creates the dialog, displays it and disables user input
3001 for other windows, or, if wx.PD_APP_MODAL flag is not given, for its
3004 newobj
= _windows_
.new_ProgressDialog(*args
, **kwargs
)
3005 self
.this
= newobj
.this
3008 self
._setOORInfo
(self
)
3010 def Update(*args
, **kwargs
):
3012 Update(self, int value, String newmsg=EmptyString) -> bool
3014 Updates the dialog, setting the progress bar to the new value and, if
3015 given changes the message above it. The value given should be less
3016 than or equal to the maximum value given to the constructor and the
3017 dialog is closed if it is equal to the maximum. Returns True unless
3018 the Cancel button has been pressed.
3020 If false is returned, the application can either immediately destroy
3021 the dialog or ask the user for the confirmation and if the abort is
3022 not confirmed the dialog may be resumed with Resume function.
3024 return _windows_
.ProgressDialog_Update(*args
, **kwargs
)
3026 def Resume(*args
, **kwargs
):
3030 Can be used to continue with the dialog, after the user had chosen to
3033 return _windows_
.ProgressDialog_Resume(*args
, **kwargs
)
3036 class ProgressDialogPtr(ProgressDialog
):
3037 def __init__(self
, this
):
3039 if not hasattr(self
,"thisown"): self
.thisown
= 0
3040 self
.__class
__ = ProgressDialog
3041 _windows_
.ProgressDialog_swigregister(ProgressDialogPtr
)
3043 FR_DOWN
= _windows_
.FR_DOWN
3044 FR_WHOLEWORD
= _windows_
.FR_WHOLEWORD
3045 FR_MATCHCASE
= _windows_
.FR_MATCHCASE
3046 FR_REPLACEDIALOG
= _windows_
.FR_REPLACEDIALOG
3047 FR_NOUPDOWN
= _windows_
.FR_NOUPDOWN
3048 FR_NOMATCHCASE
= _windows_
.FR_NOMATCHCASE
3049 FR_NOWHOLEWORD
= _windows_
.FR_NOWHOLEWORD
3050 wxEVT_COMMAND_FIND
= _windows_
.wxEVT_COMMAND_FIND
3051 wxEVT_COMMAND_FIND_NEXT
= _windows_
.wxEVT_COMMAND_FIND_NEXT
3052 wxEVT_COMMAND_FIND_REPLACE
= _windows_
.wxEVT_COMMAND_FIND_REPLACE
3053 wxEVT_COMMAND_FIND_REPLACE_ALL
= _windows_
.wxEVT_COMMAND_FIND_REPLACE_ALL
3054 wxEVT_COMMAND_FIND_CLOSE
= _windows_
.wxEVT_COMMAND_FIND_CLOSE
3055 EVT_FIND
= wx
.PyEventBinder( wxEVT_COMMAND_FIND
, 1 )
3056 EVT_FIND_NEXT
= wx
.PyEventBinder( wxEVT_COMMAND_FIND_NEXT
, 1 )
3057 EVT_FIND_REPLACE
= wx
.PyEventBinder( wxEVT_COMMAND_FIND_REPLACE
, 1 )
3058 EVT_FIND_REPLACE_ALL
= wx
.PyEventBinder( wxEVT_COMMAND_FIND_REPLACE_ALL
, 1 )
3059 EVT_FIND_CLOSE
= wx
.PyEventBinder( wxEVT_COMMAND_FIND_CLOSE
, 1 )
3061 # For backwards compatibility. Should they be removed?
3062 EVT_COMMAND_FIND
= EVT_FIND
3063 EVT_COMMAND_FIND_NEXT
= EVT_FIND_NEXT
3064 EVT_COMMAND_FIND_REPLACE
= EVT_FIND_REPLACE
3065 EVT_COMMAND_FIND_REPLACE_ALL
= EVT_FIND_REPLACE_ALL
3066 EVT_COMMAND_FIND_CLOSE
= EVT_FIND_CLOSE
3068 class FindDialogEvent(_core
.CommandEvent
):
3069 """Events for the FindReplaceDialog"""
3071 return "<%s.%s; proxy of C++ wxFindDialogEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3072 def __init__(self
, *args
, **kwargs
):
3074 __init__(self, wxEventType commandType=wxEVT_NULL, int id=0) -> FindDialogEvent
3076 Events for the FindReplaceDialog
3078 newobj
= _windows_
.new_FindDialogEvent(*args
, **kwargs
)
3079 self
.this
= newobj
.this
3082 def GetFlags(*args
, **kwargs
):
3084 GetFlags(self) -> int
3086 Get the currently selected flags: this is the combination of
3087 wx.FR_DOWN, wx.FR_WHOLEWORD and wx.FR_MATCHCASE flags.
3089 return _windows_
.FindDialogEvent_GetFlags(*args
, **kwargs
)
3091 def GetFindString(*args
, **kwargs
):
3093 GetFindString(self) -> String
3095 Return the string to find (never empty).
3097 return _windows_
.FindDialogEvent_GetFindString(*args
, **kwargs
)
3099 def GetReplaceString(*args
, **kwargs
):
3101 GetReplaceString(self) -> String
3103 Return the string to replace the search string with (only for replace
3104 and replace all events).
3106 return _windows_
.FindDialogEvent_GetReplaceString(*args
, **kwargs
)
3108 def GetDialog(*args
, **kwargs
):
3110 GetDialog(self) -> FindReplaceDialog
3112 Return the pointer to the dialog which generated this event.
3114 return _windows_
.FindDialogEvent_GetDialog(*args
, **kwargs
)
3116 def SetFlags(*args
, **kwargs
):
3117 """SetFlags(self, int flags)"""
3118 return _windows_
.FindDialogEvent_SetFlags(*args
, **kwargs
)
3120 def SetFindString(*args
, **kwargs
):
3121 """SetFindString(self, String str)"""
3122 return _windows_
.FindDialogEvent_SetFindString(*args
, **kwargs
)
3124 def SetReplaceString(*args
, **kwargs
):
3125 """SetReplaceString(self, String str)"""
3126 return _windows_
.FindDialogEvent_SetReplaceString(*args
, **kwargs
)
3129 class FindDialogEventPtr(FindDialogEvent
):
3130 def __init__(self
, this
):
3132 if not hasattr(self
,"thisown"): self
.thisown
= 0
3133 self
.__class
__ = FindDialogEvent
3134 _windows_
.FindDialogEvent_swigregister(FindDialogEventPtr
)
3136 class FindReplaceData(_core
.Object
):
3138 wx.FindReplaceData holds the data for wx.FindReplaceDialog. It is used
3139 to initialize the dialog with the default values and will keep the
3140 last values from the dialog when it is closed. It is also updated each
3141 time a `wx.FindDialogEvent` is generated so instead of using the
3142 `wx.FindDialogEvent` methods you can also directly query this object.
3144 Note that all SetXXX() methods may only be called before showing the
3145 dialog and calling them has no effect later.
3148 return "<%s.%s; proxy of C++ wxFindReplaceData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3149 def __init__(self
, *args
, **kwargs
):
3151 __init__(self, int flags=0) -> FindReplaceData
3153 Constuctor initializes the flags to default value (0).
3155 newobj
= _windows_
.new_FindReplaceData(*args
, **kwargs
)
3156 self
.this
= newobj
.this
3159 def __del__(self
, destroy
=_windows_
.delete_FindReplaceData
):
3162 if self
.thisown
: destroy(self
)
3165 def GetFindString(*args
, **kwargs
):
3167 GetFindString(self) -> String
3169 Get the string to find.
3171 return _windows_
.FindReplaceData_GetFindString(*args
, **kwargs
)
3173 def GetReplaceString(*args
, **kwargs
):
3175 GetReplaceString(self) -> String
3177 Get the replacement string.
3179 return _windows_
.FindReplaceData_GetReplaceString(*args
, **kwargs
)
3181 def GetFlags(*args
, **kwargs
):
3183 GetFlags(self) -> int
3185 Get the combination of flag values.
3187 return _windows_
.FindReplaceData_GetFlags(*args
, **kwargs
)
3189 def SetFlags(*args
, **kwargs
):
3191 SetFlags(self, int flags)
3193 Set the flags to use to initialize the controls of the dialog.
3195 return _windows_
.FindReplaceData_SetFlags(*args
, **kwargs
)
3197 def SetFindString(*args
, **kwargs
):
3199 SetFindString(self, String str)
3201 Set the string to find (used as initial value by the dialog).
3203 return _windows_
.FindReplaceData_SetFindString(*args
, **kwargs
)
3205 def SetReplaceString(*args
, **kwargs
):
3207 SetReplaceString(self, String str)
3209 Set the replacement string (used as initial value by the dialog).
3211 return _windows_
.FindReplaceData_SetReplaceString(*args
, **kwargs
)
3214 class FindReplaceDataPtr(FindReplaceData
):
3215 def __init__(self
, this
):
3217 if not hasattr(self
,"thisown"): self
.thisown
= 0
3218 self
.__class
__ = FindReplaceData
3219 _windows_
.FindReplaceData_swigregister(FindReplaceDataPtr
)
3221 class FindReplaceDialog(Dialog
):
3223 wx.FindReplaceDialog is a standard modeless dialog which is used to
3224 allow the user to search for some text (and possibly replace it with
3225 something else). The actual searching is supposed to be done in the
3226 owner window which is the parent of this dialog. Note that it means
3227 that unlike for the other standard dialogs this one must have a parent
3228 window. Also note that there is no way to use this dialog in a modal
3229 way; it is always, by design and implementation, modeless.
3232 return "<%s.%s; proxy of C++ wxFindReplaceDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3233 def __init__(self
, *args
, **kwargs
):
3235 __init__(self, Window parent, FindReplaceData data, String title,
3236 int style=0) -> FindReplaceDialog
3238 Create a FindReplaceDialog. The parent and data parameters must be
3239 non-None. Use Show to display the dialog.
3241 newobj
= _windows_
.new_FindReplaceDialog(*args
, **kwargs
)
3242 self
.this
= newobj
.this
3245 self
._setOORInfo
(self
)
3247 def Create(*args
, **kwargs
):
3249 Create(self, Window parent, FindReplaceData data, String title,
3250 int style=0) -> bool
3252 Create the dialog, for 2-phase create.
3254 return _windows_
.FindReplaceDialog_Create(*args
, **kwargs
)
3256 def GetData(*args
, **kwargs
):
3258 GetData(self) -> FindReplaceData
3260 Get the FindReplaceData object used by this dialog.
3262 return _windows_
.FindReplaceDialog_GetData(*args
, **kwargs
)
3264 def SetData(*args
, **kwargs
):
3266 SetData(self, FindReplaceData data)
3268 Set the FindReplaceData object used by this dialog.
3270 return _windows_
.FindReplaceDialog_SetData(*args
, **kwargs
)
3273 class FindReplaceDialogPtr(FindReplaceDialog
):
3274 def __init__(self
, this
):
3276 if not hasattr(self
,"thisown"): self
.thisown
= 0
3277 self
.__class
__ = FindReplaceDialog
3278 _windows_
.FindReplaceDialog_swigregister(FindReplaceDialogPtr
)
3280 def PreFindReplaceDialog(*args
, **kwargs
):
3282 PreFindReplaceDialog() -> FindReplaceDialog
3284 Precreate a FindReplaceDialog for 2-phase creation
3286 val
= _windows_
.new_PreFindReplaceDialog(*args
, **kwargs
)
3290 #---------------------------------------------------------------------------
3292 IDM_WINDOWTILE
= _windows_
.IDM_WINDOWTILE
3293 IDM_WINDOWTILEHOR
= _windows_
.IDM_WINDOWTILEHOR
3294 IDM_WINDOWCASCADE
= _windows_
.IDM_WINDOWCASCADE
3295 IDM_WINDOWICONS
= _windows_
.IDM_WINDOWICONS
3296 IDM_WINDOWNEXT
= _windows_
.IDM_WINDOWNEXT
3297 IDM_WINDOWTILEVERT
= _windows_
.IDM_WINDOWTILEVERT
3298 FIRST_MDI_CHILD
= _windows_
.FIRST_MDI_CHILD
3299 LAST_MDI_CHILD
= _windows_
.LAST_MDI_CHILD
3300 class MDIParentFrame(Frame
):
3301 """Proxy of C++ MDIParentFrame class"""
3303 return "<%s.%s; proxy of C++ wxMDIParentFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3304 def __init__(self
, *args
, **kwargs
):
3306 __init__(self, Window parent, int id=-1, String title=EmptyString,
3307 Point pos=DefaultPosition, Size size=DefaultSize,
3308 long style=wxDEFAULT_FRAME_STYLE|wxVSCROLL|wxHSCROLL,
3309 String name=FrameNameStr) -> MDIParentFrame
3311 newobj
= _windows_
.new_MDIParentFrame(*args
, **kwargs
)
3312 self
.this
= newobj
.this
3315 self
._setOORInfo
(self
)
3317 def Create(*args
, **kwargs
):
3319 Create(self, Window parent, int id=-1, String title=EmptyString,
3320 Point pos=DefaultPosition, Size size=DefaultSize,
3321 long style=wxDEFAULT_FRAME_STYLE|wxVSCROLL|wxHSCROLL,
3322 String name=FrameNameStr) -> bool
3324 return _windows_
.MDIParentFrame_Create(*args
, **kwargs
)
3326 def ActivateNext(*args
, **kwargs
):
3327 """ActivateNext(self)"""
3328 return _windows_
.MDIParentFrame_ActivateNext(*args
, **kwargs
)
3330 def ActivatePrevious(*args
, **kwargs
):
3331 """ActivatePrevious(self)"""
3332 return _windows_
.MDIParentFrame_ActivatePrevious(*args
, **kwargs
)
3334 def ArrangeIcons(*args
, **kwargs
):
3335 """ArrangeIcons(self)"""
3336 return _windows_
.MDIParentFrame_ArrangeIcons(*args
, **kwargs
)
3338 def Cascade(*args
, **kwargs
):
3340 return _windows_
.MDIParentFrame_Cascade(*args
, **kwargs
)
3342 def GetActiveChild(*args
, **kwargs
):
3343 """GetActiveChild(self) -> MDIChildFrame"""
3344 return _windows_
.MDIParentFrame_GetActiveChild(*args
, **kwargs
)
3346 def GetClientWindow(*args
, **kwargs
):
3347 """GetClientWindow(self) -> MDIClientWindow"""
3348 return _windows_
.MDIParentFrame_GetClientWindow(*args
, **kwargs
)
3350 def GetToolBar(*args
, **kwargs
):
3351 """GetToolBar(self) -> Window"""
3352 return _windows_
.MDIParentFrame_GetToolBar(*args
, **kwargs
)
3354 def Tile(*args
, **kwargs
):
3356 return _windows_
.MDIParentFrame_Tile(*args
, **kwargs
)
3359 class MDIParentFramePtr(MDIParentFrame
):
3360 def __init__(self
, this
):
3362 if not hasattr(self
,"thisown"): self
.thisown
= 0
3363 self
.__class
__ = MDIParentFrame
3364 _windows_
.MDIParentFrame_swigregister(MDIParentFramePtr
)
3366 def PreMDIParentFrame(*args
, **kwargs
):
3367 """PreMDIParentFrame() -> MDIParentFrame"""
3368 val
= _windows_
.new_PreMDIParentFrame(*args
, **kwargs
)
3372 class MDIChildFrame(Frame
):
3373 """Proxy of C++ MDIChildFrame class"""
3375 return "<%s.%s; proxy of C++ wxMDIChildFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3376 def __init__(self
, *args
, **kwargs
):
3378 __init__(self, MDIParentFrame parent, int id=-1, String title=EmptyString,
3379 Point pos=DefaultPosition, Size size=DefaultSize,
3380 long style=DEFAULT_FRAME_STYLE,
3381 String name=FrameNameStr) -> MDIChildFrame
3383 newobj
= _windows_
.new_MDIChildFrame(*args
, **kwargs
)
3384 self
.this
= newobj
.this
3387 self
._setOORInfo
(self
)
3389 def Create(*args
, **kwargs
):
3391 Create(self, MDIParentFrame parent, int id=-1, String title=EmptyString,
3392 Point pos=DefaultPosition, Size size=DefaultSize,
3393 long style=DEFAULT_FRAME_STYLE,
3394 String name=FrameNameStr) -> bool
3396 return _windows_
.MDIChildFrame_Create(*args
, **kwargs
)
3398 def Activate(*args
, **kwargs
):
3399 """Activate(self)"""
3400 return _windows_
.MDIChildFrame_Activate(*args
, **kwargs
)
3402 def Maximize(*args
, **kwargs
):
3403 """Maximize(self, bool maximize=True)"""
3404 return _windows_
.MDIChildFrame_Maximize(*args
, **kwargs
)
3406 def Restore(*args
, **kwargs
):
3408 return _windows_
.MDIChildFrame_Restore(*args
, **kwargs
)
3411 class MDIChildFramePtr(MDIChildFrame
):
3412 def __init__(self
, this
):
3414 if not hasattr(self
,"thisown"): self
.thisown
= 0
3415 self
.__class
__ = MDIChildFrame
3416 _windows_
.MDIChildFrame_swigregister(MDIChildFramePtr
)
3418 def PreMDIChildFrame(*args
, **kwargs
):
3419 """PreMDIChildFrame() -> MDIChildFrame"""
3420 val
= _windows_
.new_PreMDIChildFrame(*args
, **kwargs
)
3424 class MDIClientWindow(_core
.Window
):
3425 """Proxy of C++ MDIClientWindow class"""
3427 return "<%s.%s; proxy of C++ wxMDIClientWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3428 def __init__(self
, *args
, **kwargs
):
3429 """__init__(self, MDIParentFrame parent, long style=0) -> MDIClientWindow"""
3430 newobj
= _windows_
.new_MDIClientWindow(*args
, **kwargs
)
3431 self
.this
= newobj
.this
3434 self
._setOORInfo
(self
)
3436 def Create(*args
, **kwargs
):
3437 """Create(self, MDIParentFrame parent, long style=0) -> bool"""
3438 return _windows_
.MDIClientWindow_Create(*args
, **kwargs
)
3441 class MDIClientWindowPtr(MDIClientWindow
):
3442 def __init__(self
, this
):
3444 if not hasattr(self
,"thisown"): self
.thisown
= 0
3445 self
.__class
__ = MDIClientWindow
3446 _windows_
.MDIClientWindow_swigregister(MDIClientWindowPtr
)
3448 def PreMDIClientWindow(*args
, **kwargs
):
3449 """PreMDIClientWindow() -> MDIClientWindow"""
3450 val
= _windows_
.new_PreMDIClientWindow(*args
, **kwargs
)
3454 #---------------------------------------------------------------------------
3456 class PyWindow(_core
.Window
):
3457 """Proxy of C++ PyWindow class"""
3459 return "<%s.%s; proxy of C++ wxPyWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3460 def __init__(self
, *args
, **kwargs
):
3462 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
3463 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> PyWindow
3465 newobj
= _windows_
.new_PyWindow(*args
, **kwargs
)
3466 self
.this
= newobj
.this
3469 self
._setOORInfo
(self
); self
._setCallbackInfo
(self
, PyWindow
)
3471 def _setCallbackInfo(*args
, **kwargs
):
3472 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
3473 return _windows_
.PyWindow__setCallbackInfo(*args
, **kwargs
)
3475 def SetBestSize(*args
, **kwargs
):
3476 """SetBestSize(self, Size size)"""
3477 return _windows_
.PyWindow_SetBestSize(*args
, **kwargs
)
3479 def base_DoMoveWindow(*args
, **kwargs
):
3480 """base_DoMoveWindow(self, int x, int y, int width, int height)"""
3481 return _windows_
.PyWindow_base_DoMoveWindow(*args
, **kwargs
)
3483 def base_DoSetSize(*args
, **kwargs
):
3484 """base_DoSetSize(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)"""
3485 return _windows_
.PyWindow_base_DoSetSize(*args
, **kwargs
)
3487 def base_DoSetClientSize(*args
, **kwargs
):
3488 """base_DoSetClientSize(self, int width, int height)"""
3489 return _windows_
.PyWindow_base_DoSetClientSize(*args
, **kwargs
)
3491 def base_DoSetVirtualSize(*args
, **kwargs
):
3492 """base_DoSetVirtualSize(self, int x, int y)"""
3493 return _windows_
.PyWindow_base_DoSetVirtualSize(*args
, **kwargs
)
3495 def base_DoGetSize(*args
, **kwargs
):
3496 """base_DoGetSize() -> (width, height)"""
3497 return _windows_
.PyWindow_base_DoGetSize(*args
, **kwargs
)
3499 def base_DoGetClientSize(*args
, **kwargs
):
3500 """base_DoGetClientSize() -> (width, height)"""
3501 return _windows_
.PyWindow_base_DoGetClientSize(*args
, **kwargs
)
3503 def base_DoGetPosition(*args
, **kwargs
):
3504 """base_DoGetPosition() -> (x,y)"""
3505 return _windows_
.PyWindow_base_DoGetPosition(*args
, **kwargs
)
3507 def base_DoGetVirtualSize(*args
, **kwargs
):
3508 """base_DoGetVirtualSize(self) -> Size"""
3509 return _windows_
.PyWindow_base_DoGetVirtualSize(*args
, **kwargs
)
3511 def base_DoGetBestSize(*args
, **kwargs
):
3512 """base_DoGetBestSize(self) -> Size"""
3513 return _windows_
.PyWindow_base_DoGetBestSize(*args
, **kwargs
)
3515 def base_InitDialog(*args
, **kwargs
):
3516 """base_InitDialog(self)"""
3517 return _windows_
.PyWindow_base_InitDialog(*args
, **kwargs
)
3519 def base_TransferDataToWindow(*args
, **kwargs
):
3520 """base_TransferDataToWindow(self) -> bool"""
3521 return _windows_
.PyWindow_base_TransferDataToWindow(*args
, **kwargs
)
3523 def base_TransferDataFromWindow(*args
, **kwargs
):
3524 """base_TransferDataFromWindow(self) -> bool"""
3525 return _windows_
.PyWindow_base_TransferDataFromWindow(*args
, **kwargs
)
3527 def base_Validate(*args
, **kwargs
):
3528 """base_Validate(self) -> bool"""
3529 return _windows_
.PyWindow_base_Validate(*args
, **kwargs
)
3531 def base_AcceptsFocus(*args
, **kwargs
):
3532 """base_AcceptsFocus(self) -> bool"""
3533 return _windows_
.PyWindow_base_AcceptsFocus(*args
, **kwargs
)
3535 def base_AcceptsFocusFromKeyboard(*args
, **kwargs
):
3536 """base_AcceptsFocusFromKeyboard(self) -> bool"""
3537 return _windows_
.PyWindow_base_AcceptsFocusFromKeyboard(*args
, **kwargs
)
3539 def base_GetMaxSize(*args
, **kwargs
):
3540 """base_GetMaxSize(self) -> Size"""
3541 return _windows_
.PyWindow_base_GetMaxSize(*args
, **kwargs
)
3543 def base_AddChild(*args
, **kwargs
):
3544 """base_AddChild(self, Window child)"""
3545 return _windows_
.PyWindow_base_AddChild(*args
, **kwargs
)
3547 def base_RemoveChild(*args
, **kwargs
):
3548 """base_RemoveChild(self, Window child)"""
3549 return _windows_
.PyWindow_base_RemoveChild(*args
, **kwargs
)
3551 def base_ShouldInheritColours(*args
, **kwargs
):
3552 """base_ShouldInheritColours(self) -> bool"""
3553 return _windows_
.PyWindow_base_ShouldInheritColours(*args
, **kwargs
)
3555 def base_ApplyParentThemeBackground(*args
, **kwargs
):
3556 """base_ApplyParentThemeBackground(self, Colour c)"""
3557 return _windows_
.PyWindow_base_ApplyParentThemeBackground(*args
, **kwargs
)
3559 def base_GetDefaultAttributes(*args
, **kwargs
):
3560 """base_GetDefaultAttributes(self) -> VisualAttributes"""
3561 return _windows_
.PyWindow_base_GetDefaultAttributes(*args
, **kwargs
)
3564 class PyWindowPtr(PyWindow
):
3565 def __init__(self
, this
):
3567 if not hasattr(self
,"thisown"): self
.thisown
= 0
3568 self
.__class
__ = PyWindow
3569 _windows_
.PyWindow_swigregister(PyWindowPtr
)
3571 def PrePyWindow(*args
, **kwargs
):
3572 """PrePyWindow() -> PyWindow"""
3573 val
= _windows_
.new_PrePyWindow(*args
, **kwargs
)
3577 class PyPanel(Panel
):
3578 """Proxy of C++ PyPanel class"""
3580 return "<%s.%s; proxy of C++ wxPyPanel instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3581 def __init__(self
, *args
, **kwargs
):
3583 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
3584 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> PyPanel
3586 newobj
= _windows_
.new_PyPanel(*args
, **kwargs
)
3587 self
.this
= newobj
.this
3590 self
._setOORInfo
(self
); self
._setCallbackInfo
(self
, PyPanel
)
3592 def _setCallbackInfo(*args
, **kwargs
):
3593 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
3594 return _windows_
.PyPanel__setCallbackInfo(*args
, **kwargs
)
3596 def SetBestSize(*args
, **kwargs
):
3597 """SetBestSize(self, Size size)"""
3598 return _windows_
.PyPanel_SetBestSize(*args
, **kwargs
)
3600 def base_DoMoveWindow(*args
, **kwargs
):
3601 """base_DoMoveWindow(self, int x, int y, int width, int height)"""
3602 return _windows_
.PyPanel_base_DoMoveWindow(*args
, **kwargs
)
3604 def base_DoSetSize(*args
, **kwargs
):
3605 """base_DoSetSize(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)"""
3606 return _windows_
.PyPanel_base_DoSetSize(*args
, **kwargs
)
3608 def base_DoSetClientSize(*args
, **kwargs
):
3609 """base_DoSetClientSize(self, int width, int height)"""
3610 return _windows_
.PyPanel_base_DoSetClientSize(*args
, **kwargs
)
3612 def base_DoSetVirtualSize(*args
, **kwargs
):
3613 """base_DoSetVirtualSize(self, int x, int y)"""
3614 return _windows_
.PyPanel_base_DoSetVirtualSize(*args
, **kwargs
)
3616 def base_DoGetSize(*args
, **kwargs
):
3617 """base_DoGetSize() -> (width, height)"""
3618 return _windows_
.PyPanel_base_DoGetSize(*args
, **kwargs
)
3620 def base_DoGetClientSize(*args
, **kwargs
):
3621 """base_DoGetClientSize() -> (width, height)"""
3622 return _windows_
.PyPanel_base_DoGetClientSize(*args
, **kwargs
)
3624 def base_DoGetPosition(*args
, **kwargs
):
3625 """base_DoGetPosition() -> (x,y)"""
3626 return _windows_
.PyPanel_base_DoGetPosition(*args
, **kwargs
)
3628 def base_DoGetVirtualSize(*args
, **kwargs
):
3629 """base_DoGetVirtualSize(self) -> Size"""
3630 return _windows_
.PyPanel_base_DoGetVirtualSize(*args
, **kwargs
)
3632 def base_DoGetBestSize(*args
, **kwargs
):
3633 """base_DoGetBestSize(self) -> Size"""
3634 return _windows_
.PyPanel_base_DoGetBestSize(*args
, **kwargs
)
3636 def base_InitDialog(*args
, **kwargs
):
3637 """base_InitDialog(self)"""
3638 return _windows_
.PyPanel_base_InitDialog(*args
, **kwargs
)
3640 def base_TransferDataToWindow(*args
, **kwargs
):
3641 """base_TransferDataToWindow(self) -> bool"""
3642 return _windows_
.PyPanel_base_TransferDataToWindow(*args
, **kwargs
)
3644 def base_TransferDataFromWindow(*args
, **kwargs
):
3645 """base_TransferDataFromWindow(self) -> bool"""
3646 return _windows_
.PyPanel_base_TransferDataFromWindow(*args
, **kwargs
)
3648 def base_Validate(*args
, **kwargs
):
3649 """base_Validate(self) -> bool"""
3650 return _windows_
.PyPanel_base_Validate(*args
, **kwargs
)
3652 def base_AcceptsFocus(*args
, **kwargs
):
3653 """base_AcceptsFocus(self) -> bool"""
3654 return _windows_
.PyPanel_base_AcceptsFocus(*args
, **kwargs
)
3656 def base_AcceptsFocusFromKeyboard(*args
, **kwargs
):
3657 """base_AcceptsFocusFromKeyboard(self) -> bool"""
3658 return _windows_
.PyPanel_base_AcceptsFocusFromKeyboard(*args
, **kwargs
)
3660 def base_GetMaxSize(*args
, **kwargs
):
3661 """base_GetMaxSize(self) -> Size"""
3662 return _windows_
.PyPanel_base_GetMaxSize(*args
, **kwargs
)
3664 def base_AddChild(*args
, **kwargs
):
3665 """base_AddChild(self, Window child)"""
3666 return _windows_
.PyPanel_base_AddChild(*args
, **kwargs
)
3668 def base_RemoveChild(*args
, **kwargs
):
3669 """base_RemoveChild(self, Window child)"""
3670 return _windows_
.PyPanel_base_RemoveChild(*args
, **kwargs
)
3672 def base_ShouldInheritColours(*args
, **kwargs
):
3673 """base_ShouldInheritColours(self) -> bool"""
3674 return _windows_
.PyPanel_base_ShouldInheritColours(*args
, **kwargs
)
3676 def base_ApplyParentThemeBackground(*args
, **kwargs
):
3677 """base_ApplyParentThemeBackground(self, Colour c)"""
3678 return _windows_
.PyPanel_base_ApplyParentThemeBackground(*args
, **kwargs
)
3680 def base_GetDefaultAttributes(*args
, **kwargs
):
3681 """base_GetDefaultAttributes(self) -> VisualAttributes"""
3682 return _windows_
.PyPanel_base_GetDefaultAttributes(*args
, **kwargs
)
3685 class PyPanelPtr(PyPanel
):
3686 def __init__(self
, this
):
3688 if not hasattr(self
,"thisown"): self
.thisown
= 0
3689 self
.__class
__ = PyPanel
3690 _windows_
.PyPanel_swigregister(PyPanelPtr
)
3692 def PrePyPanel(*args
, **kwargs
):
3693 """PrePyPanel() -> PyPanel"""
3694 val
= _windows_
.new_PrePyPanel(*args
, **kwargs
)
3698 class PyScrolledWindow(ScrolledWindow
):
3699 """Proxy of C++ PyScrolledWindow class"""
3701 return "<%s.%s; proxy of C++ wxPyScrolledWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3702 def __init__(self
, *args
, **kwargs
):
3704 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
3705 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> PyScrolledWindow
3707 newobj
= _windows_
.new_PyScrolledWindow(*args
, **kwargs
)
3708 self
.this
= newobj
.this
3711 self
._setOORInfo
(self
); self
._setCallbackInfo
(self
, PyPanel
)
3713 def _setCallbackInfo(*args
, **kwargs
):
3714 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
3715 return _windows_
.PyScrolledWindow__setCallbackInfo(*args
, **kwargs
)
3717 def SetBestSize(*args
, **kwargs
):
3718 """SetBestSize(self, Size size)"""
3719 return _windows_
.PyScrolledWindow_SetBestSize(*args
, **kwargs
)
3721 def base_DoMoveWindow(*args
, **kwargs
):
3722 """base_DoMoveWindow(self, int x, int y, int width, int height)"""
3723 return _windows_
.PyScrolledWindow_base_DoMoveWindow(*args
, **kwargs
)
3725 def base_DoSetSize(*args
, **kwargs
):
3726 """base_DoSetSize(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)"""
3727 return _windows_
.PyScrolledWindow_base_DoSetSize(*args
, **kwargs
)
3729 def base_DoSetClientSize(*args
, **kwargs
):
3730 """base_DoSetClientSize(self, int width, int height)"""
3731 return _windows_
.PyScrolledWindow_base_DoSetClientSize(*args
, **kwargs
)
3733 def base_DoSetVirtualSize(*args
, **kwargs
):
3734 """base_DoSetVirtualSize(self, int x, int y)"""
3735 return _windows_
.PyScrolledWindow_base_DoSetVirtualSize(*args
, **kwargs
)
3737 def base_DoGetSize(*args
, **kwargs
):
3738 """base_DoGetSize() -> (width, height)"""
3739 return _windows_
.PyScrolledWindow_base_DoGetSize(*args
, **kwargs
)
3741 def base_DoGetClientSize(*args
, **kwargs
):
3742 """base_DoGetClientSize() -> (width, height)"""
3743 return _windows_
.PyScrolledWindow_base_DoGetClientSize(*args
, **kwargs
)
3745 def base_DoGetPosition(*args
, **kwargs
):
3746 """base_DoGetPosition() -> (x,y)"""
3747 return _windows_
.PyScrolledWindow_base_DoGetPosition(*args
, **kwargs
)
3749 def base_DoGetVirtualSize(*args
, **kwargs
):
3750 """base_DoGetVirtualSize(self) -> Size"""
3751 return _windows_
.PyScrolledWindow_base_DoGetVirtualSize(*args
, **kwargs
)
3753 def base_DoGetBestSize(*args
, **kwargs
):
3754 """base_DoGetBestSize(self) -> Size"""
3755 return _windows_
.PyScrolledWindow_base_DoGetBestSize(*args
, **kwargs
)
3757 def base_InitDialog(*args
, **kwargs
):
3758 """base_InitDialog(self)"""
3759 return _windows_
.PyScrolledWindow_base_InitDialog(*args
, **kwargs
)
3761 def base_TransferDataToWindow(*args
, **kwargs
):
3762 """base_TransferDataToWindow(self) -> bool"""
3763 return _windows_
.PyScrolledWindow_base_TransferDataToWindow(*args
, **kwargs
)
3765 def base_TransferDataFromWindow(*args
, **kwargs
):
3766 """base_TransferDataFromWindow(self) -> bool"""
3767 return _windows_
.PyScrolledWindow_base_TransferDataFromWindow(*args
, **kwargs
)
3769 def base_Validate(*args
, **kwargs
):
3770 """base_Validate(self) -> bool"""
3771 return _windows_
.PyScrolledWindow_base_Validate(*args
, **kwargs
)
3773 def base_AcceptsFocus(*args
, **kwargs
):
3774 """base_AcceptsFocus(self) -> bool"""
3775 return _windows_
.PyScrolledWindow_base_AcceptsFocus(*args
, **kwargs
)
3777 def base_AcceptsFocusFromKeyboard(*args
, **kwargs
):
3778 """base_AcceptsFocusFromKeyboard(self) -> bool"""
3779 return _windows_
.PyScrolledWindow_base_AcceptsFocusFromKeyboard(*args
, **kwargs
)
3781 def base_GetMaxSize(*args
, **kwargs
):
3782 """base_GetMaxSize(self) -> Size"""
3783 return _windows_
.PyScrolledWindow_base_GetMaxSize(*args
, **kwargs
)
3785 def base_AddChild(*args
, **kwargs
):
3786 """base_AddChild(self, Window child)"""
3787 return _windows_
.PyScrolledWindow_base_AddChild(*args
, **kwargs
)
3789 def base_RemoveChild(*args
, **kwargs
):
3790 """base_RemoveChild(self, Window child)"""
3791 return _windows_
.PyScrolledWindow_base_RemoveChild(*args
, **kwargs
)
3793 def base_ShouldInheritColours(*args
, **kwargs
):
3794 """base_ShouldInheritColours(self) -> bool"""
3795 return _windows_
.PyScrolledWindow_base_ShouldInheritColours(*args
, **kwargs
)
3797 def base_ApplyParentThemeBackground(*args
, **kwargs
):
3798 """base_ApplyParentThemeBackground(self, Colour c)"""
3799 return _windows_
.PyScrolledWindow_base_ApplyParentThemeBackground(*args
, **kwargs
)
3801 def base_GetDefaultAttributes(*args
, **kwargs
):
3802 """base_GetDefaultAttributes(self) -> VisualAttributes"""
3803 return _windows_
.PyScrolledWindow_base_GetDefaultAttributes(*args
, **kwargs
)
3806 class PyScrolledWindowPtr(PyScrolledWindow
):
3807 def __init__(self
, this
):
3809 if not hasattr(self
,"thisown"): self
.thisown
= 0
3810 self
.__class
__ = PyScrolledWindow
3811 _windows_
.PyScrolledWindow_swigregister(PyScrolledWindowPtr
)
3813 def PrePyScrolledWindow(*args
, **kwargs
):
3814 """PrePyScrolledWindow() -> PyScrolledWindow"""
3815 val
= _windows_
.new_PrePyScrolledWindow(*args
, **kwargs
)
3819 #---------------------------------------------------------------------------
3821 PRINT_MODE_NONE
= _windows_
.PRINT_MODE_NONE
3822 PRINT_MODE_PREVIEW
= _windows_
.PRINT_MODE_PREVIEW
3823 PRINT_MODE_FILE
= _windows_
.PRINT_MODE_FILE
3824 PRINT_MODE_PRINTER
= _windows_
.PRINT_MODE_PRINTER
3825 PRINT_MODE_STREAM
= _windows_
.PRINT_MODE_STREAM
3826 PRINTBIN_DEFAULT
= _windows_
.PRINTBIN_DEFAULT
3827 PRINTBIN_ONLYONE
= _windows_
.PRINTBIN_ONLYONE
3828 PRINTBIN_LOWER
= _windows_
.PRINTBIN_LOWER
3829 PRINTBIN_MIDDLE
= _windows_
.PRINTBIN_MIDDLE
3830 PRINTBIN_MANUAL
= _windows_
.PRINTBIN_MANUAL
3831 PRINTBIN_ENVELOPE
= _windows_
.PRINTBIN_ENVELOPE
3832 PRINTBIN_ENVMANUAL
= _windows_
.PRINTBIN_ENVMANUAL
3833 PRINTBIN_AUTO
= _windows_
.PRINTBIN_AUTO
3834 PRINTBIN_TRACTOR
= _windows_
.PRINTBIN_TRACTOR
3835 PRINTBIN_SMALLFMT
= _windows_
.PRINTBIN_SMALLFMT
3836 PRINTBIN_LARGEFMT
= _windows_
.PRINTBIN_LARGEFMT
3837 PRINTBIN_LARGECAPACITY
= _windows_
.PRINTBIN_LARGECAPACITY
3838 PRINTBIN_CASSETTE
= _windows_
.PRINTBIN_CASSETTE
3839 PRINTBIN_FORMSOURCE
= _windows_
.PRINTBIN_FORMSOURCE
3840 PRINTBIN_USER
= _windows_
.PRINTBIN_USER
3841 class PrintData(_core
.Object
):
3842 """Proxy of C++ PrintData class"""
3844 return "<%s.%s; proxy of C++ wxPrintData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3845 def __init__(self
, *args
):
3847 __init__(self) -> PrintData
3848 __init__(self, PrintData data) -> PrintData
3850 newobj
= _windows_
.new_PrintData(*args
)
3851 self
.this
= newobj
.this
3854 def __del__(self
, destroy
=_windows_
.delete_PrintData
):
3857 if self
.thisown
: destroy(self
)
3860 def GetNoCopies(*args
, **kwargs
):
3861 """GetNoCopies(self) -> int"""
3862 return _windows_
.PrintData_GetNoCopies(*args
, **kwargs
)
3864 def GetCollate(*args
, **kwargs
):
3865 """GetCollate(self) -> bool"""
3866 return _windows_
.PrintData_GetCollate(*args
, **kwargs
)
3868 def GetOrientation(*args
, **kwargs
):
3869 """GetOrientation(self) -> int"""
3870 return _windows_
.PrintData_GetOrientation(*args
, **kwargs
)
3872 def Ok(*args
, **kwargs
):
3873 """Ok(self) -> bool"""
3874 return _windows_
.PrintData_Ok(*args
, **kwargs
)
3876 def GetPrinterName(*args
, **kwargs
):
3877 """GetPrinterName(self) -> String"""
3878 return _windows_
.PrintData_GetPrinterName(*args
, **kwargs
)
3880 def GetColour(*args
, **kwargs
):
3881 """GetColour(self) -> bool"""
3882 return _windows_
.PrintData_GetColour(*args
, **kwargs
)
3884 def GetDuplex(*args
, **kwargs
):
3885 """GetDuplex(self) -> int"""
3886 return _windows_
.PrintData_GetDuplex(*args
, **kwargs
)
3888 def GetPaperId(*args
, **kwargs
):
3889 """GetPaperId(self) -> int"""
3890 return _windows_
.PrintData_GetPaperId(*args
, **kwargs
)
3892 def GetPaperSize(*args
, **kwargs
):
3893 """GetPaperSize(self) -> Size"""
3894 return _windows_
.PrintData_GetPaperSize(*args
, **kwargs
)
3896 def GetQuality(*args
, **kwargs
):
3897 """GetQuality(self) -> int"""
3898 return _windows_
.PrintData_GetQuality(*args
, **kwargs
)
3900 def GetBin(*args
, **kwargs
):
3901 """GetBin(self) -> int"""
3902 return _windows_
.PrintData_GetBin(*args
, **kwargs
)
3904 def GetPrintMode(*args
, **kwargs
):
3905 """GetPrintMode(self) -> int"""
3906 return _windows_
.PrintData_GetPrintMode(*args
, **kwargs
)
3908 def SetNoCopies(*args
, **kwargs
):
3909 """SetNoCopies(self, int v)"""
3910 return _windows_
.PrintData_SetNoCopies(*args
, **kwargs
)
3912 def SetCollate(*args
, **kwargs
):
3913 """SetCollate(self, bool flag)"""
3914 return _windows_
.PrintData_SetCollate(*args
, **kwargs
)
3916 def SetOrientation(*args
, **kwargs
):
3917 """SetOrientation(self, int orient)"""
3918 return _windows_
.PrintData_SetOrientation(*args
, **kwargs
)
3920 def SetPrinterName(*args
, **kwargs
):
3921 """SetPrinterName(self, String name)"""
3922 return _windows_
.PrintData_SetPrinterName(*args
, **kwargs
)
3924 def SetColour(*args
, **kwargs
):
3925 """SetColour(self, bool colour)"""
3926 return _windows_
.PrintData_SetColour(*args
, **kwargs
)
3928 def SetDuplex(*args
, **kwargs
):
3929 """SetDuplex(self, int duplex)"""
3930 return _windows_
.PrintData_SetDuplex(*args
, **kwargs
)
3932 def SetPaperId(*args
, **kwargs
):
3933 """SetPaperId(self, int sizeId)"""
3934 return _windows_
.PrintData_SetPaperId(*args
, **kwargs
)
3936 def SetPaperSize(*args
, **kwargs
):
3937 """SetPaperSize(self, Size sz)"""
3938 return _windows_
.PrintData_SetPaperSize(*args
, **kwargs
)
3940 def SetQuality(*args
, **kwargs
):
3941 """SetQuality(self, int quality)"""
3942 return _windows_
.PrintData_SetQuality(*args
, **kwargs
)
3944 def SetBin(*args
, **kwargs
):
3945 """SetBin(self, int bin)"""
3946 return _windows_
.PrintData_SetBin(*args
, **kwargs
)
3948 def SetPrintMode(*args
, **kwargs
):
3949 """SetPrintMode(self, int printMode)"""
3950 return _windows_
.PrintData_SetPrintMode(*args
, **kwargs
)
3952 def GetFilename(*args
, **kwargs
):
3953 """GetFilename(self) -> String"""
3954 return _windows_
.PrintData_GetFilename(*args
, **kwargs
)
3956 def SetFilename(*args
, **kwargs
):
3957 """SetFilename(self, String filename)"""
3958 return _windows_
.PrintData_SetFilename(*args
, **kwargs
)
3960 def __nonzero__(self
): return self
.Ok()
3961 def GetPrinterCommand(*args
, **kwargs
):
3962 """GetPrinterCommand(self) -> String"""
3963 return _windows_
.PrintData_GetPrinterCommand(*args
, **kwargs
)
3965 def GetPrinterOptions(*args
, **kwargs
):
3966 """GetPrinterOptions(self) -> String"""
3967 return _windows_
.PrintData_GetPrinterOptions(*args
, **kwargs
)
3969 def GetPreviewCommand(*args
, **kwargs
):
3970 """GetPreviewCommand(self) -> String"""
3971 return _windows_
.PrintData_GetPreviewCommand(*args
, **kwargs
)
3973 def GetFontMetricPath(*args
, **kwargs
):
3974 """GetFontMetricPath(self) -> String"""
3975 return _windows_
.PrintData_GetFontMetricPath(*args
, **kwargs
)
3977 def GetPrinterScaleX(*args
, **kwargs
):
3978 """GetPrinterScaleX(self) -> double"""
3979 return _windows_
.PrintData_GetPrinterScaleX(*args
, **kwargs
)
3981 def GetPrinterScaleY(*args
, **kwargs
):
3982 """GetPrinterScaleY(self) -> double"""
3983 return _windows_
.PrintData_GetPrinterScaleY(*args
, **kwargs
)
3985 def GetPrinterTranslateX(*args
, **kwargs
):
3986 """GetPrinterTranslateX(self) -> long"""
3987 return _windows_
.PrintData_GetPrinterTranslateX(*args
, **kwargs
)
3989 def GetPrinterTranslateY(*args
, **kwargs
):
3990 """GetPrinterTranslateY(self) -> long"""
3991 return _windows_
.PrintData_GetPrinterTranslateY(*args
, **kwargs
)
3993 def SetPrinterCommand(*args
, **kwargs
):
3994 """SetPrinterCommand(self, String command)"""
3995 return _windows_
.PrintData_SetPrinterCommand(*args
, **kwargs
)
3997 def SetPrinterOptions(*args
, **kwargs
):
3998 """SetPrinterOptions(self, String options)"""
3999 return _windows_
.PrintData_SetPrinterOptions(*args
, **kwargs
)
4001 def SetPreviewCommand(*args
, **kwargs
):
4002 """SetPreviewCommand(self, String command)"""
4003 return _windows_
.PrintData_SetPreviewCommand(*args
, **kwargs
)
4005 def SetFontMetricPath(*args
, **kwargs
):
4006 """SetFontMetricPath(self, String path)"""
4007 return _windows_
.PrintData_SetFontMetricPath(*args
, **kwargs
)
4009 def SetPrinterScaleX(*args
, **kwargs
):
4010 """SetPrinterScaleX(self, double x)"""
4011 return _windows_
.PrintData_SetPrinterScaleX(*args
, **kwargs
)
4013 def SetPrinterScaleY(*args
, **kwargs
):
4014 """SetPrinterScaleY(self, double y)"""
4015 return _windows_
.PrintData_SetPrinterScaleY(*args
, **kwargs
)
4017 def SetPrinterScaling(*args
, **kwargs
):
4018 """SetPrinterScaling(self, double x, double y)"""
4019 return _windows_
.PrintData_SetPrinterScaling(*args
, **kwargs
)
4021 def SetPrinterTranslateX(*args
, **kwargs
):
4022 """SetPrinterTranslateX(self, long x)"""
4023 return _windows_
.PrintData_SetPrinterTranslateX(*args
, **kwargs
)
4025 def SetPrinterTranslateY(*args
, **kwargs
):
4026 """SetPrinterTranslateY(self, long y)"""
4027 return _windows_
.PrintData_SetPrinterTranslateY(*args
, **kwargs
)
4029 def SetPrinterTranslation(*args
, **kwargs
):
4030 """SetPrinterTranslation(self, long x, long y)"""
4031 return _windows_
.PrintData_SetPrinterTranslation(*args
, **kwargs
)
4034 class PrintDataPtr(PrintData
):
4035 def __init__(self
, this
):
4037 if not hasattr(self
,"thisown"): self
.thisown
= 0
4038 self
.__class
__ = PrintData
4039 _windows_
.PrintData_swigregister(PrintDataPtr
)
4040 PrintoutTitleStr
= cvar
.PrintoutTitleStr
4041 PreviewCanvasNameStr
= cvar
.PreviewCanvasNameStr
4043 class PageSetupDialogData(_core
.Object
):
4044 """Proxy of C++ PageSetupDialogData class"""
4046 return "<%s.%s; proxy of C++ wxPageSetupDialogData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4047 def __init__(self
, *args
):
4049 __init__(self) -> PageSetupDialogData
4050 __init__(self, PageSetupDialogData data) -> PageSetupDialogData
4052 newobj
= _windows_
.new_PageSetupDialogData(*args
)
4053 self
.this
= newobj
.this
4056 def __del__(self
, destroy
=_windows_
.delete_PageSetupDialogData
):
4059 if self
.thisown
: destroy(self
)
4062 def EnableHelp(*args
, **kwargs
):
4063 """EnableHelp(self, bool flag)"""
4064 return _windows_
.PageSetupDialogData_EnableHelp(*args
, **kwargs
)
4066 def EnableMargins(*args
, **kwargs
):
4067 """EnableMargins(self, bool flag)"""
4068 return _windows_
.PageSetupDialogData_EnableMargins(*args
, **kwargs
)
4070 def EnableOrientation(*args
, **kwargs
):
4071 """EnableOrientation(self, bool flag)"""
4072 return _windows_
.PageSetupDialogData_EnableOrientation(*args
, **kwargs
)
4074 def EnablePaper(*args
, **kwargs
):
4075 """EnablePaper(self, bool flag)"""
4076 return _windows_
.PageSetupDialogData_EnablePaper(*args
, **kwargs
)
4078 def EnablePrinter(*args
, **kwargs
):
4079 """EnablePrinter(self, bool flag)"""
4080 return _windows_
.PageSetupDialogData_EnablePrinter(*args
, **kwargs
)
4082 def GetDefaultMinMargins(*args
, **kwargs
):
4083 """GetDefaultMinMargins(self) -> bool"""
4084 return _windows_
.PageSetupDialogData_GetDefaultMinMargins(*args
, **kwargs
)
4086 def GetEnableMargins(*args
, **kwargs
):
4087 """GetEnableMargins(self) -> bool"""
4088 return _windows_
.PageSetupDialogData_GetEnableMargins(*args
, **kwargs
)
4090 def GetEnableOrientation(*args
, **kwargs
):
4091 """GetEnableOrientation(self) -> bool"""
4092 return _windows_
.PageSetupDialogData_GetEnableOrientation(*args
, **kwargs
)
4094 def GetEnablePaper(*args
, **kwargs
):
4095 """GetEnablePaper(self) -> bool"""
4096 return _windows_
.PageSetupDialogData_GetEnablePaper(*args
, **kwargs
)
4098 def GetEnablePrinter(*args
, **kwargs
):
4099 """GetEnablePrinter(self) -> bool"""
4100 return _windows_
.PageSetupDialogData_GetEnablePrinter(*args
, **kwargs
)
4102 def GetEnableHelp(*args
, **kwargs
):
4103 """GetEnableHelp(self) -> bool"""
4104 return _windows_
.PageSetupDialogData_GetEnableHelp(*args
, **kwargs
)
4106 def GetDefaultInfo(*args
, **kwargs
):
4107 """GetDefaultInfo(self) -> bool"""
4108 return _windows_
.PageSetupDialogData_GetDefaultInfo(*args
, **kwargs
)
4110 def GetMarginTopLeft(*args
, **kwargs
):
4111 """GetMarginTopLeft(self) -> Point"""
4112 return _windows_
.PageSetupDialogData_GetMarginTopLeft(*args
, **kwargs
)
4114 def GetMarginBottomRight(*args
, **kwargs
):
4115 """GetMarginBottomRight(self) -> Point"""
4116 return _windows_
.PageSetupDialogData_GetMarginBottomRight(*args
, **kwargs
)
4118 def GetMinMarginTopLeft(*args
, **kwargs
):
4119 """GetMinMarginTopLeft(self) -> Point"""
4120 return _windows_
.PageSetupDialogData_GetMinMarginTopLeft(*args
, **kwargs
)
4122 def GetMinMarginBottomRight(*args
, **kwargs
):
4123 """GetMinMarginBottomRight(self) -> Point"""
4124 return _windows_
.PageSetupDialogData_GetMinMarginBottomRight(*args
, **kwargs
)
4126 def GetPaperId(*args
, **kwargs
):
4127 """GetPaperId(self) -> int"""
4128 return _windows_
.PageSetupDialogData_GetPaperId(*args
, **kwargs
)
4130 def GetPaperSize(*args
, **kwargs
):
4131 """GetPaperSize(self) -> Size"""
4132 return _windows_
.PageSetupDialogData_GetPaperSize(*args
, **kwargs
)
4134 def GetPrintData(*args
, **kwargs
):
4135 """GetPrintData(self) -> PrintData"""
4136 return _windows_
.PageSetupDialogData_GetPrintData(*args
, **kwargs
)
4138 def Ok(*args
, **kwargs
):
4139 """Ok(self) -> bool"""
4140 return _windows_
.PageSetupDialogData_Ok(*args
, **kwargs
)
4142 def SetDefaultInfo(*args
, **kwargs
):
4143 """SetDefaultInfo(self, bool flag)"""
4144 return _windows_
.PageSetupDialogData_SetDefaultInfo(*args
, **kwargs
)
4146 def SetDefaultMinMargins(*args
, **kwargs
):
4147 """SetDefaultMinMargins(self, bool flag)"""
4148 return _windows_
.PageSetupDialogData_SetDefaultMinMargins(*args
, **kwargs
)
4150 def SetMarginTopLeft(*args
, **kwargs
):
4151 """SetMarginTopLeft(self, Point pt)"""
4152 return _windows_
.PageSetupDialogData_SetMarginTopLeft(*args
, **kwargs
)
4154 def SetMarginBottomRight(*args
, **kwargs
):
4155 """SetMarginBottomRight(self, Point pt)"""
4156 return _windows_
.PageSetupDialogData_SetMarginBottomRight(*args
, **kwargs
)
4158 def SetMinMarginTopLeft(*args
, **kwargs
):
4159 """SetMinMarginTopLeft(self, Point pt)"""
4160 return _windows_
.PageSetupDialogData_SetMinMarginTopLeft(*args
, **kwargs
)
4162 def SetMinMarginBottomRight(*args
, **kwargs
):
4163 """SetMinMarginBottomRight(self, Point pt)"""
4164 return _windows_
.PageSetupDialogData_SetMinMarginBottomRight(*args
, **kwargs
)
4166 def SetPaperId(*args
, **kwargs
):
4167 """SetPaperId(self, int id)"""
4168 return _windows_
.PageSetupDialogData_SetPaperId(*args
, **kwargs
)
4170 def SetPaperSize(*args
, **kwargs
):
4171 """SetPaperSize(self, Size size)"""
4172 return _windows_
.PageSetupDialogData_SetPaperSize(*args
, **kwargs
)
4174 def SetPrintData(*args
, **kwargs
):
4175 """SetPrintData(self, PrintData printData)"""
4176 return _windows_
.PageSetupDialogData_SetPrintData(*args
, **kwargs
)
4178 def __nonzero__(self
): return self
.Ok()
4180 class PageSetupDialogDataPtr(PageSetupDialogData
):
4181 def __init__(self
, this
):
4183 if not hasattr(self
,"thisown"): self
.thisown
= 0
4184 self
.__class
__ = PageSetupDialogData
4185 _windows_
.PageSetupDialogData_swigregister(PageSetupDialogDataPtr
)
4187 class PageSetupDialog(_core
.Object
):
4188 """Proxy of C++ PageSetupDialog class"""
4190 return "<%s.%s; proxy of C++ wxPageSetupDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4191 def __init__(self
, *args
, **kwargs
):
4192 """__init__(self, Window parent, PageSetupDialogData data=None) -> PageSetupDialog"""
4193 newobj
= _windows_
.new_PageSetupDialog(*args
, **kwargs
)
4194 self
.this
= newobj
.this
4197 def GetPageSetupData(*args
, **kwargs
):
4198 """GetPageSetupData(self) -> PageSetupDialogData"""
4199 return _windows_
.PageSetupDialog_GetPageSetupData(*args
, **kwargs
)
4201 def GetPageSetupDialogData(*args
, **kwargs
):
4202 """GetPageSetupDialogData(self) -> PageSetupDialogData"""
4203 return _windows_
.PageSetupDialog_GetPageSetupDialogData(*args
, **kwargs
)
4205 def ShowModal(*args
, **kwargs
):
4206 """ShowModal(self) -> int"""
4207 return _windows_
.PageSetupDialog_ShowModal(*args
, **kwargs
)
4210 class PageSetupDialogPtr(PageSetupDialog
):
4211 def __init__(self
, this
):
4213 if not hasattr(self
,"thisown"): self
.thisown
= 0
4214 self
.__class
__ = PageSetupDialog
4215 _windows_
.PageSetupDialog_swigregister(PageSetupDialogPtr
)
4217 class PrintDialogData(_core
.Object
):
4218 """Proxy of C++ PrintDialogData class"""
4220 return "<%s.%s; proxy of C++ wxPrintDialogData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4221 def __init__(self
, *args
):
4223 __init__(self) -> PrintDialogData
4224 __init__(self, PrintData printData) -> PrintDialogData
4226 newobj
= _windows_
.new_PrintDialogData(*args
)
4227 self
.this
= newobj
.this
4230 def __del__(self
, destroy
=_windows_
.delete_PrintDialogData
):
4233 if self
.thisown
: destroy(self
)
4236 def GetFromPage(*args
, **kwargs
):
4237 """GetFromPage(self) -> int"""
4238 return _windows_
.PrintDialogData_GetFromPage(*args
, **kwargs
)
4240 def GetToPage(*args
, **kwargs
):
4241 """GetToPage(self) -> int"""
4242 return _windows_
.PrintDialogData_GetToPage(*args
, **kwargs
)
4244 def GetMinPage(*args
, **kwargs
):
4245 """GetMinPage(self) -> int"""
4246 return _windows_
.PrintDialogData_GetMinPage(*args
, **kwargs
)
4248 def GetMaxPage(*args
, **kwargs
):
4249 """GetMaxPage(self) -> int"""
4250 return _windows_
.PrintDialogData_GetMaxPage(*args
, **kwargs
)
4252 def GetNoCopies(*args
, **kwargs
):
4253 """GetNoCopies(self) -> int"""
4254 return _windows_
.PrintDialogData_GetNoCopies(*args
, **kwargs
)
4256 def GetAllPages(*args
, **kwargs
):
4257 """GetAllPages(self) -> bool"""
4258 return _windows_
.PrintDialogData_GetAllPages(*args
, **kwargs
)
4260 def GetSelection(*args
, **kwargs
):
4261 """GetSelection(self) -> bool"""
4262 return _windows_
.PrintDialogData_GetSelection(*args
, **kwargs
)
4264 def GetCollate(*args
, **kwargs
):
4265 """GetCollate(self) -> bool"""
4266 return _windows_
.PrintDialogData_GetCollate(*args
, **kwargs
)
4268 def GetPrintToFile(*args
, **kwargs
):
4269 """GetPrintToFile(self) -> bool"""
4270 return _windows_
.PrintDialogData_GetPrintToFile(*args
, **kwargs
)
4272 def GetSetupDialog(*args
, **kwargs
):
4273 """GetSetupDialog(self) -> bool"""
4274 return _windows_
.PrintDialogData_GetSetupDialog(*args
, **kwargs
)
4276 def SetSetupDialog(*args
, **kwargs
):
4277 """SetSetupDialog(self, bool flag)"""
4278 return _windows_
.PrintDialogData_SetSetupDialog(*args
, **kwargs
)
4280 def SetFromPage(*args
, **kwargs
):
4281 """SetFromPage(self, int v)"""
4282 return _windows_
.PrintDialogData_SetFromPage(*args
, **kwargs
)
4284 def SetToPage(*args
, **kwargs
):
4285 """SetToPage(self, int v)"""
4286 return _windows_
.PrintDialogData_SetToPage(*args
, **kwargs
)
4288 def SetMinPage(*args
, **kwargs
):
4289 """SetMinPage(self, int v)"""
4290 return _windows_
.PrintDialogData_SetMinPage(*args
, **kwargs
)
4292 def SetMaxPage(*args
, **kwargs
):
4293 """SetMaxPage(self, int v)"""
4294 return _windows_
.PrintDialogData_SetMaxPage(*args
, **kwargs
)
4296 def SetNoCopies(*args
, **kwargs
):
4297 """SetNoCopies(self, int v)"""
4298 return _windows_
.PrintDialogData_SetNoCopies(*args
, **kwargs
)
4300 def SetAllPages(*args
, **kwargs
):
4301 """SetAllPages(self, bool flag)"""
4302 return _windows_
.PrintDialogData_SetAllPages(*args
, **kwargs
)
4304 def SetSelection(*args
, **kwargs
):
4305 """SetSelection(self, bool flag)"""
4306 return _windows_
.PrintDialogData_SetSelection(*args
, **kwargs
)
4308 def SetCollate(*args
, **kwargs
):
4309 """SetCollate(self, bool flag)"""
4310 return _windows_
.PrintDialogData_SetCollate(*args
, **kwargs
)
4312 def SetPrintToFile(*args
, **kwargs
):
4313 """SetPrintToFile(self, bool flag)"""
4314 return _windows_
.PrintDialogData_SetPrintToFile(*args
, **kwargs
)
4316 def EnablePrintToFile(*args
, **kwargs
):
4317 """EnablePrintToFile(self, bool flag)"""
4318 return _windows_
.PrintDialogData_EnablePrintToFile(*args
, **kwargs
)
4320 def EnableSelection(*args
, **kwargs
):
4321 """EnableSelection(self, bool flag)"""
4322 return _windows_
.PrintDialogData_EnableSelection(*args
, **kwargs
)
4324 def EnablePageNumbers(*args
, **kwargs
):
4325 """EnablePageNumbers(self, bool flag)"""
4326 return _windows_
.PrintDialogData_EnablePageNumbers(*args
, **kwargs
)
4328 def EnableHelp(*args
, **kwargs
):
4329 """EnableHelp(self, bool flag)"""
4330 return _windows_
.PrintDialogData_EnableHelp(*args
, **kwargs
)
4332 def GetEnablePrintToFile(*args
, **kwargs
):
4333 """GetEnablePrintToFile(self) -> bool"""
4334 return _windows_
.PrintDialogData_GetEnablePrintToFile(*args
, **kwargs
)
4336 def GetEnableSelection(*args
, **kwargs
):
4337 """GetEnableSelection(self) -> bool"""
4338 return _windows_
.PrintDialogData_GetEnableSelection(*args
, **kwargs
)
4340 def GetEnablePageNumbers(*args
, **kwargs
):
4341 """GetEnablePageNumbers(self) -> bool"""
4342 return _windows_
.PrintDialogData_GetEnablePageNumbers(*args
, **kwargs
)
4344 def GetEnableHelp(*args
, **kwargs
):
4345 """GetEnableHelp(self) -> bool"""
4346 return _windows_
.PrintDialogData_GetEnableHelp(*args
, **kwargs
)
4348 def Ok(*args
, **kwargs
):
4349 """Ok(self) -> bool"""
4350 return _windows_
.PrintDialogData_Ok(*args
, **kwargs
)
4352 def GetPrintData(*args
, **kwargs
):
4353 """GetPrintData(self) -> PrintData"""
4354 return _windows_
.PrintDialogData_GetPrintData(*args
, **kwargs
)
4356 def SetPrintData(*args
, **kwargs
):
4357 """SetPrintData(self, PrintData printData)"""
4358 return _windows_
.PrintDialogData_SetPrintData(*args
, **kwargs
)
4360 def __nonzero__(self
): return self
.Ok()
4362 class PrintDialogDataPtr(PrintDialogData
):
4363 def __init__(self
, this
):
4365 if not hasattr(self
,"thisown"): self
.thisown
= 0
4366 self
.__class
__ = PrintDialogData
4367 _windows_
.PrintDialogData_swigregister(PrintDialogDataPtr
)
4369 class PrintDialog(_core
.Object
):
4370 """Proxy of C++ PrintDialog class"""
4372 return "<%s.%s; proxy of C++ wxPrintDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4373 def __init__(self
, *args
, **kwargs
):
4374 """__init__(self, Window parent, PrintDialogData data=None) -> PrintDialog"""
4375 newobj
= _windows_
.new_PrintDialog(*args
, **kwargs
)
4376 self
.this
= newobj
.this
4379 def ShowModal(*args
, **kwargs
):
4380 """ShowModal(self) -> int"""
4381 return _windows_
.PrintDialog_ShowModal(*args
, **kwargs
)
4383 def GetPrintDialogData(*args
, **kwargs
):
4384 """GetPrintDialogData(self) -> PrintDialogData"""
4385 return _windows_
.PrintDialog_GetPrintDialogData(*args
, **kwargs
)
4387 def GetPrintData(*args
, **kwargs
):
4388 """GetPrintData(self) -> PrintData"""
4389 return _windows_
.PrintDialog_GetPrintData(*args
, **kwargs
)
4391 def GetPrintDC(*args
, **kwargs
):
4392 """GetPrintDC(self) -> DC"""
4393 return _windows_
.PrintDialog_GetPrintDC(*args
, **kwargs
)
4396 class PrintDialogPtr(PrintDialog
):
4397 def __init__(self
, this
):
4399 if not hasattr(self
,"thisown"): self
.thisown
= 0
4400 self
.__class
__ = PrintDialog
4401 _windows_
.PrintDialog_swigregister(PrintDialogPtr
)
4403 PRINTER_NO_ERROR
= _windows_
.PRINTER_NO_ERROR
4404 PRINTER_CANCELLED
= _windows_
.PRINTER_CANCELLED
4405 PRINTER_ERROR
= _windows_
.PRINTER_ERROR
4406 class Printer(_core
.Object
):
4407 """Proxy of C++ Printer class"""
4409 return "<%s.%s; proxy of C++ wxPrinter instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4410 def __init__(self
, *args
, **kwargs
):
4411 """__init__(self, PrintDialogData data=None) -> Printer"""
4412 newobj
= _windows_
.new_Printer(*args
, **kwargs
)
4413 self
.this
= newobj
.this
4416 def __del__(self
, destroy
=_windows_
.delete_Printer
):
4419 if self
.thisown
: destroy(self
)
4422 def CreateAbortWindow(*args
, **kwargs
):
4423 """CreateAbortWindow(self, Window parent, Printout printout) -> Window"""
4424 return _windows_
.Printer_CreateAbortWindow(*args
, **kwargs
)
4426 def ReportError(*args
, **kwargs
):
4427 """ReportError(self, Window parent, Printout printout, String message)"""
4428 return _windows_
.Printer_ReportError(*args
, **kwargs
)
4430 def Setup(*args
, **kwargs
):
4431 """Setup(self, Window parent) -> bool"""
4432 return _windows_
.Printer_Setup(*args
, **kwargs
)
4434 def Print(*args
, **kwargs
):
4435 """Print(self, Window parent, Printout printout, bool prompt=True) -> bool"""
4436 return _windows_
.Printer_Print(*args
, **kwargs
)
4438 def PrintDialog(*args
, **kwargs
):
4439 """PrintDialog(self, Window parent) -> DC"""
4440 return _windows_
.Printer_PrintDialog(*args
, **kwargs
)
4442 def GetPrintDialogData(*args
, **kwargs
):
4443 """GetPrintDialogData(self) -> PrintDialogData"""
4444 return _windows_
.Printer_GetPrintDialogData(*args
, **kwargs
)
4446 def GetAbort(*args
, **kwargs
):
4447 """GetAbort(self) -> bool"""
4448 return _windows_
.Printer_GetAbort(*args
, **kwargs
)
4450 def GetLastError(*args
, **kwargs
):
4451 """GetLastError() -> int"""
4452 return _windows_
.Printer_GetLastError(*args
, **kwargs
)
4454 GetLastError
= staticmethod(GetLastError
)
4456 class PrinterPtr(Printer
):
4457 def __init__(self
, this
):
4459 if not hasattr(self
,"thisown"): self
.thisown
= 0
4460 self
.__class
__ = Printer
4461 _windows_
.Printer_swigregister(PrinterPtr
)
4463 def Printer_GetLastError(*args
, **kwargs
):
4464 """Printer_GetLastError() -> int"""
4465 return _windows_
.Printer_GetLastError(*args
, **kwargs
)
4467 class Printout(_core
.Object
):
4468 """Proxy of C++ Printout class"""
4470 return "<%s.%s; proxy of C++ wxPyPrintout instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4471 def __init__(self
, *args
, **kwargs
):
4472 """__init__(self, String title=PrintoutTitleStr) -> Printout"""
4473 newobj
= _windows_
.new_Printout(*args
, **kwargs
)
4474 self
.this
= newobj
.this
4477 self
._setCallbackInfo
(self
, Printout
)
4479 def _setCallbackInfo(*args
, **kwargs
):
4480 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4481 return _windows_
.Printout__setCallbackInfo(*args
, **kwargs
)
4483 def GetTitle(*args
, **kwargs
):
4484 """GetTitle(self) -> String"""
4485 return _windows_
.Printout_GetTitle(*args
, **kwargs
)
4487 def GetDC(*args
, **kwargs
):
4488 """GetDC(self) -> DC"""
4489 return _windows_
.Printout_GetDC(*args
, **kwargs
)
4491 def SetDC(*args
, **kwargs
):
4492 """SetDC(self, DC dc)"""
4493 return _windows_
.Printout_SetDC(*args
, **kwargs
)
4495 def SetPageSizePixels(*args
, **kwargs
):
4496 """SetPageSizePixels(self, int w, int h)"""
4497 return _windows_
.Printout_SetPageSizePixels(*args
, **kwargs
)
4499 def GetPageSizePixels(*args
, **kwargs
):
4500 """GetPageSizePixels() -> (w, h)"""
4501 return _windows_
.Printout_GetPageSizePixels(*args
, **kwargs
)
4503 def SetPageSizeMM(*args
, **kwargs
):
4504 """SetPageSizeMM(self, int w, int h)"""
4505 return _windows_
.Printout_SetPageSizeMM(*args
, **kwargs
)
4507 def GetPageSizeMM(*args
, **kwargs
):
4508 """GetPageSizeMM() -> (w, h)"""
4509 return _windows_
.Printout_GetPageSizeMM(*args
, **kwargs
)
4511 def SetPPIScreen(*args
, **kwargs
):
4512 """SetPPIScreen(self, int x, int y)"""
4513 return _windows_
.Printout_SetPPIScreen(*args
, **kwargs
)
4515 def GetPPIScreen(*args
, **kwargs
):
4516 """GetPPIScreen() -> (x,y)"""
4517 return _windows_
.Printout_GetPPIScreen(*args
, **kwargs
)
4519 def SetPPIPrinter(*args
, **kwargs
):
4520 """SetPPIPrinter(self, int x, int y)"""
4521 return _windows_
.Printout_SetPPIPrinter(*args
, **kwargs
)
4523 def GetPPIPrinter(*args
, **kwargs
):
4524 """GetPPIPrinter() -> (x,y)"""
4525 return _windows_
.Printout_GetPPIPrinter(*args
, **kwargs
)
4527 def IsPreview(*args
, **kwargs
):
4528 """IsPreview(self) -> bool"""
4529 return _windows_
.Printout_IsPreview(*args
, **kwargs
)
4531 def SetIsPreview(*args
, **kwargs
):
4532 """SetIsPreview(self, bool p)"""
4533 return _windows_
.Printout_SetIsPreview(*args
, **kwargs
)
4535 def base_OnBeginDocument(*args
, **kwargs
):
4536 """base_OnBeginDocument(self, int startPage, int endPage) -> bool"""
4537 return _windows_
.Printout_base_OnBeginDocument(*args
, **kwargs
)
4539 def base_OnEndDocument(*args
, **kwargs
):
4540 """base_OnEndDocument(self)"""
4541 return _windows_
.Printout_base_OnEndDocument(*args
, **kwargs
)
4543 def base_OnBeginPrinting(*args
, **kwargs
):
4544 """base_OnBeginPrinting(self)"""
4545 return _windows_
.Printout_base_OnBeginPrinting(*args
, **kwargs
)
4547 def base_OnEndPrinting(*args
, **kwargs
):
4548 """base_OnEndPrinting(self)"""
4549 return _windows_
.Printout_base_OnEndPrinting(*args
, **kwargs
)
4551 def base_OnPreparePrinting(*args
, **kwargs
):
4552 """base_OnPreparePrinting(self)"""
4553 return _windows_
.Printout_base_OnPreparePrinting(*args
, **kwargs
)
4555 def base_HasPage(*args
, **kwargs
):
4556 """base_HasPage(self, int page) -> bool"""
4557 return _windows_
.Printout_base_HasPage(*args
, **kwargs
)
4559 def base_GetPageInfo(*args
, **kwargs
):
4560 """base_GetPageInfo() -> (minPage, maxPage, pageFrom, pageTo)"""
4561 return _windows_
.Printout_base_GetPageInfo(*args
, **kwargs
)
4564 class PrintoutPtr(Printout
):
4565 def __init__(self
, this
):
4567 if not hasattr(self
,"thisown"): self
.thisown
= 0
4568 self
.__class
__ = Printout
4569 _windows_
.Printout_swigregister(PrintoutPtr
)
4571 class PreviewCanvas(ScrolledWindow
):
4572 """Proxy of C++ PreviewCanvas class"""
4574 return "<%s.%s; proxy of C++ wxPreviewCanvas instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4575 def __init__(self
, *args
, **kwargs
):
4577 __init__(self, PrintPreview preview, Window parent, Point pos=DefaultPosition,
4578 Size size=DefaultSize, long style=0,
4579 String name=PreviewCanvasNameStr) -> PreviewCanvas
4581 newobj
= _windows_
.new_PreviewCanvas(*args
, **kwargs
)
4582 self
.this
= newobj
.this
4585 self
._setOORInfo
(self
)
4588 class PreviewCanvasPtr(PreviewCanvas
):
4589 def __init__(self
, this
):
4591 if not hasattr(self
,"thisown"): self
.thisown
= 0
4592 self
.__class
__ = PreviewCanvas
4593 _windows_
.PreviewCanvas_swigregister(PreviewCanvasPtr
)
4595 class PreviewFrame(Frame
):
4596 """Proxy of C++ PreviewFrame class"""
4598 return "<%s.%s; proxy of C++ wxPreviewFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4599 def __init__(self
, *args
, **kwargs
):
4601 __init__(self, PrintPreview preview, Frame parent, String title, Point pos=DefaultPosition,
4602 Size size=DefaultSize,
4603 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> PreviewFrame
4605 newobj
= _windows_
.new_PreviewFrame(*args
, **kwargs
)
4606 self
.this
= newobj
.this
4609 self
._setOORInfo
(self
)
4611 def Initialize(*args
, **kwargs
):
4612 """Initialize(self)"""
4613 return _windows_
.PreviewFrame_Initialize(*args
, **kwargs
)
4615 def CreateControlBar(*args
, **kwargs
):
4616 """CreateControlBar(self)"""
4617 return _windows_
.PreviewFrame_CreateControlBar(*args
, **kwargs
)
4619 def CreateCanvas(*args
, **kwargs
):
4620 """CreateCanvas(self)"""
4621 return _windows_
.PreviewFrame_CreateCanvas(*args
, **kwargs
)
4623 def GetControlBar(*args
, **kwargs
):
4624 """GetControlBar(self) -> PreviewControlBar"""
4625 return _windows_
.PreviewFrame_GetControlBar(*args
, **kwargs
)
4628 class PreviewFramePtr(PreviewFrame
):
4629 def __init__(self
, this
):
4631 if not hasattr(self
,"thisown"): self
.thisown
= 0
4632 self
.__class
__ = PreviewFrame
4633 _windows_
.PreviewFrame_swigregister(PreviewFramePtr
)
4635 PREVIEW_PRINT
= _windows_
.PREVIEW_PRINT
4636 PREVIEW_PREVIOUS
= _windows_
.PREVIEW_PREVIOUS
4637 PREVIEW_NEXT
= _windows_
.PREVIEW_NEXT
4638 PREVIEW_ZOOM
= _windows_
.PREVIEW_ZOOM
4639 PREVIEW_FIRST
= _windows_
.PREVIEW_FIRST
4640 PREVIEW_LAST
= _windows_
.PREVIEW_LAST
4641 PREVIEW_GOTO
= _windows_
.PREVIEW_GOTO
4642 PREVIEW_DEFAULT
= _windows_
.PREVIEW_DEFAULT
4643 ID_PREVIEW_CLOSE
= _windows_
.ID_PREVIEW_CLOSE
4644 ID_PREVIEW_NEXT
= _windows_
.ID_PREVIEW_NEXT
4645 ID_PREVIEW_PREVIOUS
= _windows_
.ID_PREVIEW_PREVIOUS
4646 ID_PREVIEW_PRINT
= _windows_
.ID_PREVIEW_PRINT
4647 ID_PREVIEW_ZOOM
= _windows_
.ID_PREVIEW_ZOOM
4648 ID_PREVIEW_FIRST
= _windows_
.ID_PREVIEW_FIRST
4649 ID_PREVIEW_LAST
= _windows_
.ID_PREVIEW_LAST
4650 ID_PREVIEW_GOTO
= _windows_
.ID_PREVIEW_GOTO
4651 class PreviewControlBar(Panel
):
4652 """Proxy of C++ PreviewControlBar class"""
4654 return "<%s.%s; proxy of C++ wxPreviewControlBar instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4655 def __init__(self
, *args
, **kwargs
):
4657 __init__(self, PrintPreview preview, long buttons, Window parent,
4658 Point pos=DefaultPosition, Size size=DefaultSize,
4659 long style=TAB_TRAVERSAL, String name=PanelNameStr) -> PreviewControlBar
4661 newobj
= _windows_
.new_PreviewControlBar(*args
, **kwargs
)
4662 self
.this
= newobj
.this
4665 self
._setOORInfo
(self
)
4667 def GetZoomControl(*args
, **kwargs
):
4668 """GetZoomControl(self) -> int"""
4669 return _windows_
.PreviewControlBar_GetZoomControl(*args
, **kwargs
)
4671 def SetZoomControl(*args
, **kwargs
):
4672 """SetZoomControl(self, int zoom)"""
4673 return _windows_
.PreviewControlBar_SetZoomControl(*args
, **kwargs
)
4675 def GetPrintPreview(*args
, **kwargs
):
4676 """GetPrintPreview(self) -> PrintPreview"""
4677 return _windows_
.PreviewControlBar_GetPrintPreview(*args
, **kwargs
)
4679 def OnNext(*args
, **kwargs
):
4681 return _windows_
.PreviewControlBar_OnNext(*args
, **kwargs
)
4683 def OnPrevious(*args
, **kwargs
):
4684 """OnPrevious(self)"""
4685 return _windows_
.PreviewControlBar_OnPrevious(*args
, **kwargs
)
4687 def OnFirst(*args
, **kwargs
):
4689 return _windows_
.PreviewControlBar_OnFirst(*args
, **kwargs
)
4691 def OnLast(*args
, **kwargs
):
4693 return _windows_
.PreviewControlBar_OnLast(*args
, **kwargs
)
4695 def OnGoto(*args
, **kwargs
):
4697 return _windows_
.PreviewControlBar_OnGoto(*args
, **kwargs
)
4700 class PreviewControlBarPtr(PreviewControlBar
):
4701 def __init__(self
, this
):
4703 if not hasattr(self
,"thisown"): self
.thisown
= 0
4704 self
.__class
__ = PreviewControlBar
4705 _windows_
.PreviewControlBar_swigregister(PreviewControlBarPtr
)
4707 class PrintPreview(_core
.Object
):
4708 """Proxy of C++ PrintPreview class"""
4710 return "<%s.%s; proxy of C++ wxPrintPreview instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4711 def __init__(self
, *args
):
4713 __init__(self, Printout printout, Printout printoutForPrinting, PrintDialogData data=None) -> PrintPreview
4714 __init__(self, Printout printout, Printout printoutForPrinting, PrintData data) -> PrintPreview
4716 newobj
= _windows_
.new_PrintPreview(*args
)
4717 self
.this
= newobj
.this
4720 def SetCurrentPage(*args
, **kwargs
):
4721 """SetCurrentPage(self, int pageNum) -> bool"""
4722 return _windows_
.PrintPreview_SetCurrentPage(*args
, **kwargs
)
4724 def GetCurrentPage(*args
, **kwargs
):
4725 """GetCurrentPage(self) -> int"""
4726 return _windows_
.PrintPreview_GetCurrentPage(*args
, **kwargs
)
4728 def SetPrintout(*args
, **kwargs
):
4729 """SetPrintout(self, Printout printout)"""
4730 return _windows_
.PrintPreview_SetPrintout(*args
, **kwargs
)
4732 def GetPrintout(*args
, **kwargs
):
4733 """GetPrintout(self) -> Printout"""
4734 return _windows_
.PrintPreview_GetPrintout(*args
, **kwargs
)
4736 def GetPrintoutForPrinting(*args
, **kwargs
):
4737 """GetPrintoutForPrinting(self) -> Printout"""
4738 return _windows_
.PrintPreview_GetPrintoutForPrinting(*args
, **kwargs
)
4740 def SetFrame(*args
, **kwargs
):
4741 """SetFrame(self, Frame frame)"""
4742 return _windows_
.PrintPreview_SetFrame(*args
, **kwargs
)
4744 def SetCanvas(*args
, **kwargs
):
4745 """SetCanvas(self, PreviewCanvas canvas)"""
4746 return _windows_
.PrintPreview_SetCanvas(*args
, **kwargs
)
4748 def GetFrame(*args
, **kwargs
):
4749 """GetFrame(self) -> Frame"""
4750 return _windows_
.PrintPreview_GetFrame(*args
, **kwargs
)
4752 def GetCanvas(*args
, **kwargs
):
4753 """GetCanvas(self) -> PreviewCanvas"""
4754 return _windows_
.PrintPreview_GetCanvas(*args
, **kwargs
)
4756 def PaintPage(*args
, **kwargs
):
4757 """PaintPage(self, PreviewCanvas canvas, DC dc) -> bool"""
4758 return _windows_
.PrintPreview_PaintPage(*args
, **kwargs
)
4760 def DrawBlankPage(*args
, **kwargs
):
4761 """DrawBlankPage(self, PreviewCanvas canvas, DC dc) -> bool"""
4762 return _windows_
.PrintPreview_DrawBlankPage(*args
, **kwargs
)
4764 def RenderPage(*args
, **kwargs
):
4765 """RenderPage(self, int pageNum) -> bool"""
4766 return _windows_
.PrintPreview_RenderPage(*args
, **kwargs
)
4768 def AdjustScrollbars(*args
, **kwargs
):
4769 """AdjustScrollbars(self, PreviewCanvas canvas)"""
4770 return _windows_
.PrintPreview_AdjustScrollbars(*args
, **kwargs
)
4772 def GetPrintDialogData(*args
, **kwargs
):
4773 """GetPrintDialogData(self) -> PrintDialogData"""
4774 return _windows_
.PrintPreview_GetPrintDialogData(*args
, **kwargs
)
4776 def SetZoom(*args
, **kwargs
):
4777 """SetZoom(self, int percent)"""
4778 return _windows_
.PrintPreview_SetZoom(*args
, **kwargs
)
4780 def GetZoom(*args
, **kwargs
):
4781 """GetZoom(self) -> int"""
4782 return _windows_
.PrintPreview_GetZoom(*args
, **kwargs
)
4784 def GetMaxPage(*args
, **kwargs
):
4785 """GetMaxPage(self) -> int"""
4786 return _windows_
.PrintPreview_GetMaxPage(*args
, **kwargs
)
4788 def GetMinPage(*args
, **kwargs
):
4789 """GetMinPage(self) -> int"""
4790 return _windows_
.PrintPreview_GetMinPage(*args
, **kwargs
)
4792 def Ok(*args
, **kwargs
):
4793 """Ok(self) -> bool"""
4794 return _windows_
.PrintPreview_Ok(*args
, **kwargs
)
4796 def SetOk(*args
, **kwargs
):
4797 """SetOk(self, bool ok)"""
4798 return _windows_
.PrintPreview_SetOk(*args
, **kwargs
)
4800 def Print(*args
, **kwargs
):
4801 """Print(self, bool interactive) -> bool"""
4802 return _windows_
.PrintPreview_Print(*args
, **kwargs
)
4804 def DetermineScaling(*args
, **kwargs
):
4805 """DetermineScaling(self)"""
4806 return _windows_
.PrintPreview_DetermineScaling(*args
, **kwargs
)
4808 def __nonzero__(self
): return self
.Ok()
4810 class PrintPreviewPtr(PrintPreview
):
4811 def __init__(self
, this
):
4813 if not hasattr(self
,"thisown"): self
.thisown
= 0
4814 self
.__class
__ = PrintPreview
4815 _windows_
.PrintPreview_swigregister(PrintPreviewPtr
)
4817 class PyPrintPreview(PrintPreview
):
4818 """Proxy of C++ PyPrintPreview class"""
4820 return "<%s.%s; proxy of C++ wxPyPrintPreview instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4821 def __init__(self
, *args
):
4823 __init__(self, Printout printout, Printout printoutForPrinting, PrintDialogData data=None) -> PyPrintPreview
4824 __init__(self, Printout printout, Printout printoutForPrinting, PrintData data) -> PyPrintPreview
4826 newobj
= _windows_
.new_PyPrintPreview(*args
)
4827 self
.this
= newobj
.this
4830 self
._setCallbackInfo
(self
, PyPrintPreview
)
4832 def _setCallbackInfo(*args
, **kwargs
):
4833 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4834 return _windows_
.PyPrintPreview__setCallbackInfo(*args
, **kwargs
)
4836 def base_SetCurrentPage(*args
, **kwargs
):
4837 """base_SetCurrentPage(self, int pageNum) -> bool"""
4838 return _windows_
.PyPrintPreview_base_SetCurrentPage(*args
, **kwargs
)
4840 def base_PaintPage(*args
, **kwargs
):
4841 """base_PaintPage(self, PreviewCanvas canvas, DC dc) -> bool"""
4842 return _windows_
.PyPrintPreview_base_PaintPage(*args
, **kwargs
)
4844 def base_DrawBlankPage(*args
, **kwargs
):
4845 """base_DrawBlankPage(self, PreviewCanvas canvas, DC dc) -> bool"""
4846 return _windows_
.PyPrintPreview_base_DrawBlankPage(*args
, **kwargs
)
4848 def base_RenderPage(*args
, **kwargs
):
4849 """base_RenderPage(self, int pageNum) -> bool"""
4850 return _windows_
.PyPrintPreview_base_RenderPage(*args
, **kwargs
)
4852 def base_SetZoom(*args
, **kwargs
):
4853 """base_SetZoom(self, int percent)"""
4854 return _windows_
.PyPrintPreview_base_SetZoom(*args
, **kwargs
)
4856 def base_Print(*args
, **kwargs
):
4857 """base_Print(self, bool interactive) -> bool"""
4858 return _windows_
.PyPrintPreview_base_Print(*args
, **kwargs
)
4860 def base_DetermineScaling(*args
, **kwargs
):
4861 """base_DetermineScaling(self)"""
4862 return _windows_
.PyPrintPreview_base_DetermineScaling(*args
, **kwargs
)
4865 class PyPrintPreviewPtr(PyPrintPreview
):
4866 def __init__(self
, this
):
4868 if not hasattr(self
,"thisown"): self
.thisown
= 0
4869 self
.__class
__ = PyPrintPreview
4870 _windows_
.PyPrintPreview_swigregister(PyPrintPreviewPtr
)
4872 class PyPreviewFrame(PreviewFrame
):
4873 """Proxy of C++ PyPreviewFrame class"""
4875 return "<%s.%s; proxy of C++ wxPyPreviewFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4876 def __init__(self
, *args
, **kwargs
):
4878 __init__(self, PrintPreview preview, Frame parent, String title, Point pos=DefaultPosition,
4879 Size size=DefaultSize,
4880 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> PyPreviewFrame
4882 newobj
= _windows_
.new_PyPreviewFrame(*args
, **kwargs
)
4883 self
.this
= newobj
.this
4886 self
._setCallbackInfo
(self
, PyPreviewFrame
); self
._setOORInfo
(self
)
4888 def _setCallbackInfo(*args
, **kwargs
):
4889 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4890 return _windows_
.PyPreviewFrame__setCallbackInfo(*args
, **kwargs
)
4892 def SetPreviewCanvas(*args
, **kwargs
):
4893 """SetPreviewCanvas(self, PreviewCanvas canvas)"""
4894 return _windows_
.PyPreviewFrame_SetPreviewCanvas(*args
, **kwargs
)
4896 def SetControlBar(*args
, **kwargs
):
4897 """SetControlBar(self, PreviewControlBar bar)"""
4898 return _windows_
.PyPreviewFrame_SetControlBar(*args
, **kwargs
)
4900 def base_Initialize(*args
, **kwargs
):
4901 """base_Initialize(self)"""
4902 return _windows_
.PyPreviewFrame_base_Initialize(*args
, **kwargs
)
4904 def base_CreateCanvas(*args
, **kwargs
):
4905 """base_CreateCanvas(self)"""
4906 return _windows_
.PyPreviewFrame_base_CreateCanvas(*args
, **kwargs
)
4908 def base_CreateControlBar(*args
, **kwargs
):
4909 """base_CreateControlBar(self)"""
4910 return _windows_
.PyPreviewFrame_base_CreateControlBar(*args
, **kwargs
)
4913 class PyPreviewFramePtr(PyPreviewFrame
):
4914 def __init__(self
, this
):
4916 if not hasattr(self
,"thisown"): self
.thisown
= 0
4917 self
.__class
__ = PyPreviewFrame
4918 _windows_
.PyPreviewFrame_swigregister(PyPreviewFramePtr
)
4920 class PyPreviewControlBar(PreviewControlBar
):
4921 """Proxy of C++ PyPreviewControlBar class"""
4923 return "<%s.%s; proxy of C++ wxPyPreviewControlBar instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4924 def __init__(self
, *args
, **kwargs
):
4926 __init__(self, PrintPreview preview, long buttons, Window parent,
4927 Point pos=DefaultPosition, Size size=DefaultSize,
4928 long style=0, String name=PanelNameStr) -> PyPreviewControlBar
4930 newobj
= _windows_
.new_PyPreviewControlBar(*args
, **kwargs
)
4931 self
.this
= newobj
.this
4934 self
._setCallbackInfo
(self
, PyPreviewControlBar
); self
._setOORInfo
(self
)
4936 def _setCallbackInfo(*args
, **kwargs
):
4937 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4938 return _windows_
.PyPreviewControlBar__setCallbackInfo(*args
, **kwargs
)
4940 def SetPrintPreview(*args
, **kwargs
):
4941 """SetPrintPreview(self, PrintPreview preview)"""
4942 return _windows_
.PyPreviewControlBar_SetPrintPreview(*args
, **kwargs
)
4944 def base_CreateButtons(*args
, **kwargs
):
4945 """base_CreateButtons(self)"""
4946 return _windows_
.PyPreviewControlBar_base_CreateButtons(*args
, **kwargs
)
4948 def base_SetZoomControl(*args
, **kwargs
):
4949 """base_SetZoomControl(self, int zoom)"""
4950 return _windows_
.PyPreviewControlBar_base_SetZoomControl(*args
, **kwargs
)
4953 class PyPreviewControlBarPtr(PyPreviewControlBar
):
4954 def __init__(self
, this
):
4956 if not hasattr(self
,"thisown"): self
.thisown
= 0
4957 self
.__class
__ = PyPreviewControlBar
4958 _windows_
.PyPreviewControlBar_swigregister(PyPreviewControlBarPtr
)