1 # This file was created automatically by SWIG.
2 # Don't modify this file, modify the SWIG interface instead.
8 #---------------------------------------------------------------------------
10 class Panel(_core
.Window
):
12 return "<%s.%s; proxy of C++ wxPanel instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
13 def __init__(self
, *args
, **kwargs
):
15 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
16 Size size=DefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER,
17 String name=PanelNameStr) -> Panel
19 newobj
= _windows_
.new_Panel(*args
, **kwargs
)
20 self
.this
= newobj
.this
23 self
._setOORInfo
(self
)
25 def Create(*args
, **kwargs
):
27 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
28 Size size=DefaultSize, long style=wxTAB_TRAVERSAL|wxNO_BORDER,
29 String name=PanelNameStr) -> bool
31 Create the GUI part of the Window for 2-phase creation mode.
33 return _windows_
.Panel_Create(*args
, **kwargs
)
35 def InitDialog(*args
, **kwargs
):
39 Sends an EVT_INIT_DIALOG event, whose handler usually transfers
40 data to the dialog via validators.
42 return _windows_
.Panel_InitDialog(*args
, **kwargs
)
45 class PanelPtr(Panel
):
46 def __init__(self
, this
):
48 if not hasattr(self
,"thisown"): self
.thisown
= 0
49 self
.__class
__ = Panel
50 _windows_
.Panel_swigregister(PanelPtr
)
52 def PrePanel(*args
, **kwargs
):
53 """PrePanel() -> Panel"""
54 val
= _windows_
.new_PrePanel(*args
, **kwargs
)
58 #---------------------------------------------------------------------------
60 class ScrolledWindow(Panel
):
62 return "<%s.%s; proxy of C++ wxScrolledWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
63 def __init__(self
, *args
, **kwargs
):
65 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
66 Size size=DefaultSize, long style=wxHSCROLL|wxVSCROLL,
67 String name=PanelNameStr) -> ScrolledWindow
69 newobj
= _windows_
.new_ScrolledWindow(*args
, **kwargs
)
70 self
.this
= newobj
.this
73 self
._setOORInfo
(self
)
75 def Create(*args
, **kwargs
):
77 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
78 Size size=DefaultSize, long style=wxHSCROLL|wxVSCROLL,
79 String name=PanelNameStr) -> bool
81 Create the GUI part of the Window for 2-phase creation mode.
83 return _windows_
.ScrolledWindow_Create(*args
, **kwargs
)
85 def SetScrollbars(*args
, **kwargs
):
87 SetScrollbars(self, int pixelsPerUnitX, int pixelsPerUnitY, int noUnitsX,
88 int noUnitsY, int xPos=0, int yPos=0, bool noRefresh=False)
90 return _windows_
.ScrolledWindow_SetScrollbars(*args
, **kwargs
)
92 def Scroll(*args
, **kwargs
):
93 """Scroll(self, int x, int y)"""
94 return _windows_
.ScrolledWindow_Scroll(*args
, **kwargs
)
96 def GetScrollPageSize(*args
, **kwargs
):
97 """GetScrollPageSize(self, int orient) -> int"""
98 return _windows_
.ScrolledWindow_GetScrollPageSize(*args
, **kwargs
)
100 def SetScrollPageSize(*args
, **kwargs
):
101 """SetScrollPageSize(self, int orient, int pageSize)"""
102 return _windows_
.ScrolledWindow_SetScrollPageSize(*args
, **kwargs
)
104 def SetScrollRate(*args
, **kwargs
):
105 """SetScrollRate(self, int xstep, int ystep)"""
106 return _windows_
.ScrolledWindow_SetScrollRate(*args
, **kwargs
)
108 def GetScrollPixelsPerUnit(*args
, **kwargs
):
110 GetScrollPixelsPerUnit() -> (xUnit, yUnit)
112 Get the size of one logical unit in physical units.
114 return _windows_
.ScrolledWindow_GetScrollPixelsPerUnit(*args
, **kwargs
)
116 def EnableScrolling(*args
, **kwargs
):
117 """EnableScrolling(self, bool x_scrolling, bool y_scrolling)"""
118 return _windows_
.ScrolledWindow_EnableScrolling(*args
, **kwargs
)
120 def GetViewStart(*args
, **kwargs
):
122 GetViewStart() -> (x,y)
126 return _windows_
.ScrolledWindow_GetViewStart(*args
, **kwargs
)
128 def SetScale(*args
, **kwargs
):
129 """SetScale(self, double xs, double ys)"""
130 return _windows_
.ScrolledWindow_SetScale(*args
, **kwargs
)
132 def GetScaleX(*args
, **kwargs
):
133 """GetScaleX(self) -> double"""
134 return _windows_
.ScrolledWindow_GetScaleX(*args
, **kwargs
)
136 def GetScaleY(*args
, **kwargs
):
137 """GetScaleY(self) -> double"""
138 return _windows_
.ScrolledWindow_GetScaleY(*args
, **kwargs
)
140 def CalcScrolledPosition(*args
):
142 CalcScrolledPosition(self, Point pt) -> Point
143 CalcScrolledPosition(int x, int y) -> (sx, sy)
145 Translate between scrolled and unscrolled coordinates.
147 return _windows_
.ScrolledWindow_CalcScrolledPosition(*args
)
149 def CalcUnscrolledPosition(*args
):
151 CalcUnscrolledPosition(self, Point pt) -> Point
152 CalcUnscrolledPosition(int x, int y) -> (ux, uy)
154 Translate between scrolled and unscrolled coordinates.
156 return _windows_
.ScrolledWindow_CalcUnscrolledPosition(*args
)
158 def AdjustScrollbars(*args
, **kwargs
):
159 """AdjustScrollbars(self)"""
160 return _windows_
.ScrolledWindow_AdjustScrollbars(*args
, **kwargs
)
162 def CalcScrollInc(*args
, **kwargs
):
163 """CalcScrollInc(self, ScrollWinEvent event) -> int"""
164 return _windows_
.ScrolledWindow_CalcScrollInc(*args
, **kwargs
)
166 def SetTargetWindow(*args
, **kwargs
):
167 """SetTargetWindow(self, Window target)"""
168 return _windows_
.ScrolledWindow_SetTargetWindow(*args
, **kwargs
)
170 def GetTargetWindow(*args
, **kwargs
):
171 """GetTargetWindow(self) -> Window"""
172 return _windows_
.ScrolledWindow_GetTargetWindow(*args
, **kwargs
)
175 class ScrolledWindowPtr(ScrolledWindow
):
176 def __init__(self
, this
):
178 if not hasattr(self
,"thisown"): self
.thisown
= 0
179 self
.__class
__ = ScrolledWindow
180 _windows_
.ScrolledWindow_swigregister(ScrolledWindowPtr
)
182 def PreScrolledWindow(*args
, **kwargs
):
183 """PreScrolledWindow() -> ScrolledWindow"""
184 val
= _windows_
.new_PreScrolledWindow(*args
, **kwargs
)
188 #---------------------------------------------------------------------------
190 STAY_ON_TOP
= _windows_
.STAY_ON_TOP
191 ICONIZE
= _windows_
.ICONIZE
192 MINIMIZE
= _windows_
.MINIMIZE
193 MAXIMIZE
= _windows_
.MAXIMIZE
194 CLOSE_BOX
= _windows_
.CLOSE_BOX
195 THICK_FRAME
= _windows_
.THICK_FRAME
196 SYSTEM_MENU
= _windows_
.SYSTEM_MENU
197 MINIMIZE_BOX
= _windows_
.MINIMIZE_BOX
198 MAXIMIZE_BOX
= _windows_
.MAXIMIZE_BOX
199 TINY_CAPTION_HORIZ
= _windows_
.TINY_CAPTION_HORIZ
200 TINY_CAPTION_VERT
= _windows_
.TINY_CAPTION_VERT
201 RESIZE_BOX
= _windows_
.RESIZE_BOX
202 RESIZE_BORDER
= _windows_
.RESIZE_BORDER
203 DIALOG_NO_PARENT
= _windows_
.DIALOG_NO_PARENT
204 DEFAULT_FRAME_STYLE
= _windows_
.DEFAULT_FRAME_STYLE
205 DEFAULT_DIALOG_STYLE
= _windows_
.DEFAULT_DIALOG_STYLE
206 FRAME_TOOL_WINDOW
= _windows_
.FRAME_TOOL_WINDOW
207 FRAME_FLOAT_ON_PARENT
= _windows_
.FRAME_FLOAT_ON_PARENT
208 FRAME_NO_WINDOW_MENU
= _windows_
.FRAME_NO_WINDOW_MENU
209 FRAME_NO_TASKBAR
= _windows_
.FRAME_NO_TASKBAR
210 FRAME_SHAPED
= _windows_
.FRAME_SHAPED
211 DIALOG_MODAL
= _windows_
.DIALOG_MODAL
212 DIALOG_MODELESS
= _windows_
.DIALOG_MODELESS
213 USER_COLOURS
= _windows_
.USER_COLOURS
214 NO_3D
= _windows_
.NO_3D
215 FULLSCREEN_NOMENUBAR
= _windows_
.FULLSCREEN_NOMENUBAR
216 FULLSCREEN_NOTOOLBAR
= _windows_
.FULLSCREEN_NOTOOLBAR
217 FULLSCREEN_NOSTATUSBAR
= _windows_
.FULLSCREEN_NOSTATUSBAR
218 FULLSCREEN_NOBORDER
= _windows_
.FULLSCREEN_NOBORDER
219 FULLSCREEN_NOCAPTION
= _windows_
.FULLSCREEN_NOCAPTION
220 FULLSCREEN_ALL
= _windows_
.FULLSCREEN_ALL
221 TOPLEVEL_EX_DIALOG
= _windows_
.TOPLEVEL_EX_DIALOG
222 class TopLevelWindow(_core
.Window
):
223 def __init__(self
): raise RuntimeError, "No constructor defined"
225 return "<%s.%s; proxy of C++ wxTopLevelWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
226 def Maximize(*args
, **kwargs
):
227 """Maximize(self, bool maximize=True)"""
228 return _windows_
.TopLevelWindow_Maximize(*args
, **kwargs
)
230 def Restore(*args
, **kwargs
):
232 return _windows_
.TopLevelWindow_Restore(*args
, **kwargs
)
234 def Iconize(*args
, **kwargs
):
235 """Iconize(self, bool iconize=True)"""
236 return _windows_
.TopLevelWindow_Iconize(*args
, **kwargs
)
238 def IsMaximized(*args
, **kwargs
):
239 """IsMaximized(self) -> bool"""
240 return _windows_
.TopLevelWindow_IsMaximized(*args
, **kwargs
)
242 def IsIconized(*args
, **kwargs
):
243 """IsIconized(self) -> bool"""
244 return _windows_
.TopLevelWindow_IsIconized(*args
, **kwargs
)
246 def GetIcon(*args
, **kwargs
):
247 """GetIcon(self) -> Icon"""
248 return _windows_
.TopLevelWindow_GetIcon(*args
, **kwargs
)
250 def SetIcon(*args
, **kwargs
):
251 """SetIcon(self, Icon icon)"""
252 return _windows_
.TopLevelWindow_SetIcon(*args
, **kwargs
)
254 def SetIcons(*args
, **kwargs
):
255 """SetIcons(self, wxIconBundle icons)"""
256 return _windows_
.TopLevelWindow_SetIcons(*args
, **kwargs
)
258 def ShowFullScreen(*args
, **kwargs
):
259 """ShowFullScreen(self, bool show, long style=FULLSCREEN_ALL) -> bool"""
260 return _windows_
.TopLevelWindow_ShowFullScreen(*args
, **kwargs
)
262 def IsFullScreen(*args
, **kwargs
):
263 """IsFullScreen(self) -> bool"""
264 return _windows_
.TopLevelWindow_IsFullScreen(*args
, **kwargs
)
266 def SetTitle(*args
, **kwargs
):
268 SetTitle(self, String title)
270 Sets the window's title. Applicable only to frames and dialogs.
272 return _windows_
.TopLevelWindow_SetTitle(*args
, **kwargs
)
274 def GetTitle(*args
, **kwargs
):
276 GetTitle(self) -> String
278 Gets the window's title. Applicable only to frames and dialogs.
280 return _windows_
.TopLevelWindow_GetTitle(*args
, **kwargs
)
282 def SetShape(*args
, **kwargs
):
283 """SetShape(self, Region region) -> bool"""
284 return _windows_
.TopLevelWindow_SetShape(*args
, **kwargs
)
287 class TopLevelWindowPtr(TopLevelWindow
):
288 def __init__(self
, this
):
290 if not hasattr(self
,"thisown"): self
.thisown
= 0
291 self
.__class
__ = TopLevelWindow
292 _windows_
.TopLevelWindow_swigregister(TopLevelWindowPtr
)
293 cvar
= _windows_
.cvar
294 FrameNameStr
= cvar
.FrameNameStr
295 DialogNameStr
= cvar
.DialogNameStr
296 StatusLineNameStr
= cvar
.StatusLineNameStr
297 ToolBarNameStr
= cvar
.ToolBarNameStr
299 #---------------------------------------------------------------------------
301 class Frame(TopLevelWindow
):
303 return "<%s.%s; proxy of C++ wxFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
304 def __init__(self
, *args
, **kwargs
):
306 __init__(self, Window parent, int id, String title, Point pos=DefaultPosition,
307 Size size=DefaultSize, long style=DEFAULT_FRAME_STYLE,
308 String name=FrameNameStr) -> Frame
310 newobj
= _windows_
.new_Frame(*args
, **kwargs
)
311 self
.this
= newobj
.this
314 self
._setOORInfo
(self
)
316 def Create(*args
, **kwargs
):
318 Create(self, Window parent, int id, String title, Point pos=DefaultPosition,
319 Size size=DefaultSize, long style=DEFAULT_FRAME_STYLE,
320 String name=FrameNameStr) -> bool
322 return _windows_
.Frame_Create(*args
, **kwargs
)
324 def GetClientAreaOrigin(*args
, **kwargs
):
326 GetClientAreaOrigin(self) -> Point
328 Get the origin of the client area of the window relative to the
329 window's top left corner (the client area may be shifted because of
330 the borders, scrollbars, other decorations...)
332 return _windows_
.Frame_GetClientAreaOrigin(*args
, **kwargs
)
334 def SendSizeEvent(*args
, **kwargs
):
335 """SendSizeEvent(self)"""
336 return _windows_
.Frame_SendSizeEvent(*args
, **kwargs
)
338 def SetMenuBar(*args
, **kwargs
):
339 """SetMenuBar(self, MenuBar menubar)"""
340 return _windows_
.Frame_SetMenuBar(*args
, **kwargs
)
342 def GetMenuBar(*args
, **kwargs
):
343 """GetMenuBar(self) -> MenuBar"""
344 return _windows_
.Frame_GetMenuBar(*args
, **kwargs
)
346 def ProcessCommand(*args
, **kwargs
):
347 """ProcessCommand(self, int winid) -> bool"""
348 return _windows_
.Frame_ProcessCommand(*args
, **kwargs
)
350 Command
= ProcessCommand
351 def CreateStatusBar(*args
, **kwargs
):
353 CreateStatusBar(self, int number=1, long style=wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE,
354 int winid=0, String name=StatusLineNameStr) -> StatusBar
356 return _windows_
.Frame_CreateStatusBar(*args
, **kwargs
)
358 def GetStatusBar(*args
, **kwargs
):
359 """GetStatusBar(self) -> StatusBar"""
360 return _windows_
.Frame_GetStatusBar(*args
, **kwargs
)
362 def SetStatusBar(*args
, **kwargs
):
363 """SetStatusBar(self, StatusBar statBar)"""
364 return _windows_
.Frame_SetStatusBar(*args
, **kwargs
)
366 def SetStatusText(*args
, **kwargs
):
367 """SetStatusText(self, String text, int number=0)"""
368 return _windows_
.Frame_SetStatusText(*args
, **kwargs
)
370 def SetStatusWidths(*args
, **kwargs
):
371 """SetStatusWidths(self, int widths, int widths_field)"""
372 return _windows_
.Frame_SetStatusWidths(*args
, **kwargs
)
374 def PushStatusText(*args
, **kwargs
):
375 """PushStatusText(self, String text, int number=0)"""
376 return _windows_
.Frame_PushStatusText(*args
, **kwargs
)
378 def PopStatusText(*args
, **kwargs
):
379 """PopStatusText(self, int number=0)"""
380 return _windows_
.Frame_PopStatusText(*args
, **kwargs
)
382 def SetStatusBarPane(*args
, **kwargs
):
383 """SetStatusBarPane(self, int n)"""
384 return _windows_
.Frame_SetStatusBarPane(*args
, **kwargs
)
386 def GetStatusBarPane(*args
, **kwargs
):
387 """GetStatusBarPane(self) -> int"""
388 return _windows_
.Frame_GetStatusBarPane(*args
, **kwargs
)
390 def CreateToolBar(*args
, **kwargs
):
391 """CreateToolBar(self, long style=-1, int winid=-1, String name=ToolBarNameStr) -> wxToolBar"""
392 return _windows_
.Frame_CreateToolBar(*args
, **kwargs
)
394 def GetToolBar(*args
, **kwargs
):
395 """GetToolBar(self) -> wxToolBar"""
396 return _windows_
.Frame_GetToolBar(*args
, **kwargs
)
398 def SetToolBar(*args
, **kwargs
):
399 """SetToolBar(self, wxToolBar toolbar)"""
400 return _windows_
.Frame_SetToolBar(*args
, **kwargs
)
402 def DoGiveHelp(*args
, **kwargs
):
403 """DoGiveHelp(self, String text, bool show)"""
404 return _windows_
.Frame_DoGiveHelp(*args
, **kwargs
)
406 def DoMenuUpdates(*args
, **kwargs
):
407 """DoMenuUpdates(self, Menu menu=None)"""
408 return _windows_
.Frame_DoMenuUpdates(*args
, **kwargs
)
411 class FramePtr(Frame
):
412 def __init__(self
, this
):
414 if not hasattr(self
,"thisown"): self
.thisown
= 0
415 self
.__class
__ = Frame
416 _windows_
.Frame_swigregister(FramePtr
)
418 def PreFrame(*args
, **kwargs
):
419 """PreFrame() -> Frame"""
420 val
= _windows_
.new_PreFrame(*args
, **kwargs
)
424 #---------------------------------------------------------------------------
426 class Dialog(TopLevelWindow
):
428 return "<%s.%s; proxy of C++ wxDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
429 def __init__(self
, *args
, **kwargs
):
431 __init__(self, Window parent, int id, String title, Point pos=DefaultPosition,
432 Size size=DefaultSize, long style=DEFAULT_DIALOG_STYLE,
433 String name=DialogNameStr) -> Dialog
435 newobj
= _windows_
.new_Dialog(*args
, **kwargs
)
436 self
.this
= newobj
.this
439 self
._setOORInfo
(self
)
441 def Create(*args
, **kwargs
):
443 Create(self, Window parent, int id, String title, Point pos=DefaultPosition,
444 Size size=DefaultSize, long style=DEFAULT_DIALOG_STYLE,
445 String name=DialogNameStr) -> bool
447 return _windows_
.Dialog_Create(*args
, **kwargs
)
449 def SetReturnCode(*args
, **kwargs
):
450 """SetReturnCode(self, int returnCode)"""
451 return _windows_
.Dialog_SetReturnCode(*args
, **kwargs
)
453 def GetReturnCode(*args
, **kwargs
):
454 """GetReturnCode(self) -> int"""
455 return _windows_
.Dialog_GetReturnCode(*args
, **kwargs
)
457 def CreateTextSizer(*args
, **kwargs
):
458 """CreateTextSizer(self, String message) -> Sizer"""
459 return _windows_
.Dialog_CreateTextSizer(*args
, **kwargs
)
461 def CreateButtonSizer(*args
, **kwargs
):
462 """CreateButtonSizer(self, long flags) -> Sizer"""
463 return _windows_
.Dialog_CreateButtonSizer(*args
, **kwargs
)
465 def IsModal(*args
, **kwargs
):
466 """IsModal(self) -> bool"""
467 return _windows_
.Dialog_IsModal(*args
, **kwargs
)
469 def ShowModal(*args
, **kwargs
):
470 """ShowModal(self) -> int"""
471 return _windows_
.Dialog_ShowModal(*args
, **kwargs
)
473 def EndModal(*args
, **kwargs
):
474 """EndModal(self, int retCode)"""
475 return _windows_
.Dialog_EndModal(*args
, **kwargs
)
478 class DialogPtr(Dialog
):
479 def __init__(self
, this
):
481 if not hasattr(self
,"thisown"): self
.thisown
= 0
482 self
.__class
__ = Dialog
483 _windows_
.Dialog_swigregister(DialogPtr
)
485 def PreDialog(*args
, **kwargs
):
486 """PreDialog() -> Dialog"""
487 val
= _windows_
.new_PreDialog(*args
, **kwargs
)
491 #---------------------------------------------------------------------------
493 class MiniFrame(Frame
):
495 return "<%s.%s; proxy of C++ wxMiniFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
496 def __init__(self
, *args
, **kwargs
):
498 __init__(self, Window parent, int id, String title, Point pos=DefaultPosition,
499 Size size=DefaultSize, long style=DEFAULT_FRAME_STYLE,
500 String name=FrameNameStr) -> MiniFrame
502 newobj
= _windows_
.new_MiniFrame(*args
, **kwargs
)
503 self
.this
= newobj
.this
506 self
._setOORInfo
(self
)
508 def Create(*args
, **kwargs
):
510 Create(self, Window parent, int id, String title, Point pos=DefaultPosition,
511 Size size=DefaultSize, long style=DEFAULT_FRAME_STYLE,
512 String name=FrameNameStr) -> bool
514 return _windows_
.MiniFrame_Create(*args
, **kwargs
)
517 class MiniFramePtr(MiniFrame
):
518 def __init__(self
, this
):
520 if not hasattr(self
,"thisown"): self
.thisown
= 0
521 self
.__class
__ = MiniFrame
522 _windows_
.MiniFrame_swigregister(MiniFramePtr
)
524 def PreMiniFrame(*args
, **kwargs
):
525 """PreMiniFrame() -> MiniFrame"""
526 val
= _windows_
.new_PreMiniFrame(*args
, **kwargs
)
530 #---------------------------------------------------------------------------
532 SPLASH_CENTRE_ON_PARENT
= _windows_
.SPLASH_CENTRE_ON_PARENT
533 SPLASH_CENTRE_ON_SCREEN
= _windows_
.SPLASH_CENTRE_ON_SCREEN
534 SPLASH_NO_CENTRE
= _windows_
.SPLASH_NO_CENTRE
535 SPLASH_TIMEOUT
= _windows_
.SPLASH_TIMEOUT
536 SPLASH_NO_TIMEOUT
= _windows_
.SPLASH_NO_TIMEOUT
537 class SplashScreenWindow(_core
.Window
):
539 return "<%s.%s; proxy of C++ wxSplashScreenWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
540 def __init__(self
, *args
, **kwargs
):
542 __init__(self, Bitmap bitmap, Window parent, int id, Point pos=DefaultPosition,
543 Size size=DefaultSize, long style=NO_BORDER) -> SplashScreenWindow
545 newobj
= _windows_
.new_SplashScreenWindow(*args
, **kwargs
)
546 self
.this
= newobj
.this
549 self
._setOORInfo
(self
)
551 def SetBitmap(*args
, **kwargs
):
552 """SetBitmap(self, Bitmap bitmap)"""
553 return _windows_
.SplashScreenWindow_SetBitmap(*args
, **kwargs
)
555 def GetBitmap(*args
, **kwargs
):
556 """GetBitmap(self) -> Bitmap"""
557 return _windows_
.SplashScreenWindow_GetBitmap(*args
, **kwargs
)
560 class SplashScreenWindowPtr(SplashScreenWindow
):
561 def __init__(self
, this
):
563 if not hasattr(self
,"thisown"): self
.thisown
= 0
564 self
.__class
__ = SplashScreenWindow
565 _windows_
.SplashScreenWindow_swigregister(SplashScreenWindowPtr
)
567 class SplashScreen(Frame
):
569 return "<%s.%s; proxy of C++ wxSplashScreen instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
570 def __init__(self
, *args
, **kwargs
):
572 __init__(self, Bitmap bitmap, long splashStyle, int milliseconds,
573 Window parent, int id, Point pos=DefaultPosition,
574 Size size=DefaultSize, long style=wxSIMPLE_BORDER|wxFRAME_NO_TASKBAR|wxSTAY_ON_TOP) -> SplashScreen
576 newobj
= _windows_
.new_SplashScreen(*args
, **kwargs
)
577 self
.this
= newobj
.this
580 self
._setOORInfo
(self
)
582 def GetSplashStyle(*args
, **kwargs
):
583 """GetSplashStyle(self) -> long"""
584 return _windows_
.SplashScreen_GetSplashStyle(*args
, **kwargs
)
586 def GetSplashWindow(*args
, **kwargs
):
587 """GetSplashWindow(self) -> SplashScreenWindow"""
588 return _windows_
.SplashScreen_GetSplashWindow(*args
, **kwargs
)
590 def GetTimeout(*args
, **kwargs
):
591 """GetTimeout(self) -> int"""
592 return _windows_
.SplashScreen_GetTimeout(*args
, **kwargs
)
595 class SplashScreenPtr(SplashScreen
):
596 def __init__(self
, this
):
598 if not hasattr(self
,"thisown"): self
.thisown
= 0
599 self
.__class
__ = SplashScreen
600 _windows_
.SplashScreen_swigregister(SplashScreenPtr
)
602 #---------------------------------------------------------------------------
604 class StatusBar(_core
.Window
):
606 return "<%s.%s; proxy of C++ wxStatusBar instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
607 def __init__(self
, *args
, **kwargs
):
609 __init__(self, Window parent, int id=-1, long style=wxST_SIZEGRIP|wxFULL_REPAINT_ON_RESIZE,
610 String name=StatusLineNameStr) -> StatusBar
612 newobj
= _windows_
.new_StatusBar(*args
, **kwargs
)
613 self
.this
= newobj
.this
616 self
._setOORInfo
(self
)
618 def Create(*args
, **kwargs
):
619 """Create(self, Window parent, int id, long style=ST_SIZEGRIP, String name=StatusLineNameStr) -> bool"""
620 return _windows_
.StatusBar_Create(*args
, **kwargs
)
622 def SetFieldsCount(*args
, **kwargs
):
623 """SetFieldsCount(self, int number=1)"""
624 return _windows_
.StatusBar_SetFieldsCount(*args
, **kwargs
)
626 def GetFieldsCount(*args
, **kwargs
):
627 """GetFieldsCount(self) -> int"""
628 return _windows_
.StatusBar_GetFieldsCount(*args
, **kwargs
)
630 def SetStatusText(*args
, **kwargs
):
631 """SetStatusText(self, String text, int number=0)"""
632 return _windows_
.StatusBar_SetStatusText(*args
, **kwargs
)
634 def GetStatusText(*args
, **kwargs
):
635 """GetStatusText(self, int number=0) -> String"""
636 return _windows_
.StatusBar_GetStatusText(*args
, **kwargs
)
638 def PushStatusText(*args
, **kwargs
):
639 """PushStatusText(self, String text, int number=0)"""
640 return _windows_
.StatusBar_PushStatusText(*args
, **kwargs
)
642 def PopStatusText(*args
, **kwargs
):
643 """PopStatusText(self, int number=0)"""
644 return _windows_
.StatusBar_PopStatusText(*args
, **kwargs
)
646 def SetStatusWidths(*args
, **kwargs
):
647 """SetStatusWidths(self, int widths, int widths_field)"""
648 return _windows_
.StatusBar_SetStatusWidths(*args
, **kwargs
)
650 def GetFieldRect(*args
, **kwargs
):
651 """GetFieldRect(self, int i) -> Rect"""
652 return _windows_
.StatusBar_GetFieldRect(*args
, **kwargs
)
654 def SetMinHeight(*args
, **kwargs
):
655 """SetMinHeight(self, int height)"""
656 return _windows_
.StatusBar_SetMinHeight(*args
, **kwargs
)
658 def GetBorderX(*args
, **kwargs
):
659 """GetBorderX(self) -> int"""
660 return _windows_
.StatusBar_GetBorderX(*args
, **kwargs
)
662 def GetBorderY(*args
, **kwargs
):
663 """GetBorderY(self) -> int"""
664 return _windows_
.StatusBar_GetBorderY(*args
, **kwargs
)
667 class StatusBarPtr(StatusBar
):
668 def __init__(self
, this
):
670 if not hasattr(self
,"thisown"): self
.thisown
= 0
671 self
.__class
__ = StatusBar
672 _windows_
.StatusBar_swigregister(StatusBarPtr
)
674 def PreStatusBar(*args
, **kwargs
):
675 """PreStatusBar() -> StatusBar"""
676 val
= _windows_
.new_PreStatusBar(*args
, **kwargs
)
680 #---------------------------------------------------------------------------
682 SP_NOBORDER
= _windows_
.SP_NOBORDER
683 SP_NOSASH
= _windows_
.SP_NOSASH
684 SP_PERMIT_UNSPLIT
= _windows_
.SP_PERMIT_UNSPLIT
685 SP_LIVE_UPDATE
= _windows_
.SP_LIVE_UPDATE
686 SP_3DSASH
= _windows_
.SP_3DSASH
687 SP_3DBORDER
= _windows_
.SP_3DBORDER
688 SP_NO_XP_THEME
= _windows_
.SP_NO_XP_THEME
689 SP_BORDER
= _windows_
.SP_BORDER
690 SP_3D
= _windows_
.SP_3D
691 SPLIT_HORIZONTAL
= _windows_
.SPLIT_HORIZONTAL
692 SPLIT_VERTICAL
= _windows_
.SPLIT_VERTICAL
693 SPLIT_DRAG_NONE
= _windows_
.SPLIT_DRAG_NONE
694 SPLIT_DRAG_DRAGGING
= _windows_
.SPLIT_DRAG_DRAGGING
695 SPLIT_DRAG_LEFT_DOWN
= _windows_
.SPLIT_DRAG_LEFT_DOWN
696 class SplitterWindow(_core
.Window
):
698 wx.SplitterWindow manages up to two subwindows or panes,
699 with an optional vertical or horizontal split which can be
700 used with the mouse or programmatically.
704 return "<%s.%s; proxy of C++ wxSplitterWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
705 def __init__(self
, *args
, **kwargs
):
707 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
708 Size size=DefaultSize, long style=SP_3D, String name=SplitterNameStr) -> SplitterWindow
710 Constructor. Creates and shows a SplitterWindow.
712 if kwargs
.has_key('point'): kwargs
['pos'] = kwargs
['point'];del kwargs
['point']
713 newobj
= _windows_
.new_SplitterWindow(*args
, **kwargs
)
714 self
.this
= newobj
.this
717 self
._setOORInfo
(self
)
719 def Create(*args
, **kwargs
):
721 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
722 Size size=DefaultSize, long style=SP_3D, String name=SplitterNameStr) -> bool
724 Create the GUI part of the SplitterWindow for the 2-phase create.
726 return _windows_
.SplitterWindow_Create(*args
, **kwargs
)
728 def GetWindow1(*args
, **kwargs
):
730 GetWindow1(self) -> Window
732 Gets the only or left/top pane.
734 return _windows_
.SplitterWindow_GetWindow1(*args
, **kwargs
)
736 def GetWindow2(*args
, **kwargs
):
738 GetWindow2(self) -> Window
740 Gets the right/bottom pane.
742 return _windows_
.SplitterWindow_GetWindow2(*args
, **kwargs
)
744 def SetSplitMode(*args
, **kwargs
):
746 SetSplitMode(self, int mode)
748 Sets the split mode. The mode can be wx.SPLIT_VERTICAL or
749 wx.SPLIT_HORIZONTAL. This only sets the internal variable;
750 does not update the display.
752 return _windows_
.SplitterWindow_SetSplitMode(*args
, **kwargs
)
754 def GetSplitMode(*args
, **kwargs
):
756 GetSplitMode(self) -> int
760 return _windows_
.SplitterWindow_GetSplitMode(*args
, **kwargs
)
762 def Initialize(*args
, **kwargs
):
764 Initialize(self, Window window)
766 Initializes the splitter window to have one pane. This
767 should be called if you wish to initially view only a single
768 pane in the splitter window.
770 return _windows_
.SplitterWindow_Initialize(*args
, **kwargs
)
772 def SplitVertically(*args
, **kwargs
):
774 SplitVertically(self, Window window1, Window window2, int sashPosition=0) -> bool
776 Initializes the left and right panes of the splitter window.
778 window1 The left pane.
779 window2 The right pane.
780 sashPosition The initial position of the sash. If this
781 value is positive, it specifies the size
782 of the left pane. If it is negative, it is
783 absolute value gives the size of the right
784 pane. Finally, specify 0 (default) to
785 choose the default position (half of the
788 Returns True if successful, False otherwise (the window was
791 SplitVertically should be called if you wish to initially
792 view two panes. It can also be called at any subsequent
793 time, but the application should check that the window is
794 not currently split using IsSplit.
796 return _windows_
.SplitterWindow_SplitVertically(*args
, **kwargs
)
798 def SplitHorizontally(*args
, **kwargs
):
800 SplitHorizontally(self, Window window1, Window window2, int sashPosition=0) -> bool
802 Initializes the top and bottom panes of the splitter window.
804 window1 The top pane.
805 window2 The bottom pane.
806 sashPosition The initial position of the sash. If this
807 value is positive, it specifies the size
808 of the upper pane. If it is negative, it
809 is absolute value gives the size of the
810 lower pane. Finally, specify 0 (default)
811 to choose the default position (half of
812 the total window height).
814 Returns True if successful, False otherwise (the window was
817 SplitHorizontally should be called if you wish to initially
818 view two panes. It can also be called at any subsequent
819 time, but the application should check that the window is
820 not currently split using IsSplit.
822 return _windows_
.SplitterWindow_SplitHorizontally(*args
, **kwargs
)
824 def Unsplit(*args
, **kwargs
):
826 Unsplit(self, Window toRemove=None) -> bool
828 Unsplits the window. Pass the pane to remove, or None to
829 remove the right or bottom pane. Returns True if
830 successful, False otherwise (the window was not split).
832 This function will not actually delete the pane being
833 removed; it sends EVT_SPLITTER_UNSPLIT which can be handled
834 for the desired behaviour. By default, the pane being
835 removed is only hidden.
837 return _windows_
.SplitterWindow_Unsplit(*args
, **kwargs
)
839 def ReplaceWindow(*args
, **kwargs
):
841 ReplaceWindow(self, Window winOld, Window winNew) -> bool
843 This function replaces one of the windows managed by the
844 SplitterWindow with another one. It is in general better to
845 use it instead of calling Unsplit() and then resplitting the
846 window back because it will provoke much less flicker. It is
847 valid to call this function whether the splitter has two
850 Both parameters should be non-None and winOld must specify
851 one of the windows managed by the splitter. If the
852 parameters are incorrect or the window couldn't be replaced,
853 False is returned. Otherwise the function will return True,
854 but please notice that it will not Destroy the replaced
855 window and you may wish to do it yourself.
857 return _windows_
.SplitterWindow_ReplaceWindow(*args
, **kwargs
)
859 def UpdateSize(*args
, **kwargs
):
863 Causes any pending sizing of the sash and child panes to
864 take place immediately.
866 Such resizing normally takes place in idle time, in order to
867 wait for layout to be completed. However, this can cause
868 unacceptable flicker as the panes are resized after the
869 window has been shown. To work around this, you can perform
870 window layout (for example by sending a size event to the
871 parent window), and then call this function, before showing
872 the top-level window.
874 return _windows_
.SplitterWindow_UpdateSize(*args
, **kwargs
)
876 def IsSplit(*args
, **kwargs
):
878 IsSplit(self) -> bool
882 return _windows_
.SplitterWindow_IsSplit(*args
, **kwargs
)
884 def SetSashSize(*args
, **kwargs
):
886 SetSashSize(self, int width)
890 return _windows_
.SplitterWindow_SetSashSize(*args
, **kwargs
)
892 def SetBorderSize(*args
, **kwargs
):
894 SetBorderSize(self, int width)
898 return _windows_
.SplitterWindow_SetBorderSize(*args
, **kwargs
)
900 def GetSashSize(*args
, **kwargs
):
902 GetSashSize(self) -> int
906 return _windows_
.SplitterWindow_GetSashSize(*args
, **kwargs
)
908 def GetBorderSize(*args
, **kwargs
):
910 GetBorderSize(self) -> int
914 return _windows_
.SplitterWindow_GetBorderSize(*args
, **kwargs
)
916 def SetSashPosition(*args
, **kwargs
):
918 SetSashPosition(self, int position, bool redraw=True)
920 Sets the sash position, in pixels. If redraw is Ttrue then
921 the panes are resized and the sash and border are redrawn.
923 return _windows_
.SplitterWindow_SetSashPosition(*args
, **kwargs
)
925 def GetSashPosition(*args
, **kwargs
):
927 GetSashPosition(self) -> int
929 Returns the surrent sash position.
931 return _windows_
.SplitterWindow_GetSashPosition(*args
, **kwargs
)
933 def SetMinimumPaneSize(*args
, **kwargs
):
935 SetMinimumPaneSize(self, int min)
937 Sets the minimum pane size in pixels.
939 The default minimum pane size is zero, which means that
940 either pane can be reduced to zero by dragging the sash,
941 thus removing one of the panes. To prevent this behaviour (and
942 veto out-of-range sash dragging), set a minimum size,
943 for example 20 pixels. If the wx.SP_PERMIT_UNSPLIT style is
944 used when a splitter window is created, the window may be
945 unsplit even if minimum size is non-zero.
947 return _windows_
.SplitterWindow_SetMinimumPaneSize(*args
, **kwargs
)
949 def GetMinimumPaneSize(*args
, **kwargs
):
951 GetMinimumPaneSize(self) -> int
953 Gets the minimum pane size in pixels.
955 return _windows_
.SplitterWindow_GetMinimumPaneSize(*args
, **kwargs
)
957 def SashHitTest(*args
, **kwargs
):
959 SashHitTest(self, int x, int y, int tolerance=5) -> bool
961 Tests for x, y over the sash
963 return _windows_
.SplitterWindow_SashHitTest(*args
, **kwargs
)
965 def SizeWindows(*args
, **kwargs
):
971 return _windows_
.SplitterWindow_SizeWindows(*args
, **kwargs
)
973 def SetNeedUpdating(*args
, **kwargs
):
974 """SetNeedUpdating(self, bool needUpdating)"""
975 return _windows_
.SplitterWindow_SetNeedUpdating(*args
, **kwargs
)
977 def GetNeedUpdating(*args
, **kwargs
):
978 """GetNeedUpdating(self) -> bool"""
979 return _windows_
.SplitterWindow_GetNeedUpdating(*args
, **kwargs
)
982 class SplitterWindowPtr(SplitterWindow
):
983 def __init__(self
, this
):
985 if not hasattr(self
,"thisown"): self
.thisown
= 0
986 self
.__class
__ = SplitterWindow
987 _windows_
.SplitterWindow_swigregister(SplitterWindowPtr
)
988 SplitterNameStr
= cvar
.SplitterNameStr
990 def PreSplitterWindow(*args
, **kwargs
):
992 PreSplitterWindow() -> SplitterWindow
994 Precreate a SplitterWindow for 2-phase creation.
996 val
= _windows_
.new_PreSplitterWindow(*args
, **kwargs
)
1000 class SplitterEvent(_core
.NotifyEvent
):
1001 """This class represents the events generated by a splitter control."""
1003 return "<%s.%s; proxy of C++ wxSplitterEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1004 def __init__(self
, *args
, **kwargs
):
1006 __init__(self, wxEventType type=wxEVT_NULL, SplitterWindow splitter=(wxSplitterWindow *) NULL) -> SplitterEvent
1008 This class represents the events generated by a splitter control.
1010 newobj
= _windows_
.new_SplitterEvent(*args
, **kwargs
)
1011 self
.this
= newobj
.this
1014 def SetSashPosition(*args
, **kwargs
):
1016 SetSashPosition(self, int pos)
1018 This funciton is only meaningful during
1019 EVT_SPLITTER_SASH_POS_CHANGING and
1020 EVT_SPLITTER_SASH_POS_CHANGED events. In the case of
1021 _CHANGED events, sets the the new sash position. In the case
1022 of _CHANGING events, sets the new tracking bar position so
1023 visual feedback during dragging will represent that change
1024 that will actually take place. Set to -1 from the event
1025 handler code to prevent repositioning.
1027 return _windows_
.SplitterEvent_SetSashPosition(*args
, **kwargs
)
1029 def GetSashPosition(*args
, **kwargs
):
1031 GetSashPosition(self) -> int
1033 Returns the new sash position while in
1034 EVT_SPLITTER_SASH_POS_CHANGING and
1035 EVT_SPLITTER_SASH_POS_CHANGED events.
1037 return _windows_
.SplitterEvent_GetSashPosition(*args
, **kwargs
)
1039 def GetWindowBeingRemoved(*args
, **kwargs
):
1041 GetWindowBeingRemoved(self) -> Window
1043 Returns a pointer to the window being removed when a
1044 splitter window is unsplit.
1046 return _windows_
.SplitterEvent_GetWindowBeingRemoved(*args
, **kwargs
)
1048 def GetX(*args
, **kwargs
):
1052 Returns the x coordinate of the double-click point in a
1053 EVT_SPLITTER_DCLICK event.
1055 return _windows_
.SplitterEvent_GetX(*args
, **kwargs
)
1057 def GetY(*args
, **kwargs
):
1061 Returns the y coordinate of the double-click point in a
1062 EVT_SPLITTER_DCLICK event.
1064 return _windows_
.SplitterEvent_GetY(*args
, **kwargs
)
1067 class SplitterEventPtr(SplitterEvent
):
1068 def __init__(self
, this
):
1070 if not hasattr(self
,"thisown"): self
.thisown
= 0
1071 self
.__class
__ = SplitterEvent
1072 _windows_
.SplitterEvent_swigregister(SplitterEventPtr
)
1074 wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED
= _windows_
.wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED
1075 wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING
= _windows_
.wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING
1076 wxEVT_COMMAND_SPLITTER_DOUBLECLICKED
= _windows_
.wxEVT_COMMAND_SPLITTER_DOUBLECLICKED
1077 wxEVT_COMMAND_SPLITTER_UNSPLIT
= _windows_
.wxEVT_COMMAND_SPLITTER_UNSPLIT
1078 EVT_SPLITTER_SASH_POS_CHANGED
= wx
.PyEventBinder( wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED
, 1 )
1079 EVT_SPLITTER_SASH_POS_CHANGING
= wx
.PyEventBinder( wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING
, 1 )
1080 EVT_SPLITTER_DOUBLECLICKED
= wx
.PyEventBinder( wxEVT_COMMAND_SPLITTER_DOUBLECLICKED
, 1 )
1081 EVT_SPLITTER_UNSPLIT
= wx
.PyEventBinder( wxEVT_COMMAND_SPLITTER_UNSPLIT
, 1 )
1082 EVT_SPLITTER_DCLICK
= EVT_SPLITTER_DOUBLECLICKED
1084 #---------------------------------------------------------------------------
1086 SASH_DRAG_NONE
= _windows_
.SASH_DRAG_NONE
1087 SASH_DRAG_DRAGGING
= _windows_
.SASH_DRAG_DRAGGING
1088 SASH_DRAG_LEFT_DOWN
= _windows_
.SASH_DRAG_LEFT_DOWN
1089 SW_NOBORDER
= _windows_
.SW_NOBORDER
1090 SW_BORDER
= _windows_
.SW_BORDER
1091 SW_3DSASH
= _windows_
.SW_3DSASH
1092 SW_3DBORDER
= _windows_
.SW_3DBORDER
1093 SW_3D
= _windows_
.SW_3D
1094 SASH_TOP
= _windows_
.SASH_TOP
1095 SASH_RIGHT
= _windows_
.SASH_RIGHT
1096 SASH_BOTTOM
= _windows_
.SASH_BOTTOM
1097 SASH_LEFT
= _windows_
.SASH_LEFT
1098 SASH_NONE
= _windows_
.SASH_NONE
1099 class SashWindow(_core
.Window
):
1101 return "<%s.%s; proxy of C++ wxSashWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1102 def __init__(self
, *args
, **kwargs
):
1104 __init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
1105 long style=wxCLIP_CHILDREN|wxSW_3D,
1106 String name=SashNameStr) -> SashWindow
1108 newobj
= _windows_
.new_SashWindow(*args
, **kwargs
)
1109 self
.this
= newobj
.this
1112 self
._setOORInfo
(self
)
1114 def Create(*args
, **kwargs
):
1116 Create(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
1117 long style=wxCLIP_CHILDREN|wxSW_3D,
1118 String name=SashNameStr) -> bool
1120 return _windows_
.SashWindow_Create(*args
, **kwargs
)
1122 def SetSashVisible(*args
, **kwargs
):
1123 """SetSashVisible(self, int edge, bool sash)"""
1124 return _windows_
.SashWindow_SetSashVisible(*args
, **kwargs
)
1126 def GetSashVisible(*args
, **kwargs
):
1127 """GetSashVisible(self, int edge) -> bool"""
1128 return _windows_
.SashWindow_GetSashVisible(*args
, **kwargs
)
1130 def SetSashBorder(*args
, **kwargs
):
1131 """SetSashBorder(self, int edge, bool border)"""
1132 return _windows_
.SashWindow_SetSashBorder(*args
, **kwargs
)
1134 def HasBorder(*args
, **kwargs
):
1135 """HasBorder(self, int edge) -> bool"""
1136 return _windows_
.SashWindow_HasBorder(*args
, **kwargs
)
1138 def GetEdgeMargin(*args
, **kwargs
):
1139 """GetEdgeMargin(self, int edge) -> int"""
1140 return _windows_
.SashWindow_GetEdgeMargin(*args
, **kwargs
)
1142 def SetDefaultBorderSize(*args
, **kwargs
):
1143 """SetDefaultBorderSize(self, int width)"""
1144 return _windows_
.SashWindow_SetDefaultBorderSize(*args
, **kwargs
)
1146 def GetDefaultBorderSize(*args
, **kwargs
):
1147 """GetDefaultBorderSize(self) -> int"""
1148 return _windows_
.SashWindow_GetDefaultBorderSize(*args
, **kwargs
)
1150 def SetExtraBorderSize(*args
, **kwargs
):
1151 """SetExtraBorderSize(self, int width)"""
1152 return _windows_
.SashWindow_SetExtraBorderSize(*args
, **kwargs
)
1154 def GetExtraBorderSize(*args
, **kwargs
):
1155 """GetExtraBorderSize(self) -> int"""
1156 return _windows_
.SashWindow_GetExtraBorderSize(*args
, **kwargs
)
1158 def SetMinimumSizeX(*args
, **kwargs
):
1159 """SetMinimumSizeX(self, int min)"""
1160 return _windows_
.SashWindow_SetMinimumSizeX(*args
, **kwargs
)
1162 def SetMinimumSizeY(*args
, **kwargs
):
1163 """SetMinimumSizeY(self, int min)"""
1164 return _windows_
.SashWindow_SetMinimumSizeY(*args
, **kwargs
)
1166 def GetMinimumSizeX(*args
, **kwargs
):
1167 """GetMinimumSizeX(self) -> int"""
1168 return _windows_
.SashWindow_GetMinimumSizeX(*args
, **kwargs
)
1170 def GetMinimumSizeY(*args
, **kwargs
):
1171 """GetMinimumSizeY(self) -> int"""
1172 return _windows_
.SashWindow_GetMinimumSizeY(*args
, **kwargs
)
1174 def SetMaximumSizeX(*args
, **kwargs
):
1175 """SetMaximumSizeX(self, int max)"""
1176 return _windows_
.SashWindow_SetMaximumSizeX(*args
, **kwargs
)
1178 def SetMaximumSizeY(*args
, **kwargs
):
1179 """SetMaximumSizeY(self, int max)"""
1180 return _windows_
.SashWindow_SetMaximumSizeY(*args
, **kwargs
)
1182 def GetMaximumSizeX(*args
, **kwargs
):
1183 """GetMaximumSizeX(self) -> int"""
1184 return _windows_
.SashWindow_GetMaximumSizeX(*args
, **kwargs
)
1186 def GetMaximumSizeY(*args
, **kwargs
):
1187 """GetMaximumSizeY(self) -> int"""
1188 return _windows_
.SashWindow_GetMaximumSizeY(*args
, **kwargs
)
1190 def SashHitTest(*args
, **kwargs
):
1191 """SashHitTest(self, int x, int y, int tolerance=2) -> int"""
1192 return _windows_
.SashWindow_SashHitTest(*args
, **kwargs
)
1194 def SizeWindows(*args
, **kwargs
):
1195 """SizeWindows(self)"""
1196 return _windows_
.SashWindow_SizeWindows(*args
, **kwargs
)
1199 class SashWindowPtr(SashWindow
):
1200 def __init__(self
, this
):
1202 if not hasattr(self
,"thisown"): self
.thisown
= 0
1203 self
.__class
__ = SashWindow
1204 _windows_
.SashWindow_swigregister(SashWindowPtr
)
1205 SashNameStr
= cvar
.SashNameStr
1206 SashLayoutNameStr
= cvar
.SashLayoutNameStr
1208 def PreSashWindow(*args
, **kwargs
):
1209 """PreSashWindow() -> SashWindow"""
1210 val
= _windows_
.new_PreSashWindow(*args
, **kwargs
)
1214 SASH_STATUS_OK
= _windows_
.SASH_STATUS_OK
1215 SASH_STATUS_OUT_OF_RANGE
= _windows_
.SASH_STATUS_OUT_OF_RANGE
1216 class SashEvent(_core
.CommandEvent
):
1218 return "<%s.%s; proxy of C++ wxSashEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1219 def __init__(self
, *args
, **kwargs
):
1220 """__init__(self, int id=0, int edge=SASH_NONE) -> SashEvent"""
1221 newobj
= _windows_
.new_SashEvent(*args
, **kwargs
)
1222 self
.this
= newobj
.this
1225 def SetEdge(*args
, **kwargs
):
1226 """SetEdge(self, int edge)"""
1227 return _windows_
.SashEvent_SetEdge(*args
, **kwargs
)
1229 def GetEdge(*args
, **kwargs
):
1230 """GetEdge(self) -> int"""
1231 return _windows_
.SashEvent_GetEdge(*args
, **kwargs
)
1233 def SetDragRect(*args
, **kwargs
):
1234 """SetDragRect(self, Rect rect)"""
1235 return _windows_
.SashEvent_SetDragRect(*args
, **kwargs
)
1237 def GetDragRect(*args
, **kwargs
):
1238 """GetDragRect(self) -> Rect"""
1239 return _windows_
.SashEvent_GetDragRect(*args
, **kwargs
)
1241 def SetDragStatus(*args
, **kwargs
):
1242 """SetDragStatus(self, int status)"""
1243 return _windows_
.SashEvent_SetDragStatus(*args
, **kwargs
)
1245 def GetDragStatus(*args
, **kwargs
):
1246 """GetDragStatus(self) -> int"""
1247 return _windows_
.SashEvent_GetDragStatus(*args
, **kwargs
)
1250 class SashEventPtr(SashEvent
):
1251 def __init__(self
, this
):
1253 if not hasattr(self
,"thisown"): self
.thisown
= 0
1254 self
.__class
__ = SashEvent
1255 _windows_
.SashEvent_swigregister(SashEventPtr
)
1257 wxEVT_SASH_DRAGGED
= _windows_
.wxEVT_SASH_DRAGGED
1258 EVT_SASH_DRAGGED
= wx
.PyEventBinder( wxEVT_SASH_DRAGGED
, 1 )
1259 EVT_SASH_DRAGGED_RANGE
= wx
.PyEventBinder( wxEVT_SASH_DRAGGED
, 2 )
1261 #---------------------------------------------------------------------------
1263 LAYOUT_HORIZONTAL
= _windows_
.LAYOUT_HORIZONTAL
1264 LAYOUT_VERTICAL
= _windows_
.LAYOUT_VERTICAL
1265 LAYOUT_NONE
= _windows_
.LAYOUT_NONE
1266 LAYOUT_TOP
= _windows_
.LAYOUT_TOP
1267 LAYOUT_LEFT
= _windows_
.LAYOUT_LEFT
1268 LAYOUT_RIGHT
= _windows_
.LAYOUT_RIGHT
1269 LAYOUT_BOTTOM
= _windows_
.LAYOUT_BOTTOM
1270 LAYOUT_LENGTH_Y
= _windows_
.LAYOUT_LENGTH_Y
1271 LAYOUT_LENGTH_X
= _windows_
.LAYOUT_LENGTH_X
1272 LAYOUT_MRU_LENGTH
= _windows_
.LAYOUT_MRU_LENGTH
1273 LAYOUT_QUERY
= _windows_
.LAYOUT_QUERY
1274 wxEVT_QUERY_LAYOUT_INFO
= _windows_
.wxEVT_QUERY_LAYOUT_INFO
1275 wxEVT_CALCULATE_LAYOUT
= _windows_
.wxEVT_CALCULATE_LAYOUT
1276 class QueryLayoutInfoEvent(_core
.Event
):
1278 return "<%s.%s; proxy of C++ wxQueryLayoutInfoEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1279 def __init__(self
, *args
, **kwargs
):
1280 """__init__(self, int id=0) -> QueryLayoutInfoEvent"""
1281 newobj
= _windows_
.new_QueryLayoutInfoEvent(*args
, **kwargs
)
1282 self
.this
= newobj
.this
1285 def SetRequestedLength(*args
, **kwargs
):
1286 """SetRequestedLength(self, int length)"""
1287 return _windows_
.QueryLayoutInfoEvent_SetRequestedLength(*args
, **kwargs
)
1289 def GetRequestedLength(*args
, **kwargs
):
1290 """GetRequestedLength(self) -> int"""
1291 return _windows_
.QueryLayoutInfoEvent_GetRequestedLength(*args
, **kwargs
)
1293 def SetFlags(*args
, **kwargs
):
1294 """SetFlags(self, int flags)"""
1295 return _windows_
.QueryLayoutInfoEvent_SetFlags(*args
, **kwargs
)
1297 def GetFlags(*args
, **kwargs
):
1298 """GetFlags(self) -> int"""
1299 return _windows_
.QueryLayoutInfoEvent_GetFlags(*args
, **kwargs
)
1301 def SetSize(*args
, **kwargs
):
1302 """SetSize(self, Size size)"""
1303 return _windows_
.QueryLayoutInfoEvent_SetSize(*args
, **kwargs
)
1305 def GetSize(*args
, **kwargs
):
1306 """GetSize(self) -> Size"""
1307 return _windows_
.QueryLayoutInfoEvent_GetSize(*args
, **kwargs
)
1309 def SetOrientation(*args
, **kwargs
):
1310 """SetOrientation(self, int orient)"""
1311 return _windows_
.QueryLayoutInfoEvent_SetOrientation(*args
, **kwargs
)
1313 def GetOrientation(*args
, **kwargs
):
1314 """GetOrientation(self) -> int"""
1315 return _windows_
.QueryLayoutInfoEvent_GetOrientation(*args
, **kwargs
)
1317 def SetAlignment(*args
, **kwargs
):
1318 """SetAlignment(self, int align)"""
1319 return _windows_
.QueryLayoutInfoEvent_SetAlignment(*args
, **kwargs
)
1321 def GetAlignment(*args
, **kwargs
):
1322 """GetAlignment(self) -> int"""
1323 return _windows_
.QueryLayoutInfoEvent_GetAlignment(*args
, **kwargs
)
1326 class QueryLayoutInfoEventPtr(QueryLayoutInfoEvent
):
1327 def __init__(self
, this
):
1329 if not hasattr(self
,"thisown"): self
.thisown
= 0
1330 self
.__class
__ = QueryLayoutInfoEvent
1331 _windows_
.QueryLayoutInfoEvent_swigregister(QueryLayoutInfoEventPtr
)
1333 class CalculateLayoutEvent(_core
.Event
):
1335 return "<%s.%s; proxy of C++ wxCalculateLayoutEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1336 def __init__(self
, *args
, **kwargs
):
1337 """__init__(self, int id=0) -> CalculateLayoutEvent"""
1338 newobj
= _windows_
.new_CalculateLayoutEvent(*args
, **kwargs
)
1339 self
.this
= newobj
.this
1342 def SetFlags(*args
, **kwargs
):
1343 """SetFlags(self, int flags)"""
1344 return _windows_
.CalculateLayoutEvent_SetFlags(*args
, **kwargs
)
1346 def GetFlags(*args
, **kwargs
):
1347 """GetFlags(self) -> int"""
1348 return _windows_
.CalculateLayoutEvent_GetFlags(*args
, **kwargs
)
1350 def SetRect(*args
, **kwargs
):
1351 """SetRect(self, Rect rect)"""
1352 return _windows_
.CalculateLayoutEvent_SetRect(*args
, **kwargs
)
1354 def GetRect(*args
, **kwargs
):
1355 """GetRect(self) -> Rect"""
1356 return _windows_
.CalculateLayoutEvent_GetRect(*args
, **kwargs
)
1359 class CalculateLayoutEventPtr(CalculateLayoutEvent
):
1360 def __init__(self
, this
):
1362 if not hasattr(self
,"thisown"): self
.thisown
= 0
1363 self
.__class
__ = CalculateLayoutEvent
1364 _windows_
.CalculateLayoutEvent_swigregister(CalculateLayoutEventPtr
)
1366 EVT_QUERY_LAYOUT_INFO
= wx
.PyEventBinder( wxEVT_QUERY_LAYOUT_INFO
)
1367 EVT_CALCULATE_LAYOUT
= wx
.PyEventBinder( wxEVT_CALCULATE_LAYOUT
)
1369 class SashLayoutWindow(SashWindow
):
1371 return "<%s.%s; proxy of C++ wxSashLayoutWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1372 def __init__(self
, *args
, **kwargs
):
1374 __init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
1375 long style=wxCLIP_CHILDREN|wxSW_3D,
1376 String name=SashLayoutNameStr) -> SashLayoutWindow
1378 newobj
= _windows_
.new_SashLayoutWindow(*args
, **kwargs
)
1379 self
.this
= newobj
.this
1382 self
._setOORInfo
(self
)
1384 def Create(*args
, **kwargs
):
1386 Create(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
1387 long style=wxCLIP_CHILDREN|wxSW_3D,
1388 String name=SashLayoutNameStr) -> bool
1390 return _windows_
.SashLayoutWindow_Create(*args
, **kwargs
)
1392 def GetAlignment(*args
, **kwargs
):
1393 """GetAlignment(self) -> int"""
1394 return _windows_
.SashLayoutWindow_GetAlignment(*args
, **kwargs
)
1396 def GetOrientation(*args
, **kwargs
):
1397 """GetOrientation(self) -> int"""
1398 return _windows_
.SashLayoutWindow_GetOrientation(*args
, **kwargs
)
1400 def SetAlignment(*args
, **kwargs
):
1401 """SetAlignment(self, int alignment)"""
1402 return _windows_
.SashLayoutWindow_SetAlignment(*args
, **kwargs
)
1404 def SetDefaultSize(*args
, **kwargs
):
1405 """SetDefaultSize(self, Size size)"""
1406 return _windows_
.SashLayoutWindow_SetDefaultSize(*args
, **kwargs
)
1408 def SetOrientation(*args
, **kwargs
):
1409 """SetOrientation(self, int orientation)"""
1410 return _windows_
.SashLayoutWindow_SetOrientation(*args
, **kwargs
)
1413 class SashLayoutWindowPtr(SashLayoutWindow
):
1414 def __init__(self
, this
):
1416 if not hasattr(self
,"thisown"): self
.thisown
= 0
1417 self
.__class
__ = SashLayoutWindow
1418 _windows_
.SashLayoutWindow_swigregister(SashLayoutWindowPtr
)
1420 def PreSashLayoutWindow(*args
, **kwargs
):
1421 """PreSashLayoutWindow() -> SashLayoutWindow"""
1422 val
= _windows_
.new_PreSashLayoutWindow(*args
, **kwargs
)
1426 class LayoutAlgorithm(_core
.Object
):
1428 return "<%s.%s; proxy of C++ wxLayoutAlgorithm instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1429 def __init__(self
, *args
, **kwargs
):
1430 """__init__(self) -> LayoutAlgorithm"""
1431 newobj
= _windows_
.new_LayoutAlgorithm(*args
, **kwargs
)
1432 self
.this
= newobj
.this
1435 def __del__(self
, destroy
=_windows_
.delete_LayoutAlgorithm
):
1438 if self
.thisown
: destroy(self
)
1441 def LayoutMDIFrame(*args
, **kwargs
):
1442 """LayoutMDIFrame(self, MDIParentFrame frame, Rect rect=None) -> bool"""
1443 return _windows_
.LayoutAlgorithm_LayoutMDIFrame(*args
, **kwargs
)
1445 def LayoutFrame(*args
, **kwargs
):
1446 """LayoutFrame(self, Frame frame, Window mainWindow=None) -> bool"""
1447 return _windows_
.LayoutAlgorithm_LayoutFrame(*args
, **kwargs
)
1449 def LayoutWindow(*args
, **kwargs
):
1450 """LayoutWindow(self, Window parent, Window mainWindow=None) -> bool"""
1451 return _windows_
.LayoutAlgorithm_LayoutWindow(*args
, **kwargs
)
1454 class LayoutAlgorithmPtr(LayoutAlgorithm
):
1455 def __init__(self
, this
):
1457 if not hasattr(self
,"thisown"): self
.thisown
= 0
1458 self
.__class
__ = LayoutAlgorithm
1459 _windows_
.LayoutAlgorithm_swigregister(LayoutAlgorithmPtr
)
1461 #---------------------------------------------------------------------------
1463 class PopupWindow(_core
.Window
):
1465 return "<%s.%s; proxy of C++ wxPopupWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1466 def __init__(self
, *args
, **kwargs
):
1467 """__init__(self, Window parent, int flags=BORDER_NONE) -> PopupWindow"""
1468 newobj
= _windows_
.new_PopupWindow(*args
, **kwargs
)
1469 self
.this
= newobj
.this
1472 self
._setOORInfo
(self
)
1474 def Create(*args
, **kwargs
):
1475 """Create(self, Window parent, int flags=BORDER_NONE) -> bool"""
1476 return _windows_
.PopupWindow_Create(*args
, **kwargs
)
1478 def Position(*args
, **kwargs
):
1479 """Position(self, Point ptOrigin, Size size)"""
1480 return _windows_
.PopupWindow_Position(*args
, **kwargs
)
1483 class PopupWindowPtr(PopupWindow
):
1484 def __init__(self
, this
):
1486 if not hasattr(self
,"thisown"): self
.thisown
= 0
1487 self
.__class
__ = PopupWindow
1488 _windows_
.PopupWindow_swigregister(PopupWindowPtr
)
1490 def PrePopupWindow(*args
, **kwargs
):
1491 """PrePopupWindow() -> PopupWindow"""
1492 val
= _windows_
.new_PrePopupWindow(*args
, **kwargs
)
1496 #---------------------------------------------------------------------------
1498 class PopupTransientWindow(PopupWindow
):
1500 return "<%s.%s; proxy of C++ wxPyPopupTransientWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1501 def __init__(self
, *args
, **kwargs
):
1502 """__init__(self, Window parent, int style=BORDER_NONE) -> PopupTransientWindow"""
1503 newobj
= _windows_
.new_PopupTransientWindow(*args
, **kwargs
)
1504 self
.this
= newobj
.this
1507 self
._setOORInfo
(self
);self
._setCallbackInfo
(self
, PopupTransientWindow
)
1509 def _setCallbackInfo(*args
, **kwargs
):
1510 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1511 return _windows_
.PopupTransientWindow__setCallbackInfo(*args
, **kwargs
)
1513 def Popup(*args
, **kwargs
):
1514 """Popup(self, Window focus=None)"""
1515 return _windows_
.PopupTransientWindow_Popup(*args
, **kwargs
)
1517 def Dismiss(*args
, **kwargs
):
1519 return _windows_
.PopupTransientWindow_Dismiss(*args
, **kwargs
)
1522 class PopupTransientWindowPtr(PopupTransientWindow
):
1523 def __init__(self
, this
):
1525 if not hasattr(self
,"thisown"): self
.thisown
= 0
1526 self
.__class
__ = PopupTransientWindow
1527 _windows_
.PopupTransientWindow_swigregister(PopupTransientWindowPtr
)
1529 def PrePopupTransientWindow(*args
, **kwargs
):
1530 """PrePopupTransientWindow() -> PopupTransientWindow"""
1531 val
= _windows_
.new_PrePopupTransientWindow(*args
, **kwargs
)
1535 #---------------------------------------------------------------------------
1537 class TipWindow(PopupTransientWindow
):
1539 return "<%s.%s; proxy of C++ wxTipWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1540 def __init__(self
, *args
, **kwargs
):
1541 """__init__(self, Window parent, String text, int maxLength=100, Rect rectBound=None) -> TipWindow"""
1542 newobj
= _windows_
.new_TipWindow(*args
, **kwargs
)
1543 self
.this
= newobj
.this
1546 self
._setOORInfo
(self
)
1548 def SetBoundingRect(*args
, **kwargs
):
1549 """SetBoundingRect(self, Rect rectBound)"""
1550 return _windows_
.TipWindow_SetBoundingRect(*args
, **kwargs
)
1552 def Close(*args
, **kwargs
):
1554 return _windows_
.TipWindow_Close(*args
, **kwargs
)
1557 class TipWindowPtr(TipWindow
):
1558 def __init__(self
, this
):
1560 if not hasattr(self
,"thisown"): self
.thisown
= 0
1561 self
.__class
__ = TipWindow
1562 _windows_
.TipWindow_swigregister(TipWindowPtr
)
1564 #---------------------------------------------------------------------------
1566 class VScrolledWindow(Panel
):
1568 return "<%s.%s; proxy of C++ wxPyVScrolledWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1569 def __init__(self
, *args
, **kwargs
):
1571 __init__(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1572 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> VScrolledWindow
1574 newobj
= _windows_
.new_VScrolledWindow(*args
, **kwargs
)
1575 self
.this
= newobj
.this
1578 self
._setOORInfo
(self
); self
._setCallbackInfo
(self
, VScrolledWindow
)
1580 def _setCallbackInfo(*args
, **kwargs
):
1581 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1582 return _windows_
.VScrolledWindow__setCallbackInfo(*args
, **kwargs
)
1584 def Create(*args
, **kwargs
):
1586 Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1587 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> bool
1589 return _windows_
.VScrolledWindow_Create(*args
, **kwargs
)
1591 def SetLineCount(*args
, **kwargs
):
1592 """SetLineCount(self, size_t count)"""
1593 return _windows_
.VScrolledWindow_SetLineCount(*args
, **kwargs
)
1595 def ScrollToLine(*args
, **kwargs
):
1596 """ScrollToLine(self, size_t line) -> bool"""
1597 return _windows_
.VScrolledWindow_ScrollToLine(*args
, **kwargs
)
1599 def ScrollLines(*args
, **kwargs
):
1601 ScrollLines(self, int lines) -> bool
1603 If the platform and window class supports it, scrolls the window by
1604 the given number of lines down, if lines is positive, or up if lines
1605 is negative. Returns True if the window was scrolled, False if it was
1606 already on top/bottom and nothing was done.
1608 return _windows_
.VScrolledWindow_ScrollLines(*args
, **kwargs
)
1610 def ScrollPages(*args
, **kwargs
):
1612 ScrollPages(self, int pages) -> bool
1614 If the platform and window class supports it, scrolls the window by
1615 the given number of pages down, if pages is positive, or up if pages
1616 is negative. Returns True if the window was scrolled, False if it was
1617 already on top/bottom and nothing was done.
1619 return _windows_
.VScrolledWindow_ScrollPages(*args
, **kwargs
)
1621 def RefreshLine(*args
, **kwargs
):
1622 """RefreshLine(self, size_t line)"""
1623 return _windows_
.VScrolledWindow_RefreshLine(*args
, **kwargs
)
1625 def RefreshLines(*args
, **kwargs
):
1626 """RefreshLines(self, size_t from, size_t to)"""
1627 return _windows_
.VScrolledWindow_RefreshLines(*args
, **kwargs
)
1629 def HitTestXT(*args
, **kwargs
):
1631 HitTestXT(self, int x, int y) -> int
1633 Test where the given (in client coords) point lies
1635 return _windows_
.VScrolledWindow_HitTestXT(*args
, **kwargs
)
1637 def HitTest(*args
, **kwargs
):
1639 HitTest(self, Point pt) -> int
1641 Test where the given (in client coords) point lies
1643 return _windows_
.VScrolledWindow_HitTest(*args
, **kwargs
)
1645 def RefreshAll(*args
, **kwargs
):
1646 """RefreshAll(self)"""
1647 return _windows_
.VScrolledWindow_RefreshAll(*args
, **kwargs
)
1649 def GetLineCount(*args
, **kwargs
):
1650 """GetLineCount(self) -> size_t"""
1651 return _windows_
.VScrolledWindow_GetLineCount(*args
, **kwargs
)
1653 def GetFirstVisibleLine(*args
, **kwargs
):
1654 """GetFirstVisibleLine(self) -> size_t"""
1655 return _windows_
.VScrolledWindow_GetFirstVisibleLine(*args
, **kwargs
)
1657 def GetLastVisibleLine(*args
, **kwargs
):
1658 """GetLastVisibleLine(self) -> size_t"""
1659 return _windows_
.VScrolledWindow_GetLastVisibleLine(*args
, **kwargs
)
1661 def IsVisible(*args
, **kwargs
):
1662 """IsVisible(self, size_t line) -> bool"""
1663 return _windows_
.VScrolledWindow_IsVisible(*args
, **kwargs
)
1666 class VScrolledWindowPtr(VScrolledWindow
):
1667 def __init__(self
, this
):
1669 if not hasattr(self
,"thisown"): self
.thisown
= 0
1670 self
.__class
__ = VScrolledWindow
1671 _windows_
.VScrolledWindow_swigregister(VScrolledWindowPtr
)
1673 def PreVScrolledWindow(*args
, **kwargs
):
1674 """PreVScrolledWindow() -> VScrolledWindow"""
1675 val
= _windows_
.new_PreVScrolledWindow(*args
, **kwargs
)
1679 class VListBox(VScrolledWindow
):
1681 return "<%s.%s; proxy of C++ wxPyVListBox instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1682 def __init__(self
, *args
, **kwargs
):
1684 __init__(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1685 Size size=DefaultSize, long style=0, String name=VListBoxNameStr) -> VListBox
1687 newobj
= _windows_
.new_VListBox(*args
, **kwargs
)
1688 self
.this
= newobj
.this
1691 self
._setOORInfo
(self
);self
._setCallbackInfo
(self
, VListBox
)
1693 def _setCallbackInfo(*args
, **kwargs
):
1694 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1695 return _windows_
.VListBox__setCallbackInfo(*args
, **kwargs
)
1697 def Create(*args
, **kwargs
):
1699 Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1700 Size size=DefaultSize, long style=0, String name=VListBoxNameStr) -> bool
1702 return _windows_
.VListBox_Create(*args
, **kwargs
)
1704 def GetItemCount(*args
, **kwargs
):
1705 """GetItemCount(self) -> size_t"""
1706 return _windows_
.VListBox_GetItemCount(*args
, **kwargs
)
1708 def HasMultipleSelection(*args
, **kwargs
):
1709 """HasMultipleSelection(self) -> bool"""
1710 return _windows_
.VListBox_HasMultipleSelection(*args
, **kwargs
)
1712 def GetSelection(*args
, **kwargs
):
1713 """GetSelection(self) -> int"""
1714 return _windows_
.VListBox_GetSelection(*args
, **kwargs
)
1716 def IsCurrent(*args
, **kwargs
):
1717 """IsCurrent(self, size_t item) -> bool"""
1718 return _windows_
.VListBox_IsCurrent(*args
, **kwargs
)
1720 def IsSelected(*args
, **kwargs
):
1721 """IsSelected(self, size_t item) -> bool"""
1722 return _windows_
.VListBox_IsSelected(*args
, **kwargs
)
1724 def GetSelectedCount(*args
, **kwargs
):
1725 """GetSelectedCount(self) -> size_t"""
1726 return _windows_
.VListBox_GetSelectedCount(*args
, **kwargs
)
1728 def GetFirstSelected(*args
, **kwargs
):
1729 """GetFirstSelected(self, unsigned long cookie) -> int"""
1730 return _windows_
.VListBox_GetFirstSelected(*args
, **kwargs
)
1732 def GetNextSelected(*args
, **kwargs
):
1733 """GetNextSelected(self, unsigned long cookie) -> int"""
1734 return _windows_
.VListBox_GetNextSelected(*args
, **kwargs
)
1736 def GetMargins(*args
, **kwargs
):
1737 """GetMargins(self) -> Point"""
1738 return _windows_
.VListBox_GetMargins(*args
, **kwargs
)
1740 def GetSelectionBackground(*args
, **kwargs
):
1741 """GetSelectionBackground(self) -> Colour"""
1742 return _windows_
.VListBox_GetSelectionBackground(*args
, **kwargs
)
1744 def SetItemCount(*args
, **kwargs
):
1745 """SetItemCount(self, size_t count)"""
1746 return _windows_
.VListBox_SetItemCount(*args
, **kwargs
)
1748 def Clear(*args
, **kwargs
):
1750 return _windows_
.VListBox_Clear(*args
, **kwargs
)
1752 def SetSelection(*args
, **kwargs
):
1753 """SetSelection(self, int selection)"""
1754 return _windows_
.VListBox_SetSelection(*args
, **kwargs
)
1756 def Select(*args
, **kwargs
):
1757 """Select(self, size_t item, bool select=True) -> bool"""
1758 return _windows_
.VListBox_Select(*args
, **kwargs
)
1760 def SelectRange(*args
, **kwargs
):
1761 """SelectRange(self, size_t from, size_t to) -> bool"""
1762 return _windows_
.VListBox_SelectRange(*args
, **kwargs
)
1764 def Toggle(*args
, **kwargs
):
1765 """Toggle(self, size_t item)"""
1766 return _windows_
.VListBox_Toggle(*args
, **kwargs
)
1768 def SelectAll(*args
, **kwargs
):
1769 """SelectAll(self) -> bool"""
1770 return _windows_
.VListBox_SelectAll(*args
, **kwargs
)
1772 def DeselectAll(*args
, **kwargs
):
1773 """DeselectAll(self) -> bool"""
1774 return _windows_
.VListBox_DeselectAll(*args
, **kwargs
)
1776 def SetMargins(*args
, **kwargs
):
1777 """SetMargins(self, Point pt)"""
1778 return _windows_
.VListBox_SetMargins(*args
, **kwargs
)
1780 def SetMarginsXY(*args
, **kwargs
):
1781 """SetMarginsXY(self, int x, int y)"""
1782 return _windows_
.VListBox_SetMarginsXY(*args
, **kwargs
)
1784 def SetSelectionBackground(*args
, **kwargs
):
1785 """SetSelectionBackground(self, Colour col)"""
1786 return _windows_
.VListBox_SetSelectionBackground(*args
, **kwargs
)
1789 class VListBoxPtr(VListBox
):
1790 def __init__(self
, this
):
1792 if not hasattr(self
,"thisown"): self
.thisown
= 0
1793 self
.__class
__ = VListBox
1794 _windows_
.VListBox_swigregister(VListBoxPtr
)
1795 VListBoxNameStr
= cvar
.VListBoxNameStr
1797 def PreVListBox(*args
, **kwargs
):
1798 """PreVListBox() -> VListBox"""
1799 val
= _windows_
.new_PreVListBox(*args
, **kwargs
)
1803 class HtmlListBox(VListBox
):
1805 return "<%s.%s; proxy of C++ wxPyHtmlListBox instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1806 def __init__(self
, *args
, **kwargs
):
1808 __init__(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1809 Size size=DefaultSize, long style=0, String name=VListBoxNameStr) -> HtmlListBox
1811 newobj
= _windows_
.new_HtmlListBox(*args
, **kwargs
)
1812 self
.this
= newobj
.this
1815 self
._setOORInfo
(self
);self
._setCallbackInfo
(self
, HtmlListBox
)
1817 def _setCallbackInfo(*args
, **kwargs
):
1818 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1819 return _windows_
.HtmlListBox__setCallbackInfo(*args
, **kwargs
)
1821 def Create(*args
, **kwargs
):
1823 Create(self, Window parent, int id=ID_ANY, Point pos=DefaultPosition,
1824 Size size=DefaultSize, long style=0, String name=VListBoxNameStr) -> bool
1826 return _windows_
.HtmlListBox_Create(*args
, **kwargs
)
1828 def RefreshAll(*args
, **kwargs
):
1829 """RefreshAll(self)"""
1830 return _windows_
.HtmlListBox_RefreshAll(*args
, **kwargs
)
1832 def SetItemCount(*args
, **kwargs
):
1833 """SetItemCount(self, size_t count)"""
1834 return _windows_
.HtmlListBox_SetItemCount(*args
, **kwargs
)
1836 def GetFileSystem(*args
, **kwargs
):
1837 """GetFileSystem(self) -> FileSystem"""
1838 return _windows_
.HtmlListBox_GetFileSystem(*args
, **kwargs
)
1841 class HtmlListBoxPtr(HtmlListBox
):
1842 def __init__(self
, this
):
1844 if not hasattr(self
,"thisown"): self
.thisown
= 0
1845 self
.__class
__ = HtmlListBox
1846 _windows_
.HtmlListBox_swigregister(HtmlListBoxPtr
)
1848 def PreHtmlListBox(*args
, **kwargs
):
1849 """PreHtmlListBox() -> HtmlListBox"""
1850 val
= _windows_
.new_PreHtmlListBox(*args
, **kwargs
)
1854 #---------------------------------------------------------------------------
1856 class TaskBarIcon(_core
.EvtHandler
):
1858 return "<%s.%s; proxy of C++ wxTaskBarIcon instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1859 def __init__(self
, *args
, **kwargs
):
1860 """__init__(self) -> TaskBarIcon"""
1861 newobj
= _windows_
.new_TaskBarIcon(*args
, **kwargs
)
1862 self
.this
= newobj
.this
1865 def __del__(self
, destroy
=_windows_
.delete_TaskBarIcon
):
1868 if self
.thisown
: destroy(self
)
1871 def Destroy(*args
, **kwargs
):
1875 Deletes the C++ object this Python object is a proxy for.
1877 return _windows_
.TaskBarIcon_Destroy(*args
, **kwargs
)
1879 def IsOk(*args
, **kwargs
):
1880 """IsOk(self) -> bool"""
1881 return _windows_
.TaskBarIcon_IsOk(*args
, **kwargs
)
1883 def __nonzero__(self
): return self
.IsOk()
1884 def IsIconInstalled(*args
, **kwargs
):
1885 """IsIconInstalled(self) -> bool"""
1886 return _windows_
.TaskBarIcon_IsIconInstalled(*args
, **kwargs
)
1888 def SetIcon(*args
, **kwargs
):
1889 """SetIcon(self, Icon icon, String tooltip=EmptyString) -> bool"""
1890 return _windows_
.TaskBarIcon_SetIcon(*args
, **kwargs
)
1892 def RemoveIcon(*args
, **kwargs
):
1893 """RemoveIcon(self) -> bool"""
1894 return _windows_
.TaskBarIcon_RemoveIcon(*args
, **kwargs
)
1896 def PopupMenu(*args
, **kwargs
):
1897 """PopupMenu(self, Menu menu) -> bool"""
1898 return _windows_
.TaskBarIcon_PopupMenu(*args
, **kwargs
)
1901 class TaskBarIconPtr(TaskBarIcon
):
1902 def __init__(self
, this
):
1904 if not hasattr(self
,"thisown"): self
.thisown
= 0
1905 self
.__class
__ = TaskBarIcon
1906 _windows_
.TaskBarIcon_swigregister(TaskBarIconPtr
)
1908 class TaskBarIconEvent(_core
.Event
):
1910 return "<%s.%s; proxy of C++ wxTaskBarIconEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1911 def __init__(self
, *args
, **kwargs
):
1912 """__init__(self, wxEventType evtType, TaskBarIcon tbIcon) -> TaskBarIconEvent"""
1913 newobj
= _windows_
.new_TaskBarIconEvent(*args
, **kwargs
)
1914 self
.this
= newobj
.this
1918 class TaskBarIconEventPtr(TaskBarIconEvent
):
1919 def __init__(self
, this
):
1921 if not hasattr(self
,"thisown"): self
.thisown
= 0
1922 self
.__class
__ = TaskBarIconEvent
1923 _windows_
.TaskBarIconEvent_swigregister(TaskBarIconEventPtr
)
1925 wxEVT_TASKBAR_MOVE
= _windows_
.wxEVT_TASKBAR_MOVE
1926 wxEVT_TASKBAR_LEFT_DOWN
= _windows_
.wxEVT_TASKBAR_LEFT_DOWN
1927 wxEVT_TASKBAR_LEFT_UP
= _windows_
.wxEVT_TASKBAR_LEFT_UP
1928 wxEVT_TASKBAR_RIGHT_DOWN
= _windows_
.wxEVT_TASKBAR_RIGHT_DOWN
1929 wxEVT_TASKBAR_RIGHT_UP
= _windows_
.wxEVT_TASKBAR_RIGHT_UP
1930 wxEVT_TASKBAR_LEFT_DCLICK
= _windows_
.wxEVT_TASKBAR_LEFT_DCLICK
1931 wxEVT_TASKBAR_RIGHT_DCLICK
= _windows_
.wxEVT_TASKBAR_RIGHT_DCLICK
1932 EVT_TASKBAR_MOVE
= wx
.PyEventBinder ( wxEVT_TASKBAR_MOVE
)
1933 EVT_TASKBAR_LEFT_DOWN
= wx
.PyEventBinder ( wxEVT_TASKBAR_LEFT_DOWN
)
1934 EVT_TASKBAR_LEFT_UP
= wx
.PyEventBinder ( wxEVT_TASKBAR_LEFT_UP
)
1935 EVT_TASKBAR_RIGHT_DOWN
= wx
.PyEventBinder ( wxEVT_TASKBAR_RIGHT_DOWN
)
1936 EVT_TASKBAR_RIGHT_UP
= wx
.PyEventBinder ( wxEVT_TASKBAR_RIGHT_UP
)
1937 EVT_TASKBAR_LEFT_DCLICK
= wx
.PyEventBinder ( wxEVT_TASKBAR_LEFT_DCLICK
)
1938 EVT_TASKBAR_RIGHT_DCLICK
= wx
.PyEventBinder ( wxEVT_TASKBAR_RIGHT_DCLICK
)
1940 #---------------------------------------------------------------------------
1942 class ColourData(_core
.Object
):
1944 This class holds a variety of information related to the colour
1945 chooser dialog, used to transfer settings and results to and from the
1949 return "<%s.%s; proxy of C++ wxColourData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1950 def __init__(self
, *args
, **kwargs
):
1952 __init__(self) -> ColourData
1954 Constructor, sets default values.
1956 newobj
= _windows_
.new_ColourData(*args
, **kwargs
)
1957 self
.this
= newobj
.this
1960 def __del__(self
, destroy
=_windows_
.delete_ColourData
):
1963 if self
.thisown
: destroy(self
)
1966 def GetChooseFull(*args
, **kwargs
):
1968 GetChooseFull(self) -> bool
1970 Under Windows, determines whether the Windows colour dialog will
1971 display the full dialog with custom colour selection controls. Has no
1972 meaning under other platforms. The default value is true.
1974 return _windows_
.ColourData_GetChooseFull(*args
, **kwargs
)
1976 def GetColour(*args
, **kwargs
):
1978 GetColour(self) -> Colour
1980 Gets the colour (pre)selected by the dialog.
1982 return _windows_
.ColourData_GetColour(*args
, **kwargs
)
1984 def GetCustomColour(*args
, **kwargs
):
1986 GetCustomColour(self, int i) -> Colour
1988 Gets the i'th custom colour associated with the colour dialog. i
1989 should be an integer between 0 and 15. The default custom colours are
1992 return _windows_
.ColourData_GetCustomColour(*args
, **kwargs
)
1994 def SetChooseFull(*args
, **kwargs
):
1996 SetChooseFull(self, int flag)
1998 Under Windows, tells the Windows colour dialog to display the full
1999 dialog with custom colour selection controls. Under other platforms,
2000 has no effect. The default value is true.
2002 return _windows_
.ColourData_SetChooseFull(*args
, **kwargs
)
2004 def SetColour(*args
, **kwargs
):
2006 SetColour(self, Colour colour)
2008 Sets the default colour for the colour dialog. The default colour is
2011 return _windows_
.ColourData_SetColour(*args
, **kwargs
)
2013 def SetCustomColour(*args
, **kwargs
):
2015 SetCustomColour(self, int i, Colour colour)
2017 Sets the i'th custom colour for the colour dialog. i should be an
2018 integer between 0 and 15. The default custom colours are all white.
2020 return _windows_
.ColourData_SetCustomColour(*args
, **kwargs
)
2023 class ColourDataPtr(ColourData
):
2024 def __init__(self
, this
):
2026 if not hasattr(self
,"thisown"): self
.thisown
= 0
2027 self
.__class
__ = ColourData
2028 _windows_
.ColourData_swigregister(ColourDataPtr
)
2029 FileSelectorPromptStr
= cvar
.FileSelectorPromptStr
2030 DirSelectorPromptStr
= cvar
.DirSelectorPromptStr
2031 DirDialogNameStr
= cvar
.DirDialogNameStr
2032 FileSelectorDefaultWildcardStr
= cvar
.FileSelectorDefaultWildcardStr
2033 GetTextFromUserPromptStr
= cvar
.GetTextFromUserPromptStr
2034 MessageBoxCaptionStr
= cvar
.MessageBoxCaptionStr
2036 class ColourDialog(Dialog
):
2037 """This class represents the colour chooser dialog."""
2039 return "<%s.%s; proxy of C++ wxColourDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2040 def __init__(self
, *args
, **kwargs
):
2042 __init__(self, Window parent, ColourData data=None) -> ColourDialog
2044 Constructor. Pass a parent window, and optionally a `wx.ColourData`,
2045 which will be copied to the colour dialog's internal ColourData
2048 newobj
= _windows_
.new_ColourDialog(*args
, **kwargs
)
2049 self
.this
= newobj
.this
2052 self
._setOORInfo
(self
)
2054 def GetColourData(*args
, **kwargs
):
2056 GetColourData(self) -> ColourData
2058 Returns a reference to the `wx.ColourData` used by the dialog.
2060 return _windows_
.ColourDialog_GetColourData(*args
, **kwargs
)
2063 class ColourDialogPtr(ColourDialog
):
2064 def __init__(self
, this
):
2066 if not hasattr(self
,"thisown"): self
.thisown
= 0
2067 self
.__class
__ = ColourDialog
2068 _windows_
.ColourDialog_swigregister(ColourDialogPtr
)
2070 class DirDialog(Dialog
):
2072 wx.DirDialog allows the user to select a directory by browising the
2078 ==================== ==========================================
2079 wx.DD_NEW_DIR_BUTTON Add 'Create new directory' button and allow
2080 directory names to be editable. On Windows
2081 the new directory button is only available
2082 with recent versions of the common dialogs.
2083 ==================== ==========================================
2087 return "<%s.%s; proxy of C++ wxDirDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2088 def __init__(self
, *args
, **kwargs
):
2090 __init__(self, Window parent, String message=DirSelectorPromptStr,
2091 String defaultPath=EmptyString, long style=0,
2092 Point pos=DefaultPosition, Size size=DefaultSize,
2093 String name=DirDialogNameStr) -> DirDialog
2095 Constructor. Use ShowModal method to show the dialog.
2097 newobj
= _windows_
.new_DirDialog(*args
, **kwargs
)
2098 self
.this
= newobj
.this
2101 self
._setOORInfo
(self
)
2103 def GetPath(*args
, **kwargs
):
2105 GetPath(self) -> String
2107 Returns the default or user-selected path.
2109 return _windows_
.DirDialog_GetPath(*args
, **kwargs
)
2111 def GetMessage(*args
, **kwargs
):
2113 GetMessage(self) -> String
2115 Returns the message that will be displayed on the dialog.
2117 return _windows_
.DirDialog_GetMessage(*args
, **kwargs
)
2119 def GetStyle(*args
, **kwargs
):
2121 GetStyle(self) -> long
2123 Returns the dialog style.
2125 return _windows_
.DirDialog_GetStyle(*args
, **kwargs
)
2127 def SetMessage(*args
, **kwargs
):
2129 SetMessage(self, String message)
2131 Sets the message that will be displayed on the dialog.
2133 return _windows_
.DirDialog_SetMessage(*args
, **kwargs
)
2135 def SetPath(*args
, **kwargs
):
2137 SetPath(self, String path)
2139 Sets the default path.
2141 return _windows_
.DirDialog_SetPath(*args
, **kwargs
)
2144 class DirDialogPtr(DirDialog
):
2145 def __init__(self
, this
):
2147 if not hasattr(self
,"thisown"): self
.thisown
= 0
2148 self
.__class
__ = DirDialog
2149 _windows_
.DirDialog_swigregister(DirDialogPtr
)
2151 class FileDialog(Dialog
):
2153 wx.FileDialog allows the user to select one or more files from the
2156 In Windows, this is the common file selector dialog. On X based
2157 platforms a generic alternative is used. The path and filename are
2158 distinct elements of a full file pathname. If path is "", the
2159 current directory will be used. If filename is "", no default
2160 filename will be supplied. The wildcard determines what files are
2161 displayed in the file selector, and file extension supplies a type
2162 extension for the required filename.
2164 Both the X and Windows versions implement a wildcard filter. Typing a
2165 filename containing wildcards (*, ?) in the filename text item, and
2166 clicking on Ok, will result in only those files matching the pattern
2167 being displayed. The wildcard may be a specification for multiple
2168 types of file with a description for each, such as::
2170 "BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif"
2175 ================== ==========================================
2176 wx.OPEN This is an open dialog.
2178 wx.SAVE This is a save dialog.
2180 wx.HIDE_READONLY For open dialog only: hide the checkbox
2181 allowing to open the file in read-only mode.
2183 wx.OVERWRITE_PROMPT For save dialog only: prompt for a confirmation
2184 if a file will be overwritten.
2186 wx.MULTIPLE For open dialog only: allows selecting multiple
2189 wx.CHANGE_DIR Change the current working directory to the
2190 directory where the file(s) chosen by the user
2192 ================== ==========================================
2196 return "<%s.%s; proxy of C++ wxFileDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2197 def __init__(self
, *args
, **kwargs
):
2199 __init__(self, Window parent, String message=FileSelectorPromptStr,
2200 String defaultDir=EmptyString, String defaultFile=EmptyString,
2201 String wildcard=FileSelectorDefaultWildcardStr,
2202 long style=0, Point pos=DefaultPosition) -> FileDialog
2204 Constructor. Use ShowModal method to show the dialog.
2206 newobj
= _windows_
.new_FileDialog(*args
, **kwargs
)
2207 self
.this
= newobj
.this
2210 self
._setOORInfo
(self
)
2212 def SetMessage(*args
, **kwargs
):
2214 SetMessage(self, String message)
2216 Sets the message that will be displayed on the dialog.
2218 return _windows_
.FileDialog_SetMessage(*args
, **kwargs
)
2220 def SetPath(*args
, **kwargs
):
2222 SetPath(self, String path)
2224 Sets the path (the combined directory and filename that will be
2225 returned when the dialog is dismissed).
2227 return _windows_
.FileDialog_SetPath(*args
, **kwargs
)
2229 def SetDirectory(*args
, **kwargs
):
2231 SetDirectory(self, String dir)
2233 Sets the default directory.
2235 return _windows_
.FileDialog_SetDirectory(*args
, **kwargs
)
2237 def SetFilename(*args
, **kwargs
):
2239 SetFilename(self, String name)
2241 Sets the default filename.
2243 return _windows_
.FileDialog_SetFilename(*args
, **kwargs
)
2245 def SetWildcard(*args
, **kwargs
):
2247 SetWildcard(self, String wildCard)
2249 Sets the wildcard, which can contain multiple file types, for
2252 "BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif"
2255 return _windows_
.FileDialog_SetWildcard(*args
, **kwargs
)
2257 def SetStyle(*args
, **kwargs
):
2259 SetStyle(self, long style)
2261 Sets the dialog style.
2263 return _windows_
.FileDialog_SetStyle(*args
, **kwargs
)
2265 def SetFilterIndex(*args
, **kwargs
):
2267 SetFilterIndex(self, int filterIndex)
2269 Sets the default filter index, starting from zero.
2271 return _windows_
.FileDialog_SetFilterIndex(*args
, **kwargs
)
2273 def GetMessage(*args
, **kwargs
):
2275 GetMessage(self) -> String
2277 Returns the message that will be displayed on the dialog.
2279 return _windows_
.FileDialog_GetMessage(*args
, **kwargs
)
2281 def GetPath(*args
, **kwargs
):
2283 GetPath(self) -> String
2285 Returns the full path (directory and filename) of the selected file.
2287 return _windows_
.FileDialog_GetPath(*args
, **kwargs
)
2289 def GetDirectory(*args
, **kwargs
):
2291 GetDirectory(self) -> String
2293 Returns the default directory.
2295 return _windows_
.FileDialog_GetDirectory(*args
, **kwargs
)
2297 def GetFilename(*args
, **kwargs
):
2299 GetFilename(self) -> String
2301 Returns the default filename.
2303 return _windows_
.FileDialog_GetFilename(*args
, **kwargs
)
2305 def GetWildcard(*args
, **kwargs
):
2307 GetWildcard(self) -> String
2309 Returns the file dialog wildcard.
2311 return _windows_
.FileDialog_GetWildcard(*args
, **kwargs
)
2313 def GetStyle(*args
, **kwargs
):
2315 GetStyle(self) -> long
2317 Returns the dialog style.
2319 return _windows_
.FileDialog_GetStyle(*args
, **kwargs
)
2321 def GetFilterIndex(*args
, **kwargs
):
2323 GetFilterIndex(self) -> int
2325 Returns the index into the list of filters supplied, optionally, in
2326 the wildcard parameter. Before the dialog is shown, this is the index
2327 which will be used when the dialog is first displayed. After the
2328 dialog is shown, this is the index selected by the user.
2330 return _windows_
.FileDialog_GetFilterIndex(*args
, **kwargs
)
2332 def GetFilenames(*args
, **kwargs
):
2334 GetFilenames(self) -> PyObject
2336 Returns a list of filenames chosen in the dialog. This function
2337 should only be used with the dialogs which have wx.MULTIPLE style, use
2338 GetFilename for the others.
2340 return _windows_
.FileDialog_GetFilenames(*args
, **kwargs
)
2342 def GetPaths(*args
, **kwargs
):
2344 GetPaths(self) -> PyObject
2346 Fills the array paths with the full paths of the files chosen. This
2347 function should only be used with the dialogs which have wx.MULTIPLE
2348 style, use GetPath for the others.
2350 return _windows_
.FileDialog_GetPaths(*args
, **kwargs
)
2353 class FileDialogPtr(FileDialog
):
2354 def __init__(self
, this
):
2356 if not hasattr(self
,"thisown"): self
.thisown
= 0
2357 self
.__class
__ = FileDialog
2358 _windows_
.FileDialog_swigregister(FileDialogPtr
)
2360 CHOICEDLG_STYLE
= _windows_
.CHOICEDLG_STYLE
2361 class MultiChoiceDialog(Dialog
):
2362 """A simple dialog with a multi selection listbox."""
2364 return "<%s.%s; proxy of C++ wxMultiChoiceDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2365 def __init__(self
, *args
, **kwargs
):
2367 __init__(Window parent, String message, String caption,
2368 List choices=[], long style=CHOICEDLG_STYLE,
2369 Point pos=DefaultPosition) -> MultiChoiceDialog
2371 Constructor. Use ShowModal method to show the dialog.
2373 newobj
= _windows_
.new_MultiChoiceDialog(*args
, **kwargs
)
2374 self
.this
= newobj
.this
2377 self
._setOORInfo
(self
)
2379 def SetSelections(*args
, **kwargs
):
2381 SetSelections(List selections)
2383 Specify the items in the list that should be selected, using a list of
2386 return _windows_
.MultiChoiceDialog_SetSelections(*args
, **kwargs
)
2388 def GetSelections(*args
, **kwargs
):
2390 GetSelections() -> [selections]
2392 Returns a list of integers representing the items that are selected.
2394 return _windows_
.MultiChoiceDialog_GetSelections(*args
, **kwargs
)
2397 class MultiChoiceDialogPtr(MultiChoiceDialog
):
2398 def __init__(self
, this
):
2400 if not hasattr(self
,"thisown"): self
.thisown
= 0
2401 self
.__class
__ = MultiChoiceDialog
2402 _windows_
.MultiChoiceDialog_swigregister(MultiChoiceDialogPtr
)
2404 class SingleChoiceDialog(Dialog
):
2405 """A simple dialog with a single selection listbox."""
2407 return "<%s.%s; proxy of C++ wxSingleChoiceDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2408 def __init__(self
, *args
, **kwargs
):
2410 __init__(Window parent, String message, String caption,
2411 List choices=[], long style=CHOICEDLG_STYLE,
2412 Point pos=DefaultPosition) -> SingleChoiceDialog
2414 Constructor. Use ShowModal method to show the dialog.
2416 newobj
= _windows_
.new_SingleChoiceDialog(*args
, **kwargs
)
2417 self
.this
= newobj
.this
2420 self
._setOORInfo
(self
)
2422 def GetSelection(*args
, **kwargs
):
2424 GetSelection(self) -> int
2426 Get the index of teh currently selected item.
2428 return _windows_
.SingleChoiceDialog_GetSelection(*args
, **kwargs
)
2430 def GetStringSelection(*args
, **kwargs
):
2432 GetStringSelection(self) -> String
2434 Returns the string value of the currently selected item
2436 return _windows_
.SingleChoiceDialog_GetStringSelection(*args
, **kwargs
)
2438 def SetSelection(*args
, **kwargs
):
2440 SetSelection(self, int sel)
2442 Set the current selected item to sel
2444 return _windows_
.SingleChoiceDialog_SetSelection(*args
, **kwargs
)
2447 class SingleChoiceDialogPtr(SingleChoiceDialog
):
2448 def __init__(self
, this
):
2450 if not hasattr(self
,"thisown"): self
.thisown
= 0
2451 self
.__class
__ = SingleChoiceDialog
2452 _windows_
.SingleChoiceDialog_swigregister(SingleChoiceDialogPtr
)
2454 class TextEntryDialog(Dialog
):
2455 """A dialog with text control, [ok] and [cancel] buttons"""
2457 return "<%s.%s; proxy of C++ wxTextEntryDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2458 def __init__(self
, *args
, **kwargs
):
2460 __init__(self, Window parent, String message, String caption=GetTextFromUserPromptStr,
2461 String defaultValue=EmptyString,
2462 long style=wxOK|wxCANCEL|wxCENTRE, Point pos=DefaultPosition) -> TextEntryDialog
2464 Constructor. Use ShowModal method to show the dialog.
2466 newobj
= _windows_
.new_TextEntryDialog(*args
, **kwargs
)
2467 self
.this
= newobj
.this
2470 self
._setOORInfo
(self
)
2472 def GetValue(*args
, **kwargs
):
2474 GetValue(self) -> String
2476 Returns the text that the user has entered if the user has pressed OK,
2477 or the original value if the user has pressed Cancel.
2479 return _windows_
.TextEntryDialog_GetValue(*args
, **kwargs
)
2481 def SetValue(*args
, **kwargs
):
2483 SetValue(self, String value)
2485 Sets the default text value.
2487 return _windows_
.TextEntryDialog_SetValue(*args
, **kwargs
)
2490 class TextEntryDialogPtr(TextEntryDialog
):
2491 def __init__(self
, this
):
2493 if not hasattr(self
,"thisown"): self
.thisown
= 0
2494 self
.__class
__ = TextEntryDialog
2495 _windows_
.TextEntryDialog_swigregister(TextEntryDialogPtr
)
2497 class FontData(_core
.Object
):
2499 This class holds a variety of information related to font dialogs and
2500 is used to transfer settings to and results from a `wx.FontDialog`.
2503 return "<%s.%s; proxy of C++ wxFontData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2504 def __init__(self
, *args
, **kwargs
):
2506 __init__(self) -> FontData
2508 This class holds a variety of information related to font dialogs and
2509 is used to transfer settings to and results from a `wx.FontDialog`.
2511 newobj
= _windows_
.new_FontData(*args
, **kwargs
)
2512 self
.this
= newobj
.this
2515 def __del__(self
, destroy
=_windows_
.delete_FontData
):
2518 if self
.thisown
: destroy(self
)
2521 def EnableEffects(*args
, **kwargs
):
2523 EnableEffects(self, bool enable)
2525 Enables or disables 'effects' under MS Windows only. This refers to
2526 the controls for manipulating colour, strikeout and underline
2527 properties. The default value is true.
2529 return _windows_
.FontData_EnableEffects(*args
, **kwargs
)
2531 def GetAllowSymbols(*args
, **kwargs
):
2533 GetAllowSymbols(self) -> bool
2535 Under MS Windows, returns a flag determining whether symbol fonts can
2536 be selected. Has no effect on other platforms. The default value is
2539 return _windows_
.FontData_GetAllowSymbols(*args
, **kwargs
)
2541 def GetColour(*args
, **kwargs
):
2543 GetColour(self) -> Colour
2545 Gets the colour associated with the font dialog. The default value is
2548 return _windows_
.FontData_GetColour(*args
, **kwargs
)
2550 def GetChosenFont(*args
, **kwargs
):
2552 GetChosenFont(self) -> Font
2554 Gets the font chosen by the user.
2556 return _windows_
.FontData_GetChosenFont(*args
, **kwargs
)
2558 def GetEnableEffects(*args
, **kwargs
):
2560 GetEnableEffects(self) -> bool
2562 Determines whether 'effects' are enabled under Windows.
2564 return _windows_
.FontData_GetEnableEffects(*args
, **kwargs
)
2566 def GetInitialFont(*args
, **kwargs
):
2568 GetInitialFont(self) -> Font
2570 Gets the font that will be initially used by the font dialog. This
2571 should have previously been set by the application.
2573 return _windows_
.FontData_GetInitialFont(*args
, **kwargs
)
2575 def GetShowHelp(*args
, **kwargs
):
2577 GetShowHelp(self) -> bool
2579 Returns true if the Help button will be shown (Windows only). The
2580 default value is false.
2582 return _windows_
.FontData_GetShowHelp(*args
, **kwargs
)
2584 def SetAllowSymbols(*args
, **kwargs
):
2586 SetAllowSymbols(self, bool allowSymbols)
2588 Under MS Windows, determines whether symbol fonts can be selected. Has
2589 no effect on other platforms. The default value is true.
2591 return _windows_
.FontData_SetAllowSymbols(*args
, **kwargs
)
2593 def SetChosenFont(*args
, **kwargs
):
2595 SetChosenFont(self, Font font)
2597 Sets the font that will be returned to the user (normally for internal
2600 return _windows_
.FontData_SetChosenFont(*args
, **kwargs
)
2602 def SetColour(*args
, **kwargs
):
2604 SetColour(self, Colour colour)
2606 Sets the colour that will be used for the font foreground colour. The
2607 default colour is black.
2609 return _windows_
.FontData_SetColour(*args
, **kwargs
)
2611 def SetInitialFont(*args
, **kwargs
):
2613 SetInitialFont(self, Font font)
2615 Sets the font that will be initially used by the font dialog.
2617 return _windows_
.FontData_SetInitialFont(*args
, **kwargs
)
2619 def SetRange(*args
, **kwargs
):
2621 SetRange(self, int min, int max)
2623 Sets the valid range for the font point size (Windows only). The
2624 default is 0, 0 (unrestricted range).
2626 return _windows_
.FontData_SetRange(*args
, **kwargs
)
2628 def SetShowHelp(*args
, **kwargs
):
2630 SetShowHelp(self, bool showHelp)
2632 Determines whether the Help button will be displayed in the font
2633 dialog (Windows only). The default value is false.
2635 return _windows_
.FontData_SetShowHelp(*args
, **kwargs
)
2638 class FontDataPtr(FontData
):
2639 def __init__(self
, this
):
2641 if not hasattr(self
,"thisown"): self
.thisown
= 0
2642 self
.__class
__ = FontData
2643 _windows_
.FontData_swigregister(FontDataPtr
)
2645 class FontDialog(Dialog
):
2647 wx.FontDialog allows the user to select a system font and its attributes.
2653 return "<%s.%s; proxy of C++ wxFontDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2654 def __init__(self
, *args
, **kwargs
):
2656 __init__(self, Window parent, FontData data) -> FontDialog
2658 Constructor. Pass a parent window and the `wx.FontData` object to be
2659 used to initialize the dialog controls. Call `ShowModal` to display
2660 the dialog. If ShowModal returns ``wx.ID_OK`` then you can fetch the
2661 results with via the `wx.FontData` returned by `GetFontData`.
2663 newobj
= _windows_
.new_FontDialog(*args
, **kwargs
)
2664 self
.this
= newobj
.this
2667 self
._setOORInfo
(self
)
2669 def GetFontData(*args
, **kwargs
):
2671 GetFontData(self) -> FontData
2673 Returns a reference to the internal `wx.FontData` used by the
2676 return _windows_
.FontDialog_GetFontData(*args
, **kwargs
)
2679 class FontDialogPtr(FontDialog
):
2680 def __init__(self
, this
):
2682 if not hasattr(self
,"thisown"): self
.thisown
= 0
2683 self
.__class
__ = FontDialog
2684 _windows_
.FontDialog_swigregister(FontDialogPtr
)
2686 class MessageDialog(Dialog
):
2688 This class provides a simple dialog that shows a single or multi-line
2689 message, with a choice of OK, Yes, No and/or Cancel buttons.
2694 ================= =============================================
2695 wx.OK Show an OK button.
2696 wx.CANCEL Show a Cancel button.
2697 wx.YES_NO Show Yes and No buttons.
2698 wx.YES_DEFAULT Used with wxYES_NO, makes Yes button the
2699 default - which is the default behaviour.
2700 wx.NO_DEFAULT Used with wxYES_NO, makes No button the default.
2701 wx.ICON_EXCLAMATION Shows an exclamation mark icon.
2702 wx.ICON_HAND Shows an error icon.
2703 wx.ICON_ERROR Shows an error icon - the same as wxICON_HAND.
2704 wx.ICON_QUESTION Shows a question mark icon.
2705 wx.ICON_INFORMATION Shows an information (i) icon.
2706 wx.STAY_ON_TOP The message box stays on top of all other
2707 window, even those of the other applications
2709 ================= =============================================
2713 return "<%s.%s; proxy of C++ wxMessageDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2714 def __init__(self
, *args
, **kwargs
):
2716 __init__(self, Window parent, String message, String caption=MessageBoxCaptionStr,
2717 long style=wxOK|wxCANCEL|wxCENTRE,
2718 Point pos=DefaultPosition) -> MessageDialog
2720 Constructor, use `ShowModal` to display the dialog.
2722 newobj
= _windows_
.new_MessageDialog(*args
, **kwargs
)
2723 self
.this
= newobj
.this
2726 self
._setOORInfo
(self
)
2729 class MessageDialogPtr(MessageDialog
):
2730 def __init__(self
, this
):
2732 if not hasattr(self
,"thisown"): self
.thisown
= 0
2733 self
.__class
__ = MessageDialog
2734 _windows_
.MessageDialog_swigregister(MessageDialogPtr
)
2736 class ProgressDialog(Frame
):
2738 A dialog that shows a short message and a progress bar. Optionally, it
2739 can display an ABORT button.
2743 ================= =============================================
2744 wx.PD_APP_MODAL Make the progress dialog modal. If this flag is
2745 not given, it is only "locally" modal -
2746 that is the input to the parent window is
2747 disabled, but not to the other ones.
2749 wx.PD_AUTO_HIDE Causes the progress dialog to disappear from
2750 screen as soon as the maximum value of the
2751 progress meter has been reached.
2753 wx.PD_CAN_ABORT This flag tells the dialog that it should have
2754 a "Cancel" button which the user may press. If
2755 this happens, the next call to Update() will
2758 wx.PD_ELAPSED_TIME This flag tells the dialog that it should show
2759 elapsed time (since creating the dialog).
2761 wx.PD_ESTIMATED_TIME This flag tells the dialog that it should show
2764 wx.PD_REMAINING_TIME This flag tells the dialog that it should show
2766 ================= =============================================
2770 return "<%s.%s; proxy of C++ wxProgressDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2771 def __init__(self
, *args
, **kwargs
):
2773 __init__(self, String title, String message, int maximum=100, Window parent=None,
2774 int style=wxPD_AUTO_HIDE|wxPD_APP_MODAL) -> ProgressDialog
2776 Constructor. Creates the dialog, displays it and disables user input
2777 for other windows, or, if wx.PD_APP_MODAL flag is not given, for its
2780 newobj
= _windows_
.new_ProgressDialog(*args
, **kwargs
)
2781 self
.this
= newobj
.this
2784 self
._setOORInfo
(self
)
2786 def Update(*args
, **kwargs
):
2788 Update(self, int value, String newmsg=EmptyString) -> bool
2790 Updates the dialog, setting the progress bar to the new value and, if
2791 given changes the message above it. Returns true unless the Cancel
2792 button has been pressed.
2794 If false is returned, the application can either immediately destroy
2795 the dialog or ask the user for the confirmation and if the abort is
2796 not confirmed the dialog may be resumed with Resume function.
2798 return _windows_
.ProgressDialog_Update(*args
, **kwargs
)
2800 def Resume(*args
, **kwargs
):
2804 Can be used to continue with the dialog, after the user had chosen to
2807 return _windows_
.ProgressDialog_Resume(*args
, **kwargs
)
2810 class ProgressDialogPtr(ProgressDialog
):
2811 def __init__(self
, this
):
2813 if not hasattr(self
,"thisown"): self
.thisown
= 0
2814 self
.__class
__ = ProgressDialog
2815 _windows_
.ProgressDialog_swigregister(ProgressDialogPtr
)
2817 FR_DOWN
= _windows_
.FR_DOWN
2818 FR_WHOLEWORD
= _windows_
.FR_WHOLEWORD
2819 FR_MATCHCASE
= _windows_
.FR_MATCHCASE
2820 FR_REPLACEDIALOG
= _windows_
.FR_REPLACEDIALOG
2821 FR_NOUPDOWN
= _windows_
.FR_NOUPDOWN
2822 FR_NOMATCHCASE
= _windows_
.FR_NOMATCHCASE
2823 FR_NOWHOLEWORD
= _windows_
.FR_NOWHOLEWORD
2824 wxEVT_COMMAND_FIND
= _windows_
.wxEVT_COMMAND_FIND
2825 wxEVT_COMMAND_FIND_NEXT
= _windows_
.wxEVT_COMMAND_FIND_NEXT
2826 wxEVT_COMMAND_FIND_REPLACE
= _windows_
.wxEVT_COMMAND_FIND_REPLACE
2827 wxEVT_COMMAND_FIND_REPLACE_ALL
= _windows_
.wxEVT_COMMAND_FIND_REPLACE_ALL
2828 wxEVT_COMMAND_FIND_CLOSE
= _windows_
.wxEVT_COMMAND_FIND_CLOSE
2829 EVT_FIND
= wx
.PyEventBinder( wxEVT_COMMAND_FIND
, 1 )
2830 EVT_FIND_NEXT
= wx
.PyEventBinder( wxEVT_COMMAND_FIND_NEXT
, 1 )
2831 EVT_FIND_REPLACE
= wx
.PyEventBinder( wxEVT_COMMAND_FIND_REPLACE
, 1 )
2832 EVT_FIND_REPLACE_ALL
= wx
.PyEventBinder( wxEVT_COMMAND_FIND_REPLACE_ALL
, 1 )
2833 EVT_FIND_CLOSE
= wx
.PyEventBinder( wxEVT_COMMAND_FIND_CLOSE
, 1 )
2835 # For backwards compatibility. Should they be removed?
2836 EVT_COMMAND_FIND
= EVT_FIND
2837 EVT_COMMAND_FIND_NEXT
= EVT_FIND_NEXT
2838 EVT_COMMAND_FIND_REPLACE
= EVT_FIND_REPLACE
2839 EVT_COMMAND_FIND_REPLACE_ALL
= EVT_FIND_REPLACE_ALL
2840 EVT_COMMAND_FIND_CLOSE
= EVT_FIND_CLOSE
2842 class FindDialogEvent(_core
.CommandEvent
):
2843 """Events for the FindReplaceDialog"""
2845 return "<%s.%s; proxy of C++ wxFindDialogEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2846 def __init__(self
, *args
, **kwargs
):
2848 __init__(self, wxEventType commandType=wxEVT_NULL, int id=0) -> FindDialogEvent
2850 Events for the FindReplaceDialog
2852 newobj
= _windows_
.new_FindDialogEvent(*args
, **kwargs
)
2853 self
.this
= newobj
.this
2856 def GetFlags(*args
, **kwargs
):
2858 GetFlags(self) -> int
2860 Get the currently selected flags: this is the combination of
2861 wx.FR_DOWN, wx.FR_WHOLEWORD and wx.FR_MATCHCASE flags.
2863 return _windows_
.FindDialogEvent_GetFlags(*args
, **kwargs
)
2865 def GetFindString(*args
, **kwargs
):
2867 GetFindString(self) -> String
2869 Return the string to find (never empty).
2871 return _windows_
.FindDialogEvent_GetFindString(*args
, **kwargs
)
2873 def GetReplaceString(*args
, **kwargs
):
2875 GetReplaceString(self) -> String
2877 Return the string to replace the search string with (only for replace
2878 and replace all events).
2880 return _windows_
.FindDialogEvent_GetReplaceString(*args
, **kwargs
)
2882 def GetDialog(*args
, **kwargs
):
2884 GetDialog(self) -> FindReplaceDialog
2886 Return the pointer to the dialog which generated this event.
2888 return _windows_
.FindDialogEvent_GetDialog(*args
, **kwargs
)
2890 def SetFlags(*args
, **kwargs
):
2891 """SetFlags(self, int flags)"""
2892 return _windows_
.FindDialogEvent_SetFlags(*args
, **kwargs
)
2894 def SetFindString(*args
, **kwargs
):
2895 """SetFindString(self, String str)"""
2896 return _windows_
.FindDialogEvent_SetFindString(*args
, **kwargs
)
2898 def SetReplaceString(*args
, **kwargs
):
2899 """SetReplaceString(self, String str)"""
2900 return _windows_
.FindDialogEvent_SetReplaceString(*args
, **kwargs
)
2903 class FindDialogEventPtr(FindDialogEvent
):
2904 def __init__(self
, this
):
2906 if not hasattr(self
,"thisown"): self
.thisown
= 0
2907 self
.__class
__ = FindDialogEvent
2908 _windows_
.FindDialogEvent_swigregister(FindDialogEventPtr
)
2910 class FindReplaceData(_core
.Object
):
2912 wx.FindReplaceData holds the data for wx.FindReplaceDialog. It is used
2913 to initialize the dialog with the default values and will keep the
2914 last values from the dialog when it is closed. It is also updated each
2915 time a `wx.FindDialogEvent` is generated so instead of using the
2916 `wx.FindDialogEvent` methods you can also directly query this object.
2918 Note that all SetXXX() methods may only be called before showing the
2919 dialog and calling them has no effect later.
2923 ================ ===============================================
2924 wx.FR_DOWN Downward search/replace selected (otherwise,
2927 wx.FR_WHOLEWORD Whole word search/replace selected
2929 wx.FR_MATCHCASE Case sensitive search/replace selected
2930 (otherwise, case insensitive)
2931 ================ ===============================================
2935 return "<%s.%s; proxy of C++ wxFindReplaceData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2936 def __init__(self
, *args
, **kwargs
):
2938 __init__(self, int flags=0) -> FindReplaceData
2940 Constuctor initializes the flags to default value (0).
2942 newobj
= _windows_
.new_FindReplaceData(*args
, **kwargs
)
2943 self
.this
= newobj
.this
2946 def __del__(self
, destroy
=_windows_
.delete_FindReplaceData
):
2949 if self
.thisown
: destroy(self
)
2952 def GetFindString(*args
, **kwargs
):
2954 GetFindString(self) -> String
2956 Get the string to find.
2958 return _windows_
.FindReplaceData_GetFindString(*args
, **kwargs
)
2960 def GetReplaceString(*args
, **kwargs
):
2962 GetReplaceString(self) -> String
2964 Get the replacement string.
2966 return _windows_
.FindReplaceData_GetReplaceString(*args
, **kwargs
)
2968 def GetFlags(*args
, **kwargs
):
2970 GetFlags(self) -> int
2972 Get the combination of flag values.
2974 return _windows_
.FindReplaceData_GetFlags(*args
, **kwargs
)
2976 def SetFlags(*args
, **kwargs
):
2978 SetFlags(self, int flags)
2980 Set the flags to use to initialize the controls of the dialog.
2982 return _windows_
.FindReplaceData_SetFlags(*args
, **kwargs
)
2984 def SetFindString(*args
, **kwargs
):
2986 SetFindString(self, String str)
2988 Set the string to find (used as initial value by the dialog).
2990 return _windows_
.FindReplaceData_SetFindString(*args
, **kwargs
)
2992 def SetReplaceString(*args
, **kwargs
):
2994 SetReplaceString(self, String str)
2996 Set the replacement string (used as initial value by the dialog).
2998 return _windows_
.FindReplaceData_SetReplaceString(*args
, **kwargs
)
3001 class FindReplaceDataPtr(FindReplaceData
):
3002 def __init__(self
, this
):
3004 if not hasattr(self
,"thisown"): self
.thisown
= 0
3005 self
.__class
__ = FindReplaceData
3006 _windows_
.FindReplaceData_swigregister(FindReplaceDataPtr
)
3008 class FindReplaceDialog(Dialog
):
3010 wx.FindReplaceDialog is a standard modeless dialog which is used to
3011 allow the user to search for some text (and possibly replace it with
3012 something else). The actual searching is supposed to be done in the
3013 owner window which is the parent of this dialog. Note that it means
3014 that unlike for the other standard dialogs this one must have a parent
3015 window. Also note that there is no way to use this dialog in a modal
3016 way; it is always, by design and implementation, modeless.
3022 ===================== =========================================
3023 wx.FR_REPLACEDIALOG replace dialog (otherwise find dialog)
3025 wx.FR_NOUPDOWN don't allow changing the search direction
3027 wx.FR_NOMATCHCASE don't allow case sensitive searching
3029 wx.FR_NOWHOLEWORD don't allow whole word searching
3030 ===================== =========================================
3034 return "<%s.%s; proxy of C++ wxFindReplaceDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3035 def __init__(self
, *args
, **kwargs
):
3037 __init__(self, Window parent, FindReplaceData data, String title,
3038 int style=0) -> FindReplaceDialog
3040 Create a FindReplaceDialog. The parent and data parameters must be
3041 non-None. Use Show to display the dialog.
3043 newobj
= _windows_
.new_FindReplaceDialog(*args
, **kwargs
)
3044 self
.this
= newobj
.this
3047 self
._setOORInfo
(self
)
3049 def Create(*args
, **kwargs
):
3051 Create(self, Window parent, FindReplaceData data, String title,
3052 int style=0) -> bool
3054 Create the dialog, for 2-phase create.
3056 return _windows_
.FindReplaceDialog_Create(*args
, **kwargs
)
3058 def GetData(*args
, **kwargs
):
3060 GetData(self) -> FindReplaceData
3062 Get the FindReplaceData object used by this dialog.
3064 return _windows_
.FindReplaceDialog_GetData(*args
, **kwargs
)
3066 def SetData(*args
, **kwargs
):
3068 SetData(self, FindReplaceData data)
3070 Set the FindReplaceData object used by this dialog.
3072 return _windows_
.FindReplaceDialog_SetData(*args
, **kwargs
)
3075 class FindReplaceDialogPtr(FindReplaceDialog
):
3076 def __init__(self
, this
):
3078 if not hasattr(self
,"thisown"): self
.thisown
= 0
3079 self
.__class
__ = FindReplaceDialog
3080 _windows_
.FindReplaceDialog_swigregister(FindReplaceDialogPtr
)
3082 def PreFindReplaceDialog(*args
, **kwargs
):
3084 PreFindReplaceDialog() -> FindReplaceDialog
3086 Precreate a FindReplaceDialog for 2-phase creation
3088 val
= _windows_
.new_PreFindReplaceDialog(*args
, **kwargs
)
3092 #---------------------------------------------------------------------------
3094 IDM_WINDOWTILE
= _windows_
.IDM_WINDOWTILE
3095 IDM_WINDOWTILEHOR
= _windows_
.IDM_WINDOWTILEHOR
3096 IDM_WINDOWCASCADE
= _windows_
.IDM_WINDOWCASCADE
3097 IDM_WINDOWICONS
= _windows_
.IDM_WINDOWICONS
3098 IDM_WINDOWNEXT
= _windows_
.IDM_WINDOWNEXT
3099 IDM_WINDOWTILEVERT
= _windows_
.IDM_WINDOWTILEVERT
3100 FIRST_MDI_CHILD
= _windows_
.FIRST_MDI_CHILD
3101 LAST_MDI_CHILD
= _windows_
.LAST_MDI_CHILD
3102 class MDIParentFrame(Frame
):
3104 return "<%s.%s; proxy of C++ wxMDIParentFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3105 def __init__(self
, *args
, **kwargs
):
3107 __init__(self, Window parent, int id, String title, Point pos=DefaultPosition,
3108 Size size=DefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxVSCROLL|wxHSCROLL,
3109 String name=FrameNameStr) -> MDIParentFrame
3111 newobj
= _windows_
.new_MDIParentFrame(*args
, **kwargs
)
3112 self
.this
= newobj
.this
3115 self
._setOORInfo
(self
)
3117 def Create(*args
, **kwargs
):
3119 Create(self, Window parent, int id, String title, Point pos=DefaultPosition,
3120 Size size=DefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxVSCROLL|wxHSCROLL,
3121 String name=FrameNameStr) -> bool
3123 return _windows_
.MDIParentFrame_Create(*args
, **kwargs
)
3125 def ActivateNext(*args
, **kwargs
):
3126 """ActivateNext(self)"""
3127 return _windows_
.MDIParentFrame_ActivateNext(*args
, **kwargs
)
3129 def ActivatePrevious(*args
, **kwargs
):
3130 """ActivatePrevious(self)"""
3131 return _windows_
.MDIParentFrame_ActivatePrevious(*args
, **kwargs
)
3133 def ArrangeIcons(*args
, **kwargs
):
3134 """ArrangeIcons(self)"""
3135 return _windows_
.MDIParentFrame_ArrangeIcons(*args
, **kwargs
)
3137 def Cascade(*args
, **kwargs
):
3139 return _windows_
.MDIParentFrame_Cascade(*args
, **kwargs
)
3141 def GetActiveChild(*args
, **kwargs
):
3142 """GetActiveChild(self) -> MDIChildFrame"""
3143 return _windows_
.MDIParentFrame_GetActiveChild(*args
, **kwargs
)
3145 def GetClientWindow(*args
, **kwargs
):
3146 """GetClientWindow(self) -> MDIClientWindow"""
3147 return _windows_
.MDIParentFrame_GetClientWindow(*args
, **kwargs
)
3149 def GetToolBar(*args
, **kwargs
):
3150 """GetToolBar(self) -> Window"""
3151 return _windows_
.MDIParentFrame_GetToolBar(*args
, **kwargs
)
3153 def Tile(*args
, **kwargs
):
3155 return _windows_
.MDIParentFrame_Tile(*args
, **kwargs
)
3158 class MDIParentFramePtr(MDIParentFrame
):
3159 def __init__(self
, this
):
3161 if not hasattr(self
,"thisown"): self
.thisown
= 0
3162 self
.__class
__ = MDIParentFrame
3163 _windows_
.MDIParentFrame_swigregister(MDIParentFramePtr
)
3165 def PreMDIParentFrame(*args
, **kwargs
):
3166 """PreMDIParentFrame() -> MDIParentFrame"""
3167 val
= _windows_
.new_PreMDIParentFrame(*args
, **kwargs
)
3171 class MDIChildFrame(Frame
):
3173 return "<%s.%s; proxy of C++ wxMDIChildFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3174 def __init__(self
, *args
, **kwargs
):
3176 __init__(self, MDIParentFrame parent, int id, String title, Point pos=DefaultPosition,
3177 Size size=DefaultSize, long style=DEFAULT_FRAME_STYLE,
3178 String name=FrameNameStr) -> MDIChildFrame
3180 newobj
= _windows_
.new_MDIChildFrame(*args
, **kwargs
)
3181 self
.this
= newobj
.this
3184 self
._setOORInfo
(self
)
3186 def Create(*args
, **kwargs
):
3188 Create(self, MDIParentFrame parent, int id, String title, Point pos=DefaultPosition,
3189 Size size=DefaultSize, long style=DEFAULT_FRAME_STYLE,
3190 String name=FrameNameStr) -> bool
3192 return _windows_
.MDIChildFrame_Create(*args
, **kwargs
)
3194 def Activate(*args
, **kwargs
):
3195 """Activate(self)"""
3196 return _windows_
.MDIChildFrame_Activate(*args
, **kwargs
)
3198 def Maximize(*args
, **kwargs
):
3199 """Maximize(self, bool maximize)"""
3200 return _windows_
.MDIChildFrame_Maximize(*args
, **kwargs
)
3202 def Restore(*args
, **kwargs
):
3204 return _windows_
.MDIChildFrame_Restore(*args
, **kwargs
)
3207 class MDIChildFramePtr(MDIChildFrame
):
3208 def __init__(self
, this
):
3210 if not hasattr(self
,"thisown"): self
.thisown
= 0
3211 self
.__class
__ = MDIChildFrame
3212 _windows_
.MDIChildFrame_swigregister(MDIChildFramePtr
)
3214 def PreMDIChildFrame(*args
, **kwargs
):
3215 """PreMDIChildFrame() -> MDIChildFrame"""
3216 val
= _windows_
.new_PreMDIChildFrame(*args
, **kwargs
)
3220 class MDIClientWindow(_core
.Window
):
3222 return "<%s.%s; proxy of C++ wxMDIClientWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3223 def __init__(self
, *args
, **kwargs
):
3224 """__init__(self, MDIParentFrame parent, long style=0) -> MDIClientWindow"""
3225 newobj
= _windows_
.new_MDIClientWindow(*args
, **kwargs
)
3226 self
.this
= newobj
.this
3229 self
._setOORInfo
(self
)
3231 def Create(*args
, **kwargs
):
3232 """Create(self, MDIParentFrame parent, long style=0) -> bool"""
3233 return _windows_
.MDIClientWindow_Create(*args
, **kwargs
)
3236 class MDIClientWindowPtr(MDIClientWindow
):
3237 def __init__(self
, this
):
3239 if not hasattr(self
,"thisown"): self
.thisown
= 0
3240 self
.__class
__ = MDIClientWindow
3241 _windows_
.MDIClientWindow_swigregister(MDIClientWindowPtr
)
3243 def PreMDIClientWindow(*args
, **kwargs
):
3244 """PreMDIClientWindow() -> MDIClientWindow"""
3245 val
= _windows_
.new_PreMDIClientWindow(*args
, **kwargs
)
3249 #---------------------------------------------------------------------------
3251 class PyWindow(_core
.Window
):
3253 return "<%s.%s; proxy of C++ wxPyWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3254 def __init__(self
, *args
, **kwargs
):
3256 __init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
3257 long style=0, String name=PanelNameStr) -> PyWindow
3259 newobj
= _windows_
.new_PyWindow(*args
, **kwargs
)
3260 self
.this
= newobj
.this
3263 self
._setOORInfo
(self
); self
._setCallbackInfo
(self
, PyWindow
)
3265 def _setCallbackInfo(*args
, **kwargs
):
3266 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
3267 return _windows_
.PyWindow__setCallbackInfo(*args
, **kwargs
)
3269 def base_DoMoveWindow(*args
, **kwargs
):
3270 """base_DoMoveWindow(self, int x, int y, int width, int height)"""
3271 return _windows_
.PyWindow_base_DoMoveWindow(*args
, **kwargs
)
3273 def base_DoSetSize(*args
, **kwargs
):
3274 """base_DoSetSize(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)"""
3275 return _windows_
.PyWindow_base_DoSetSize(*args
, **kwargs
)
3277 def base_DoSetClientSize(*args
, **kwargs
):
3278 """base_DoSetClientSize(self, int width, int height)"""
3279 return _windows_
.PyWindow_base_DoSetClientSize(*args
, **kwargs
)
3281 def base_DoSetVirtualSize(*args
, **kwargs
):
3282 """base_DoSetVirtualSize(self, int x, int y)"""
3283 return _windows_
.PyWindow_base_DoSetVirtualSize(*args
, **kwargs
)
3285 def base_DoGetSize(*args
, **kwargs
):
3286 """base_DoGetSize() -> (width, height)"""
3287 return _windows_
.PyWindow_base_DoGetSize(*args
, **kwargs
)
3289 def base_DoGetClientSize(*args
, **kwargs
):
3290 """base_DoGetClientSize() -> (width, height)"""
3291 return _windows_
.PyWindow_base_DoGetClientSize(*args
, **kwargs
)
3293 def base_DoGetPosition(*args
, **kwargs
):
3294 """base_DoGetPosition() -> (x,y)"""
3295 return _windows_
.PyWindow_base_DoGetPosition(*args
, **kwargs
)
3297 def base_DoGetVirtualSize(*args
, **kwargs
):
3298 """base_DoGetVirtualSize(self) -> Size"""
3299 return _windows_
.PyWindow_base_DoGetVirtualSize(*args
, **kwargs
)
3301 def base_DoGetBestSize(*args
, **kwargs
):
3302 """base_DoGetBestSize(self) -> Size"""
3303 return _windows_
.PyWindow_base_DoGetBestSize(*args
, **kwargs
)
3305 def base_InitDialog(*args
, **kwargs
):
3306 """base_InitDialog(self)"""
3307 return _windows_
.PyWindow_base_InitDialog(*args
, **kwargs
)
3309 def base_TransferDataToWindow(*args
, **kwargs
):
3310 """base_TransferDataToWindow(self) -> bool"""
3311 return _windows_
.PyWindow_base_TransferDataToWindow(*args
, **kwargs
)
3313 def base_TransferDataFromWindow(*args
, **kwargs
):
3314 """base_TransferDataFromWindow(self) -> bool"""
3315 return _windows_
.PyWindow_base_TransferDataFromWindow(*args
, **kwargs
)
3317 def base_Validate(*args
, **kwargs
):
3318 """base_Validate(self) -> bool"""
3319 return _windows_
.PyWindow_base_Validate(*args
, **kwargs
)
3321 def base_AcceptsFocus(*args
, **kwargs
):
3322 """base_AcceptsFocus(self) -> bool"""
3323 return _windows_
.PyWindow_base_AcceptsFocus(*args
, **kwargs
)
3325 def base_AcceptsFocusFromKeyboard(*args
, **kwargs
):
3326 """base_AcceptsFocusFromKeyboard(self) -> bool"""
3327 return _windows_
.PyWindow_base_AcceptsFocusFromKeyboard(*args
, **kwargs
)
3329 def base_GetMaxSize(*args
, **kwargs
):
3330 """base_GetMaxSize(self) -> Size"""
3331 return _windows_
.PyWindow_base_GetMaxSize(*args
, **kwargs
)
3333 def base_AddChild(*args
, **kwargs
):
3334 """base_AddChild(self, Window child)"""
3335 return _windows_
.PyWindow_base_AddChild(*args
, **kwargs
)
3337 def base_RemoveChild(*args
, **kwargs
):
3338 """base_RemoveChild(self, Window child)"""
3339 return _windows_
.PyWindow_base_RemoveChild(*args
, **kwargs
)
3341 def base_ShouldInheritColours(*args
, **kwargs
):
3342 """base_ShouldInheritColours(self) -> bool"""
3343 return _windows_
.PyWindow_base_ShouldInheritColours(*args
, **kwargs
)
3345 def base_ApplyParentThemeBackground(*args
, **kwargs
):
3346 """base_ApplyParentThemeBackground(self, Colour c)"""
3347 return _windows_
.PyWindow_base_ApplyParentThemeBackground(*args
, **kwargs
)
3350 class PyWindowPtr(PyWindow
):
3351 def __init__(self
, this
):
3353 if not hasattr(self
,"thisown"): self
.thisown
= 0
3354 self
.__class
__ = PyWindow
3355 _windows_
.PyWindow_swigregister(PyWindowPtr
)
3357 def PrePyWindow(*args
, **kwargs
):
3358 """PrePyWindow() -> PyWindow"""
3359 val
= _windows_
.new_PrePyWindow(*args
, **kwargs
)
3363 class PyPanel(Panel
):
3365 return "<%s.%s; proxy of C++ wxPyPanel instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3366 def __init__(self
, *args
, **kwargs
):
3368 __init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
3369 long style=0, String name=PanelNameStr) -> PyPanel
3371 newobj
= _windows_
.new_PyPanel(*args
, **kwargs
)
3372 self
.this
= newobj
.this
3375 self
._setOORInfo
(self
); self
._setCallbackInfo
(self
, PyPanel
)
3377 def _setCallbackInfo(*args
, **kwargs
):
3378 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
3379 return _windows_
.PyPanel__setCallbackInfo(*args
, **kwargs
)
3381 def base_DoMoveWindow(*args
, **kwargs
):
3382 """base_DoMoveWindow(self, int x, int y, int width, int height)"""
3383 return _windows_
.PyPanel_base_DoMoveWindow(*args
, **kwargs
)
3385 def base_DoSetSize(*args
, **kwargs
):
3386 """base_DoSetSize(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)"""
3387 return _windows_
.PyPanel_base_DoSetSize(*args
, **kwargs
)
3389 def base_DoSetClientSize(*args
, **kwargs
):
3390 """base_DoSetClientSize(self, int width, int height)"""
3391 return _windows_
.PyPanel_base_DoSetClientSize(*args
, **kwargs
)
3393 def base_DoSetVirtualSize(*args
, **kwargs
):
3394 """base_DoSetVirtualSize(self, int x, int y)"""
3395 return _windows_
.PyPanel_base_DoSetVirtualSize(*args
, **kwargs
)
3397 def base_DoGetSize(*args
, **kwargs
):
3398 """base_DoGetSize() -> (width, height)"""
3399 return _windows_
.PyPanel_base_DoGetSize(*args
, **kwargs
)
3401 def base_DoGetClientSize(*args
, **kwargs
):
3402 """base_DoGetClientSize() -> (width, height)"""
3403 return _windows_
.PyPanel_base_DoGetClientSize(*args
, **kwargs
)
3405 def base_DoGetPosition(*args
, **kwargs
):
3406 """base_DoGetPosition() -> (x,y)"""
3407 return _windows_
.PyPanel_base_DoGetPosition(*args
, **kwargs
)
3409 def base_DoGetVirtualSize(*args
, **kwargs
):
3410 """base_DoGetVirtualSize(self) -> Size"""
3411 return _windows_
.PyPanel_base_DoGetVirtualSize(*args
, **kwargs
)
3413 def base_DoGetBestSize(*args
, **kwargs
):
3414 """base_DoGetBestSize(self) -> Size"""
3415 return _windows_
.PyPanel_base_DoGetBestSize(*args
, **kwargs
)
3417 def base_InitDialog(*args
, **kwargs
):
3418 """base_InitDialog(self)"""
3419 return _windows_
.PyPanel_base_InitDialog(*args
, **kwargs
)
3421 def base_TransferDataToWindow(*args
, **kwargs
):
3422 """base_TransferDataToWindow(self) -> bool"""
3423 return _windows_
.PyPanel_base_TransferDataToWindow(*args
, **kwargs
)
3425 def base_TransferDataFromWindow(*args
, **kwargs
):
3426 """base_TransferDataFromWindow(self) -> bool"""
3427 return _windows_
.PyPanel_base_TransferDataFromWindow(*args
, **kwargs
)
3429 def base_Validate(*args
, **kwargs
):
3430 """base_Validate(self) -> bool"""
3431 return _windows_
.PyPanel_base_Validate(*args
, **kwargs
)
3433 def base_AcceptsFocus(*args
, **kwargs
):
3434 """base_AcceptsFocus(self) -> bool"""
3435 return _windows_
.PyPanel_base_AcceptsFocus(*args
, **kwargs
)
3437 def base_AcceptsFocusFromKeyboard(*args
, **kwargs
):
3438 """base_AcceptsFocusFromKeyboard(self) -> bool"""
3439 return _windows_
.PyPanel_base_AcceptsFocusFromKeyboard(*args
, **kwargs
)
3441 def base_GetMaxSize(*args
, **kwargs
):
3442 """base_GetMaxSize(self) -> Size"""
3443 return _windows_
.PyPanel_base_GetMaxSize(*args
, **kwargs
)
3445 def base_AddChild(*args
, **kwargs
):
3446 """base_AddChild(self, Window child)"""
3447 return _windows_
.PyPanel_base_AddChild(*args
, **kwargs
)
3449 def base_RemoveChild(*args
, **kwargs
):
3450 """base_RemoveChild(self, Window child)"""
3451 return _windows_
.PyPanel_base_RemoveChild(*args
, **kwargs
)
3453 def base_ShouldInheritColours(*args
, **kwargs
):
3454 """base_ShouldInheritColours(self) -> bool"""
3455 return _windows_
.PyPanel_base_ShouldInheritColours(*args
, **kwargs
)
3457 def base_ApplyParentThemeBackground(*args
, **kwargs
):
3458 """base_ApplyParentThemeBackground(self, Colour c)"""
3459 return _windows_
.PyPanel_base_ApplyParentThemeBackground(*args
, **kwargs
)
3462 class PyPanelPtr(PyPanel
):
3463 def __init__(self
, this
):
3465 if not hasattr(self
,"thisown"): self
.thisown
= 0
3466 self
.__class
__ = PyPanel
3467 _windows_
.PyPanel_swigregister(PyPanelPtr
)
3469 def PrePyPanel(*args
, **kwargs
):
3470 """PrePyPanel() -> PyPanel"""
3471 val
= _windows_
.new_PrePyPanel(*args
, **kwargs
)
3475 class PyScrolledWindow(ScrolledWindow
):
3477 return "<%s.%s; proxy of C++ wxPyScrolledWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3478 def __init__(self
, *args
, **kwargs
):
3480 __init__(self, Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
3481 long style=0, String name=PanelNameStr) -> PyScrolledWindow
3483 newobj
= _windows_
.new_PyScrolledWindow(*args
, **kwargs
)
3484 self
.this
= newobj
.this
3487 self
._setOORInfo
(self
); self
._setCallbackInfo
(self
, PyPanel
)
3489 def _setCallbackInfo(*args
, **kwargs
):
3490 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
3491 return _windows_
.PyScrolledWindow__setCallbackInfo(*args
, **kwargs
)
3493 def base_DoMoveWindow(*args
, **kwargs
):
3494 """base_DoMoveWindow(self, int x, int y, int width, int height)"""
3495 return _windows_
.PyScrolledWindow_base_DoMoveWindow(*args
, **kwargs
)
3497 def base_DoSetSize(*args
, **kwargs
):
3498 """base_DoSetSize(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)"""
3499 return _windows_
.PyScrolledWindow_base_DoSetSize(*args
, **kwargs
)
3501 def base_DoSetClientSize(*args
, **kwargs
):
3502 """base_DoSetClientSize(self, int width, int height)"""
3503 return _windows_
.PyScrolledWindow_base_DoSetClientSize(*args
, **kwargs
)
3505 def base_DoSetVirtualSize(*args
, **kwargs
):
3506 """base_DoSetVirtualSize(self, int x, int y)"""
3507 return _windows_
.PyScrolledWindow_base_DoSetVirtualSize(*args
, **kwargs
)
3509 def base_DoGetSize(*args
, **kwargs
):
3510 """base_DoGetSize() -> (width, height)"""
3511 return _windows_
.PyScrolledWindow_base_DoGetSize(*args
, **kwargs
)
3513 def base_DoGetClientSize(*args
, **kwargs
):
3514 """base_DoGetClientSize() -> (width, height)"""
3515 return _windows_
.PyScrolledWindow_base_DoGetClientSize(*args
, **kwargs
)
3517 def base_DoGetPosition(*args
, **kwargs
):
3518 """base_DoGetPosition() -> (x,y)"""
3519 return _windows_
.PyScrolledWindow_base_DoGetPosition(*args
, **kwargs
)
3521 def base_DoGetVirtualSize(*args
, **kwargs
):
3522 """base_DoGetVirtualSize(self) -> Size"""
3523 return _windows_
.PyScrolledWindow_base_DoGetVirtualSize(*args
, **kwargs
)
3525 def base_DoGetBestSize(*args
, **kwargs
):
3526 """base_DoGetBestSize(self) -> Size"""
3527 return _windows_
.PyScrolledWindow_base_DoGetBestSize(*args
, **kwargs
)
3529 def base_InitDialog(*args
, **kwargs
):
3530 """base_InitDialog(self)"""
3531 return _windows_
.PyScrolledWindow_base_InitDialog(*args
, **kwargs
)
3533 def base_TransferDataToWindow(*args
, **kwargs
):
3534 """base_TransferDataToWindow(self) -> bool"""
3535 return _windows_
.PyScrolledWindow_base_TransferDataToWindow(*args
, **kwargs
)
3537 def base_TransferDataFromWindow(*args
, **kwargs
):
3538 """base_TransferDataFromWindow(self) -> bool"""
3539 return _windows_
.PyScrolledWindow_base_TransferDataFromWindow(*args
, **kwargs
)
3541 def base_Validate(*args
, **kwargs
):
3542 """base_Validate(self) -> bool"""
3543 return _windows_
.PyScrolledWindow_base_Validate(*args
, **kwargs
)
3545 def base_AcceptsFocus(*args
, **kwargs
):
3546 """base_AcceptsFocus(self) -> bool"""
3547 return _windows_
.PyScrolledWindow_base_AcceptsFocus(*args
, **kwargs
)
3549 def base_AcceptsFocusFromKeyboard(*args
, **kwargs
):
3550 """base_AcceptsFocusFromKeyboard(self) -> bool"""
3551 return _windows_
.PyScrolledWindow_base_AcceptsFocusFromKeyboard(*args
, **kwargs
)
3553 def base_GetMaxSize(*args
, **kwargs
):
3554 """base_GetMaxSize(self) -> Size"""
3555 return _windows_
.PyScrolledWindow_base_GetMaxSize(*args
, **kwargs
)
3557 def base_AddChild(*args
, **kwargs
):
3558 """base_AddChild(self, Window child)"""
3559 return _windows_
.PyScrolledWindow_base_AddChild(*args
, **kwargs
)
3561 def base_RemoveChild(*args
, **kwargs
):
3562 """base_RemoveChild(self, Window child)"""
3563 return _windows_
.PyScrolledWindow_base_RemoveChild(*args
, **kwargs
)
3565 def base_ShouldInheritColours(*args
, **kwargs
):
3566 """base_ShouldInheritColours(self) -> bool"""
3567 return _windows_
.PyScrolledWindow_base_ShouldInheritColours(*args
, **kwargs
)
3569 def base_ApplyParentThemeBackground(*args
, **kwargs
):
3570 """base_ApplyParentThemeBackground(self, Colour c)"""
3571 return _windows_
.PyScrolledWindow_base_ApplyParentThemeBackground(*args
, **kwargs
)
3574 class PyScrolledWindowPtr(PyScrolledWindow
):
3575 def __init__(self
, this
):
3577 if not hasattr(self
,"thisown"): self
.thisown
= 0
3578 self
.__class
__ = PyScrolledWindow
3579 _windows_
.PyScrolledWindow_swigregister(PyScrolledWindowPtr
)
3581 def PrePyScrolledWindow(*args
, **kwargs
):
3582 """PrePyScrolledWindow() -> PyScrolledWindow"""
3583 val
= _windows_
.new_PrePyScrolledWindow(*args
, **kwargs
)
3587 #---------------------------------------------------------------------------
3589 PRINT_MODE_NONE
= _windows_
.PRINT_MODE_NONE
3590 PRINT_MODE_PREVIEW
= _windows_
.PRINT_MODE_PREVIEW
3591 PRINT_MODE_FILE
= _windows_
.PRINT_MODE_FILE
3592 PRINT_MODE_PRINTER
= _windows_
.PRINT_MODE_PRINTER
3593 PRINT_MODE_STREAM
= _windows_
.PRINT_MODE_STREAM
3594 class PrintData(_core
.Object
):
3596 return "<%s.%s; proxy of C++ wxPrintData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3597 def __init__(self
, *args
, **kwargs
):
3598 """__init__(self) -> PrintData"""
3599 newobj
= _windows_
.new_PrintData(*args
, **kwargs
)
3600 self
.this
= newobj
.this
3603 def __del__(self
, destroy
=_windows_
.delete_PrintData
):
3606 if self
.thisown
: destroy(self
)
3609 def GetNoCopies(*args
, **kwargs
):
3610 """GetNoCopies(self) -> int"""
3611 return _windows_
.PrintData_GetNoCopies(*args
, **kwargs
)
3613 def GetCollate(*args
, **kwargs
):
3614 """GetCollate(self) -> bool"""
3615 return _windows_
.PrintData_GetCollate(*args
, **kwargs
)
3617 def GetOrientation(*args
, **kwargs
):
3618 """GetOrientation(self) -> int"""
3619 return _windows_
.PrintData_GetOrientation(*args
, **kwargs
)
3621 def Ok(*args
, **kwargs
):
3622 """Ok(self) -> bool"""
3623 return _windows_
.PrintData_Ok(*args
, **kwargs
)
3625 def GetPrinterName(*args
, **kwargs
):
3626 """GetPrinterName(self) -> String"""
3627 return _windows_
.PrintData_GetPrinterName(*args
, **kwargs
)
3629 def GetColour(*args
, **kwargs
):
3630 """GetColour(self) -> bool"""
3631 return _windows_
.PrintData_GetColour(*args
, **kwargs
)
3633 def GetDuplex(*args
, **kwargs
):
3634 """GetDuplex(self) -> int"""
3635 return _windows_
.PrintData_GetDuplex(*args
, **kwargs
)
3637 def GetPaperId(*args
, **kwargs
):
3638 """GetPaperId(self) -> int"""
3639 return _windows_
.PrintData_GetPaperId(*args
, **kwargs
)
3641 def GetPaperSize(*args
, **kwargs
):
3642 """GetPaperSize(self) -> Size"""
3643 return _windows_
.PrintData_GetPaperSize(*args
, **kwargs
)
3645 def GetQuality(*args
, **kwargs
):
3646 """GetQuality(self) -> int"""
3647 return _windows_
.PrintData_GetQuality(*args
, **kwargs
)
3649 def SetNoCopies(*args
, **kwargs
):
3650 """SetNoCopies(self, int v)"""
3651 return _windows_
.PrintData_SetNoCopies(*args
, **kwargs
)
3653 def SetCollate(*args
, **kwargs
):
3654 """SetCollate(self, bool flag)"""
3655 return _windows_
.PrintData_SetCollate(*args
, **kwargs
)
3657 def SetOrientation(*args
, **kwargs
):
3658 """SetOrientation(self, int orient)"""
3659 return _windows_
.PrintData_SetOrientation(*args
, **kwargs
)
3661 def SetPrinterName(*args
, **kwargs
):
3662 """SetPrinterName(self, String name)"""
3663 return _windows_
.PrintData_SetPrinterName(*args
, **kwargs
)
3665 def SetColour(*args
, **kwargs
):
3666 """SetColour(self, bool colour)"""
3667 return _windows_
.PrintData_SetColour(*args
, **kwargs
)
3669 def SetDuplex(*args
, **kwargs
):
3670 """SetDuplex(self, int duplex)"""
3671 return _windows_
.PrintData_SetDuplex(*args
, **kwargs
)
3673 def SetPaperId(*args
, **kwargs
):
3674 """SetPaperId(self, int sizeId)"""
3675 return _windows_
.PrintData_SetPaperId(*args
, **kwargs
)
3677 def SetPaperSize(*args
, **kwargs
):
3678 """SetPaperSize(self, Size sz)"""
3679 return _windows_
.PrintData_SetPaperSize(*args
, **kwargs
)
3681 def SetQuality(*args
, **kwargs
):
3682 """SetQuality(self, int quality)"""
3683 return _windows_
.PrintData_SetQuality(*args
, **kwargs
)
3685 def GetPrinterCommand(*args
, **kwargs
):
3686 """GetPrinterCommand(self) -> String"""
3687 return _windows_
.PrintData_GetPrinterCommand(*args
, **kwargs
)
3689 def GetPrinterOptions(*args
, **kwargs
):
3690 """GetPrinterOptions(self) -> String"""
3691 return _windows_
.PrintData_GetPrinterOptions(*args
, **kwargs
)
3693 def GetPreviewCommand(*args
, **kwargs
):
3694 """GetPreviewCommand(self) -> String"""
3695 return _windows_
.PrintData_GetPreviewCommand(*args
, **kwargs
)
3697 def GetFilename(*args
, **kwargs
):
3698 """GetFilename(self) -> String"""
3699 return _windows_
.PrintData_GetFilename(*args
, **kwargs
)
3701 def GetFontMetricPath(*args
, **kwargs
):
3702 """GetFontMetricPath(self) -> String"""
3703 return _windows_
.PrintData_GetFontMetricPath(*args
, **kwargs
)
3705 def GetPrinterScaleX(*args
, **kwargs
):
3706 """GetPrinterScaleX(self) -> double"""
3707 return _windows_
.PrintData_GetPrinterScaleX(*args
, **kwargs
)
3709 def GetPrinterScaleY(*args
, **kwargs
):
3710 """GetPrinterScaleY(self) -> double"""
3711 return _windows_
.PrintData_GetPrinterScaleY(*args
, **kwargs
)
3713 def GetPrinterTranslateX(*args
, **kwargs
):
3714 """GetPrinterTranslateX(self) -> long"""
3715 return _windows_
.PrintData_GetPrinterTranslateX(*args
, **kwargs
)
3717 def GetPrinterTranslateY(*args
, **kwargs
):
3718 """GetPrinterTranslateY(self) -> long"""
3719 return _windows_
.PrintData_GetPrinterTranslateY(*args
, **kwargs
)
3721 def GetPrintMode(*args
, **kwargs
):
3722 """GetPrintMode(self) -> int"""
3723 return _windows_
.PrintData_GetPrintMode(*args
, **kwargs
)
3725 def SetPrinterCommand(*args
, **kwargs
):
3726 """SetPrinterCommand(self, String command)"""
3727 return _windows_
.PrintData_SetPrinterCommand(*args
, **kwargs
)
3729 def SetPrinterOptions(*args
, **kwargs
):
3730 """SetPrinterOptions(self, String options)"""
3731 return _windows_
.PrintData_SetPrinterOptions(*args
, **kwargs
)
3733 def SetPreviewCommand(*args
, **kwargs
):
3734 """SetPreviewCommand(self, String command)"""
3735 return _windows_
.PrintData_SetPreviewCommand(*args
, **kwargs
)
3737 def SetFilename(*args
, **kwargs
):
3738 """SetFilename(self, String filename)"""
3739 return _windows_
.PrintData_SetFilename(*args
, **kwargs
)
3741 def SetFontMetricPath(*args
, **kwargs
):
3742 """SetFontMetricPath(self, String path)"""
3743 return _windows_
.PrintData_SetFontMetricPath(*args
, **kwargs
)
3745 def SetPrinterScaleX(*args
, **kwargs
):
3746 """SetPrinterScaleX(self, double x)"""
3747 return _windows_
.PrintData_SetPrinterScaleX(*args
, **kwargs
)
3749 def SetPrinterScaleY(*args
, **kwargs
):
3750 """SetPrinterScaleY(self, double y)"""
3751 return _windows_
.PrintData_SetPrinterScaleY(*args
, **kwargs
)
3753 def SetPrinterScaling(*args
, **kwargs
):
3754 """SetPrinterScaling(self, double x, double y)"""
3755 return _windows_
.PrintData_SetPrinterScaling(*args
, **kwargs
)
3757 def SetPrinterTranslateX(*args
, **kwargs
):
3758 """SetPrinterTranslateX(self, long x)"""
3759 return _windows_
.PrintData_SetPrinterTranslateX(*args
, **kwargs
)
3761 def SetPrinterTranslateY(*args
, **kwargs
):
3762 """SetPrinterTranslateY(self, long y)"""
3763 return _windows_
.PrintData_SetPrinterTranslateY(*args
, **kwargs
)
3765 def SetPrinterTranslation(*args
, **kwargs
):
3766 """SetPrinterTranslation(self, long x, long y)"""
3767 return _windows_
.PrintData_SetPrinterTranslation(*args
, **kwargs
)
3769 def SetPrintMode(*args
, **kwargs
):
3770 """SetPrintMode(self, int printMode)"""
3771 return _windows_
.PrintData_SetPrintMode(*args
, **kwargs
)
3773 def GetOutputStream(*args
, **kwargs
):
3774 """GetOutputStream(self) -> OutputStream"""
3775 return _windows_
.PrintData_GetOutputStream(*args
, **kwargs
)
3777 def SetOutputStream(*args
, **kwargs
):
3778 """SetOutputStream(self, OutputStream outputstream)"""
3779 return _windows_
.PrintData_SetOutputStream(*args
, **kwargs
)
3781 def __nonzero__(self
): return self
.Ok()
3783 class PrintDataPtr(PrintData
):
3784 def __init__(self
, this
):
3786 if not hasattr(self
,"thisown"): self
.thisown
= 0
3787 self
.__class
__ = PrintData
3788 _windows_
.PrintData_swigregister(PrintDataPtr
)
3789 PrintoutTitleStr
= cvar
.PrintoutTitleStr
3790 PreviewCanvasNameStr
= cvar
.PreviewCanvasNameStr
3792 class PageSetupDialogData(_core
.Object
):
3794 return "<%s.%s; proxy of C++ wxPageSetupDialogData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3795 def __init__(self
, *args
, **kwargs
):
3796 """__init__(self) -> PageSetupDialogData"""
3797 newobj
= _windows_
.new_PageSetupDialogData(*args
, **kwargs
)
3798 self
.this
= newobj
.this
3801 def __del__(self
, destroy
=_windows_
.delete_PageSetupDialogData
):
3804 if self
.thisown
: destroy(self
)
3807 def EnableHelp(*args
, **kwargs
):
3808 """EnableHelp(self, bool flag)"""
3809 return _windows_
.PageSetupDialogData_EnableHelp(*args
, **kwargs
)
3811 def EnableMargins(*args
, **kwargs
):
3812 """EnableMargins(self, bool flag)"""
3813 return _windows_
.PageSetupDialogData_EnableMargins(*args
, **kwargs
)
3815 def EnableOrientation(*args
, **kwargs
):
3816 """EnableOrientation(self, bool flag)"""
3817 return _windows_
.PageSetupDialogData_EnableOrientation(*args
, **kwargs
)
3819 def EnablePaper(*args
, **kwargs
):
3820 """EnablePaper(self, bool flag)"""
3821 return _windows_
.PageSetupDialogData_EnablePaper(*args
, **kwargs
)
3823 def EnablePrinter(*args
, **kwargs
):
3824 """EnablePrinter(self, bool flag)"""
3825 return _windows_
.PageSetupDialogData_EnablePrinter(*args
, **kwargs
)
3827 def GetDefaultMinMargins(*args
, **kwargs
):
3828 """GetDefaultMinMargins(self) -> bool"""
3829 return _windows_
.PageSetupDialogData_GetDefaultMinMargins(*args
, **kwargs
)
3831 def GetEnableMargins(*args
, **kwargs
):
3832 """GetEnableMargins(self) -> bool"""
3833 return _windows_
.PageSetupDialogData_GetEnableMargins(*args
, **kwargs
)
3835 def GetEnableOrientation(*args
, **kwargs
):
3836 """GetEnableOrientation(self) -> bool"""
3837 return _windows_
.PageSetupDialogData_GetEnableOrientation(*args
, **kwargs
)
3839 def GetEnablePaper(*args
, **kwargs
):
3840 """GetEnablePaper(self) -> bool"""
3841 return _windows_
.PageSetupDialogData_GetEnablePaper(*args
, **kwargs
)
3843 def GetEnablePrinter(*args
, **kwargs
):
3844 """GetEnablePrinter(self) -> bool"""
3845 return _windows_
.PageSetupDialogData_GetEnablePrinter(*args
, **kwargs
)
3847 def GetEnableHelp(*args
, **kwargs
):
3848 """GetEnableHelp(self) -> bool"""
3849 return _windows_
.PageSetupDialogData_GetEnableHelp(*args
, **kwargs
)
3851 def GetDefaultInfo(*args
, **kwargs
):
3852 """GetDefaultInfo(self) -> bool"""
3853 return _windows_
.PageSetupDialogData_GetDefaultInfo(*args
, **kwargs
)
3855 def GetMarginTopLeft(*args
, **kwargs
):
3856 """GetMarginTopLeft(self) -> Point"""
3857 return _windows_
.PageSetupDialogData_GetMarginTopLeft(*args
, **kwargs
)
3859 def GetMarginBottomRight(*args
, **kwargs
):
3860 """GetMarginBottomRight(self) -> Point"""
3861 return _windows_
.PageSetupDialogData_GetMarginBottomRight(*args
, **kwargs
)
3863 def GetMinMarginTopLeft(*args
, **kwargs
):
3864 """GetMinMarginTopLeft(self) -> Point"""
3865 return _windows_
.PageSetupDialogData_GetMinMarginTopLeft(*args
, **kwargs
)
3867 def GetMinMarginBottomRight(*args
, **kwargs
):
3868 """GetMinMarginBottomRight(self) -> Point"""
3869 return _windows_
.PageSetupDialogData_GetMinMarginBottomRight(*args
, **kwargs
)
3871 def GetPaperId(*args
, **kwargs
):
3872 """GetPaperId(self) -> int"""
3873 return _windows_
.PageSetupDialogData_GetPaperId(*args
, **kwargs
)
3875 def GetPaperSize(*args
, **kwargs
):
3876 """GetPaperSize(self) -> Size"""
3877 return _windows_
.PageSetupDialogData_GetPaperSize(*args
, **kwargs
)
3879 def GetPrintData(*args
, **kwargs
):
3880 """GetPrintData(self) -> PrintData"""
3881 return _windows_
.PageSetupDialogData_GetPrintData(*args
, **kwargs
)
3883 def Ok(*args
, **kwargs
):
3884 """Ok(self) -> bool"""
3885 return _windows_
.PageSetupDialogData_Ok(*args
, **kwargs
)
3887 def SetDefaultInfo(*args
, **kwargs
):
3888 """SetDefaultInfo(self, bool flag)"""
3889 return _windows_
.PageSetupDialogData_SetDefaultInfo(*args
, **kwargs
)
3891 def SetDefaultMinMargins(*args
, **kwargs
):
3892 """SetDefaultMinMargins(self, bool flag)"""
3893 return _windows_
.PageSetupDialogData_SetDefaultMinMargins(*args
, **kwargs
)
3895 def SetMarginTopLeft(*args
, **kwargs
):
3896 """SetMarginTopLeft(self, Point pt)"""
3897 return _windows_
.PageSetupDialogData_SetMarginTopLeft(*args
, **kwargs
)
3899 def SetMarginBottomRight(*args
, **kwargs
):
3900 """SetMarginBottomRight(self, Point pt)"""
3901 return _windows_
.PageSetupDialogData_SetMarginBottomRight(*args
, **kwargs
)
3903 def SetMinMarginTopLeft(*args
, **kwargs
):
3904 """SetMinMarginTopLeft(self, Point pt)"""
3905 return _windows_
.PageSetupDialogData_SetMinMarginTopLeft(*args
, **kwargs
)
3907 def SetMinMarginBottomRight(*args
, **kwargs
):
3908 """SetMinMarginBottomRight(self, Point pt)"""
3909 return _windows_
.PageSetupDialogData_SetMinMarginBottomRight(*args
, **kwargs
)
3911 def SetPaperId(*args
, **kwargs
):
3912 """SetPaperId(self, int id)"""
3913 return _windows_
.PageSetupDialogData_SetPaperId(*args
, **kwargs
)
3915 def SetPaperSize(*args
, **kwargs
):
3916 """SetPaperSize(self, Size size)"""
3917 return _windows_
.PageSetupDialogData_SetPaperSize(*args
, **kwargs
)
3919 def SetPrintData(*args
, **kwargs
):
3920 """SetPrintData(self, PrintData printData)"""
3921 return _windows_
.PageSetupDialogData_SetPrintData(*args
, **kwargs
)
3923 def __nonzero__(self
): return self
.Ok()
3925 class PageSetupDialogDataPtr(PageSetupDialogData
):
3926 def __init__(self
, this
):
3928 if not hasattr(self
,"thisown"): self
.thisown
= 0
3929 self
.__class
__ = PageSetupDialogData
3930 _windows_
.PageSetupDialogData_swigregister(PageSetupDialogDataPtr
)
3932 class PageSetupDialog(Dialog
):
3934 return "<%s.%s; proxy of C++ wxPageSetupDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3935 def __init__(self
, *args
, **kwargs
):
3936 """__init__(self, Window parent, PageSetupDialogData data=None) -> PageSetupDialog"""
3937 newobj
= _windows_
.new_PageSetupDialog(*args
, **kwargs
)
3938 self
.this
= newobj
.this
3941 self
._setOORInfo
(self
)
3943 def GetPageSetupData(*args
, **kwargs
):
3944 """GetPageSetupData(self) -> PageSetupDialogData"""
3945 return _windows_
.PageSetupDialog_GetPageSetupData(*args
, **kwargs
)
3947 def ShowModal(*args
, **kwargs
):
3948 """ShowModal(self) -> int"""
3949 return _windows_
.PageSetupDialog_ShowModal(*args
, **kwargs
)
3952 class PageSetupDialogPtr(PageSetupDialog
):
3953 def __init__(self
, this
):
3955 if not hasattr(self
,"thisown"): self
.thisown
= 0
3956 self
.__class
__ = PageSetupDialog
3957 _windows_
.PageSetupDialog_swigregister(PageSetupDialogPtr
)
3959 class PrintDialogData(_core
.Object
):
3961 return "<%s.%s; proxy of C++ wxPrintDialogData instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3962 def __init__(self
, *args
):
3964 __init__(self) -> PrintDialogData
3965 __init__(self, PrintData printData) -> PrintDialogData
3967 newobj
= _windows_
.new_PrintDialogData(*args
)
3968 self
.this
= newobj
.this
3971 def __del__(self
, destroy
=_windows_
.delete_PrintDialogData
):
3974 if self
.thisown
: destroy(self
)
3977 def GetFromPage(*args
, **kwargs
):
3978 """GetFromPage(self) -> int"""
3979 return _windows_
.PrintDialogData_GetFromPage(*args
, **kwargs
)
3981 def GetToPage(*args
, **kwargs
):
3982 """GetToPage(self) -> int"""
3983 return _windows_
.PrintDialogData_GetToPage(*args
, **kwargs
)
3985 def GetMinPage(*args
, **kwargs
):
3986 """GetMinPage(self) -> int"""
3987 return _windows_
.PrintDialogData_GetMinPage(*args
, **kwargs
)
3989 def GetMaxPage(*args
, **kwargs
):
3990 """GetMaxPage(self) -> int"""
3991 return _windows_
.PrintDialogData_GetMaxPage(*args
, **kwargs
)
3993 def GetNoCopies(*args
, **kwargs
):
3994 """GetNoCopies(self) -> int"""
3995 return _windows_
.PrintDialogData_GetNoCopies(*args
, **kwargs
)
3997 def GetAllPages(*args
, **kwargs
):
3998 """GetAllPages(self) -> bool"""
3999 return _windows_
.PrintDialogData_GetAllPages(*args
, **kwargs
)
4001 def GetSelection(*args
, **kwargs
):
4002 """GetSelection(self) -> bool"""
4003 return _windows_
.PrintDialogData_GetSelection(*args
, **kwargs
)
4005 def GetCollate(*args
, **kwargs
):
4006 """GetCollate(self) -> bool"""
4007 return _windows_
.PrintDialogData_GetCollate(*args
, **kwargs
)
4009 def GetPrintToFile(*args
, **kwargs
):
4010 """GetPrintToFile(self) -> bool"""
4011 return _windows_
.PrintDialogData_GetPrintToFile(*args
, **kwargs
)
4013 def GetSetupDialog(*args
, **kwargs
):
4014 """GetSetupDialog(self) -> bool"""
4015 return _windows_
.PrintDialogData_GetSetupDialog(*args
, **kwargs
)
4017 def SetFromPage(*args
, **kwargs
):
4018 """SetFromPage(self, int v)"""
4019 return _windows_
.PrintDialogData_SetFromPage(*args
, **kwargs
)
4021 def SetToPage(*args
, **kwargs
):
4022 """SetToPage(self, int v)"""
4023 return _windows_
.PrintDialogData_SetToPage(*args
, **kwargs
)
4025 def SetMinPage(*args
, **kwargs
):
4026 """SetMinPage(self, int v)"""
4027 return _windows_
.PrintDialogData_SetMinPage(*args
, **kwargs
)
4029 def SetMaxPage(*args
, **kwargs
):
4030 """SetMaxPage(self, int v)"""
4031 return _windows_
.PrintDialogData_SetMaxPage(*args
, **kwargs
)
4033 def SetNoCopies(*args
, **kwargs
):
4034 """SetNoCopies(self, int v)"""
4035 return _windows_
.PrintDialogData_SetNoCopies(*args
, **kwargs
)
4037 def SetAllPages(*args
, **kwargs
):
4038 """SetAllPages(self, bool flag)"""
4039 return _windows_
.PrintDialogData_SetAllPages(*args
, **kwargs
)
4041 def SetSelection(*args
, **kwargs
):
4042 """SetSelection(self, bool flag)"""
4043 return _windows_
.PrintDialogData_SetSelection(*args
, **kwargs
)
4045 def SetCollate(*args
, **kwargs
):
4046 """SetCollate(self, bool flag)"""
4047 return _windows_
.PrintDialogData_SetCollate(*args
, **kwargs
)
4049 def SetPrintToFile(*args
, **kwargs
):
4050 """SetPrintToFile(self, bool flag)"""
4051 return _windows_
.PrintDialogData_SetPrintToFile(*args
, **kwargs
)
4053 def SetSetupDialog(*args
, **kwargs
):
4054 """SetSetupDialog(self, bool flag)"""
4055 return _windows_
.PrintDialogData_SetSetupDialog(*args
, **kwargs
)
4057 def EnablePrintToFile(*args
, **kwargs
):
4058 """EnablePrintToFile(self, bool flag)"""
4059 return _windows_
.PrintDialogData_EnablePrintToFile(*args
, **kwargs
)
4061 def EnableSelection(*args
, **kwargs
):
4062 """EnableSelection(self, bool flag)"""
4063 return _windows_
.PrintDialogData_EnableSelection(*args
, **kwargs
)
4065 def EnablePageNumbers(*args
, **kwargs
):
4066 """EnablePageNumbers(self, bool flag)"""
4067 return _windows_
.PrintDialogData_EnablePageNumbers(*args
, **kwargs
)
4069 def EnableHelp(*args
, **kwargs
):
4070 """EnableHelp(self, bool flag)"""
4071 return _windows_
.PrintDialogData_EnableHelp(*args
, **kwargs
)
4073 def GetEnablePrintToFile(*args
, **kwargs
):
4074 """GetEnablePrintToFile(self) -> bool"""
4075 return _windows_
.PrintDialogData_GetEnablePrintToFile(*args
, **kwargs
)
4077 def GetEnableSelection(*args
, **kwargs
):
4078 """GetEnableSelection(self) -> bool"""
4079 return _windows_
.PrintDialogData_GetEnableSelection(*args
, **kwargs
)
4081 def GetEnablePageNumbers(*args
, **kwargs
):
4082 """GetEnablePageNumbers(self) -> bool"""
4083 return _windows_
.PrintDialogData_GetEnablePageNumbers(*args
, **kwargs
)
4085 def GetEnableHelp(*args
, **kwargs
):
4086 """GetEnableHelp(self) -> bool"""
4087 return _windows_
.PrintDialogData_GetEnableHelp(*args
, **kwargs
)
4089 def Ok(*args
, **kwargs
):
4090 """Ok(self) -> bool"""
4091 return _windows_
.PrintDialogData_Ok(*args
, **kwargs
)
4093 def GetPrintData(*args
, **kwargs
):
4094 """GetPrintData(self) -> PrintData"""
4095 return _windows_
.PrintDialogData_GetPrintData(*args
, **kwargs
)
4097 def SetPrintData(*args
, **kwargs
):
4098 """SetPrintData(self, PrintData printData)"""
4099 return _windows_
.PrintDialogData_SetPrintData(*args
, **kwargs
)
4101 def __nonzero__(self
): return self
.Ok()
4103 class PrintDialogDataPtr(PrintDialogData
):
4104 def __init__(self
, this
):
4106 if not hasattr(self
,"thisown"): self
.thisown
= 0
4107 self
.__class
__ = PrintDialogData
4108 _windows_
.PrintDialogData_swigregister(PrintDialogDataPtr
)
4110 class PrintDialog(Dialog
):
4112 return "<%s.%s; proxy of C++ wxPrintDialog instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4113 def __init__(self
, *args
, **kwargs
):
4114 """__init__(self, Window parent, PrintDialogData data=None) -> PrintDialog"""
4115 newobj
= _windows_
.new_PrintDialog(*args
, **kwargs
)
4116 self
.this
= newobj
.this
4119 self
._setOORInfo
(self
)
4121 def GetPrintDialogData(*args
, **kwargs
):
4122 """GetPrintDialogData(self) -> PrintDialogData"""
4123 return _windows_
.PrintDialog_GetPrintDialogData(*args
, **kwargs
)
4125 def GetPrintDC(*args
, **kwargs
):
4126 """GetPrintDC(self) -> DC"""
4127 return _windows_
.PrintDialog_GetPrintDC(*args
, **kwargs
)
4129 def ShowModal(*args
, **kwargs
):
4130 """ShowModal(self) -> int"""
4131 return _windows_
.PrintDialog_ShowModal(*args
, **kwargs
)
4134 class PrintDialogPtr(PrintDialog
):
4135 def __init__(self
, this
):
4137 if not hasattr(self
,"thisown"): self
.thisown
= 0
4138 self
.__class
__ = PrintDialog
4139 _windows_
.PrintDialog_swigregister(PrintDialogPtr
)
4141 PRINTER_NO_ERROR
= _windows_
.PRINTER_NO_ERROR
4142 PRINTER_CANCELLED
= _windows_
.PRINTER_CANCELLED
4143 PRINTER_ERROR
= _windows_
.PRINTER_ERROR
4144 class Printer(_core
.Object
):
4146 return "<%s.%s; proxy of C++ wxPrinter instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4147 def __init__(self
, *args
, **kwargs
):
4148 """__init__(self, PrintDialogData data=None) -> Printer"""
4149 newobj
= _windows_
.new_Printer(*args
, **kwargs
)
4150 self
.this
= newobj
.this
4153 def __del__(self
, destroy
=_windows_
.delete_Printer
):
4156 if self
.thisown
: destroy(self
)
4159 def CreateAbortWindow(*args
, **kwargs
):
4160 """CreateAbortWindow(self, Window parent, Printout printout)"""
4161 return _windows_
.Printer_CreateAbortWindow(*args
, **kwargs
)
4163 def GetPrintDialogData(*args
, **kwargs
):
4164 """GetPrintDialogData(self) -> PrintDialogData"""
4165 return _windows_
.Printer_GetPrintDialogData(*args
, **kwargs
)
4167 def Print(*args
, **kwargs
):
4168 """Print(self, Window parent, Printout printout, int prompt=True) -> bool"""
4169 return _windows_
.Printer_Print(*args
, **kwargs
)
4171 def PrintDialog(*args
, **kwargs
):
4172 """PrintDialog(self, Window parent) -> DC"""
4173 return _windows_
.Printer_PrintDialog(*args
, **kwargs
)
4175 def ReportError(*args
, **kwargs
):
4176 """ReportError(self, Window parent, Printout printout, String message)"""
4177 return _windows_
.Printer_ReportError(*args
, **kwargs
)
4179 def Setup(*args
, **kwargs
):
4180 """Setup(self, Window parent) -> bool"""
4181 return _windows_
.Printer_Setup(*args
, **kwargs
)
4183 def GetAbort(*args
, **kwargs
):
4184 """GetAbort(self) -> bool"""
4185 return _windows_
.Printer_GetAbort(*args
, **kwargs
)
4187 def GetLastError(*args
, **kwargs
):
4188 """GetLastError() -> int"""
4189 return _windows_
.Printer_GetLastError(*args
, **kwargs
)
4191 GetLastError
= staticmethod(GetLastError
)
4193 class PrinterPtr(Printer
):
4194 def __init__(self
, this
):
4196 if not hasattr(self
,"thisown"): self
.thisown
= 0
4197 self
.__class
__ = Printer
4198 _windows_
.Printer_swigregister(PrinterPtr
)
4200 def Printer_GetLastError(*args
, **kwargs
):
4201 """Printer_GetLastError() -> int"""
4202 return _windows_
.Printer_GetLastError(*args
, **kwargs
)
4204 class Printout(_core
.Object
):
4206 return "<%s.%s; proxy of C++ wxPyPrintout instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4207 def __init__(self
, *args
, **kwargs
):
4208 """__init__(self, String title=PrintoutTitleStr) -> Printout"""
4209 newobj
= _windows_
.new_Printout(*args
, **kwargs
)
4210 self
.this
= newobj
.this
4213 self
._setCallbackInfo
(self
, Printout
)
4215 def _setCallbackInfo(*args
, **kwargs
):
4216 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4217 return _windows_
.Printout__setCallbackInfo(*args
, **kwargs
)
4219 def GetTitle(*args
, **kwargs
):
4220 """GetTitle(self) -> String"""
4221 return _windows_
.Printout_GetTitle(*args
, **kwargs
)
4223 def GetDC(*args
, **kwargs
):
4224 """GetDC(self) -> DC"""
4225 return _windows_
.Printout_GetDC(*args
, **kwargs
)
4227 def SetDC(*args
, **kwargs
):
4228 """SetDC(self, DC dc)"""
4229 return _windows_
.Printout_SetDC(*args
, **kwargs
)
4231 def SetPageSizePixels(*args
, **kwargs
):
4232 """SetPageSizePixels(self, int w, int h)"""
4233 return _windows_
.Printout_SetPageSizePixels(*args
, **kwargs
)
4235 def GetPageSizePixels(*args
, **kwargs
):
4236 """GetPageSizePixels() -> (w, h)"""
4237 return _windows_
.Printout_GetPageSizePixels(*args
, **kwargs
)
4239 def SetPageSizeMM(*args
, **kwargs
):
4240 """SetPageSizeMM(self, int w, int h)"""
4241 return _windows_
.Printout_SetPageSizeMM(*args
, **kwargs
)
4243 def GetPageSizeMM(*args
, **kwargs
):
4244 """GetPageSizeMM() -> (w, h)"""
4245 return _windows_
.Printout_GetPageSizeMM(*args
, **kwargs
)
4247 def SetPPIScreen(*args
, **kwargs
):
4248 """SetPPIScreen(self, int x, int y)"""
4249 return _windows_
.Printout_SetPPIScreen(*args
, **kwargs
)
4251 def GetPPIScreen(*args
, **kwargs
):
4252 """GetPPIScreen() -> (x,y)"""
4253 return _windows_
.Printout_GetPPIScreen(*args
, **kwargs
)
4255 def SetPPIPrinter(*args
, **kwargs
):
4256 """SetPPIPrinter(self, int x, int y)"""
4257 return _windows_
.Printout_SetPPIPrinter(*args
, **kwargs
)
4259 def GetPPIPrinter(*args
, **kwargs
):
4260 """GetPPIPrinter() -> (x,y)"""
4261 return _windows_
.Printout_GetPPIPrinter(*args
, **kwargs
)
4263 def IsPreview(*args
, **kwargs
):
4264 """IsPreview(self) -> bool"""
4265 return _windows_
.Printout_IsPreview(*args
, **kwargs
)
4267 def SetIsPreview(*args
, **kwargs
):
4268 """SetIsPreview(self, bool p)"""
4269 return _windows_
.Printout_SetIsPreview(*args
, **kwargs
)
4271 def base_OnBeginDocument(*args
, **kwargs
):
4272 """base_OnBeginDocument(self, int startPage, int endPage) -> bool"""
4273 return _windows_
.Printout_base_OnBeginDocument(*args
, **kwargs
)
4275 def base_OnEndDocument(*args
, **kwargs
):
4276 """base_OnEndDocument(self)"""
4277 return _windows_
.Printout_base_OnEndDocument(*args
, **kwargs
)
4279 def base_OnBeginPrinting(*args
, **kwargs
):
4280 """base_OnBeginPrinting(self)"""
4281 return _windows_
.Printout_base_OnBeginPrinting(*args
, **kwargs
)
4283 def base_OnEndPrinting(*args
, **kwargs
):
4284 """base_OnEndPrinting(self)"""
4285 return _windows_
.Printout_base_OnEndPrinting(*args
, **kwargs
)
4287 def base_OnPreparePrinting(*args
, **kwargs
):
4288 """base_OnPreparePrinting(self)"""
4289 return _windows_
.Printout_base_OnPreparePrinting(*args
, **kwargs
)
4291 def base_HasPage(*args
, **kwargs
):
4292 """base_HasPage(self, int page) -> bool"""
4293 return _windows_
.Printout_base_HasPage(*args
, **kwargs
)
4295 def base_GetPageInfo(*args
, **kwargs
):
4296 """base_GetPageInfo() -> (minPage, maxPage, pageFrom, pageTo)"""
4297 return _windows_
.Printout_base_GetPageInfo(*args
, **kwargs
)
4300 class PrintoutPtr(Printout
):
4301 def __init__(self
, this
):
4303 if not hasattr(self
,"thisown"): self
.thisown
= 0
4304 self
.__class
__ = Printout
4305 _windows_
.Printout_swigregister(PrintoutPtr
)
4307 class PreviewCanvas(ScrolledWindow
):
4309 return "<%s.%s; proxy of C++ wxPreviewCanvas instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4310 def __init__(self
, *args
, **kwargs
):
4312 __init__(self, PrintPreview preview, Window parent, Point pos=DefaultPosition,
4313 Size size=DefaultSize, long style=0,
4314 String name=PreviewCanvasNameStr) -> PreviewCanvas
4316 newobj
= _windows_
.new_PreviewCanvas(*args
, **kwargs
)
4317 self
.this
= newobj
.this
4320 self
._setOORInfo
(self
)
4323 class PreviewCanvasPtr(PreviewCanvas
):
4324 def __init__(self
, this
):
4326 if not hasattr(self
,"thisown"): self
.thisown
= 0
4327 self
.__class
__ = PreviewCanvas
4328 _windows_
.PreviewCanvas_swigregister(PreviewCanvasPtr
)
4330 class PreviewFrame(Frame
):
4332 return "<%s.%s; proxy of C++ wxPreviewFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4333 def __init__(self
, *args
, **kwargs
):
4335 __init__(self, PrintPreview preview, Frame parent, String title, Point pos=DefaultPosition,
4336 Size size=DefaultSize,
4337 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> PreviewFrame
4339 newobj
= _windows_
.new_PreviewFrame(*args
, **kwargs
)
4340 self
.this
= newobj
.this
4343 self
._setOORInfo
(self
)
4345 def Initialize(*args
, **kwargs
):
4346 """Initialize(self)"""
4347 return _windows_
.PreviewFrame_Initialize(*args
, **kwargs
)
4349 def CreateControlBar(*args
, **kwargs
):
4350 """CreateControlBar(self)"""
4351 return _windows_
.PreviewFrame_CreateControlBar(*args
, **kwargs
)
4353 def CreateCanvas(*args
, **kwargs
):
4354 """CreateCanvas(self)"""
4355 return _windows_
.PreviewFrame_CreateCanvas(*args
, **kwargs
)
4357 def GetControlBar(*args
, **kwargs
):
4358 """GetControlBar(self) -> PreviewControlBar"""
4359 return _windows_
.PreviewFrame_GetControlBar(*args
, **kwargs
)
4362 class PreviewFramePtr(PreviewFrame
):
4363 def __init__(self
, this
):
4365 if not hasattr(self
,"thisown"): self
.thisown
= 0
4366 self
.__class
__ = PreviewFrame
4367 _windows_
.PreviewFrame_swigregister(PreviewFramePtr
)
4369 PREVIEW_PRINT
= _windows_
.PREVIEW_PRINT
4370 PREVIEW_PREVIOUS
= _windows_
.PREVIEW_PREVIOUS
4371 PREVIEW_NEXT
= _windows_
.PREVIEW_NEXT
4372 PREVIEW_ZOOM
= _windows_
.PREVIEW_ZOOM
4373 PREVIEW_FIRST
= _windows_
.PREVIEW_FIRST
4374 PREVIEW_LAST
= _windows_
.PREVIEW_LAST
4375 PREVIEW_GOTO
= _windows_
.PREVIEW_GOTO
4376 PREVIEW_DEFAULT
= _windows_
.PREVIEW_DEFAULT
4377 ID_PREVIEW_CLOSE
= _windows_
.ID_PREVIEW_CLOSE
4378 ID_PREVIEW_NEXT
= _windows_
.ID_PREVIEW_NEXT
4379 ID_PREVIEW_PREVIOUS
= _windows_
.ID_PREVIEW_PREVIOUS
4380 ID_PREVIEW_PRINT
= _windows_
.ID_PREVIEW_PRINT
4381 ID_PREVIEW_ZOOM
= _windows_
.ID_PREVIEW_ZOOM
4382 ID_PREVIEW_FIRST
= _windows_
.ID_PREVIEW_FIRST
4383 ID_PREVIEW_LAST
= _windows_
.ID_PREVIEW_LAST
4384 ID_PREVIEW_GOTO
= _windows_
.ID_PREVIEW_GOTO
4385 class PreviewControlBar(Panel
):
4387 return "<%s.%s; proxy of C++ wxPreviewControlBar instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4388 def __init__(self
, *args
, **kwargs
):
4390 __init__(self, PrintPreview preview, long buttons, Window parent,
4391 Point pos=DefaultPosition, Size size=DefaultSize,
4392 long style=TAB_TRAVERSAL, String name=PanelNameStr) -> PreviewControlBar
4394 newobj
= _windows_
.new_PreviewControlBar(*args
, **kwargs
)
4395 self
.this
= newobj
.this
4398 self
._setOORInfo
(self
)
4400 def GetZoomControl(*args
, **kwargs
):
4401 """GetZoomControl(self) -> int"""
4402 return _windows_
.PreviewControlBar_GetZoomControl(*args
, **kwargs
)
4404 def SetZoomControl(*args
, **kwargs
):
4405 """SetZoomControl(self, int zoom)"""
4406 return _windows_
.PreviewControlBar_SetZoomControl(*args
, **kwargs
)
4408 def GetPrintPreview(*args
, **kwargs
):
4409 """GetPrintPreview(self) -> PrintPreview"""
4410 return _windows_
.PreviewControlBar_GetPrintPreview(*args
, **kwargs
)
4412 def OnNext(*args
, **kwargs
):
4414 return _windows_
.PreviewControlBar_OnNext(*args
, **kwargs
)
4416 def OnPrevious(*args
, **kwargs
):
4417 """OnPrevious(self)"""
4418 return _windows_
.PreviewControlBar_OnPrevious(*args
, **kwargs
)
4420 def OnFirst(*args
, **kwargs
):
4422 return _windows_
.PreviewControlBar_OnFirst(*args
, **kwargs
)
4424 def OnLast(*args
, **kwargs
):
4426 return _windows_
.PreviewControlBar_OnLast(*args
, **kwargs
)
4428 def OnGoto(*args
, **kwargs
):
4430 return _windows_
.PreviewControlBar_OnGoto(*args
, **kwargs
)
4433 class PreviewControlBarPtr(PreviewControlBar
):
4434 def __init__(self
, this
):
4436 if not hasattr(self
,"thisown"): self
.thisown
= 0
4437 self
.__class
__ = PreviewControlBar
4438 _windows_
.PreviewControlBar_swigregister(PreviewControlBarPtr
)
4440 class PrintPreview(_core
.Object
):
4442 return "<%s.%s; proxy of C++ wxPrintPreview instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4443 def __init__(self
, *args
):
4445 __init__(self, Printout printout, Printout printoutForPrinting, PrintDialogData data=None) -> PrintPreview
4446 __init__(self, Printout printout, Printout printoutForPrinting, PrintData data) -> PrintPreview
4448 newobj
= _windows_
.new_PrintPreview(*args
)
4449 self
.this
= newobj
.this
4452 def SetCurrentPage(*args
, **kwargs
):
4453 """SetCurrentPage(self, int pageNum) -> bool"""
4454 return _windows_
.PrintPreview_SetCurrentPage(*args
, **kwargs
)
4456 def GetCurrentPage(*args
, **kwargs
):
4457 """GetCurrentPage(self) -> int"""
4458 return _windows_
.PrintPreview_GetCurrentPage(*args
, **kwargs
)
4460 def SetPrintout(*args
, **kwargs
):
4461 """SetPrintout(self, Printout printout)"""
4462 return _windows_
.PrintPreview_SetPrintout(*args
, **kwargs
)
4464 def GetPrintout(*args
, **kwargs
):
4465 """GetPrintout(self) -> Printout"""
4466 return _windows_
.PrintPreview_GetPrintout(*args
, **kwargs
)
4468 def GetPrintoutForPrinting(*args
, **kwargs
):
4469 """GetPrintoutForPrinting(self) -> Printout"""
4470 return _windows_
.PrintPreview_GetPrintoutForPrinting(*args
, **kwargs
)
4472 def SetFrame(*args
, **kwargs
):
4473 """SetFrame(self, Frame frame)"""
4474 return _windows_
.PrintPreview_SetFrame(*args
, **kwargs
)
4476 def SetCanvas(*args
, **kwargs
):
4477 """SetCanvas(self, PreviewCanvas canvas)"""
4478 return _windows_
.PrintPreview_SetCanvas(*args
, **kwargs
)
4480 def GetFrame(*args
, **kwargs
):
4481 """GetFrame(self) -> Frame"""
4482 return _windows_
.PrintPreview_GetFrame(*args
, **kwargs
)
4484 def GetCanvas(*args
, **kwargs
):
4485 """GetCanvas(self) -> PreviewCanvas"""
4486 return _windows_
.PrintPreview_GetCanvas(*args
, **kwargs
)
4488 def PaintPage(*args
, **kwargs
):
4489 """PaintPage(self, PreviewCanvas canvas, DC dc) -> bool"""
4490 return _windows_
.PrintPreview_PaintPage(*args
, **kwargs
)
4492 def DrawBlankPage(*args
, **kwargs
):
4493 """DrawBlankPage(self, PreviewCanvas canvas, DC dc) -> bool"""
4494 return _windows_
.PrintPreview_DrawBlankPage(*args
, **kwargs
)
4496 def RenderPage(*args
, **kwargs
):
4497 """RenderPage(self, int pageNum) -> bool"""
4498 return _windows_
.PrintPreview_RenderPage(*args
, **kwargs
)
4500 def AdjustScrollbars(*args
, **kwargs
):
4501 """AdjustScrollbars(self, PreviewCanvas canvas)"""
4502 return _windows_
.PrintPreview_AdjustScrollbars(*args
, **kwargs
)
4504 def GetPrintDialogData(*args
, **kwargs
):
4505 """GetPrintDialogData(self) -> PrintDialogData"""
4506 return _windows_
.PrintPreview_GetPrintDialogData(*args
, **kwargs
)
4508 def SetZoom(*args
, **kwargs
):
4509 """SetZoom(self, int percent)"""
4510 return _windows_
.PrintPreview_SetZoom(*args
, **kwargs
)
4512 def GetZoom(*args
, **kwargs
):
4513 """GetZoom(self) -> int"""
4514 return _windows_
.PrintPreview_GetZoom(*args
, **kwargs
)
4516 def GetMaxPage(*args
, **kwargs
):
4517 """GetMaxPage(self) -> int"""
4518 return _windows_
.PrintPreview_GetMaxPage(*args
, **kwargs
)
4520 def GetMinPage(*args
, **kwargs
):
4521 """GetMinPage(self) -> int"""
4522 return _windows_
.PrintPreview_GetMinPage(*args
, **kwargs
)
4524 def Ok(*args
, **kwargs
):
4525 """Ok(self) -> bool"""
4526 return _windows_
.PrintPreview_Ok(*args
, **kwargs
)
4528 def SetOk(*args
, **kwargs
):
4529 """SetOk(self, bool ok)"""
4530 return _windows_
.PrintPreview_SetOk(*args
, **kwargs
)
4532 def Print(*args
, **kwargs
):
4533 """Print(self, bool interactive) -> bool"""
4534 return _windows_
.PrintPreview_Print(*args
, **kwargs
)
4536 def DetermineScaling(*args
, **kwargs
):
4537 """DetermineScaling(self)"""
4538 return _windows_
.PrintPreview_DetermineScaling(*args
, **kwargs
)
4540 def __nonzero__(self
): return self
.Ok()
4542 class PrintPreviewPtr(PrintPreview
):
4543 def __init__(self
, this
):
4545 if not hasattr(self
,"thisown"): self
.thisown
= 0
4546 self
.__class
__ = PrintPreview
4547 _windows_
.PrintPreview_swigregister(PrintPreviewPtr
)
4549 class PyPrintPreview(PrintPreview
):
4551 return "<%s.%s; proxy of C++ wxPyPrintPreview instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4552 def __init__(self
, *args
):
4554 __init__(self, Printout printout, Printout printoutForPrinting, PrintDialogData data=None) -> PyPrintPreview
4555 __init__(self, Printout printout, Printout printoutForPrinting, PrintData data) -> PyPrintPreview
4557 newobj
= _windows_
.new_PyPrintPreview(*args
)
4558 self
.this
= newobj
.this
4561 self
._setCallbackInfo
(self
, PyPrintPreview
)
4563 def _setCallbackInfo(*args
, **kwargs
):
4564 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4565 return _windows_
.PyPrintPreview__setCallbackInfo(*args
, **kwargs
)
4567 def base_SetCurrentPage(*args
, **kwargs
):
4568 """base_SetCurrentPage(self, int pageNum) -> bool"""
4569 return _windows_
.PyPrintPreview_base_SetCurrentPage(*args
, **kwargs
)
4571 def base_PaintPage(*args
, **kwargs
):
4572 """base_PaintPage(self, PreviewCanvas canvas, DC dc) -> bool"""
4573 return _windows_
.PyPrintPreview_base_PaintPage(*args
, **kwargs
)
4575 def base_DrawBlankPage(*args
, **kwargs
):
4576 """base_DrawBlankPage(self, PreviewCanvas canvas, DC dc) -> bool"""
4577 return _windows_
.PyPrintPreview_base_DrawBlankPage(*args
, **kwargs
)
4579 def base_RenderPage(*args
, **kwargs
):
4580 """base_RenderPage(self, int pageNum) -> bool"""
4581 return _windows_
.PyPrintPreview_base_RenderPage(*args
, **kwargs
)
4583 def base_SetZoom(*args
, **kwargs
):
4584 """base_SetZoom(self, int percent)"""
4585 return _windows_
.PyPrintPreview_base_SetZoom(*args
, **kwargs
)
4587 def base_Print(*args
, **kwargs
):
4588 """base_Print(self, bool interactive) -> bool"""
4589 return _windows_
.PyPrintPreview_base_Print(*args
, **kwargs
)
4591 def base_DetermineScaling(*args
, **kwargs
):
4592 """base_DetermineScaling(self)"""
4593 return _windows_
.PyPrintPreview_base_DetermineScaling(*args
, **kwargs
)
4596 class PyPrintPreviewPtr(PyPrintPreview
):
4597 def __init__(self
, this
):
4599 if not hasattr(self
,"thisown"): self
.thisown
= 0
4600 self
.__class
__ = PyPrintPreview
4601 _windows_
.PyPrintPreview_swigregister(PyPrintPreviewPtr
)
4603 class PyPreviewFrame(PreviewFrame
):
4605 return "<%s.%s; proxy of C++ wxPyPreviewFrame instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4606 def __init__(self
, *args
, **kwargs
):
4608 __init__(self, PrintPreview preview, Frame parent, String title, Point pos=DefaultPosition,
4609 Size size=DefaultSize,
4610 long style=DEFAULT_FRAME_STYLE, String name=FrameNameStr) -> PyPreviewFrame
4612 newobj
= _windows_
.new_PyPreviewFrame(*args
, **kwargs
)
4613 self
.this
= newobj
.this
4616 self
._setCallbackInfo
(self
, PyPreviewFrame
); self
._setOORInfo
(self
)
4618 def _setCallbackInfo(*args
, **kwargs
):
4619 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4620 return _windows_
.PyPreviewFrame__setCallbackInfo(*args
, **kwargs
)
4622 def SetPreviewCanvas(*args
, **kwargs
):
4623 """SetPreviewCanvas(self, PreviewCanvas canvas)"""
4624 return _windows_
.PyPreviewFrame_SetPreviewCanvas(*args
, **kwargs
)
4626 def SetControlBar(*args
, **kwargs
):
4627 """SetControlBar(self, PreviewControlBar bar)"""
4628 return _windows_
.PyPreviewFrame_SetControlBar(*args
, **kwargs
)
4630 def base_Initialize(*args
, **kwargs
):
4631 """base_Initialize(self)"""
4632 return _windows_
.PyPreviewFrame_base_Initialize(*args
, **kwargs
)
4634 def base_CreateCanvas(*args
, **kwargs
):
4635 """base_CreateCanvas(self)"""
4636 return _windows_
.PyPreviewFrame_base_CreateCanvas(*args
, **kwargs
)
4638 def base_CreateControlBar(*args
, **kwargs
):
4639 """base_CreateControlBar(self)"""
4640 return _windows_
.PyPreviewFrame_base_CreateControlBar(*args
, **kwargs
)
4643 class PyPreviewFramePtr(PyPreviewFrame
):
4644 def __init__(self
, this
):
4646 if not hasattr(self
,"thisown"): self
.thisown
= 0
4647 self
.__class
__ = PyPreviewFrame
4648 _windows_
.PyPreviewFrame_swigregister(PyPreviewFramePtr
)
4650 class PyPreviewControlBar(PreviewControlBar
):
4652 return "<%s.%s; proxy of C++ wxPyPreviewControlBar instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4653 def __init__(self
, *args
, **kwargs
):
4655 __init__(self, PrintPreview preview, long buttons, Window parent,
4656 Point pos=DefaultPosition, Size size=DefaultSize,
4657 long style=0, String name=PanelNameStr) -> PyPreviewControlBar
4659 newobj
= _windows_
.new_PyPreviewControlBar(*args
, **kwargs
)
4660 self
.this
= newobj
.this
4663 self
._setCallbackInfo
(self
, PyPreviewControlBar
); self
._setOORInfo
(self
)
4665 def _setCallbackInfo(*args
, **kwargs
):
4666 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4667 return _windows_
.PyPreviewControlBar__setCallbackInfo(*args
, **kwargs
)
4669 def SetPrintPreview(*args
, **kwargs
):
4670 """SetPrintPreview(self, PrintPreview preview)"""
4671 return _windows_
.PyPreviewControlBar_SetPrintPreview(*args
, **kwargs
)
4673 def base_CreateButtons(*args
, **kwargs
):
4674 """base_CreateButtons(self)"""
4675 return _windows_
.PyPreviewControlBar_base_CreateButtons(*args
, **kwargs
)
4677 def base_SetZoomControl(*args
, **kwargs
):
4678 """base_SetZoomControl(self, int zoom)"""
4679 return _windows_
.PyPreviewControlBar_base_SetZoomControl(*args
, **kwargs
)
4682 class PyPreviewControlBarPtr(PyPreviewControlBar
):
4683 def __init__(self
, this
):
4685 if not hasattr(self
,"thisown"): self
.thisown
= 0
4686 self
.__class
__ = PyPreviewControlBar
4687 _windows_
.PyPreviewControlBar_swigregister(PyPreviewControlBarPtr
)