]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/msw/_core.py
doc updates
[wxWidgets.git] / wxPython / src / msw / _core.py
1 # This file was created automatically by SWIG.
2 # Don't modify this file, modify the SWIG interface instead.
3
4 import _core_
5
6 def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
7 if (name == "this"):
8 if isinstance(value, class_type):
9 self.__dict__[name] = value.this
10 if hasattr(value,"thisown"): self.__dict__["thisown"] = value.thisown
11 del value.thisown
12 return
13 method = class_type.__swig_setmethods__.get(name,None)
14 if method: return method(self,value)
15 if (not static) or hasattr(self,name) or (name == "thisown"):
16 self.__dict__[name] = value
17 else:
18 raise AttributeError("You cannot add attributes to %s" % self)
19
20 def _swig_setattr(self,class_type,name,value):
21 return _swig_setattr_nondynamic(self,class_type,name,value,0)
22
23 def _swig_getattr(self,class_type,name):
24 method = class_type.__swig_getmethods__.get(name,None)
25 if method: return method(self)
26 raise AttributeError,name
27
28 import types
29 try:
30 _object = types.ObjectType
31 _newclass = 1
32 except AttributeError:
33 class _object : pass
34 _newclass = 0
35 del types
36
37
38 def _swig_setattr_nondynamic_method(set):
39 def set_attr(self,name,value):
40 if hasattr(self,name) or (name in ("this", "thisown")):
41 set(self,name,value)
42 else:
43 raise AttributeError("You cannot add attributes to %s" % self)
44 return set_attr
45
46
47 #// Give a reference to the dictionary of this module to the C++ extension
48 #// code.
49 _core_._wxPySetDictionary(vars())
50
51 #// A little trick to make 'wx' be a reference to this module so wx.Names can
52 #// be used here.
53 import sys as _sys
54 wx = _sys.modules[__name__]
55
56
57 #----------------------------------------------------------------------------
58
59 def _deprecated(callable, msg=None):
60 """
61 Create a wrapper function that will raise a DeprecationWarning
62 before calling the callable.
63 """
64 if msg is None:
65 msg = "%s is deprecated" % callable
66 def deprecatedWrapper(*args, **kwargs):
67 import warnings
68 warnings.warn(msg, DeprecationWarning, stacklevel=2)
69 return callable(*args, **kwargs)
70 deprecatedWrapper.__doc__ = msg
71 return deprecatedWrapper
72
73
74 #----------------------------------------------------------------------------
75
76 NOT_FOUND = _core_.NOT_FOUND
77 VSCROLL = _core_.VSCROLL
78 HSCROLL = _core_.HSCROLL
79 CAPTION = _core_.CAPTION
80 DOUBLE_BORDER = _core_.DOUBLE_BORDER
81 SUNKEN_BORDER = _core_.SUNKEN_BORDER
82 RAISED_BORDER = _core_.RAISED_BORDER
83 BORDER = _core_.BORDER
84 SIMPLE_BORDER = _core_.SIMPLE_BORDER
85 STATIC_BORDER = _core_.STATIC_BORDER
86 TRANSPARENT_WINDOW = _core_.TRANSPARENT_WINDOW
87 NO_BORDER = _core_.NO_BORDER
88 TAB_TRAVERSAL = _core_.TAB_TRAVERSAL
89 WANTS_CHARS = _core_.WANTS_CHARS
90 POPUP_WINDOW = _core_.POPUP_WINDOW
91 CENTER_FRAME = _core_.CENTER_FRAME
92 CENTRE_ON_SCREEN = _core_.CENTRE_ON_SCREEN
93 CENTER_ON_SCREEN = _core_.CENTER_ON_SCREEN
94 ED_CLIENT_MARGIN = _core_.ED_CLIENT_MARGIN
95 ED_BUTTONS_BOTTOM = _core_.ED_BUTTONS_BOTTOM
96 ED_BUTTONS_RIGHT = _core_.ED_BUTTONS_RIGHT
97 ED_STATIC_LINE = _core_.ED_STATIC_LINE
98 EXT_DIALOG_STYLE = _core_.EXT_DIALOG_STYLE
99 CLIP_CHILDREN = _core_.CLIP_CHILDREN
100 CLIP_SIBLINGS = _core_.CLIP_SIBLINGS
101 ALWAYS_SHOW_SB = _core_.ALWAYS_SHOW_SB
102 RETAINED = _core_.RETAINED
103 BACKINGSTORE = _core_.BACKINGSTORE
104 COLOURED = _core_.COLOURED
105 FIXED_LENGTH = _core_.FIXED_LENGTH
106 LB_NEEDED_SB = _core_.LB_NEEDED_SB
107 LB_ALWAYS_SB = _core_.LB_ALWAYS_SB
108 LB_SORT = _core_.LB_SORT
109 LB_SINGLE = _core_.LB_SINGLE
110 LB_MULTIPLE = _core_.LB_MULTIPLE
111 LB_EXTENDED = _core_.LB_EXTENDED
112 LB_OWNERDRAW = _core_.LB_OWNERDRAW
113 LB_HSCROLL = _core_.LB_HSCROLL
114 PROCESS_ENTER = _core_.PROCESS_ENTER
115 PASSWORD = _core_.PASSWORD
116 CB_SIMPLE = _core_.CB_SIMPLE
117 CB_DROPDOWN = _core_.CB_DROPDOWN
118 CB_SORT = _core_.CB_SORT
119 CB_READONLY = _core_.CB_READONLY
120 RA_HORIZONTAL = _core_.RA_HORIZONTAL
121 RA_VERTICAL = _core_.RA_VERTICAL
122 RA_SPECIFY_ROWS = _core_.RA_SPECIFY_ROWS
123 RA_SPECIFY_COLS = _core_.RA_SPECIFY_COLS
124 RA_USE_CHECKBOX = _core_.RA_USE_CHECKBOX
125 RB_GROUP = _core_.RB_GROUP
126 RB_SINGLE = _core_.RB_SINGLE
127 SB_HORIZONTAL = _core_.SB_HORIZONTAL
128 SB_VERTICAL = _core_.SB_VERTICAL
129 RB_USE_CHECKBOX = _core_.RB_USE_CHECKBOX
130 ST_SIZEGRIP = _core_.ST_SIZEGRIP
131 ST_NO_AUTORESIZE = _core_.ST_NO_AUTORESIZE
132 FLOOD_SURFACE = _core_.FLOOD_SURFACE
133 FLOOD_BORDER = _core_.FLOOD_BORDER
134 ODDEVEN_RULE = _core_.ODDEVEN_RULE
135 WINDING_RULE = _core_.WINDING_RULE
136 TOOL_TOP = _core_.TOOL_TOP
137 TOOL_BOTTOM = _core_.TOOL_BOTTOM
138 TOOL_LEFT = _core_.TOOL_LEFT
139 TOOL_RIGHT = _core_.TOOL_RIGHT
140 OK = _core_.OK
141 YES_NO = _core_.YES_NO
142 CANCEL = _core_.CANCEL
143 YES = _core_.YES
144 NO = _core_.NO
145 NO_DEFAULT = _core_.NO_DEFAULT
146 YES_DEFAULT = _core_.YES_DEFAULT
147 ICON_EXCLAMATION = _core_.ICON_EXCLAMATION
148 ICON_HAND = _core_.ICON_HAND
149 ICON_QUESTION = _core_.ICON_QUESTION
150 ICON_INFORMATION = _core_.ICON_INFORMATION
151 ICON_STOP = _core_.ICON_STOP
152 ICON_ASTERISK = _core_.ICON_ASTERISK
153 ICON_MASK = _core_.ICON_MASK
154 ICON_WARNING = _core_.ICON_WARNING
155 ICON_ERROR = _core_.ICON_ERROR
156 FORWARD = _core_.FORWARD
157 BACKWARD = _core_.BACKWARD
158 RESET = _core_.RESET
159 HELP = _core_.HELP
160 MORE = _core_.MORE
161 SETUP = _core_.SETUP
162 SIZE_AUTO_WIDTH = _core_.SIZE_AUTO_WIDTH
163 SIZE_AUTO_HEIGHT = _core_.SIZE_AUTO_HEIGHT
164 SIZE_AUTO = _core_.SIZE_AUTO
165 SIZE_USE_EXISTING = _core_.SIZE_USE_EXISTING
166 SIZE_ALLOW_MINUS_ONE = _core_.SIZE_ALLOW_MINUS_ONE
167 PORTRAIT = _core_.PORTRAIT
168 LANDSCAPE = _core_.LANDSCAPE
169 PRINT_QUALITY_HIGH = _core_.PRINT_QUALITY_HIGH
170 PRINT_QUALITY_MEDIUM = _core_.PRINT_QUALITY_MEDIUM
171 PRINT_QUALITY_LOW = _core_.PRINT_QUALITY_LOW
172 PRINT_QUALITY_DRAFT = _core_.PRINT_QUALITY_DRAFT
173 ID_ANY = _core_.ID_ANY
174 ID_SEPARATOR = _core_.ID_SEPARATOR
175 ID_LOWEST = _core_.ID_LOWEST
176 ID_OPEN = _core_.ID_OPEN
177 ID_CLOSE = _core_.ID_CLOSE
178 ID_NEW = _core_.ID_NEW
179 ID_SAVE = _core_.ID_SAVE
180 ID_SAVEAS = _core_.ID_SAVEAS
181 ID_REVERT = _core_.ID_REVERT
182 ID_EXIT = _core_.ID_EXIT
183 ID_UNDO = _core_.ID_UNDO
184 ID_REDO = _core_.ID_REDO
185 ID_HELP = _core_.ID_HELP
186 ID_PRINT = _core_.ID_PRINT
187 ID_PRINT_SETUP = _core_.ID_PRINT_SETUP
188 ID_PREVIEW = _core_.ID_PREVIEW
189 ID_ABOUT = _core_.ID_ABOUT
190 ID_HELP_CONTENTS = _core_.ID_HELP_CONTENTS
191 ID_HELP_COMMANDS = _core_.ID_HELP_COMMANDS
192 ID_HELP_PROCEDURES = _core_.ID_HELP_PROCEDURES
193 ID_HELP_CONTEXT = _core_.ID_HELP_CONTEXT
194 ID_CLOSE_ALL = _core_.ID_CLOSE_ALL
195 ID_PREFERENCES = _core_.ID_PREFERENCES
196 ID_CUT = _core_.ID_CUT
197 ID_COPY = _core_.ID_COPY
198 ID_PASTE = _core_.ID_PASTE
199 ID_CLEAR = _core_.ID_CLEAR
200 ID_FIND = _core_.ID_FIND
201 ID_DUPLICATE = _core_.ID_DUPLICATE
202 ID_SELECTALL = _core_.ID_SELECTALL
203 ID_DELETE = _core_.ID_DELETE
204 ID_REPLACE = _core_.ID_REPLACE
205 ID_REPLACE_ALL = _core_.ID_REPLACE_ALL
206 ID_PROPERTIES = _core_.ID_PROPERTIES
207 ID_VIEW_DETAILS = _core_.ID_VIEW_DETAILS
208 ID_VIEW_LARGEICONS = _core_.ID_VIEW_LARGEICONS
209 ID_VIEW_SMALLICONS = _core_.ID_VIEW_SMALLICONS
210 ID_VIEW_LIST = _core_.ID_VIEW_LIST
211 ID_VIEW_SORTDATE = _core_.ID_VIEW_SORTDATE
212 ID_VIEW_SORTNAME = _core_.ID_VIEW_SORTNAME
213 ID_VIEW_SORTSIZE = _core_.ID_VIEW_SORTSIZE
214 ID_VIEW_SORTTYPE = _core_.ID_VIEW_SORTTYPE
215 ID_FILE1 = _core_.ID_FILE1
216 ID_FILE2 = _core_.ID_FILE2
217 ID_FILE3 = _core_.ID_FILE3
218 ID_FILE4 = _core_.ID_FILE4
219 ID_FILE5 = _core_.ID_FILE5
220 ID_FILE6 = _core_.ID_FILE6
221 ID_FILE7 = _core_.ID_FILE7
222 ID_FILE8 = _core_.ID_FILE8
223 ID_FILE9 = _core_.ID_FILE9
224 ID_OK = _core_.ID_OK
225 ID_CANCEL = _core_.ID_CANCEL
226 ID_APPLY = _core_.ID_APPLY
227 ID_YES = _core_.ID_YES
228 ID_NO = _core_.ID_NO
229 ID_STATIC = _core_.ID_STATIC
230 ID_FORWARD = _core_.ID_FORWARD
231 ID_BACKWARD = _core_.ID_BACKWARD
232 ID_DEFAULT = _core_.ID_DEFAULT
233 ID_MORE = _core_.ID_MORE
234 ID_SETUP = _core_.ID_SETUP
235 ID_RESET = _core_.ID_RESET
236 ID_CONTEXT_HELP = _core_.ID_CONTEXT_HELP
237 ID_YESTOALL = _core_.ID_YESTOALL
238 ID_NOTOALL = _core_.ID_NOTOALL
239 ID_ABORT = _core_.ID_ABORT
240 ID_RETRY = _core_.ID_RETRY
241 ID_IGNORE = _core_.ID_IGNORE
242 ID_ADD = _core_.ID_ADD
243 ID_REMOVE = _core_.ID_REMOVE
244 ID_UP = _core_.ID_UP
245 ID_DOWN = _core_.ID_DOWN
246 ID_HOME = _core_.ID_HOME
247 ID_REFRESH = _core_.ID_REFRESH
248 ID_STOP = _core_.ID_STOP
249 ID_INDEX = _core_.ID_INDEX
250 ID_BOLD = _core_.ID_BOLD
251 ID_ITALIC = _core_.ID_ITALIC
252 ID_JUSTIFY_CENTER = _core_.ID_JUSTIFY_CENTER
253 ID_JUSTIFY_FILL = _core_.ID_JUSTIFY_FILL
254 ID_JUSTIFY_RIGHT = _core_.ID_JUSTIFY_RIGHT
255 ID_JUSTIFY_LEFT = _core_.ID_JUSTIFY_LEFT
256 ID_UNDERLINE = _core_.ID_UNDERLINE
257 ID_INDENT = _core_.ID_INDENT
258 ID_UNINDENT = _core_.ID_UNINDENT
259 ID_ZOOM_100 = _core_.ID_ZOOM_100
260 ID_ZOOM_FIT = _core_.ID_ZOOM_FIT
261 ID_ZOOM_IN = _core_.ID_ZOOM_IN
262 ID_ZOOM_OUT = _core_.ID_ZOOM_OUT
263 ID_UNDELETE = _core_.ID_UNDELETE
264 ID_REVERT_TO_SAVED = _core_.ID_REVERT_TO_SAVED
265 ID_HIGHEST = _core_.ID_HIGHEST
266 OPEN = _core_.OPEN
267 SAVE = _core_.SAVE
268 HIDE_READONLY = _core_.HIDE_READONLY
269 OVERWRITE_PROMPT = _core_.OVERWRITE_PROMPT
270 FILE_MUST_EXIST = _core_.FILE_MUST_EXIST
271 MULTIPLE = _core_.MULTIPLE
272 CHANGE_DIR = _core_.CHANGE_DIR
273 ACCEL_ALT = _core_.ACCEL_ALT
274 ACCEL_CTRL = _core_.ACCEL_CTRL
275 ACCEL_SHIFT = _core_.ACCEL_SHIFT
276 ACCEL_NORMAL = _core_.ACCEL_NORMAL
277 PD_AUTO_HIDE = _core_.PD_AUTO_HIDE
278 PD_APP_MODAL = _core_.PD_APP_MODAL
279 PD_CAN_ABORT = _core_.PD_CAN_ABORT
280 PD_ELAPSED_TIME = _core_.PD_ELAPSED_TIME
281 PD_ESTIMATED_TIME = _core_.PD_ESTIMATED_TIME
282 PD_REMAINING_TIME = _core_.PD_REMAINING_TIME
283 PD_SMOOTH = _core_.PD_SMOOTH
284 PD_CAN_SKIP = _core_.PD_CAN_SKIP
285 DD_NEW_DIR_BUTTON = _core_.DD_NEW_DIR_BUTTON
286 DD_DEFAULT_STYLE = _core_.DD_DEFAULT_STYLE
287 MENU_TEAROFF = _core_.MENU_TEAROFF
288 MB_DOCKABLE = _core_.MB_DOCKABLE
289 NO_FULL_REPAINT_ON_RESIZE = _core_.NO_FULL_REPAINT_ON_RESIZE
290 FULL_REPAINT_ON_RESIZE = _core_.FULL_REPAINT_ON_RESIZE
291 LI_HORIZONTAL = _core_.LI_HORIZONTAL
292 LI_VERTICAL = _core_.LI_VERTICAL
293 WS_EX_VALIDATE_RECURSIVELY = _core_.WS_EX_VALIDATE_RECURSIVELY
294 WS_EX_BLOCK_EVENTS = _core_.WS_EX_BLOCK_EVENTS
295 WS_EX_TRANSIENT = _core_.WS_EX_TRANSIENT
296 WS_EX_THEMED_BACKGROUND = _core_.WS_EX_THEMED_BACKGROUND
297 WS_EX_PROCESS_IDLE = _core_.WS_EX_PROCESS_IDLE
298 WS_EX_PROCESS_UI_UPDATES = _core_.WS_EX_PROCESS_UI_UPDATES
299 MM_TEXT = _core_.MM_TEXT
300 MM_LOMETRIC = _core_.MM_LOMETRIC
301 MM_HIMETRIC = _core_.MM_HIMETRIC
302 MM_LOENGLISH = _core_.MM_LOENGLISH
303 MM_HIENGLISH = _core_.MM_HIENGLISH
304 MM_TWIPS = _core_.MM_TWIPS
305 MM_ISOTROPIC = _core_.MM_ISOTROPIC
306 MM_ANISOTROPIC = _core_.MM_ANISOTROPIC
307 MM_POINTS = _core_.MM_POINTS
308 MM_METRIC = _core_.MM_METRIC
309 CENTRE = _core_.CENTRE
310 CENTER = _core_.CENTER
311 HORIZONTAL = _core_.HORIZONTAL
312 VERTICAL = _core_.VERTICAL
313 BOTH = _core_.BOTH
314 LEFT = _core_.LEFT
315 RIGHT = _core_.RIGHT
316 UP = _core_.UP
317 DOWN = _core_.DOWN
318 TOP = _core_.TOP
319 BOTTOM = _core_.BOTTOM
320 NORTH = _core_.NORTH
321 SOUTH = _core_.SOUTH
322 WEST = _core_.WEST
323 EAST = _core_.EAST
324 ALL = _core_.ALL
325 ALIGN_NOT = _core_.ALIGN_NOT
326 ALIGN_CENTER_HORIZONTAL = _core_.ALIGN_CENTER_HORIZONTAL
327 ALIGN_CENTRE_HORIZONTAL = _core_.ALIGN_CENTRE_HORIZONTAL
328 ALIGN_LEFT = _core_.ALIGN_LEFT
329 ALIGN_TOP = _core_.ALIGN_TOP
330 ALIGN_RIGHT = _core_.ALIGN_RIGHT
331 ALIGN_BOTTOM = _core_.ALIGN_BOTTOM
332 ALIGN_CENTER_VERTICAL = _core_.ALIGN_CENTER_VERTICAL
333 ALIGN_CENTRE_VERTICAL = _core_.ALIGN_CENTRE_VERTICAL
334 ALIGN_CENTER = _core_.ALIGN_CENTER
335 ALIGN_CENTRE = _core_.ALIGN_CENTRE
336 ALIGN_MASK = _core_.ALIGN_MASK
337 STRETCH_NOT = _core_.STRETCH_NOT
338 SHRINK = _core_.SHRINK
339 GROW = _core_.GROW
340 EXPAND = _core_.EXPAND
341 SHAPED = _core_.SHAPED
342 FIXED_MINSIZE = _core_.FIXED_MINSIZE
343 TILE = _core_.TILE
344 ADJUST_MINSIZE = _core_.ADJUST_MINSIZE
345 BORDER_DEFAULT = _core_.BORDER_DEFAULT
346 BORDER_NONE = _core_.BORDER_NONE
347 BORDER_STATIC = _core_.BORDER_STATIC
348 BORDER_SIMPLE = _core_.BORDER_SIMPLE
349 BORDER_RAISED = _core_.BORDER_RAISED
350 BORDER_SUNKEN = _core_.BORDER_SUNKEN
351 BORDER_DOUBLE = _core_.BORDER_DOUBLE
352 BORDER_MASK = _core_.BORDER_MASK
353 BG_STYLE_SYSTEM = _core_.BG_STYLE_SYSTEM
354 BG_STYLE_COLOUR = _core_.BG_STYLE_COLOUR
355 BG_STYLE_CUSTOM = _core_.BG_STYLE_CUSTOM
356 DEFAULT = _core_.DEFAULT
357 DECORATIVE = _core_.DECORATIVE
358 ROMAN = _core_.ROMAN
359 SCRIPT = _core_.SCRIPT
360 SWISS = _core_.SWISS
361 MODERN = _core_.MODERN
362 TELETYPE = _core_.TELETYPE
363 VARIABLE = _core_.VARIABLE
364 FIXED = _core_.FIXED
365 NORMAL = _core_.NORMAL
366 LIGHT = _core_.LIGHT
367 BOLD = _core_.BOLD
368 ITALIC = _core_.ITALIC
369 SLANT = _core_.SLANT
370 SOLID = _core_.SOLID
371 DOT = _core_.DOT
372 LONG_DASH = _core_.LONG_DASH
373 SHORT_DASH = _core_.SHORT_DASH
374 DOT_DASH = _core_.DOT_DASH
375 USER_DASH = _core_.USER_DASH
376 TRANSPARENT = _core_.TRANSPARENT
377 STIPPLE = _core_.STIPPLE
378 BDIAGONAL_HATCH = _core_.BDIAGONAL_HATCH
379 CROSSDIAG_HATCH = _core_.CROSSDIAG_HATCH
380 FDIAGONAL_HATCH = _core_.FDIAGONAL_HATCH
381 CROSS_HATCH = _core_.CROSS_HATCH
382 HORIZONTAL_HATCH = _core_.HORIZONTAL_HATCH
383 VERTICAL_HATCH = _core_.VERTICAL_HATCH
384 JOIN_BEVEL = _core_.JOIN_BEVEL
385 JOIN_MITER = _core_.JOIN_MITER
386 JOIN_ROUND = _core_.JOIN_ROUND
387 CAP_ROUND = _core_.CAP_ROUND
388 CAP_PROJECTING = _core_.CAP_PROJECTING
389 CAP_BUTT = _core_.CAP_BUTT
390 CLEAR = _core_.CLEAR
391 XOR = _core_.XOR
392 INVERT = _core_.INVERT
393 OR_REVERSE = _core_.OR_REVERSE
394 AND_REVERSE = _core_.AND_REVERSE
395 COPY = _core_.COPY
396 AND = _core_.AND
397 AND_INVERT = _core_.AND_INVERT
398 NO_OP = _core_.NO_OP
399 NOR = _core_.NOR
400 EQUIV = _core_.EQUIV
401 SRC_INVERT = _core_.SRC_INVERT
402 OR_INVERT = _core_.OR_INVERT
403 NAND = _core_.NAND
404 OR = _core_.OR
405 SET = _core_.SET
406 WXK_BACK = _core_.WXK_BACK
407 WXK_TAB = _core_.WXK_TAB
408 WXK_RETURN = _core_.WXK_RETURN
409 WXK_ESCAPE = _core_.WXK_ESCAPE
410 WXK_SPACE = _core_.WXK_SPACE
411 WXK_DELETE = _core_.WXK_DELETE
412 WXK_START = _core_.WXK_START
413 WXK_LBUTTON = _core_.WXK_LBUTTON
414 WXK_RBUTTON = _core_.WXK_RBUTTON
415 WXK_CANCEL = _core_.WXK_CANCEL
416 WXK_MBUTTON = _core_.WXK_MBUTTON
417 WXK_CLEAR = _core_.WXK_CLEAR
418 WXK_SHIFT = _core_.WXK_SHIFT
419 WXK_ALT = _core_.WXK_ALT
420 WXK_CONTROL = _core_.WXK_CONTROL
421 WXK_MENU = _core_.WXK_MENU
422 WXK_PAUSE = _core_.WXK_PAUSE
423 WXK_CAPITAL = _core_.WXK_CAPITAL
424 WXK_PRIOR = _core_.WXK_PRIOR
425 WXK_NEXT = _core_.WXK_NEXT
426 WXK_END = _core_.WXK_END
427 WXK_HOME = _core_.WXK_HOME
428 WXK_LEFT = _core_.WXK_LEFT
429 WXK_UP = _core_.WXK_UP
430 WXK_RIGHT = _core_.WXK_RIGHT
431 WXK_DOWN = _core_.WXK_DOWN
432 WXK_SELECT = _core_.WXK_SELECT
433 WXK_PRINT = _core_.WXK_PRINT
434 WXK_EXECUTE = _core_.WXK_EXECUTE
435 WXK_SNAPSHOT = _core_.WXK_SNAPSHOT
436 WXK_INSERT = _core_.WXK_INSERT
437 WXK_HELP = _core_.WXK_HELP
438 WXK_NUMPAD0 = _core_.WXK_NUMPAD0
439 WXK_NUMPAD1 = _core_.WXK_NUMPAD1
440 WXK_NUMPAD2 = _core_.WXK_NUMPAD2
441 WXK_NUMPAD3 = _core_.WXK_NUMPAD3
442 WXK_NUMPAD4 = _core_.WXK_NUMPAD4
443 WXK_NUMPAD5 = _core_.WXK_NUMPAD5
444 WXK_NUMPAD6 = _core_.WXK_NUMPAD6
445 WXK_NUMPAD7 = _core_.WXK_NUMPAD7
446 WXK_NUMPAD8 = _core_.WXK_NUMPAD8
447 WXK_NUMPAD9 = _core_.WXK_NUMPAD9
448 WXK_MULTIPLY = _core_.WXK_MULTIPLY
449 WXK_ADD = _core_.WXK_ADD
450 WXK_SEPARATOR = _core_.WXK_SEPARATOR
451 WXK_SUBTRACT = _core_.WXK_SUBTRACT
452 WXK_DECIMAL = _core_.WXK_DECIMAL
453 WXK_DIVIDE = _core_.WXK_DIVIDE
454 WXK_F1 = _core_.WXK_F1
455 WXK_F2 = _core_.WXK_F2
456 WXK_F3 = _core_.WXK_F3
457 WXK_F4 = _core_.WXK_F4
458 WXK_F5 = _core_.WXK_F5
459 WXK_F6 = _core_.WXK_F6
460 WXK_F7 = _core_.WXK_F7
461 WXK_F8 = _core_.WXK_F8
462 WXK_F9 = _core_.WXK_F9
463 WXK_F10 = _core_.WXK_F10
464 WXK_F11 = _core_.WXK_F11
465 WXK_F12 = _core_.WXK_F12
466 WXK_F13 = _core_.WXK_F13
467 WXK_F14 = _core_.WXK_F14
468 WXK_F15 = _core_.WXK_F15
469 WXK_F16 = _core_.WXK_F16
470 WXK_F17 = _core_.WXK_F17
471 WXK_F18 = _core_.WXK_F18
472 WXK_F19 = _core_.WXK_F19
473 WXK_F20 = _core_.WXK_F20
474 WXK_F21 = _core_.WXK_F21
475 WXK_F22 = _core_.WXK_F22
476 WXK_F23 = _core_.WXK_F23
477 WXK_F24 = _core_.WXK_F24
478 WXK_NUMLOCK = _core_.WXK_NUMLOCK
479 WXK_SCROLL = _core_.WXK_SCROLL
480 WXK_PAGEUP = _core_.WXK_PAGEUP
481 WXK_PAGEDOWN = _core_.WXK_PAGEDOWN
482 WXK_NUMPAD_SPACE = _core_.WXK_NUMPAD_SPACE
483 WXK_NUMPAD_TAB = _core_.WXK_NUMPAD_TAB
484 WXK_NUMPAD_ENTER = _core_.WXK_NUMPAD_ENTER
485 WXK_NUMPAD_F1 = _core_.WXK_NUMPAD_F1
486 WXK_NUMPAD_F2 = _core_.WXK_NUMPAD_F2
487 WXK_NUMPAD_F3 = _core_.WXK_NUMPAD_F3
488 WXK_NUMPAD_F4 = _core_.WXK_NUMPAD_F4
489 WXK_NUMPAD_HOME = _core_.WXK_NUMPAD_HOME
490 WXK_NUMPAD_LEFT = _core_.WXK_NUMPAD_LEFT
491 WXK_NUMPAD_UP = _core_.WXK_NUMPAD_UP
492 WXK_NUMPAD_RIGHT = _core_.WXK_NUMPAD_RIGHT
493 WXK_NUMPAD_DOWN = _core_.WXK_NUMPAD_DOWN
494 WXK_NUMPAD_PRIOR = _core_.WXK_NUMPAD_PRIOR
495 WXK_NUMPAD_PAGEUP = _core_.WXK_NUMPAD_PAGEUP
496 WXK_NUMPAD_NEXT = _core_.WXK_NUMPAD_NEXT
497 WXK_NUMPAD_PAGEDOWN = _core_.WXK_NUMPAD_PAGEDOWN
498 WXK_NUMPAD_END = _core_.WXK_NUMPAD_END
499 WXK_NUMPAD_BEGIN = _core_.WXK_NUMPAD_BEGIN
500 WXK_NUMPAD_INSERT = _core_.WXK_NUMPAD_INSERT
501 WXK_NUMPAD_DELETE = _core_.WXK_NUMPAD_DELETE
502 WXK_NUMPAD_EQUAL = _core_.WXK_NUMPAD_EQUAL
503 WXK_NUMPAD_MULTIPLY = _core_.WXK_NUMPAD_MULTIPLY
504 WXK_NUMPAD_ADD = _core_.WXK_NUMPAD_ADD
505 WXK_NUMPAD_SEPARATOR = _core_.WXK_NUMPAD_SEPARATOR
506 WXK_NUMPAD_SUBTRACT = _core_.WXK_NUMPAD_SUBTRACT
507 WXK_NUMPAD_DECIMAL = _core_.WXK_NUMPAD_DECIMAL
508 WXK_NUMPAD_DIVIDE = _core_.WXK_NUMPAD_DIVIDE
509 WXK_WINDOWS_LEFT = _core_.WXK_WINDOWS_LEFT
510 WXK_WINDOWS_RIGHT = _core_.WXK_WINDOWS_RIGHT
511 WXK_WINDOWS_MENU = _core_.WXK_WINDOWS_MENU
512 PAPER_NONE = _core_.PAPER_NONE
513 PAPER_LETTER = _core_.PAPER_LETTER
514 PAPER_LEGAL = _core_.PAPER_LEGAL
515 PAPER_A4 = _core_.PAPER_A4
516 PAPER_CSHEET = _core_.PAPER_CSHEET
517 PAPER_DSHEET = _core_.PAPER_DSHEET
518 PAPER_ESHEET = _core_.PAPER_ESHEET
519 PAPER_LETTERSMALL = _core_.PAPER_LETTERSMALL
520 PAPER_TABLOID = _core_.PAPER_TABLOID
521 PAPER_LEDGER = _core_.PAPER_LEDGER
522 PAPER_STATEMENT = _core_.PAPER_STATEMENT
523 PAPER_EXECUTIVE = _core_.PAPER_EXECUTIVE
524 PAPER_A3 = _core_.PAPER_A3
525 PAPER_A4SMALL = _core_.PAPER_A4SMALL
526 PAPER_A5 = _core_.PAPER_A5
527 PAPER_B4 = _core_.PAPER_B4
528 PAPER_B5 = _core_.PAPER_B5
529 PAPER_FOLIO = _core_.PAPER_FOLIO
530 PAPER_QUARTO = _core_.PAPER_QUARTO
531 PAPER_10X14 = _core_.PAPER_10X14
532 PAPER_11X17 = _core_.PAPER_11X17
533 PAPER_NOTE = _core_.PAPER_NOTE
534 PAPER_ENV_9 = _core_.PAPER_ENV_9
535 PAPER_ENV_10 = _core_.PAPER_ENV_10
536 PAPER_ENV_11 = _core_.PAPER_ENV_11
537 PAPER_ENV_12 = _core_.PAPER_ENV_12
538 PAPER_ENV_14 = _core_.PAPER_ENV_14
539 PAPER_ENV_DL = _core_.PAPER_ENV_DL
540 PAPER_ENV_C5 = _core_.PAPER_ENV_C5
541 PAPER_ENV_C3 = _core_.PAPER_ENV_C3
542 PAPER_ENV_C4 = _core_.PAPER_ENV_C4
543 PAPER_ENV_C6 = _core_.PAPER_ENV_C6
544 PAPER_ENV_C65 = _core_.PAPER_ENV_C65
545 PAPER_ENV_B4 = _core_.PAPER_ENV_B4
546 PAPER_ENV_B5 = _core_.PAPER_ENV_B5
547 PAPER_ENV_B6 = _core_.PAPER_ENV_B6
548 PAPER_ENV_ITALY = _core_.PAPER_ENV_ITALY
549 PAPER_ENV_MONARCH = _core_.PAPER_ENV_MONARCH
550 PAPER_ENV_PERSONAL = _core_.PAPER_ENV_PERSONAL
551 PAPER_FANFOLD_US = _core_.PAPER_FANFOLD_US
552 PAPER_FANFOLD_STD_GERMAN = _core_.PAPER_FANFOLD_STD_GERMAN
553 PAPER_FANFOLD_LGL_GERMAN = _core_.PAPER_FANFOLD_LGL_GERMAN
554 PAPER_ISO_B4 = _core_.PAPER_ISO_B4
555 PAPER_JAPANESE_POSTCARD = _core_.PAPER_JAPANESE_POSTCARD
556 PAPER_9X11 = _core_.PAPER_9X11
557 PAPER_10X11 = _core_.PAPER_10X11
558 PAPER_15X11 = _core_.PAPER_15X11
559 PAPER_ENV_INVITE = _core_.PAPER_ENV_INVITE
560 PAPER_LETTER_EXTRA = _core_.PAPER_LETTER_EXTRA
561 PAPER_LEGAL_EXTRA = _core_.PAPER_LEGAL_EXTRA
562 PAPER_TABLOID_EXTRA = _core_.PAPER_TABLOID_EXTRA
563 PAPER_A4_EXTRA = _core_.PAPER_A4_EXTRA
564 PAPER_LETTER_TRANSVERSE = _core_.PAPER_LETTER_TRANSVERSE
565 PAPER_A4_TRANSVERSE = _core_.PAPER_A4_TRANSVERSE
566 PAPER_LETTER_EXTRA_TRANSVERSE = _core_.PAPER_LETTER_EXTRA_TRANSVERSE
567 PAPER_A_PLUS = _core_.PAPER_A_PLUS
568 PAPER_B_PLUS = _core_.PAPER_B_PLUS
569 PAPER_LETTER_PLUS = _core_.PAPER_LETTER_PLUS
570 PAPER_A4_PLUS = _core_.PAPER_A4_PLUS
571 PAPER_A5_TRANSVERSE = _core_.PAPER_A5_TRANSVERSE
572 PAPER_B5_TRANSVERSE = _core_.PAPER_B5_TRANSVERSE
573 PAPER_A3_EXTRA = _core_.PAPER_A3_EXTRA
574 PAPER_A5_EXTRA = _core_.PAPER_A5_EXTRA
575 PAPER_B5_EXTRA = _core_.PAPER_B5_EXTRA
576 PAPER_A2 = _core_.PAPER_A2
577 PAPER_A3_TRANSVERSE = _core_.PAPER_A3_TRANSVERSE
578 PAPER_A3_EXTRA_TRANSVERSE = _core_.PAPER_A3_EXTRA_TRANSVERSE
579 DUPLEX_SIMPLEX = _core_.DUPLEX_SIMPLEX
580 DUPLEX_HORIZONTAL = _core_.DUPLEX_HORIZONTAL
581 DUPLEX_VERTICAL = _core_.DUPLEX_VERTICAL
582 ITEM_SEPARATOR = _core_.ITEM_SEPARATOR
583 ITEM_NORMAL = _core_.ITEM_NORMAL
584 ITEM_CHECK = _core_.ITEM_CHECK
585 ITEM_RADIO = _core_.ITEM_RADIO
586 ITEM_MAX = _core_.ITEM_MAX
587 HT_NOWHERE = _core_.HT_NOWHERE
588 HT_SCROLLBAR_FIRST = _core_.HT_SCROLLBAR_FIRST
589 HT_SCROLLBAR_ARROW_LINE_1 = _core_.HT_SCROLLBAR_ARROW_LINE_1
590 HT_SCROLLBAR_ARROW_LINE_2 = _core_.HT_SCROLLBAR_ARROW_LINE_2
591 HT_SCROLLBAR_ARROW_PAGE_1 = _core_.HT_SCROLLBAR_ARROW_PAGE_1
592 HT_SCROLLBAR_ARROW_PAGE_2 = _core_.HT_SCROLLBAR_ARROW_PAGE_2
593 HT_SCROLLBAR_THUMB = _core_.HT_SCROLLBAR_THUMB
594 HT_SCROLLBAR_BAR_1 = _core_.HT_SCROLLBAR_BAR_1
595 HT_SCROLLBAR_BAR_2 = _core_.HT_SCROLLBAR_BAR_2
596 HT_SCROLLBAR_LAST = _core_.HT_SCROLLBAR_LAST
597 HT_WINDOW_OUTSIDE = _core_.HT_WINDOW_OUTSIDE
598 HT_WINDOW_INSIDE = _core_.HT_WINDOW_INSIDE
599 HT_WINDOW_VERT_SCROLLBAR = _core_.HT_WINDOW_VERT_SCROLLBAR
600 HT_WINDOW_HORZ_SCROLLBAR = _core_.HT_WINDOW_HORZ_SCROLLBAR
601 HT_WINDOW_CORNER = _core_.HT_WINDOW_CORNER
602 HT_MAX = _core_.HT_MAX
603 MOD_NONE = _core_.MOD_NONE
604 MOD_ALT = _core_.MOD_ALT
605 MOD_CONTROL = _core_.MOD_CONTROL
606 MOD_SHIFT = _core_.MOD_SHIFT
607 MOD_WIN = _core_.MOD_WIN
608 UPDATE_UI_NONE = _core_.UPDATE_UI_NONE
609 UPDATE_UI_RECURSE = _core_.UPDATE_UI_RECURSE
610 UPDATE_UI_FROMIDLE = _core_.UPDATE_UI_FROMIDLE
611 #---------------------------------------------------------------------------
612
613 class Object(object):
614 """
615 The base class for most wx objects, although in wxPython not
616 much functionality is needed nor exposed.
617 """
618 def __init__(self): raise RuntimeError, "No constructor defined"
619 def __repr__(self):
620 return "<%s.%s; proxy of C++ wxObject instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
621 def GetClassName(*args, **kwargs):
622 """
623 GetClassName(self) -> String
624
625 Returns the class name of the C++ class using wxRTTI.
626 """
627 return _core_.Object_GetClassName(*args, **kwargs)
628
629 def Destroy(*args, **kwargs):
630 """
631 Destroy(self)
632
633 Deletes the C++ object this Python object is a proxy for.
634 """
635 return _core_.Object_Destroy(*args, **kwargs)
636
637
638 class ObjectPtr(Object):
639 def __init__(self, this):
640 self.this = this
641 if not hasattr(self,"thisown"): self.thisown = 0
642 self.__class__ = Object
643 _core_.Object_swigregister(ObjectPtr)
644 _wxPySetDictionary = _core_._wxPySetDictionary
645
646 _wxPyFixStockObjects = _core_._wxPyFixStockObjects
647
648 cvar = _core_.cvar
649 EmptyString = cvar.EmptyString
650
651 #---------------------------------------------------------------------------
652
653 BITMAP_TYPE_INVALID = _core_.BITMAP_TYPE_INVALID
654 BITMAP_TYPE_BMP = _core_.BITMAP_TYPE_BMP
655 BITMAP_TYPE_ICO = _core_.BITMAP_TYPE_ICO
656 BITMAP_TYPE_CUR = _core_.BITMAP_TYPE_CUR
657 BITMAP_TYPE_XBM = _core_.BITMAP_TYPE_XBM
658 BITMAP_TYPE_XBM_DATA = _core_.BITMAP_TYPE_XBM_DATA
659 BITMAP_TYPE_XPM = _core_.BITMAP_TYPE_XPM
660 BITMAP_TYPE_XPM_DATA = _core_.BITMAP_TYPE_XPM_DATA
661 BITMAP_TYPE_TIF = _core_.BITMAP_TYPE_TIF
662 BITMAP_TYPE_GIF = _core_.BITMAP_TYPE_GIF
663 BITMAP_TYPE_PNG = _core_.BITMAP_TYPE_PNG
664 BITMAP_TYPE_JPEG = _core_.BITMAP_TYPE_JPEG
665 BITMAP_TYPE_PNM = _core_.BITMAP_TYPE_PNM
666 BITMAP_TYPE_PCX = _core_.BITMAP_TYPE_PCX
667 BITMAP_TYPE_PICT = _core_.BITMAP_TYPE_PICT
668 BITMAP_TYPE_ICON = _core_.BITMAP_TYPE_ICON
669 BITMAP_TYPE_ANI = _core_.BITMAP_TYPE_ANI
670 BITMAP_TYPE_IFF = _core_.BITMAP_TYPE_IFF
671 BITMAP_TYPE_MACCURSOR = _core_.BITMAP_TYPE_MACCURSOR
672 BITMAP_TYPE_ANY = _core_.BITMAP_TYPE_ANY
673 CURSOR_NONE = _core_.CURSOR_NONE
674 CURSOR_ARROW = _core_.CURSOR_ARROW
675 CURSOR_RIGHT_ARROW = _core_.CURSOR_RIGHT_ARROW
676 CURSOR_BULLSEYE = _core_.CURSOR_BULLSEYE
677 CURSOR_CHAR = _core_.CURSOR_CHAR
678 CURSOR_CROSS = _core_.CURSOR_CROSS
679 CURSOR_HAND = _core_.CURSOR_HAND
680 CURSOR_IBEAM = _core_.CURSOR_IBEAM
681 CURSOR_LEFT_BUTTON = _core_.CURSOR_LEFT_BUTTON
682 CURSOR_MAGNIFIER = _core_.CURSOR_MAGNIFIER
683 CURSOR_MIDDLE_BUTTON = _core_.CURSOR_MIDDLE_BUTTON
684 CURSOR_NO_ENTRY = _core_.CURSOR_NO_ENTRY
685 CURSOR_PAINT_BRUSH = _core_.CURSOR_PAINT_BRUSH
686 CURSOR_PENCIL = _core_.CURSOR_PENCIL
687 CURSOR_POINT_LEFT = _core_.CURSOR_POINT_LEFT
688 CURSOR_POINT_RIGHT = _core_.CURSOR_POINT_RIGHT
689 CURSOR_QUESTION_ARROW = _core_.CURSOR_QUESTION_ARROW
690 CURSOR_RIGHT_BUTTON = _core_.CURSOR_RIGHT_BUTTON
691 CURSOR_SIZENESW = _core_.CURSOR_SIZENESW
692 CURSOR_SIZENS = _core_.CURSOR_SIZENS
693 CURSOR_SIZENWSE = _core_.CURSOR_SIZENWSE
694 CURSOR_SIZEWE = _core_.CURSOR_SIZEWE
695 CURSOR_SIZING = _core_.CURSOR_SIZING
696 CURSOR_SPRAYCAN = _core_.CURSOR_SPRAYCAN
697 CURSOR_WAIT = _core_.CURSOR_WAIT
698 CURSOR_WATCH = _core_.CURSOR_WATCH
699 CURSOR_BLANK = _core_.CURSOR_BLANK
700 CURSOR_DEFAULT = _core_.CURSOR_DEFAULT
701 CURSOR_COPY_ARROW = _core_.CURSOR_COPY_ARROW
702 CURSOR_ARROWWAIT = _core_.CURSOR_ARROWWAIT
703 CURSOR_MAX = _core_.CURSOR_MAX
704 #---------------------------------------------------------------------------
705
706 class Size(object):
707 """
708 wx.Size is a useful data structure used to represent the size of
709 something. It simply contians integer width and height
710 proprtites. In most places in wxPython where a wx.Size is
711 expected a (width, height) tuple can be used instead.
712 """
713 def __repr__(self):
714 return "<%s.%s; proxy of C++ wxSize instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
715 width = property(_core_.Size_width_get, _core_.Size_width_set)
716 height = property(_core_.Size_height_get, _core_.Size_height_set)
717 x = width; y = height
718 def __init__(self, *args, **kwargs):
719 """
720 __init__(self, int w=0, int h=0) -> Size
721
722 Creates a size object.
723 """
724 newobj = _core_.new_Size(*args, **kwargs)
725 self.this = newobj.this
726 self.thisown = 1
727 del newobj.thisown
728 def __del__(self, destroy=_core_.delete_Size):
729 """__del__(self)"""
730 try:
731 if self.thisown: destroy(self)
732 except: pass
733
734 def __eq__(*args, **kwargs):
735 """
736 __eq__(self, Size sz) -> bool
737
738 Test for equality of wx.Size objects.
739 """
740 return _core_.Size___eq__(*args, **kwargs)
741
742 def __ne__(*args, **kwargs):
743 """
744 __ne__(self, Size sz) -> bool
745
746 Test for inequality.
747 """
748 return _core_.Size___ne__(*args, **kwargs)
749
750 def __add__(*args, **kwargs):
751 """
752 __add__(self, Size sz) -> Size
753
754 Add sz's proprties to this and return the result.
755 """
756 return _core_.Size___add__(*args, **kwargs)
757
758 def __sub__(*args, **kwargs):
759 """
760 __sub__(self, Size sz) -> Size
761
762 Subtract sz's properties from this and return the result.
763 """
764 return _core_.Size___sub__(*args, **kwargs)
765
766 def IncTo(*args, **kwargs):
767 """
768 IncTo(self, Size sz)
769
770 Increments this object so that both of its dimensions are not less
771 than the corresponding dimensions of the size.
772 """
773 return _core_.Size_IncTo(*args, **kwargs)
774
775 def DecTo(*args, **kwargs):
776 """
777 DecTo(self, Size sz)
778
779 Decrements this object so that both of its dimensions are not greater
780 than the corresponding dimensions of the size.
781 """
782 return _core_.Size_DecTo(*args, **kwargs)
783
784 def Set(*args, **kwargs):
785 """
786 Set(self, int w, int h)
787
788 Set both width and height.
789 """
790 return _core_.Size_Set(*args, **kwargs)
791
792 def SetWidth(*args, **kwargs):
793 """SetWidth(self, int w)"""
794 return _core_.Size_SetWidth(*args, **kwargs)
795
796 def SetHeight(*args, **kwargs):
797 """SetHeight(self, int h)"""
798 return _core_.Size_SetHeight(*args, **kwargs)
799
800 def GetWidth(*args, **kwargs):
801 """GetWidth(self) -> int"""
802 return _core_.Size_GetWidth(*args, **kwargs)
803
804 def GetHeight(*args, **kwargs):
805 """GetHeight(self) -> int"""
806 return _core_.Size_GetHeight(*args, **kwargs)
807
808 def IsFullySpecified(*args, **kwargs):
809 """
810 IsFullySpecified(self) -> bool
811
812 Returns True if both components of the size are non-default values.
813 """
814 return _core_.Size_IsFullySpecified(*args, **kwargs)
815
816 def SetDefaults(*args, **kwargs):
817 """
818 SetDefaults(self, Size size)
819
820 Combine this size with the other one replacing the default components
821 of this object (i.e. equal to -1) with those of the other.
822 """
823 return _core_.Size_SetDefaults(*args, **kwargs)
824
825 def Get(*args, **kwargs):
826 """
827 Get() -> (width,height)
828
829 Returns the width and height properties as a tuple.
830 """
831 return _core_.Size_Get(*args, **kwargs)
832
833 asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead")
834 def __str__(self): return str(self.Get())
835 def __repr__(self): return 'wx.Size'+str(self.Get())
836 def __len__(self): return len(self.Get())
837 def __getitem__(self, index): return self.Get()[index]
838 def __setitem__(self, index, val):
839 if index == 0: self.width = val
840 elif index == 1: self.height = val
841 else: raise IndexError
842 def __nonzero__(self): return self.Get() != (0,0)
843 __safe_for_unpickling__ = True
844 def __reduce__(self): return (wx.Size, self.Get())
845
846
847 class SizePtr(Size):
848 def __init__(self, this):
849 self.this = this
850 if not hasattr(self,"thisown"): self.thisown = 0
851 self.__class__ = Size
852 _core_.Size_swigregister(SizePtr)
853
854 #---------------------------------------------------------------------------
855
856 class RealPoint(object):
857 """
858 A data structure for representing a point or position with floating
859 point x and y properties. In wxPython most places that expect a
860 wx.RealPoint can also accept a (x,y) tuple.
861 """
862 def __repr__(self):
863 return "<%s.%s; proxy of C++ wxRealPoint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
864 x = property(_core_.RealPoint_x_get, _core_.RealPoint_x_set)
865 y = property(_core_.RealPoint_y_get, _core_.RealPoint_y_set)
866 def __init__(self, *args, **kwargs):
867 """
868 __init__(self, double x=0.0, double y=0.0) -> RealPoint
869
870 Create a wx.RealPoint object
871 """
872 newobj = _core_.new_RealPoint(*args, **kwargs)
873 self.this = newobj.this
874 self.thisown = 1
875 del newobj.thisown
876 def __del__(self, destroy=_core_.delete_RealPoint):
877 """__del__(self)"""
878 try:
879 if self.thisown: destroy(self)
880 except: pass
881
882 def __eq__(*args, **kwargs):
883 """
884 __eq__(self, RealPoint pt) -> bool
885
886 Test for equality of wx.RealPoint objects.
887 """
888 return _core_.RealPoint___eq__(*args, **kwargs)
889
890 def __ne__(*args, **kwargs):
891 """
892 __ne__(self, RealPoint pt) -> bool
893
894 Test for inequality of wx.RealPoint objects.
895 """
896 return _core_.RealPoint___ne__(*args, **kwargs)
897
898 def __add__(*args, **kwargs):
899 """
900 __add__(self, RealPoint pt) -> RealPoint
901
902 Add pt's proprties to this and return the result.
903 """
904 return _core_.RealPoint___add__(*args, **kwargs)
905
906 def __sub__(*args, **kwargs):
907 """
908 __sub__(self, RealPoint pt) -> RealPoint
909
910 Subtract pt's proprties from this and return the result
911 """
912 return _core_.RealPoint___sub__(*args, **kwargs)
913
914 def Set(*args, **kwargs):
915 """
916 Set(self, double x, double y)
917
918 Set both the x and y properties
919 """
920 return _core_.RealPoint_Set(*args, **kwargs)
921
922 def Get(*args, **kwargs):
923 """
924 Get() -> (x,y)
925
926 Return the x and y properties as a tuple.
927 """
928 return _core_.RealPoint_Get(*args, **kwargs)
929
930 asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead")
931 def __str__(self): return str(self.Get())
932 def __repr__(self): return 'wx.RealPoint'+str(self.Get())
933 def __len__(self): return len(self.Get())
934 def __getitem__(self, index): return self.Get()[index]
935 def __setitem__(self, index, val):
936 if index == 0: self.x = val
937 elif index == 1: self.y = val
938 else: raise IndexError
939 def __nonzero__(self): return self.Get() != (0.0, 0.0)
940 __safe_for_unpickling__ = True
941 def __reduce__(self): return (wx.RealPoint, self.Get())
942
943
944 class RealPointPtr(RealPoint):
945 def __init__(self, this):
946 self.this = this
947 if not hasattr(self,"thisown"): self.thisown = 0
948 self.__class__ = RealPoint
949 _core_.RealPoint_swigregister(RealPointPtr)
950
951 #---------------------------------------------------------------------------
952
953 class Point(object):
954 """
955 A data structure for representing a point or position with integer x
956 and y properties. Most places in wxPython that expect a wx.Point can
957 also accept a (x,y) tuple.
958 """
959 def __repr__(self):
960 return "<%s.%s; proxy of C++ wxPoint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
961 x = property(_core_.Point_x_get, _core_.Point_x_set)
962 y = property(_core_.Point_y_get, _core_.Point_y_set)
963 def __init__(self, *args, **kwargs):
964 """
965 __init__(self, int x=0, int y=0) -> Point
966
967 Create a wx.Point object
968 """
969 newobj = _core_.new_Point(*args, **kwargs)
970 self.this = newobj.this
971 self.thisown = 1
972 del newobj.thisown
973 def __del__(self, destroy=_core_.delete_Point):
974 """__del__(self)"""
975 try:
976 if self.thisown: destroy(self)
977 except: pass
978
979 def __eq__(*args, **kwargs):
980 """
981 __eq__(self, Point pt) -> bool
982
983 Test for equality of wx.Point objects.
984 """
985 return _core_.Point___eq__(*args, **kwargs)
986
987 def __ne__(*args, **kwargs):
988 """
989 __ne__(self, Point pt) -> bool
990
991 Test for inequality of wx.Point objects.
992 """
993 return _core_.Point___ne__(*args, **kwargs)
994
995 def __add__(*args, **kwargs):
996 """
997 __add__(self, Point pt) -> Point
998
999 Add pt's proprties to this and return the result.
1000 """
1001 return _core_.Point___add__(*args, **kwargs)
1002
1003 def __sub__(*args, **kwargs):
1004 """
1005 __sub__(self, Point pt) -> Point
1006
1007 Subtract pt's proprties from this and return the result
1008 """
1009 return _core_.Point___sub__(*args, **kwargs)
1010
1011 def __iadd__(*args, **kwargs):
1012 """
1013 __iadd__(self, Point pt) -> Point
1014
1015 Add pt to this object.
1016 """
1017 return _core_.Point___iadd__(*args, **kwargs)
1018
1019 def __isub__(*args, **kwargs):
1020 """
1021 __isub__(self, Point pt) -> Point
1022
1023 Subtract pt from this object.
1024 """
1025 return _core_.Point___isub__(*args, **kwargs)
1026
1027 def Set(*args, **kwargs):
1028 """
1029 Set(self, long x, long y)
1030
1031 Set both the x and y properties
1032 """
1033 return _core_.Point_Set(*args, **kwargs)
1034
1035 def Get(*args, **kwargs):
1036 """
1037 Get() -> (x,y)
1038
1039 Return the x and y properties as a tuple.
1040 """
1041 return _core_.Point_Get(*args, **kwargs)
1042
1043 asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead")
1044 def __str__(self): return str(self.Get())
1045 def __repr__(self): return 'wx.Point'+str(self.Get())
1046 def __len__(self): return len(self.Get())
1047 def __getitem__(self, index): return self.Get()[index]
1048 def __setitem__(self, index, val):
1049 if index == 0: self.x = val
1050 elif index == 1: self.y = val
1051 else: raise IndexError
1052 def __nonzero__(self): return self.Get() != (0,0)
1053 __safe_for_unpickling__ = True
1054 def __reduce__(self): return (wx.Point, self.Get())
1055
1056
1057 class PointPtr(Point):
1058 def __init__(self, this):
1059 self.this = this
1060 if not hasattr(self,"thisown"): self.thisown = 0
1061 self.__class__ = Point
1062 _core_.Point_swigregister(PointPtr)
1063
1064 #---------------------------------------------------------------------------
1065
1066 class Rect(object):
1067 """
1068 A class for representing and manipulating rectangles. It has x, y,
1069 width and height properties. In wxPython most palces that expect a
1070 wx.Rect can also accept a (x,y,width,height) tuple.
1071 """
1072 def __repr__(self):
1073 return "<%s.%s; proxy of C++ wxRect instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1074 def __init__(self, *args, **kwargs):
1075 """
1076 __init__(self, int x=0, int y=0, int width=0, int height=0) -> Rect
1077
1078 Create a new Rect object.
1079 """
1080 newobj = _core_.new_Rect(*args, **kwargs)
1081 self.this = newobj.this
1082 self.thisown = 1
1083 del newobj.thisown
1084 def __del__(self, destroy=_core_.delete_Rect):
1085 """__del__(self)"""
1086 try:
1087 if self.thisown: destroy(self)
1088 except: pass
1089
1090 def GetX(*args, **kwargs):
1091 """GetX(self) -> int"""
1092 return _core_.Rect_GetX(*args, **kwargs)
1093
1094 def SetX(*args, **kwargs):
1095 """SetX(self, int x)"""
1096 return _core_.Rect_SetX(*args, **kwargs)
1097
1098 def GetY(*args, **kwargs):
1099 """GetY(self) -> int"""
1100 return _core_.Rect_GetY(*args, **kwargs)
1101
1102 def SetY(*args, **kwargs):
1103 """SetY(self, int y)"""
1104 return _core_.Rect_SetY(*args, **kwargs)
1105
1106 def GetWidth(*args, **kwargs):
1107 """GetWidth(self) -> int"""
1108 return _core_.Rect_GetWidth(*args, **kwargs)
1109
1110 def SetWidth(*args, **kwargs):
1111 """SetWidth(self, int w)"""
1112 return _core_.Rect_SetWidth(*args, **kwargs)
1113
1114 def GetHeight(*args, **kwargs):
1115 """GetHeight(self) -> int"""
1116 return _core_.Rect_GetHeight(*args, **kwargs)
1117
1118 def SetHeight(*args, **kwargs):
1119 """SetHeight(self, int h)"""
1120 return _core_.Rect_SetHeight(*args, **kwargs)
1121
1122 def GetPosition(*args, **kwargs):
1123 """GetPosition(self) -> Point"""
1124 return _core_.Rect_GetPosition(*args, **kwargs)
1125
1126 def SetPosition(*args, **kwargs):
1127 """SetPosition(self, Point p)"""
1128 return _core_.Rect_SetPosition(*args, **kwargs)
1129
1130 def GetSize(*args, **kwargs):
1131 """GetSize(self) -> Size"""
1132 return _core_.Rect_GetSize(*args, **kwargs)
1133
1134 def SetSize(*args, **kwargs):
1135 """SetSize(self, Size s)"""
1136 return _core_.Rect_SetSize(*args, **kwargs)
1137
1138 def GetTopLeft(*args, **kwargs):
1139 """GetTopLeft(self) -> Point"""
1140 return _core_.Rect_GetTopLeft(*args, **kwargs)
1141
1142 def SetTopLeft(*args, **kwargs):
1143 """SetTopLeft(self, Point p)"""
1144 return _core_.Rect_SetTopLeft(*args, **kwargs)
1145
1146 def GetBottomRight(*args, **kwargs):
1147 """GetBottomRight(self) -> Point"""
1148 return _core_.Rect_GetBottomRight(*args, **kwargs)
1149
1150 def SetBottomRight(*args, **kwargs):
1151 """SetBottomRight(self, Point p)"""
1152 return _core_.Rect_SetBottomRight(*args, **kwargs)
1153
1154 def GetLeft(*args, **kwargs):
1155 """GetLeft(self) -> int"""
1156 return _core_.Rect_GetLeft(*args, **kwargs)
1157
1158 def GetTop(*args, **kwargs):
1159 """GetTop(self) -> int"""
1160 return _core_.Rect_GetTop(*args, **kwargs)
1161
1162 def GetBottom(*args, **kwargs):
1163 """GetBottom(self) -> int"""
1164 return _core_.Rect_GetBottom(*args, **kwargs)
1165
1166 def GetRight(*args, **kwargs):
1167 """GetRight(self) -> int"""
1168 return _core_.Rect_GetRight(*args, **kwargs)
1169
1170 def SetLeft(*args, **kwargs):
1171 """SetLeft(self, int left)"""
1172 return _core_.Rect_SetLeft(*args, **kwargs)
1173
1174 def SetRight(*args, **kwargs):
1175 """SetRight(self, int right)"""
1176 return _core_.Rect_SetRight(*args, **kwargs)
1177
1178 def SetTop(*args, **kwargs):
1179 """SetTop(self, int top)"""
1180 return _core_.Rect_SetTop(*args, **kwargs)
1181
1182 def SetBottom(*args, **kwargs):
1183 """SetBottom(self, int bottom)"""
1184 return _core_.Rect_SetBottom(*args, **kwargs)
1185
1186 position = property(GetPosition, SetPosition)
1187 size = property(GetSize, SetSize)
1188 left = property(GetLeft, SetLeft)
1189 right = property(GetRight, SetRight)
1190 top = property(GetTop, SetTop)
1191 bottom = property(GetBottom, SetBottom)
1192
1193 def Inflate(*args, **kwargs):
1194 """
1195 Inflate(self, int dx, int dy) -> Rect
1196
1197 Increases the size of the rectangle.
1198
1199 The left border is moved farther left and the right border is moved
1200 farther right by ``dx``. The upper border is moved farther up and the
1201 bottom border is moved farther down by ``dy``. (Note the the width and
1202 height of the rectangle thus change by ``2*dx`` and ``2*dy``,
1203 respectively.) If one or both of ``dx`` and ``dy`` are negative, the
1204 opposite happens: the rectangle size decreases in the respective
1205 direction.
1206
1207 The change is made to the rectangle inplace, if instead you need a
1208 copy that is inflated, preserving the original then make the copy
1209 first::
1210
1211 copy = wx.Rect(*original)
1212 copy.Inflate(10,15)
1213
1214
1215 """
1216 return _core_.Rect_Inflate(*args, **kwargs)
1217
1218 def Deflate(*args, **kwargs):
1219 """
1220 Deflate(self, int dx, int dy) -> Rect
1221
1222 Decrease the rectangle size. This method is the opposite of `Inflate`
1223 in that Deflate(a,b) is equivalent to Inflate(-a,-b). Please refer to
1224 `Inflate` for a full description.
1225 """
1226 return _core_.Rect_Deflate(*args, **kwargs)
1227
1228 def OffsetXY(*args, **kwargs):
1229 """
1230 OffsetXY(self, int dx, int dy)
1231
1232 Moves the rectangle by the specified offset. If dx is positive, the
1233 rectangle is moved to the right, if dy is positive, it is moved to the
1234 bottom, otherwise it is moved to the left or top respectively.
1235 """
1236 return _core_.Rect_OffsetXY(*args, **kwargs)
1237
1238 def Offset(*args, **kwargs):
1239 """
1240 Offset(self, Point pt)
1241
1242 Same as OffsetXY but uses dx,dy from Point
1243 """
1244 return _core_.Rect_Offset(*args, **kwargs)
1245
1246 def Intersect(*args, **kwargs):
1247 """
1248 Intersect(self, Rect rect) -> Rect
1249
1250 Returns the intersectsion of this rectangle and rect.
1251 """
1252 return _core_.Rect_Intersect(*args, **kwargs)
1253
1254 def Union(*args, **kwargs):
1255 """
1256 Union(self, Rect rect) -> Rect
1257
1258 Returns the union of this rectangle and rect.
1259 """
1260 return _core_.Rect_Union(*args, **kwargs)
1261
1262 def __add__(*args, **kwargs):
1263 """
1264 __add__(self, Rect rect) -> Rect
1265
1266 Add the properties of rect to this rectangle and return the result.
1267 """
1268 return _core_.Rect___add__(*args, **kwargs)
1269
1270 def __iadd__(*args, **kwargs):
1271 """
1272 __iadd__(self, Rect rect) -> Rect
1273
1274 Add the properties of rect to this rectangle, updating this rectangle.
1275 """
1276 return _core_.Rect___iadd__(*args, **kwargs)
1277
1278 def __eq__(*args, **kwargs):
1279 """
1280 __eq__(self, Rect rect) -> bool
1281
1282 Test for equality.
1283 """
1284 return _core_.Rect___eq__(*args, **kwargs)
1285
1286 def __ne__(*args, **kwargs):
1287 """
1288 __ne__(self, Rect rect) -> bool
1289
1290 Test for inequality.
1291 """
1292 return _core_.Rect___ne__(*args, **kwargs)
1293
1294 def InsideXY(*args, **kwargs):
1295 """
1296 InsideXY(self, int x, int y) -> bool
1297
1298 Return True if the point is (not strcitly) inside the rect.
1299 """
1300 return _core_.Rect_InsideXY(*args, **kwargs)
1301
1302 def Inside(*args, **kwargs):
1303 """
1304 Inside(self, Point pt) -> bool
1305
1306 Return True if the point is (not strcitly) inside the rect.
1307 """
1308 return _core_.Rect_Inside(*args, **kwargs)
1309
1310 def Intersects(*args, **kwargs):
1311 """
1312 Intersects(self, Rect rect) -> bool
1313
1314 Returns True if the rectangles have a non empty intersection.
1315 """
1316 return _core_.Rect_Intersects(*args, **kwargs)
1317
1318 x = property(_core_.Rect_x_get, _core_.Rect_x_set)
1319 y = property(_core_.Rect_y_get, _core_.Rect_y_set)
1320 width = property(_core_.Rect_width_get, _core_.Rect_width_set)
1321 height = property(_core_.Rect_height_get, _core_.Rect_height_set)
1322 def Set(*args, **kwargs):
1323 """
1324 Set(self, int x=0, int y=0, int width=0, int height=0)
1325
1326 Set all rectangle properties.
1327 """
1328 return _core_.Rect_Set(*args, **kwargs)
1329
1330 def Get(*args, **kwargs):
1331 """
1332 Get() -> (x,y,width,height)
1333
1334 Return the rectangle properties as a tuple.
1335 """
1336 return _core_.Rect_Get(*args, **kwargs)
1337
1338 asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead")
1339 def __str__(self): return str(self.Get())
1340 def __repr__(self): return 'wx.Rect'+str(self.Get())
1341 def __len__(self): return len(self.Get())
1342 def __getitem__(self, index): return self.Get()[index]
1343 def __setitem__(self, index, val):
1344 if index == 0: self.x = val
1345 elif index == 1: self.y = val
1346 elif index == 2: self.width = val
1347 elif index == 3: self.height = val
1348 else: raise IndexError
1349 def __nonzero__(self): return self.Get() != (0,0,0,0)
1350 __safe_for_unpickling__ = True
1351 def __reduce__(self): return (wx.Rect, self.Get())
1352
1353
1354 class RectPtr(Rect):
1355 def __init__(self, this):
1356 self.this = this
1357 if not hasattr(self,"thisown"): self.thisown = 0
1358 self.__class__ = Rect
1359 _core_.Rect_swigregister(RectPtr)
1360
1361 def RectPP(*args, **kwargs):
1362 """
1363 RectPP(Point topLeft, Point bottomRight) -> Rect
1364
1365 Create a new Rect object from Points representing two corners.
1366 """
1367 val = _core_.new_RectPP(*args, **kwargs)
1368 val.thisown = 1
1369 return val
1370
1371 def RectPS(*args, **kwargs):
1372 """
1373 RectPS(Point pos, Size size) -> Rect
1374
1375 Create a new Rect from a position and size.
1376 """
1377 val = _core_.new_RectPS(*args, **kwargs)
1378 val.thisown = 1
1379 return val
1380
1381 def RectS(*args, **kwargs):
1382 """
1383 RectS(Size size) -> Rect
1384
1385 Create a new Rect from a size only.
1386 """
1387 val = _core_.new_RectS(*args, **kwargs)
1388 val.thisown = 1
1389 return val
1390
1391
1392 def IntersectRect(*args, **kwargs):
1393 """
1394 IntersectRect(Rect r1, Rect r2) -> Rect
1395
1396 Calculate and return the intersection of r1 and r2.
1397 """
1398 return _core_.IntersectRect(*args, **kwargs)
1399 #---------------------------------------------------------------------------
1400
1401 class Point2D(object):
1402 """
1403 wx.Point2Ds represent a point or a vector in a 2d coordinate system
1404 with floating point values.
1405 """
1406 def __repr__(self):
1407 return "<%s.%s; proxy of C++ wxPoint2D instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1408 def __init__(self, *args, **kwargs):
1409 """
1410 __init__(self, double x=0.0, double y=0.0) -> Point2D
1411
1412 Create a w.Point2D object.
1413 """
1414 newobj = _core_.new_Point2D(*args, **kwargs)
1415 self.this = newobj.this
1416 self.thisown = 1
1417 del newobj.thisown
1418 def GetFloor(*args, **kwargs):
1419 """
1420 GetFloor() -> (x,y)
1421
1422 Convert to integer
1423 """
1424 return _core_.Point2D_GetFloor(*args, **kwargs)
1425
1426 def GetRounded(*args, **kwargs):
1427 """
1428 GetRounded() -> (x,y)
1429
1430 Convert to integer
1431 """
1432 return _core_.Point2D_GetRounded(*args, **kwargs)
1433
1434 def GetVectorLength(*args, **kwargs):
1435 """GetVectorLength(self) -> double"""
1436 return _core_.Point2D_GetVectorLength(*args, **kwargs)
1437
1438 def GetVectorAngle(*args, **kwargs):
1439 """GetVectorAngle(self) -> double"""
1440 return _core_.Point2D_GetVectorAngle(*args, **kwargs)
1441
1442 def SetVectorLength(*args, **kwargs):
1443 """SetVectorLength(self, double length)"""
1444 return _core_.Point2D_SetVectorLength(*args, **kwargs)
1445
1446 def SetVectorAngle(*args, **kwargs):
1447 """SetVectorAngle(self, double degrees)"""
1448 return _core_.Point2D_SetVectorAngle(*args, **kwargs)
1449
1450 def SetPolarCoordinates(self, angle, length):
1451 self.SetVectorLength(length)
1452 self.SetVectorAngle(angle)
1453 def Normalize(self):
1454 self.SetVectorLength(1.0)
1455
1456 def GetDistance(*args, **kwargs):
1457 """GetDistance(self, Point2D pt) -> double"""
1458 return _core_.Point2D_GetDistance(*args, **kwargs)
1459
1460 def GetDistanceSquare(*args, **kwargs):
1461 """GetDistanceSquare(self, Point2D pt) -> double"""
1462 return _core_.Point2D_GetDistanceSquare(*args, **kwargs)
1463
1464 def GetDotProduct(*args, **kwargs):
1465 """GetDotProduct(self, Point2D vec) -> double"""
1466 return _core_.Point2D_GetDotProduct(*args, **kwargs)
1467
1468 def GetCrossProduct(*args, **kwargs):
1469 """GetCrossProduct(self, Point2D vec) -> double"""
1470 return _core_.Point2D_GetCrossProduct(*args, **kwargs)
1471
1472 def __neg__(*args, **kwargs):
1473 """
1474 __neg__(self) -> Point2D
1475
1476 the reflection of this point
1477 """
1478 return _core_.Point2D___neg__(*args, **kwargs)
1479
1480 def __iadd__(*args, **kwargs):
1481 """__iadd__(self, Point2D pt) -> Point2D"""
1482 return _core_.Point2D___iadd__(*args, **kwargs)
1483
1484 def __isub__(*args, **kwargs):
1485 """__isub__(self, Point2D pt) -> Point2D"""
1486 return _core_.Point2D___isub__(*args, **kwargs)
1487
1488 def __imul__(*args, **kwargs):
1489 """__imul__(self, Point2D pt) -> Point2D"""
1490 return _core_.Point2D___imul__(*args, **kwargs)
1491
1492 def __idiv__(*args, **kwargs):
1493 """__idiv__(self, Point2D pt) -> Point2D"""
1494 return _core_.Point2D___idiv__(*args, **kwargs)
1495
1496 def __eq__(*args, **kwargs):
1497 """
1498 __eq__(self, Point2D pt) -> bool
1499
1500 Test for equality
1501 """
1502 return _core_.Point2D___eq__(*args, **kwargs)
1503
1504 def __ne__(*args, **kwargs):
1505 """
1506 __ne__(self, Point2D pt) -> bool
1507
1508 Test for inequality
1509 """
1510 return _core_.Point2D___ne__(*args, **kwargs)
1511
1512 x = property(_core_.Point2D_x_get, _core_.Point2D_x_set)
1513 y = property(_core_.Point2D_y_get, _core_.Point2D_y_set)
1514 def Set(*args, **kwargs):
1515 """Set(self, double x=0, double y=0)"""
1516 return _core_.Point2D_Set(*args, **kwargs)
1517
1518 def Get(*args, **kwargs):
1519 """
1520 Get() -> (x,y)
1521
1522 Return x and y properties as a tuple.
1523 """
1524 return _core_.Point2D_Get(*args, **kwargs)
1525
1526 asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead")
1527 def __str__(self): return str(self.Get())
1528 def __repr__(self): return 'wx.Point2D'+str(self.Get())
1529 def __len__(self): return len(self.Get())
1530 def __getitem__(self, index): return self.Get()[index]
1531 def __setitem__(self, index, val):
1532 if index == 0: self.x = val
1533 elif index == 1: self.y = val
1534 else: raise IndexError
1535 def __nonzero__(self): return self.Get() != (0.0, 0.0)
1536 __safe_for_unpickling__ = True
1537 def __reduce__(self): return (wx.Point2D, self.Get())
1538
1539
1540 class Point2DPtr(Point2D):
1541 def __init__(self, this):
1542 self.this = this
1543 if not hasattr(self,"thisown"): self.thisown = 0
1544 self.__class__ = Point2D
1545 _core_.Point2D_swigregister(Point2DPtr)
1546
1547 def Point2DCopy(*args, **kwargs):
1548 """
1549 Point2DCopy(Point2D pt) -> Point2D
1550
1551 Create a w.Point2D object.
1552 """
1553 val = _core_.new_Point2DCopy(*args, **kwargs)
1554 val.thisown = 1
1555 return val
1556
1557 def Point2DFromPoint(*args, **kwargs):
1558 """
1559 Point2DFromPoint(Point pt) -> Point2D
1560
1561 Create a w.Point2D object.
1562 """
1563 val = _core_.new_Point2DFromPoint(*args, **kwargs)
1564 val.thisown = 1
1565 return val
1566
1567 #---------------------------------------------------------------------------
1568
1569 FromStart = _core_.FromStart
1570 FromCurrent = _core_.FromCurrent
1571 FromEnd = _core_.FromEnd
1572 class InputStream(object):
1573 """Proxy of C++ InputStream class"""
1574 def __repr__(self):
1575 return "<%s.%s; proxy of C++ wxPyInputStream instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1576 def __init__(self, *args, **kwargs):
1577 """__init__(self, PyObject p) -> InputStream"""
1578 newobj = _core_.new_InputStream(*args, **kwargs)
1579 self.this = newobj.this
1580 self.thisown = 1
1581 del newobj.thisown
1582 def __del__(self, destroy=_core_.delete_InputStream):
1583 """__del__(self)"""
1584 try:
1585 if self.thisown: destroy(self)
1586 except: pass
1587
1588 def close(*args, **kwargs):
1589 """close(self)"""
1590 return _core_.InputStream_close(*args, **kwargs)
1591
1592 def flush(*args, **kwargs):
1593 """flush(self)"""
1594 return _core_.InputStream_flush(*args, **kwargs)
1595
1596 def eof(*args, **kwargs):
1597 """eof(self) -> bool"""
1598 return _core_.InputStream_eof(*args, **kwargs)
1599
1600 def read(*args, **kwargs):
1601 """read(self, int size=-1) -> PyObject"""
1602 return _core_.InputStream_read(*args, **kwargs)
1603
1604 def readline(*args, **kwargs):
1605 """readline(self, int size=-1) -> PyObject"""
1606 return _core_.InputStream_readline(*args, **kwargs)
1607
1608 def readlines(*args, **kwargs):
1609 """readlines(self, int sizehint=-1) -> PyObject"""
1610 return _core_.InputStream_readlines(*args, **kwargs)
1611
1612 def seek(*args, **kwargs):
1613 """seek(self, int offset, int whence=0)"""
1614 return _core_.InputStream_seek(*args, **kwargs)
1615
1616 def tell(*args, **kwargs):
1617 """tell(self) -> int"""
1618 return _core_.InputStream_tell(*args, **kwargs)
1619
1620 def Peek(*args, **kwargs):
1621 """Peek(self) -> char"""
1622 return _core_.InputStream_Peek(*args, **kwargs)
1623
1624 def GetC(*args, **kwargs):
1625 """GetC(self) -> char"""
1626 return _core_.InputStream_GetC(*args, **kwargs)
1627
1628 def LastRead(*args, **kwargs):
1629 """LastRead(self) -> size_t"""
1630 return _core_.InputStream_LastRead(*args, **kwargs)
1631
1632 def CanRead(*args, **kwargs):
1633 """CanRead(self) -> bool"""
1634 return _core_.InputStream_CanRead(*args, **kwargs)
1635
1636 def Eof(*args, **kwargs):
1637 """Eof(self) -> bool"""
1638 return _core_.InputStream_Eof(*args, **kwargs)
1639
1640 def Ungetch(*args, **kwargs):
1641 """Ungetch(self, char c) -> bool"""
1642 return _core_.InputStream_Ungetch(*args, **kwargs)
1643
1644 def SeekI(*args, **kwargs):
1645 """SeekI(self, long pos, int mode=FromStart) -> long"""
1646 return _core_.InputStream_SeekI(*args, **kwargs)
1647
1648 def TellI(*args, **kwargs):
1649 """TellI(self) -> long"""
1650 return _core_.InputStream_TellI(*args, **kwargs)
1651
1652
1653 class InputStreamPtr(InputStream):
1654 def __init__(self, this):
1655 self.this = this
1656 if not hasattr(self,"thisown"): self.thisown = 0
1657 self.__class__ = InputStream
1658 _core_.InputStream_swigregister(InputStreamPtr)
1659 DefaultPosition = cvar.DefaultPosition
1660 DefaultSize = cvar.DefaultSize
1661
1662 class OutputStream(object):
1663 """Proxy of C++ OutputStream class"""
1664 def __init__(self): raise RuntimeError, "No constructor defined"
1665 def __repr__(self):
1666 return "<%s.%s; proxy of C++ wxOutputStream instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1667 def write(*args, **kwargs):
1668 """write(self, PyObject obj)"""
1669 return _core_.OutputStream_write(*args, **kwargs)
1670
1671
1672 class OutputStreamPtr(OutputStream):
1673 def __init__(self, this):
1674 self.this = this
1675 if not hasattr(self,"thisown"): self.thisown = 0
1676 self.__class__ = OutputStream
1677 _core_.OutputStream_swigregister(OutputStreamPtr)
1678
1679 #---------------------------------------------------------------------------
1680
1681 class FSFile(Object):
1682 """Proxy of C++ FSFile class"""
1683 def __repr__(self):
1684 return "<%s.%s; proxy of C++ wxFSFile instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1685 def __init__(self, *args, **kwargs):
1686 """
1687 __init__(self, InputStream stream, String loc, String mimetype, String anchor,
1688 DateTime modif) -> FSFile
1689 """
1690 newobj = _core_.new_FSFile(*args, **kwargs)
1691 self.this = newobj.this
1692 self.thisown = 1
1693 del newobj.thisown
1694 self.thisown = 0 # It will normally be deleted by the user of the wxFileSystem
1695
1696 def __del__(self, destroy=_core_.delete_FSFile):
1697 """__del__(self)"""
1698 try:
1699 if self.thisown: destroy(self)
1700 except: pass
1701
1702 def GetStream(*args, **kwargs):
1703 """GetStream(self) -> InputStream"""
1704 return _core_.FSFile_GetStream(*args, **kwargs)
1705
1706 def GetMimeType(*args, **kwargs):
1707 """GetMimeType(self) -> String"""
1708 return _core_.FSFile_GetMimeType(*args, **kwargs)
1709
1710 def GetLocation(*args, **kwargs):
1711 """GetLocation(self) -> String"""
1712 return _core_.FSFile_GetLocation(*args, **kwargs)
1713
1714 def GetAnchor(*args, **kwargs):
1715 """GetAnchor(self) -> String"""
1716 return _core_.FSFile_GetAnchor(*args, **kwargs)
1717
1718 def GetModificationTime(*args, **kwargs):
1719 """GetModificationTime(self) -> DateTime"""
1720 return _core_.FSFile_GetModificationTime(*args, **kwargs)
1721
1722
1723 class FSFilePtr(FSFile):
1724 def __init__(self, this):
1725 self.this = this
1726 if not hasattr(self,"thisown"): self.thisown = 0
1727 self.__class__ = FSFile
1728 _core_.FSFile_swigregister(FSFilePtr)
1729
1730 class CPPFileSystemHandler(object):
1731 """Proxy of C++ CPPFileSystemHandler class"""
1732 def __init__(self): raise RuntimeError, "No constructor defined"
1733 def __repr__(self):
1734 return "<%s.%s; proxy of C++ wxFileSystemHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1735
1736 class CPPFileSystemHandlerPtr(CPPFileSystemHandler):
1737 def __init__(self, this):
1738 self.this = this
1739 if not hasattr(self,"thisown"): self.thisown = 0
1740 self.__class__ = CPPFileSystemHandler
1741 _core_.CPPFileSystemHandler_swigregister(CPPFileSystemHandlerPtr)
1742
1743 class FileSystemHandler(CPPFileSystemHandler):
1744 """Proxy of C++ FileSystemHandler class"""
1745 def __repr__(self):
1746 return "<%s.%s; proxy of C++ wxPyFileSystemHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1747 def __init__(self, *args, **kwargs):
1748 """__init__(self) -> FileSystemHandler"""
1749 newobj = _core_.new_FileSystemHandler(*args, **kwargs)
1750 self.this = newobj.this
1751 self.thisown = 1
1752 del newobj.thisown
1753 self._setCallbackInfo(self, FileSystemHandler)
1754
1755 def _setCallbackInfo(*args, **kwargs):
1756 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1757 return _core_.FileSystemHandler__setCallbackInfo(*args, **kwargs)
1758
1759 def CanOpen(*args, **kwargs):
1760 """CanOpen(self, String location) -> bool"""
1761 return _core_.FileSystemHandler_CanOpen(*args, **kwargs)
1762
1763 def OpenFile(*args, **kwargs):
1764 """OpenFile(self, FileSystem fs, String location) -> FSFile"""
1765 return _core_.FileSystemHandler_OpenFile(*args, **kwargs)
1766
1767 def FindFirst(*args, **kwargs):
1768 """FindFirst(self, String spec, int flags=0) -> String"""
1769 return _core_.FileSystemHandler_FindFirst(*args, **kwargs)
1770
1771 def FindNext(*args, **kwargs):
1772 """FindNext(self) -> String"""
1773 return _core_.FileSystemHandler_FindNext(*args, **kwargs)
1774
1775 def GetProtocol(*args, **kwargs):
1776 """GetProtocol(self, String location) -> String"""
1777 return _core_.FileSystemHandler_GetProtocol(*args, **kwargs)
1778
1779 def GetLeftLocation(*args, **kwargs):
1780 """GetLeftLocation(self, String location) -> String"""
1781 return _core_.FileSystemHandler_GetLeftLocation(*args, **kwargs)
1782
1783 def GetAnchor(*args, **kwargs):
1784 """GetAnchor(self, String location) -> String"""
1785 return _core_.FileSystemHandler_GetAnchor(*args, **kwargs)
1786
1787 def GetRightLocation(*args, **kwargs):
1788 """GetRightLocation(self, String location) -> String"""
1789 return _core_.FileSystemHandler_GetRightLocation(*args, **kwargs)
1790
1791 def GetMimeTypeFromExt(*args, **kwargs):
1792 """GetMimeTypeFromExt(self, String location) -> String"""
1793 return _core_.FileSystemHandler_GetMimeTypeFromExt(*args, **kwargs)
1794
1795
1796 class FileSystemHandlerPtr(FileSystemHandler):
1797 def __init__(self, this):
1798 self.this = this
1799 if not hasattr(self,"thisown"): self.thisown = 0
1800 self.__class__ = FileSystemHandler
1801 _core_.FileSystemHandler_swigregister(FileSystemHandlerPtr)
1802
1803 class FileSystem(Object):
1804 """Proxy of C++ FileSystem class"""
1805 def __repr__(self):
1806 return "<%s.%s; proxy of C++ wxFileSystem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1807 def __init__(self, *args, **kwargs):
1808 """__init__(self) -> FileSystem"""
1809 newobj = _core_.new_FileSystem(*args, **kwargs)
1810 self.this = newobj.this
1811 self.thisown = 1
1812 del newobj.thisown
1813 def __del__(self, destroy=_core_.delete_FileSystem):
1814 """__del__(self)"""
1815 try:
1816 if self.thisown: destroy(self)
1817 except: pass
1818
1819 def ChangePathTo(*args, **kwargs):
1820 """ChangePathTo(self, String location, bool is_dir=False)"""
1821 return _core_.FileSystem_ChangePathTo(*args, **kwargs)
1822
1823 def GetPath(*args, **kwargs):
1824 """GetPath(self) -> String"""
1825 return _core_.FileSystem_GetPath(*args, **kwargs)
1826
1827 def OpenFile(*args, **kwargs):
1828 """OpenFile(self, String location) -> FSFile"""
1829 return _core_.FileSystem_OpenFile(*args, **kwargs)
1830
1831 def FindFirst(*args, **kwargs):
1832 """FindFirst(self, String spec, int flags=0) -> String"""
1833 return _core_.FileSystem_FindFirst(*args, **kwargs)
1834
1835 def FindNext(*args, **kwargs):
1836 """FindNext(self) -> String"""
1837 return _core_.FileSystem_FindNext(*args, **kwargs)
1838
1839 def AddHandler(*args, **kwargs):
1840 """AddHandler(CPPFileSystemHandler handler)"""
1841 return _core_.FileSystem_AddHandler(*args, **kwargs)
1842
1843 AddHandler = staticmethod(AddHandler)
1844 def CleanUpHandlers(*args, **kwargs):
1845 """CleanUpHandlers()"""
1846 return _core_.FileSystem_CleanUpHandlers(*args, **kwargs)
1847
1848 CleanUpHandlers = staticmethod(CleanUpHandlers)
1849 def FileNameToURL(*args, **kwargs):
1850 """FileNameToURL(String filename) -> String"""
1851 return _core_.FileSystem_FileNameToURL(*args, **kwargs)
1852
1853 FileNameToURL = staticmethod(FileNameToURL)
1854 def URLToFileName(*args, **kwargs):
1855 """URLToFileName(String url) -> String"""
1856 return _core_.FileSystem_URLToFileName(*args, **kwargs)
1857
1858 URLToFileName = staticmethod(URLToFileName)
1859
1860 class FileSystemPtr(FileSystem):
1861 def __init__(self, this):
1862 self.this = this
1863 if not hasattr(self,"thisown"): self.thisown = 0
1864 self.__class__ = FileSystem
1865 _core_.FileSystem_swigregister(FileSystemPtr)
1866
1867 def FileSystem_AddHandler(*args, **kwargs):
1868 """FileSystem_AddHandler(CPPFileSystemHandler handler)"""
1869 return _core_.FileSystem_AddHandler(*args, **kwargs)
1870
1871 def FileSystem_CleanUpHandlers(*args, **kwargs):
1872 """FileSystem_CleanUpHandlers()"""
1873 return _core_.FileSystem_CleanUpHandlers(*args, **kwargs)
1874
1875 def FileSystem_FileNameToURL(*args, **kwargs):
1876 """FileSystem_FileNameToURL(String filename) -> String"""
1877 return _core_.FileSystem_FileNameToURL(*args, **kwargs)
1878
1879 def FileSystem_URLToFileName(*args, **kwargs):
1880 """FileSystem_URLToFileName(String url) -> String"""
1881 return _core_.FileSystem_URLToFileName(*args, **kwargs)
1882
1883 class InternetFSHandler(CPPFileSystemHandler):
1884 """Proxy of C++ InternetFSHandler class"""
1885 def __repr__(self):
1886 return "<%s.%s; proxy of C++ wxInternetFSHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1887 def __init__(self, *args, **kwargs):
1888 """__init__(self) -> InternetFSHandler"""
1889 newobj = _core_.new_InternetFSHandler(*args, **kwargs)
1890 self.this = newobj.this
1891 self.thisown = 1
1892 del newobj.thisown
1893 def CanOpen(*args, **kwargs):
1894 """CanOpen(self, String location) -> bool"""
1895 return _core_.InternetFSHandler_CanOpen(*args, **kwargs)
1896
1897 def OpenFile(*args, **kwargs):
1898 """OpenFile(self, FileSystem fs, String location) -> FSFile"""
1899 return _core_.InternetFSHandler_OpenFile(*args, **kwargs)
1900
1901
1902 class InternetFSHandlerPtr(InternetFSHandler):
1903 def __init__(self, this):
1904 self.this = this
1905 if not hasattr(self,"thisown"): self.thisown = 0
1906 self.__class__ = InternetFSHandler
1907 _core_.InternetFSHandler_swigregister(InternetFSHandlerPtr)
1908
1909 class ZipFSHandler(CPPFileSystemHandler):
1910 """Proxy of C++ ZipFSHandler class"""
1911 def __repr__(self):
1912 return "<%s.%s; proxy of C++ wxZipFSHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1913 def __init__(self, *args, **kwargs):
1914 """__init__(self) -> ZipFSHandler"""
1915 newobj = _core_.new_ZipFSHandler(*args, **kwargs)
1916 self.this = newobj.this
1917 self.thisown = 1
1918 del newobj.thisown
1919 def CanOpen(*args, **kwargs):
1920 """CanOpen(self, String location) -> bool"""
1921 return _core_.ZipFSHandler_CanOpen(*args, **kwargs)
1922
1923 def OpenFile(*args, **kwargs):
1924 """OpenFile(self, FileSystem fs, String location) -> FSFile"""
1925 return _core_.ZipFSHandler_OpenFile(*args, **kwargs)
1926
1927 def FindFirst(*args, **kwargs):
1928 """FindFirst(self, String spec, int flags=0) -> String"""
1929 return _core_.ZipFSHandler_FindFirst(*args, **kwargs)
1930
1931 def FindNext(*args, **kwargs):
1932 """FindNext(self) -> String"""
1933 return _core_.ZipFSHandler_FindNext(*args, **kwargs)
1934
1935
1936 class ZipFSHandlerPtr(ZipFSHandler):
1937 def __init__(self, this):
1938 self.this = this
1939 if not hasattr(self,"thisown"): self.thisown = 0
1940 self.__class__ = ZipFSHandler
1941 _core_.ZipFSHandler_swigregister(ZipFSHandlerPtr)
1942
1943
1944 def __wxMemoryFSHandler_AddFile_wxImage(*args, **kwargs):
1945 """__wxMemoryFSHandler_AddFile_wxImage(String filename, Image image, long type)"""
1946 return _core_.__wxMemoryFSHandler_AddFile_wxImage(*args, **kwargs)
1947
1948 def __wxMemoryFSHandler_AddFile_wxBitmap(*args, **kwargs):
1949 """__wxMemoryFSHandler_AddFile_wxBitmap(String filename, Bitmap bitmap, long type)"""
1950 return _core_.__wxMemoryFSHandler_AddFile_wxBitmap(*args, **kwargs)
1951
1952 def __wxMemoryFSHandler_AddFile_Data(*args, **kwargs):
1953 """__wxMemoryFSHandler_AddFile_Data(String filename, PyObject data)"""
1954 return _core_.__wxMemoryFSHandler_AddFile_Data(*args, **kwargs)
1955 def MemoryFSHandler_AddFile(filename, dataItem, imgType=-1):
1956 """
1957 Add 'file' to the memory filesystem. The dataItem parameter can
1958 either be a `wx.Bitmap`, `wx.Image` or a string that can contain
1959 arbitrary data. If a bitmap or image is used then the imgType
1960 parameter should specify what kind of image file it should be
1961 written as, wx.BITMAP_TYPE_PNG, etc.
1962 """
1963 if isinstance(dataItem, wx.Image):
1964 __wxMemoryFSHandler_AddFile_wxImage(filename, dataItem, imgType)
1965 elif isinstance(dataItem, wx.Bitmap):
1966 __wxMemoryFSHandler_AddFile_wxBitmap(filename, dataItem, imgType)
1967 elif type(dataItem) == str:
1968 __wxMemoryFSHandler_AddFile_Data(filename, dataItem)
1969 else:
1970 raise TypeError, 'wx.Image, wx.Bitmap or string expected'
1971
1972 class MemoryFSHandler(CPPFileSystemHandler):
1973 """Proxy of C++ MemoryFSHandler class"""
1974 def __repr__(self):
1975 return "<%s.%s; proxy of C++ wxMemoryFSHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1976 def __init__(self, *args, **kwargs):
1977 """__init__(self) -> MemoryFSHandler"""
1978 newobj = _core_.new_MemoryFSHandler(*args, **kwargs)
1979 self.this = newobj.this
1980 self.thisown = 1
1981 del newobj.thisown
1982 def RemoveFile(*args, **kwargs):
1983 """RemoveFile(String filename)"""
1984 return _core_.MemoryFSHandler_RemoveFile(*args, **kwargs)
1985
1986 RemoveFile = staticmethod(RemoveFile)
1987 AddFile = staticmethod(MemoryFSHandler_AddFile)
1988 def CanOpen(*args, **kwargs):
1989 """CanOpen(self, String location) -> bool"""
1990 return _core_.MemoryFSHandler_CanOpen(*args, **kwargs)
1991
1992 def OpenFile(*args, **kwargs):
1993 """OpenFile(self, FileSystem fs, String location) -> FSFile"""
1994 return _core_.MemoryFSHandler_OpenFile(*args, **kwargs)
1995
1996 def FindFirst(*args, **kwargs):
1997 """FindFirst(self, String spec, int flags=0) -> String"""
1998 return _core_.MemoryFSHandler_FindFirst(*args, **kwargs)
1999
2000 def FindNext(*args, **kwargs):
2001 """FindNext(self) -> String"""
2002 return _core_.MemoryFSHandler_FindNext(*args, **kwargs)
2003
2004
2005 class MemoryFSHandlerPtr(MemoryFSHandler):
2006 def __init__(self, this):
2007 self.this = this
2008 if not hasattr(self,"thisown"): self.thisown = 0
2009 self.__class__ = MemoryFSHandler
2010 _core_.MemoryFSHandler_swigregister(MemoryFSHandlerPtr)
2011
2012 def MemoryFSHandler_RemoveFile(*args, **kwargs):
2013 """MemoryFSHandler_RemoveFile(String filename)"""
2014 return _core_.MemoryFSHandler_RemoveFile(*args, **kwargs)
2015
2016 #---------------------------------------------------------------------------
2017
2018 class ImageHandler(Object):
2019 """Proxy of C++ ImageHandler class"""
2020 def __init__(self): raise RuntimeError, "No constructor defined"
2021 def __repr__(self):
2022 return "<%s.%s; proxy of C++ wxImageHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2023 def GetName(*args, **kwargs):
2024 """GetName(self) -> String"""
2025 return _core_.ImageHandler_GetName(*args, **kwargs)
2026
2027 def GetExtension(*args, **kwargs):
2028 """GetExtension(self) -> String"""
2029 return _core_.ImageHandler_GetExtension(*args, **kwargs)
2030
2031 def GetType(*args, **kwargs):
2032 """GetType(self) -> long"""
2033 return _core_.ImageHandler_GetType(*args, **kwargs)
2034
2035 def GetMimeType(*args, **kwargs):
2036 """GetMimeType(self) -> String"""
2037 return _core_.ImageHandler_GetMimeType(*args, **kwargs)
2038
2039 def CanRead(*args, **kwargs):
2040 """CanRead(self, String name) -> bool"""
2041 return _core_.ImageHandler_CanRead(*args, **kwargs)
2042
2043 def SetName(*args, **kwargs):
2044 """SetName(self, String name)"""
2045 return _core_.ImageHandler_SetName(*args, **kwargs)
2046
2047 def SetExtension(*args, **kwargs):
2048 """SetExtension(self, String extension)"""
2049 return _core_.ImageHandler_SetExtension(*args, **kwargs)
2050
2051 def SetType(*args, **kwargs):
2052 """SetType(self, long type)"""
2053 return _core_.ImageHandler_SetType(*args, **kwargs)
2054
2055 def SetMimeType(*args, **kwargs):
2056 """SetMimeType(self, String mimetype)"""
2057 return _core_.ImageHandler_SetMimeType(*args, **kwargs)
2058
2059
2060 class ImageHandlerPtr(ImageHandler):
2061 def __init__(self, this):
2062 self.this = this
2063 if not hasattr(self,"thisown"): self.thisown = 0
2064 self.__class__ = ImageHandler
2065 _core_.ImageHandler_swigregister(ImageHandlerPtr)
2066
2067 class ImageHistogram(object):
2068 """Proxy of C++ ImageHistogram class"""
2069 def __repr__(self):
2070 return "<%s.%s; proxy of C++ wxImageHistogram instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2071 def __init__(self, *args, **kwargs):
2072 """__init__(self) -> ImageHistogram"""
2073 newobj = _core_.new_ImageHistogram(*args, **kwargs)
2074 self.this = newobj.this
2075 self.thisown = 1
2076 del newobj.thisown
2077 def MakeKey(*args, **kwargs):
2078 """
2079 MakeKey(unsigned char r, unsigned char g, unsigned char b) -> unsigned long
2080
2081 Get the key in the histogram for the given RGB values
2082 """
2083 return _core_.ImageHistogram_MakeKey(*args, **kwargs)
2084
2085 MakeKey = staticmethod(MakeKey)
2086 def FindFirstUnusedColour(*args, **kwargs):
2087 """
2088 FindFirstUnusedColour(int startR=1, int startG=0, int startB=0) -> (success, r, g, b)
2089
2090 Find first colour that is not used in the image and has higher RGB
2091 values than startR, startG, startB. Returns a tuple consisting of a
2092 success flag and rgb values.
2093 """
2094 return _core_.ImageHistogram_FindFirstUnusedColour(*args, **kwargs)
2095
2096
2097 class ImageHistogramPtr(ImageHistogram):
2098 def __init__(self, this):
2099 self.this = this
2100 if not hasattr(self,"thisown"): self.thisown = 0
2101 self.__class__ = ImageHistogram
2102 _core_.ImageHistogram_swigregister(ImageHistogramPtr)
2103
2104 def ImageHistogram_MakeKey(*args, **kwargs):
2105 """
2106 ImageHistogram_MakeKey(unsigned char r, unsigned char g, unsigned char b) -> unsigned long
2107
2108 Get the key in the histogram for the given RGB values
2109 """
2110 return _core_.ImageHistogram_MakeKey(*args, **kwargs)
2111
2112 class Image(Object):
2113 """Proxy of C++ Image class"""
2114 def __repr__(self):
2115 return "<%s.%s; proxy of C++ wxImage instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2116 def __init__(self, *args, **kwargs):
2117 """__init__(self, String name, long type=BITMAP_TYPE_ANY, int index=-1) -> Image"""
2118 newobj = _core_.new_Image(*args, **kwargs)
2119 self.this = newobj.this
2120 self.thisown = 1
2121 del newobj.thisown
2122 def __del__(self, destroy=_core_.delete_Image):
2123 """__del__(self)"""
2124 try:
2125 if self.thisown: destroy(self)
2126 except: pass
2127
2128 def Create(*args, **kwargs):
2129 """Create(self, int width, int height)"""
2130 return _core_.Image_Create(*args, **kwargs)
2131
2132 def Destroy(*args, **kwargs):
2133 """
2134 Destroy(self)
2135
2136 Deletes the C++ object this Python object is a proxy for.
2137 """
2138 return _core_.Image_Destroy(*args, **kwargs)
2139
2140 def Scale(*args, **kwargs):
2141 """Scale(self, int width, int height) -> Image"""
2142 return _core_.Image_Scale(*args, **kwargs)
2143
2144 def ShrinkBy(*args, **kwargs):
2145 """ShrinkBy(self, int xFactor, int yFactor) -> Image"""
2146 return _core_.Image_ShrinkBy(*args, **kwargs)
2147
2148 def Rescale(*args, **kwargs):
2149 """Rescale(self, int width, int height) -> Image"""
2150 return _core_.Image_Rescale(*args, **kwargs)
2151
2152 def SetRGB(*args, **kwargs):
2153 """SetRGB(self, int x, int y, unsigned char r, unsigned char g, unsigned char b)"""
2154 return _core_.Image_SetRGB(*args, **kwargs)
2155
2156 def GetRed(*args, **kwargs):
2157 """GetRed(self, int x, int y) -> unsigned char"""
2158 return _core_.Image_GetRed(*args, **kwargs)
2159
2160 def GetGreen(*args, **kwargs):
2161 """GetGreen(self, int x, int y) -> unsigned char"""
2162 return _core_.Image_GetGreen(*args, **kwargs)
2163
2164 def GetBlue(*args, **kwargs):
2165 """GetBlue(self, int x, int y) -> unsigned char"""
2166 return _core_.Image_GetBlue(*args, **kwargs)
2167
2168 def SetAlpha(*args, **kwargs):
2169 """SetAlpha(self, int x, int y, unsigned char alpha)"""
2170 return _core_.Image_SetAlpha(*args, **kwargs)
2171
2172 def GetAlpha(*args, **kwargs):
2173 """GetAlpha(self, int x, int y) -> unsigned char"""
2174 return _core_.Image_GetAlpha(*args, **kwargs)
2175
2176 def HasAlpha(*args, **kwargs):
2177 """HasAlpha(self) -> bool"""
2178 return _core_.Image_HasAlpha(*args, **kwargs)
2179
2180 def InitAlpha(*args, **kwargs):
2181 """
2182 InitAlpha(self)
2183
2184 Initializes the image alpha channel data. It is an error to call it if
2185 the image already has alpha data. If it doesn't, alpha data will be by
2186 default initialized to all pixels being fully opaque. But if the image
2187 has a a mask colour, all mask pixels will be completely transparent.
2188 """
2189 return _core_.Image_InitAlpha(*args, **kwargs)
2190
2191 def FindFirstUnusedColour(*args, **kwargs):
2192 """
2193 FindFirstUnusedColour(int startR=1, int startG=0, int startB=0) -> (success, r, g, b)
2194
2195 Find first colour that is not used in the image and has higher RGB
2196 values than startR, startG, startB. Returns a tuple consisting of a
2197 success flag and rgb values.
2198 """
2199 return _core_.Image_FindFirstUnusedColour(*args, **kwargs)
2200
2201 def ConvertAlphaToMask(*args, **kwargs):
2202 """
2203 ConvertAlphaToMask(self, byte threshold=128) -> bool
2204
2205 If the image has alpha channel, this method converts it to mask. All pixels
2206 with alpha value less than ``threshold`` are replaced with mask colour and the
2207 alpha channel is removed. Mask colour is chosen automatically using
2208 `FindFirstUnusedColour`.
2209
2210 If the image image doesn't have alpha channel, ConvertAlphaToMask does
2211 nothing.
2212 """
2213 return _core_.Image_ConvertAlphaToMask(*args, **kwargs)
2214
2215 def ConvertColourToAlpha(*args, **kwargs):
2216 """
2217 ConvertColourToAlpha(self, unsigned char r, unsigned char g, unsigned char b) -> bool
2218
2219 This method converts an image where the original alpha information is
2220 only available as a shades of a colour (actually shades of grey)
2221 typically when you draw anti-aliased text into a bitmap. The DC
2222 drawing routines draw grey values on the black background although
2223 they actually mean to draw white with differnt alpha values. This
2224 method reverses it, assuming a black (!) background and white text.
2225 The method will then fill up the whole image with the colour given.
2226 """
2227 return _core_.Image_ConvertColourToAlpha(*args, **kwargs)
2228
2229 def SetMaskFromImage(*args, **kwargs):
2230 """SetMaskFromImage(self, Image mask, byte mr, byte mg, byte mb) -> bool"""
2231 return _core_.Image_SetMaskFromImage(*args, **kwargs)
2232
2233 def CanRead(*args, **kwargs):
2234 """CanRead(String name) -> bool"""
2235 return _core_.Image_CanRead(*args, **kwargs)
2236
2237 CanRead = staticmethod(CanRead)
2238 def GetImageCount(*args, **kwargs):
2239 """GetImageCount(String name, long type=BITMAP_TYPE_ANY) -> int"""
2240 return _core_.Image_GetImageCount(*args, **kwargs)
2241
2242 GetImageCount = staticmethod(GetImageCount)
2243 def LoadFile(*args, **kwargs):
2244 """LoadFile(self, String name, long type=BITMAP_TYPE_ANY, int index=-1) -> bool"""
2245 return _core_.Image_LoadFile(*args, **kwargs)
2246
2247 def LoadMimeFile(*args, **kwargs):
2248 """LoadMimeFile(self, String name, String mimetype, int index=-1) -> bool"""
2249 return _core_.Image_LoadMimeFile(*args, **kwargs)
2250
2251 def SaveFile(*args, **kwargs):
2252 """SaveFile(self, String name, int type) -> bool"""
2253 return _core_.Image_SaveFile(*args, **kwargs)
2254
2255 def SaveMimeFile(*args, **kwargs):
2256 """SaveMimeFile(self, String name, String mimetype) -> bool"""
2257 return _core_.Image_SaveMimeFile(*args, **kwargs)
2258
2259 def CanReadStream(*args, **kwargs):
2260 """CanReadStream(InputStream stream) -> bool"""
2261 return _core_.Image_CanReadStream(*args, **kwargs)
2262
2263 CanReadStream = staticmethod(CanReadStream)
2264 def LoadStream(*args, **kwargs):
2265 """LoadStream(self, InputStream stream, long type=BITMAP_TYPE_ANY, int index=-1) -> bool"""
2266 return _core_.Image_LoadStream(*args, **kwargs)
2267
2268 def LoadMimeStream(*args, **kwargs):
2269 """LoadMimeStream(self, InputStream stream, String mimetype, int index=-1) -> bool"""
2270 return _core_.Image_LoadMimeStream(*args, **kwargs)
2271
2272 def Ok(*args, **kwargs):
2273 """Ok(self) -> bool"""
2274 return _core_.Image_Ok(*args, **kwargs)
2275
2276 def GetWidth(*args, **kwargs):
2277 """GetWidth(self) -> int"""
2278 return _core_.Image_GetWidth(*args, **kwargs)
2279
2280 def GetHeight(*args, **kwargs):
2281 """GetHeight(self) -> int"""
2282 return _core_.Image_GetHeight(*args, **kwargs)
2283
2284 def GetSize(*args, **kwargs):
2285 """GetSize(self) -> Size"""
2286 return _core_.Image_GetSize(*args, **kwargs)
2287
2288 def GetSubImage(*args, **kwargs):
2289 """GetSubImage(self, Rect rect) -> Image"""
2290 return _core_.Image_GetSubImage(*args, **kwargs)
2291
2292 def Copy(*args, **kwargs):
2293 """Copy(self) -> Image"""
2294 return _core_.Image_Copy(*args, **kwargs)
2295
2296 def Paste(*args, **kwargs):
2297 """Paste(self, Image image, int x, int y)"""
2298 return _core_.Image_Paste(*args, **kwargs)
2299
2300 def GetData(*args, **kwargs):
2301 """GetData(self) -> PyObject"""
2302 return _core_.Image_GetData(*args, **kwargs)
2303
2304 def SetData(*args, **kwargs):
2305 """SetData(self, PyObject data)"""
2306 return _core_.Image_SetData(*args, **kwargs)
2307
2308 def GetDataBuffer(*args, **kwargs):
2309 """GetDataBuffer(self) -> PyObject"""
2310 return _core_.Image_GetDataBuffer(*args, **kwargs)
2311
2312 def SetDataBuffer(*args, **kwargs):
2313 """SetDataBuffer(self, PyObject data)"""
2314 return _core_.Image_SetDataBuffer(*args, **kwargs)
2315
2316 def GetAlphaData(*args, **kwargs):
2317 """GetAlphaData(self) -> PyObject"""
2318 return _core_.Image_GetAlphaData(*args, **kwargs)
2319
2320 def SetAlphaData(*args, **kwargs):
2321 """SetAlphaData(self, PyObject data)"""
2322 return _core_.Image_SetAlphaData(*args, **kwargs)
2323
2324 def GetAlphaBuffer(*args, **kwargs):
2325 """GetAlphaBuffer(self) -> PyObject"""
2326 return _core_.Image_GetAlphaBuffer(*args, **kwargs)
2327
2328 def SetAlphaBuffer(*args, **kwargs):
2329 """SetAlphaBuffer(self, PyObject data)"""
2330 return _core_.Image_SetAlphaBuffer(*args, **kwargs)
2331
2332 def SetMaskColour(*args, **kwargs):
2333 """SetMaskColour(self, unsigned char r, unsigned char g, unsigned char b)"""
2334 return _core_.Image_SetMaskColour(*args, **kwargs)
2335
2336 def GetMaskRed(*args, **kwargs):
2337 """GetMaskRed(self) -> unsigned char"""
2338 return _core_.Image_GetMaskRed(*args, **kwargs)
2339
2340 def GetMaskGreen(*args, **kwargs):
2341 """GetMaskGreen(self) -> unsigned char"""
2342 return _core_.Image_GetMaskGreen(*args, **kwargs)
2343
2344 def GetMaskBlue(*args, **kwargs):
2345 """GetMaskBlue(self) -> unsigned char"""
2346 return _core_.Image_GetMaskBlue(*args, **kwargs)
2347
2348 def SetMask(*args, **kwargs):
2349 """SetMask(self, bool mask=True)"""
2350 return _core_.Image_SetMask(*args, **kwargs)
2351
2352 def HasMask(*args, **kwargs):
2353 """HasMask(self) -> bool"""
2354 return _core_.Image_HasMask(*args, **kwargs)
2355
2356 def Rotate(*args, **kwargs):
2357 """
2358 Rotate(self, double angle, Point centre_of_rotation, bool interpolating=True,
2359 Point offset_after_rotation=None) -> Image
2360 """
2361 return _core_.Image_Rotate(*args, **kwargs)
2362
2363 def Rotate90(*args, **kwargs):
2364 """Rotate90(self, bool clockwise=True) -> Image"""
2365 return _core_.Image_Rotate90(*args, **kwargs)
2366
2367 def Mirror(*args, **kwargs):
2368 """Mirror(self, bool horizontally=True) -> Image"""
2369 return _core_.Image_Mirror(*args, **kwargs)
2370
2371 def Replace(*args, **kwargs):
2372 """
2373 Replace(self, unsigned char r1, unsigned char g1, unsigned char b1,
2374 unsigned char r2, unsigned char g2, unsigned char b2)
2375 """
2376 return _core_.Image_Replace(*args, **kwargs)
2377
2378 def ConvertToMono(*args, **kwargs):
2379 """ConvertToMono(self, unsigned char r, unsigned char g, unsigned char b) -> Image"""
2380 return _core_.Image_ConvertToMono(*args, **kwargs)
2381
2382 def SetOption(*args, **kwargs):
2383 """SetOption(self, String name, String value)"""
2384 return _core_.Image_SetOption(*args, **kwargs)
2385
2386 def SetOptionInt(*args, **kwargs):
2387 """SetOptionInt(self, String name, int value)"""
2388 return _core_.Image_SetOptionInt(*args, **kwargs)
2389
2390 def GetOption(*args, **kwargs):
2391 """GetOption(self, String name) -> String"""
2392 return _core_.Image_GetOption(*args, **kwargs)
2393
2394 def GetOptionInt(*args, **kwargs):
2395 """GetOptionInt(self, String name) -> int"""
2396 return _core_.Image_GetOptionInt(*args, **kwargs)
2397
2398 def HasOption(*args, **kwargs):
2399 """HasOption(self, String name) -> bool"""
2400 return _core_.Image_HasOption(*args, **kwargs)
2401
2402 def CountColours(*args, **kwargs):
2403 """CountColours(self, unsigned long stopafter=(unsigned long) -1) -> unsigned long"""
2404 return _core_.Image_CountColours(*args, **kwargs)
2405
2406 def ComputeHistogram(*args, **kwargs):
2407 """ComputeHistogram(self, ImageHistogram h) -> unsigned long"""
2408 return _core_.Image_ComputeHistogram(*args, **kwargs)
2409
2410 def AddHandler(*args, **kwargs):
2411 """AddHandler(ImageHandler handler)"""
2412 return _core_.Image_AddHandler(*args, **kwargs)
2413
2414 AddHandler = staticmethod(AddHandler)
2415 def InsertHandler(*args, **kwargs):
2416 """InsertHandler(ImageHandler handler)"""
2417 return _core_.Image_InsertHandler(*args, **kwargs)
2418
2419 InsertHandler = staticmethod(InsertHandler)
2420 def RemoveHandler(*args, **kwargs):
2421 """RemoveHandler(String name) -> bool"""
2422 return _core_.Image_RemoveHandler(*args, **kwargs)
2423
2424 RemoveHandler = staticmethod(RemoveHandler)
2425 def GetImageExtWildcard(*args, **kwargs):
2426 """GetImageExtWildcard() -> String"""
2427 return _core_.Image_GetImageExtWildcard(*args, **kwargs)
2428
2429 GetImageExtWildcard = staticmethod(GetImageExtWildcard)
2430 def ConvertToBitmap(*args, **kwargs):
2431 """ConvertToBitmap(self, int depth=-1) -> Bitmap"""
2432 return _core_.Image_ConvertToBitmap(*args, **kwargs)
2433
2434 def ConvertToMonoBitmap(*args, **kwargs):
2435 """ConvertToMonoBitmap(self, unsigned char red, unsigned char green, unsigned char blue) -> Bitmap"""
2436 return _core_.Image_ConvertToMonoBitmap(*args, **kwargs)
2437
2438 def __nonzero__(self): return self.Ok()
2439
2440 class ImagePtr(Image):
2441 def __init__(self, this):
2442 self.this = this
2443 if not hasattr(self,"thisown"): self.thisown = 0
2444 self.__class__ = Image
2445 _core_.Image_swigregister(ImagePtr)
2446
2447 def ImageFromMime(*args, **kwargs):
2448 """ImageFromMime(String name, String mimetype, int index=-1) -> Image"""
2449 val = _core_.new_ImageFromMime(*args, **kwargs)
2450 val.thisown = 1
2451 return val
2452
2453 def ImageFromStream(*args, **kwargs):
2454 """ImageFromStream(InputStream stream, long type=BITMAP_TYPE_ANY, int index=-1) -> Image"""
2455 val = _core_.new_ImageFromStream(*args, **kwargs)
2456 val.thisown = 1
2457 return val
2458
2459 def ImageFromStreamMime(*args, **kwargs):
2460 """ImageFromStreamMime(InputStream stream, String mimetype, int index=-1) -> Image"""
2461 val = _core_.new_ImageFromStreamMime(*args, **kwargs)
2462 val.thisown = 1
2463 return val
2464
2465 def EmptyImage(*args, **kwargs):
2466 """EmptyImage(int width=0, int height=0, bool clear=True) -> Image"""
2467 val = _core_.new_EmptyImage(*args, **kwargs)
2468 val.thisown = 1
2469 return val
2470
2471 def ImageFromBitmap(*args, **kwargs):
2472 """ImageFromBitmap(Bitmap bitmap) -> Image"""
2473 val = _core_.new_ImageFromBitmap(*args, **kwargs)
2474 val.thisown = 1
2475 return val
2476
2477 def ImageFromData(*args, **kwargs):
2478 """ImageFromData(int width, int height, unsigned char data) -> Image"""
2479 val = _core_.new_ImageFromData(*args, **kwargs)
2480 val.thisown = 1
2481 return val
2482
2483 def ImageFromDataWithAlpha(*args, **kwargs):
2484 """ImageFromDataWithAlpha(int width, int height, unsigned char data, unsigned char alpha) -> Image"""
2485 val = _core_.new_ImageFromDataWithAlpha(*args, **kwargs)
2486 val.thisown = 1
2487 return val
2488
2489 def Image_CanRead(*args, **kwargs):
2490 """Image_CanRead(String name) -> bool"""
2491 return _core_.Image_CanRead(*args, **kwargs)
2492
2493 def Image_GetImageCount(*args, **kwargs):
2494 """Image_GetImageCount(String name, long type=BITMAP_TYPE_ANY) -> int"""
2495 return _core_.Image_GetImageCount(*args, **kwargs)
2496
2497 def Image_CanReadStream(*args, **kwargs):
2498 """Image_CanReadStream(InputStream stream) -> bool"""
2499 return _core_.Image_CanReadStream(*args, **kwargs)
2500
2501 def Image_AddHandler(*args, **kwargs):
2502 """Image_AddHandler(ImageHandler handler)"""
2503 return _core_.Image_AddHandler(*args, **kwargs)
2504
2505 def Image_InsertHandler(*args, **kwargs):
2506 """Image_InsertHandler(ImageHandler handler)"""
2507 return _core_.Image_InsertHandler(*args, **kwargs)
2508
2509 def Image_RemoveHandler(*args, **kwargs):
2510 """Image_RemoveHandler(String name) -> bool"""
2511 return _core_.Image_RemoveHandler(*args, **kwargs)
2512
2513 def Image_GetImageExtWildcard(*args, **kwargs):
2514 """Image_GetImageExtWildcard() -> String"""
2515 return _core_.Image_GetImageExtWildcard(*args, **kwargs)
2516
2517 def InitAllImageHandlers():
2518 """
2519 The former functionality of InitAllImageHanders is now done internal to
2520 the _core_ extension module and so this function has become a simple NOP.
2521 """
2522 pass
2523
2524 IMAGE_RESOLUTION_INCHES = _core_.IMAGE_RESOLUTION_INCHES
2525 IMAGE_RESOLUTION_CM = _core_.IMAGE_RESOLUTION_CM
2526 BMP_24BPP = _core_.BMP_24BPP
2527 BMP_8BPP = _core_.BMP_8BPP
2528 BMP_8BPP_GREY = _core_.BMP_8BPP_GREY
2529 BMP_8BPP_GRAY = _core_.BMP_8BPP_GRAY
2530 BMP_8BPP_RED = _core_.BMP_8BPP_RED
2531 BMP_8BPP_PALETTE = _core_.BMP_8BPP_PALETTE
2532 BMP_4BPP = _core_.BMP_4BPP
2533 BMP_1BPP = _core_.BMP_1BPP
2534 BMP_1BPP_BW = _core_.BMP_1BPP_BW
2535 class BMPHandler(ImageHandler):
2536 """Proxy of C++ BMPHandler class"""
2537 def __repr__(self):
2538 return "<%s.%s; proxy of C++ wxBMPHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2539 def __init__(self, *args, **kwargs):
2540 """__init__(self) -> BMPHandler"""
2541 newobj = _core_.new_BMPHandler(*args, **kwargs)
2542 self.this = newobj.this
2543 self.thisown = 1
2544 del newobj.thisown
2545
2546 class BMPHandlerPtr(BMPHandler):
2547 def __init__(self, this):
2548 self.this = this
2549 if not hasattr(self,"thisown"): self.thisown = 0
2550 self.__class__ = BMPHandler
2551 _core_.BMPHandler_swigregister(BMPHandlerPtr)
2552 NullImage = cvar.NullImage
2553 IMAGE_OPTION_FILENAME = cvar.IMAGE_OPTION_FILENAME
2554 IMAGE_OPTION_BMP_FORMAT = cvar.IMAGE_OPTION_BMP_FORMAT
2555 IMAGE_OPTION_CUR_HOTSPOT_X = cvar.IMAGE_OPTION_CUR_HOTSPOT_X
2556 IMAGE_OPTION_CUR_HOTSPOT_Y = cvar.IMAGE_OPTION_CUR_HOTSPOT_Y
2557 IMAGE_OPTION_RESOLUTION = cvar.IMAGE_OPTION_RESOLUTION
2558 IMAGE_OPTION_RESOLUTIONX = cvar.IMAGE_OPTION_RESOLUTIONX
2559 IMAGE_OPTION_RESOLUTIONY = cvar.IMAGE_OPTION_RESOLUTIONY
2560 IMAGE_OPTION_RESOLUTIONUNIT = cvar.IMAGE_OPTION_RESOLUTIONUNIT
2561 IMAGE_OPTION_QUALITY = cvar.IMAGE_OPTION_QUALITY
2562 IMAGE_OPTION_BITSPERSAMPLE = cvar.IMAGE_OPTION_BITSPERSAMPLE
2563 IMAGE_OPTION_SAMPLESPERPIXEL = cvar.IMAGE_OPTION_SAMPLESPERPIXEL
2564 IMAGE_OPTION_COMPRESSION = cvar.IMAGE_OPTION_COMPRESSION
2565 IMAGE_OPTION_IMAGEDESCRIPTOR = cvar.IMAGE_OPTION_IMAGEDESCRIPTOR
2566
2567 class ICOHandler(BMPHandler):
2568 """Proxy of C++ ICOHandler class"""
2569 def __repr__(self):
2570 return "<%s.%s; proxy of C++ wxICOHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2571 def __init__(self, *args, **kwargs):
2572 """__init__(self) -> ICOHandler"""
2573 newobj = _core_.new_ICOHandler(*args, **kwargs)
2574 self.this = newobj.this
2575 self.thisown = 1
2576 del newobj.thisown
2577
2578 class ICOHandlerPtr(ICOHandler):
2579 def __init__(self, this):
2580 self.this = this
2581 if not hasattr(self,"thisown"): self.thisown = 0
2582 self.__class__ = ICOHandler
2583 _core_.ICOHandler_swigregister(ICOHandlerPtr)
2584
2585 class CURHandler(ICOHandler):
2586 """Proxy of C++ CURHandler class"""
2587 def __repr__(self):
2588 return "<%s.%s; proxy of C++ wxCURHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2589 def __init__(self, *args, **kwargs):
2590 """__init__(self) -> CURHandler"""
2591 newobj = _core_.new_CURHandler(*args, **kwargs)
2592 self.this = newobj.this
2593 self.thisown = 1
2594 del newobj.thisown
2595
2596 class CURHandlerPtr(CURHandler):
2597 def __init__(self, this):
2598 self.this = this
2599 if not hasattr(self,"thisown"): self.thisown = 0
2600 self.__class__ = CURHandler
2601 _core_.CURHandler_swigregister(CURHandlerPtr)
2602
2603 class ANIHandler(CURHandler):
2604 """Proxy of C++ ANIHandler class"""
2605 def __repr__(self):
2606 return "<%s.%s; proxy of C++ wxANIHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2607 def __init__(self, *args, **kwargs):
2608 """__init__(self) -> ANIHandler"""
2609 newobj = _core_.new_ANIHandler(*args, **kwargs)
2610 self.this = newobj.this
2611 self.thisown = 1
2612 del newobj.thisown
2613
2614 class ANIHandlerPtr(ANIHandler):
2615 def __init__(self, this):
2616 self.this = this
2617 if not hasattr(self,"thisown"): self.thisown = 0
2618 self.__class__ = ANIHandler
2619 _core_.ANIHandler_swigregister(ANIHandlerPtr)
2620
2621 class PNGHandler(ImageHandler):
2622 """Proxy of C++ PNGHandler class"""
2623 def __repr__(self):
2624 return "<%s.%s; proxy of C++ wxPNGHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2625 def __init__(self, *args, **kwargs):
2626 """__init__(self) -> PNGHandler"""
2627 newobj = _core_.new_PNGHandler(*args, **kwargs)
2628 self.this = newobj.this
2629 self.thisown = 1
2630 del newobj.thisown
2631
2632 class PNGHandlerPtr(PNGHandler):
2633 def __init__(self, this):
2634 self.this = this
2635 if not hasattr(self,"thisown"): self.thisown = 0
2636 self.__class__ = PNGHandler
2637 _core_.PNGHandler_swigregister(PNGHandlerPtr)
2638
2639 class GIFHandler(ImageHandler):
2640 """Proxy of C++ GIFHandler class"""
2641 def __repr__(self):
2642 return "<%s.%s; proxy of C++ wxGIFHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2643 def __init__(self, *args, **kwargs):
2644 """__init__(self) -> GIFHandler"""
2645 newobj = _core_.new_GIFHandler(*args, **kwargs)
2646 self.this = newobj.this
2647 self.thisown = 1
2648 del newobj.thisown
2649
2650 class GIFHandlerPtr(GIFHandler):
2651 def __init__(self, this):
2652 self.this = this
2653 if not hasattr(self,"thisown"): self.thisown = 0
2654 self.__class__ = GIFHandler
2655 _core_.GIFHandler_swigregister(GIFHandlerPtr)
2656
2657 class PCXHandler(ImageHandler):
2658 """Proxy of C++ PCXHandler class"""
2659 def __repr__(self):
2660 return "<%s.%s; proxy of C++ wxPCXHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2661 def __init__(self, *args, **kwargs):
2662 """__init__(self) -> PCXHandler"""
2663 newobj = _core_.new_PCXHandler(*args, **kwargs)
2664 self.this = newobj.this
2665 self.thisown = 1
2666 del newobj.thisown
2667
2668 class PCXHandlerPtr(PCXHandler):
2669 def __init__(self, this):
2670 self.this = this
2671 if not hasattr(self,"thisown"): self.thisown = 0
2672 self.__class__ = PCXHandler
2673 _core_.PCXHandler_swigregister(PCXHandlerPtr)
2674
2675 class JPEGHandler(ImageHandler):
2676 """Proxy of C++ JPEGHandler class"""
2677 def __repr__(self):
2678 return "<%s.%s; proxy of C++ wxJPEGHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2679 def __init__(self, *args, **kwargs):
2680 """__init__(self) -> JPEGHandler"""
2681 newobj = _core_.new_JPEGHandler(*args, **kwargs)
2682 self.this = newobj.this
2683 self.thisown = 1
2684 del newobj.thisown
2685
2686 class JPEGHandlerPtr(JPEGHandler):
2687 def __init__(self, this):
2688 self.this = this
2689 if not hasattr(self,"thisown"): self.thisown = 0
2690 self.__class__ = JPEGHandler
2691 _core_.JPEGHandler_swigregister(JPEGHandlerPtr)
2692
2693 class PNMHandler(ImageHandler):
2694 """Proxy of C++ PNMHandler class"""
2695 def __repr__(self):
2696 return "<%s.%s; proxy of C++ wxPNMHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2697 def __init__(self, *args, **kwargs):
2698 """__init__(self) -> PNMHandler"""
2699 newobj = _core_.new_PNMHandler(*args, **kwargs)
2700 self.this = newobj.this
2701 self.thisown = 1
2702 del newobj.thisown
2703
2704 class PNMHandlerPtr(PNMHandler):
2705 def __init__(self, this):
2706 self.this = this
2707 if not hasattr(self,"thisown"): self.thisown = 0
2708 self.__class__ = PNMHandler
2709 _core_.PNMHandler_swigregister(PNMHandlerPtr)
2710
2711 class XPMHandler(ImageHandler):
2712 """Proxy of C++ XPMHandler class"""
2713 def __repr__(self):
2714 return "<%s.%s; proxy of C++ wxXPMHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2715 def __init__(self, *args, **kwargs):
2716 """__init__(self) -> XPMHandler"""
2717 newobj = _core_.new_XPMHandler(*args, **kwargs)
2718 self.this = newobj.this
2719 self.thisown = 1
2720 del newobj.thisown
2721
2722 class XPMHandlerPtr(XPMHandler):
2723 def __init__(self, this):
2724 self.this = this
2725 if not hasattr(self,"thisown"): self.thisown = 0
2726 self.__class__ = XPMHandler
2727 _core_.XPMHandler_swigregister(XPMHandlerPtr)
2728
2729 class TIFFHandler(ImageHandler):
2730 """Proxy of C++ TIFFHandler class"""
2731 def __repr__(self):
2732 return "<%s.%s; proxy of C++ wxTIFFHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2733 def __init__(self, *args, **kwargs):
2734 """__init__(self) -> TIFFHandler"""
2735 newobj = _core_.new_TIFFHandler(*args, **kwargs)
2736 self.this = newobj.this
2737 self.thisown = 1
2738 del newobj.thisown
2739
2740 class TIFFHandlerPtr(TIFFHandler):
2741 def __init__(self, this):
2742 self.this = this
2743 if not hasattr(self,"thisown"): self.thisown = 0
2744 self.__class__ = TIFFHandler
2745 _core_.TIFFHandler_swigregister(TIFFHandlerPtr)
2746
2747 QUANTIZE_INCLUDE_WINDOWS_COLOURS = _core_.QUANTIZE_INCLUDE_WINDOWS_COLOURS
2748 QUANTIZE_FILL_DESTINATION_IMAGE = _core_.QUANTIZE_FILL_DESTINATION_IMAGE
2749 class Quantize(object):
2750 """Performs quantization, or colour reduction, on a wxImage."""
2751 def __init__(self): raise RuntimeError, "No constructor defined"
2752 def __repr__(self):
2753 return "<%s.%s; proxy of C++ wxQuantize instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2754 def Quantize(*args, **kwargs):
2755 """
2756 Quantize(Image src, Image dest, int desiredNoColours=236, int flags=wxQUANTIZE_INCLUDE_WINDOWS_COLOURS|wxQUANTIZE_FILL_DESTINATION_IMAGE) -> bool
2757
2758 Reduce the colours in the source image and put the result into the
2759 destination image, setting the palette in the destination if
2760 needed. Both images may be the same, to overwrite the source image.
2761 """
2762 return _core_.Quantize_Quantize(*args, **kwargs)
2763
2764 Quantize = staticmethod(Quantize)
2765
2766 class QuantizePtr(Quantize):
2767 def __init__(self, this):
2768 self.this = this
2769 if not hasattr(self,"thisown"): self.thisown = 0
2770 self.__class__ = Quantize
2771 _core_.Quantize_swigregister(QuantizePtr)
2772
2773 def Quantize_Quantize(*args, **kwargs):
2774 """
2775 Quantize_Quantize(Image src, Image dest, int desiredNoColours=236, int flags=wxQUANTIZE_INCLUDE_WINDOWS_COLOURS|wxQUANTIZE_FILL_DESTINATION_IMAGE) -> bool
2776
2777 Reduce the colours in the source image and put the result into the
2778 destination image, setting the palette in the destination if
2779 needed. Both images may be the same, to overwrite the source image.
2780 """
2781 return _core_.Quantize_Quantize(*args, **kwargs)
2782
2783 #---------------------------------------------------------------------------
2784
2785 class EvtHandler(Object):
2786 """Proxy of C++ EvtHandler class"""
2787 def __repr__(self):
2788 return "<%s.%s; proxy of C++ wxEvtHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2789 def __init__(self, *args, **kwargs):
2790 """__init__(self) -> EvtHandler"""
2791 newobj = _core_.new_EvtHandler(*args, **kwargs)
2792 self.this = newobj.this
2793 self.thisown = 1
2794 del newobj.thisown
2795 def GetNextHandler(*args, **kwargs):
2796 """GetNextHandler(self) -> EvtHandler"""
2797 return _core_.EvtHandler_GetNextHandler(*args, **kwargs)
2798
2799 def GetPreviousHandler(*args, **kwargs):
2800 """GetPreviousHandler(self) -> EvtHandler"""
2801 return _core_.EvtHandler_GetPreviousHandler(*args, **kwargs)
2802
2803 def SetNextHandler(*args, **kwargs):
2804 """SetNextHandler(self, EvtHandler handler)"""
2805 return _core_.EvtHandler_SetNextHandler(*args, **kwargs)
2806
2807 def SetPreviousHandler(*args, **kwargs):
2808 """SetPreviousHandler(self, EvtHandler handler)"""
2809 return _core_.EvtHandler_SetPreviousHandler(*args, **kwargs)
2810
2811 def GetEvtHandlerEnabled(*args, **kwargs):
2812 """GetEvtHandlerEnabled(self) -> bool"""
2813 return _core_.EvtHandler_GetEvtHandlerEnabled(*args, **kwargs)
2814
2815 def SetEvtHandlerEnabled(*args, **kwargs):
2816 """SetEvtHandlerEnabled(self, bool enabled)"""
2817 return _core_.EvtHandler_SetEvtHandlerEnabled(*args, **kwargs)
2818
2819 def ProcessEvent(*args, **kwargs):
2820 """ProcessEvent(self, Event event) -> bool"""
2821 return _core_.EvtHandler_ProcessEvent(*args, **kwargs)
2822
2823 def AddPendingEvent(*args, **kwargs):
2824 """AddPendingEvent(self, Event event)"""
2825 return _core_.EvtHandler_AddPendingEvent(*args, **kwargs)
2826
2827 def ProcessPendingEvents(*args, **kwargs):
2828 """ProcessPendingEvents(self)"""
2829 return _core_.EvtHandler_ProcessPendingEvents(*args, **kwargs)
2830
2831 def Connect(*args, **kwargs):
2832 """Connect(self, int id, int lastId, int eventType, PyObject func)"""
2833 return _core_.EvtHandler_Connect(*args, **kwargs)
2834
2835 def Disconnect(*args, **kwargs):
2836 """Disconnect(self, int id, int lastId=-1, wxEventType eventType=wxEVT_NULL) -> bool"""
2837 return _core_.EvtHandler_Disconnect(*args, **kwargs)
2838
2839 def _setOORInfo(*args, **kwargs):
2840 """_setOORInfo(self, PyObject _self, bool incref=True)"""
2841 return _core_.EvtHandler__setOORInfo(*args, **kwargs)
2842
2843 def Bind(self, event, handler, source=None, id=wx.ID_ANY, id2=wx.ID_ANY):
2844 """
2845 Bind an event to an event handler.
2846
2847 :param event: One of the EVT_* objects that specifies the
2848 type of event to bind,
2849
2850 :param handler: A callable object to be invoked when the
2851 event is delivered to self. Pass None to
2852 disconnect an event handler.
2853
2854 :param source: Sometimes the event originates from a
2855 different window than self, but you still
2856 want to catch it in self. (For example, a
2857 button event delivered to a frame.) By
2858 passing the source of the event, the event
2859 handling system is able to differentiate
2860 between the same event type from different
2861 controls.
2862
2863 :param id: Used to spcify the event source by ID instead
2864 of instance.
2865
2866 :param id2: Used when it is desirable to bind a handler
2867 to a range of IDs, such as with EVT_MENU_RANGE.
2868 """
2869 if source is not None:
2870 id = source.GetId()
2871 event.Bind(self, id, id2, handler)
2872
2873 def Unbind(self, event, source=None, id=wx.ID_ANY, id2=wx.ID_ANY):
2874 """
2875 Disconencts the event handler binding for event from self.
2876 Returns True if successful.
2877 """
2878 if source is not None:
2879 id = source.GetId()
2880 return event.Unbind(self, id, id2)
2881
2882
2883 class EvtHandlerPtr(EvtHandler):
2884 def __init__(self, this):
2885 self.this = this
2886 if not hasattr(self,"thisown"): self.thisown = 0
2887 self.__class__ = EvtHandler
2888 _core_.EvtHandler_swigregister(EvtHandlerPtr)
2889
2890 #---------------------------------------------------------------------------
2891
2892 class PyEventBinder(object):
2893 """
2894 Instances of this class are used to bind specific events to event
2895 handlers.
2896 """
2897 def __init__(self, evtType, expectedIDs=0):
2898 if expectedIDs not in [0, 1, 2]:
2899 raise ValueError, "Invalid number of expectedIDs"
2900 self.expectedIDs = expectedIDs
2901
2902 if type(evtType) == list or type(evtType) == tuple:
2903 self.evtType = evtType
2904 else:
2905 self.evtType = [evtType]
2906
2907
2908 def Bind(self, target, id1, id2, function):
2909 """Bind this set of event types to target."""
2910 for et in self.evtType:
2911 target.Connect(id1, id2, et, function)
2912
2913
2914 def Unbind(self, target, id1, id2):
2915 """Remove an event binding."""
2916 success = 0
2917 for et in self.evtType:
2918 success += target.Disconnect(id1, id2, et)
2919 return success != 0
2920
2921
2922 def __call__(self, *args):
2923 """
2924 For backwards compatibility with the old EVT_* functions.
2925 Should be called with either (window, func), (window, ID,
2926 func) or (window, ID1, ID2, func) parameters depending on the
2927 type of the event.
2928 """
2929 assert len(args) == 2 + self.expectedIDs
2930 id1 = wx.ID_ANY
2931 id2 = wx.ID_ANY
2932 target = args[0]
2933 if self.expectedIDs == 0:
2934 func = args[1]
2935 elif self.expectedIDs == 1:
2936 id1 = args[1]
2937 func = args[2]
2938 elif self.expectedIDs == 2:
2939 id1 = args[1]
2940 id2 = args[2]
2941 func = args[3]
2942 else:
2943 raise ValueError, "Unexpected number of IDs"
2944
2945 self.Bind(target, id1, id2, func)
2946
2947
2948 # These two are square pegs that don't fit the PyEventBinder hole...
2949 def EVT_COMMAND(win, id, cmd, func):
2950 win.Connect(id, -1, cmd, func)
2951 def EVT_COMMAND_RANGE(win, id1, id2, cmd, func):
2952 win.Connect(id1, id2, cmd, func)
2953
2954
2955 #---------------------------------------------------------------------------
2956
2957 #---------------------------------------------------------------------------
2958
2959 EVENT_PROPAGATE_NONE = _core_.EVENT_PROPAGATE_NONE
2960 EVENT_PROPAGATE_MAX = _core_.EVENT_PROPAGATE_MAX
2961
2962 def NewEventType(*args, **kwargs):
2963 """NewEventType() -> wxEventType"""
2964 return _core_.NewEventType(*args, **kwargs)
2965 wxEVT_NULL = _core_.wxEVT_NULL
2966 wxEVT_FIRST = _core_.wxEVT_FIRST
2967 wxEVT_USER_FIRST = _core_.wxEVT_USER_FIRST
2968 wxEVT_COMMAND_BUTTON_CLICKED = _core_.wxEVT_COMMAND_BUTTON_CLICKED
2969 wxEVT_COMMAND_CHECKBOX_CLICKED = _core_.wxEVT_COMMAND_CHECKBOX_CLICKED
2970 wxEVT_COMMAND_CHOICE_SELECTED = _core_.wxEVT_COMMAND_CHOICE_SELECTED
2971 wxEVT_COMMAND_LISTBOX_SELECTED = _core_.wxEVT_COMMAND_LISTBOX_SELECTED
2972 wxEVT_COMMAND_LISTBOX_DOUBLECLICKED = _core_.wxEVT_COMMAND_LISTBOX_DOUBLECLICKED
2973 wxEVT_COMMAND_CHECKLISTBOX_TOGGLED = _core_.wxEVT_COMMAND_CHECKLISTBOX_TOGGLED
2974 wxEVT_COMMAND_MENU_SELECTED = _core_.wxEVT_COMMAND_MENU_SELECTED
2975 wxEVT_COMMAND_TOOL_CLICKED = _core_.wxEVT_COMMAND_TOOL_CLICKED
2976 wxEVT_COMMAND_SLIDER_UPDATED = _core_.wxEVT_COMMAND_SLIDER_UPDATED
2977 wxEVT_COMMAND_RADIOBOX_SELECTED = _core_.wxEVT_COMMAND_RADIOBOX_SELECTED
2978 wxEVT_COMMAND_RADIOBUTTON_SELECTED = _core_.wxEVT_COMMAND_RADIOBUTTON_SELECTED
2979 wxEVT_COMMAND_SCROLLBAR_UPDATED = _core_.wxEVT_COMMAND_SCROLLBAR_UPDATED
2980 wxEVT_COMMAND_VLBOX_SELECTED = _core_.wxEVT_COMMAND_VLBOX_SELECTED
2981 wxEVT_COMMAND_COMBOBOX_SELECTED = _core_.wxEVT_COMMAND_COMBOBOX_SELECTED
2982 wxEVT_COMMAND_TOOL_RCLICKED = _core_.wxEVT_COMMAND_TOOL_RCLICKED
2983 wxEVT_COMMAND_TOOL_ENTER = _core_.wxEVT_COMMAND_TOOL_ENTER
2984 wxEVT_LEFT_DOWN = _core_.wxEVT_LEFT_DOWN
2985 wxEVT_LEFT_UP = _core_.wxEVT_LEFT_UP
2986 wxEVT_MIDDLE_DOWN = _core_.wxEVT_MIDDLE_DOWN
2987 wxEVT_MIDDLE_UP = _core_.wxEVT_MIDDLE_UP
2988 wxEVT_RIGHT_DOWN = _core_.wxEVT_RIGHT_DOWN
2989 wxEVT_RIGHT_UP = _core_.wxEVT_RIGHT_UP
2990 wxEVT_MOTION = _core_.wxEVT_MOTION
2991 wxEVT_ENTER_WINDOW = _core_.wxEVT_ENTER_WINDOW
2992 wxEVT_LEAVE_WINDOW = _core_.wxEVT_LEAVE_WINDOW
2993 wxEVT_LEFT_DCLICK = _core_.wxEVT_LEFT_DCLICK
2994 wxEVT_MIDDLE_DCLICK = _core_.wxEVT_MIDDLE_DCLICK
2995 wxEVT_RIGHT_DCLICK = _core_.wxEVT_RIGHT_DCLICK
2996 wxEVT_SET_FOCUS = _core_.wxEVT_SET_FOCUS
2997 wxEVT_KILL_FOCUS = _core_.wxEVT_KILL_FOCUS
2998 wxEVT_CHILD_FOCUS = _core_.wxEVT_CHILD_FOCUS
2999 wxEVT_MOUSEWHEEL = _core_.wxEVT_MOUSEWHEEL
3000 wxEVT_NC_LEFT_DOWN = _core_.wxEVT_NC_LEFT_DOWN
3001 wxEVT_NC_LEFT_UP = _core_.wxEVT_NC_LEFT_UP
3002 wxEVT_NC_MIDDLE_DOWN = _core_.wxEVT_NC_MIDDLE_DOWN
3003 wxEVT_NC_MIDDLE_UP = _core_.wxEVT_NC_MIDDLE_UP
3004 wxEVT_NC_RIGHT_DOWN = _core_.wxEVT_NC_RIGHT_DOWN
3005 wxEVT_NC_RIGHT_UP = _core_.wxEVT_NC_RIGHT_UP
3006 wxEVT_NC_MOTION = _core_.wxEVT_NC_MOTION
3007 wxEVT_NC_ENTER_WINDOW = _core_.wxEVT_NC_ENTER_WINDOW
3008 wxEVT_NC_LEAVE_WINDOW = _core_.wxEVT_NC_LEAVE_WINDOW
3009 wxEVT_NC_LEFT_DCLICK = _core_.wxEVT_NC_LEFT_DCLICK
3010 wxEVT_NC_MIDDLE_DCLICK = _core_.wxEVT_NC_MIDDLE_DCLICK
3011 wxEVT_NC_RIGHT_DCLICK = _core_.wxEVT_NC_RIGHT_DCLICK
3012 wxEVT_CHAR = _core_.wxEVT_CHAR
3013 wxEVT_CHAR_HOOK = _core_.wxEVT_CHAR_HOOK
3014 wxEVT_NAVIGATION_KEY = _core_.wxEVT_NAVIGATION_KEY
3015 wxEVT_KEY_DOWN = _core_.wxEVT_KEY_DOWN
3016 wxEVT_KEY_UP = _core_.wxEVT_KEY_UP
3017 wxEVT_HOTKEY = _core_.wxEVT_HOTKEY
3018 wxEVT_SET_CURSOR = _core_.wxEVT_SET_CURSOR
3019 wxEVT_SCROLL_TOP = _core_.wxEVT_SCROLL_TOP
3020 wxEVT_SCROLL_BOTTOM = _core_.wxEVT_SCROLL_BOTTOM
3021 wxEVT_SCROLL_LINEUP = _core_.wxEVT_SCROLL_LINEUP
3022 wxEVT_SCROLL_LINEDOWN = _core_.wxEVT_SCROLL_LINEDOWN
3023 wxEVT_SCROLL_PAGEUP = _core_.wxEVT_SCROLL_PAGEUP
3024 wxEVT_SCROLL_PAGEDOWN = _core_.wxEVT_SCROLL_PAGEDOWN
3025 wxEVT_SCROLL_THUMBTRACK = _core_.wxEVT_SCROLL_THUMBTRACK
3026 wxEVT_SCROLL_THUMBRELEASE = _core_.wxEVT_SCROLL_THUMBRELEASE
3027 wxEVT_SCROLL_ENDSCROLL = _core_.wxEVT_SCROLL_ENDSCROLL
3028 wxEVT_SCROLLWIN_TOP = _core_.wxEVT_SCROLLWIN_TOP
3029 wxEVT_SCROLLWIN_BOTTOM = _core_.wxEVT_SCROLLWIN_BOTTOM
3030 wxEVT_SCROLLWIN_LINEUP = _core_.wxEVT_SCROLLWIN_LINEUP
3031 wxEVT_SCROLLWIN_LINEDOWN = _core_.wxEVT_SCROLLWIN_LINEDOWN
3032 wxEVT_SCROLLWIN_PAGEUP = _core_.wxEVT_SCROLLWIN_PAGEUP
3033 wxEVT_SCROLLWIN_PAGEDOWN = _core_.wxEVT_SCROLLWIN_PAGEDOWN
3034 wxEVT_SCROLLWIN_THUMBTRACK = _core_.wxEVT_SCROLLWIN_THUMBTRACK
3035 wxEVT_SCROLLWIN_THUMBRELEASE = _core_.wxEVT_SCROLLWIN_THUMBRELEASE
3036 wxEVT_SIZE = _core_.wxEVT_SIZE
3037 wxEVT_MOVE = _core_.wxEVT_MOVE
3038 wxEVT_CLOSE_WINDOW = _core_.wxEVT_CLOSE_WINDOW
3039 wxEVT_END_SESSION = _core_.wxEVT_END_SESSION
3040 wxEVT_QUERY_END_SESSION = _core_.wxEVT_QUERY_END_SESSION
3041 wxEVT_ACTIVATE_APP = _core_.wxEVT_ACTIVATE_APP
3042 wxEVT_POWER = _core_.wxEVT_POWER
3043 wxEVT_ACTIVATE = _core_.wxEVT_ACTIVATE
3044 wxEVT_CREATE = _core_.wxEVT_CREATE
3045 wxEVT_DESTROY = _core_.wxEVT_DESTROY
3046 wxEVT_SHOW = _core_.wxEVT_SHOW
3047 wxEVT_ICONIZE = _core_.wxEVT_ICONIZE
3048 wxEVT_MAXIMIZE = _core_.wxEVT_MAXIMIZE
3049 wxEVT_MOUSE_CAPTURE_CHANGED = _core_.wxEVT_MOUSE_CAPTURE_CHANGED
3050 wxEVT_PAINT = _core_.wxEVT_PAINT
3051 wxEVT_ERASE_BACKGROUND = _core_.wxEVT_ERASE_BACKGROUND
3052 wxEVT_NC_PAINT = _core_.wxEVT_NC_PAINT
3053 wxEVT_PAINT_ICON = _core_.wxEVT_PAINT_ICON
3054 wxEVT_MENU_OPEN = _core_.wxEVT_MENU_OPEN
3055 wxEVT_MENU_CLOSE = _core_.wxEVT_MENU_CLOSE
3056 wxEVT_MENU_HIGHLIGHT = _core_.wxEVT_MENU_HIGHLIGHT
3057 wxEVT_CONTEXT_MENU = _core_.wxEVT_CONTEXT_MENU
3058 wxEVT_SYS_COLOUR_CHANGED = _core_.wxEVT_SYS_COLOUR_CHANGED
3059 wxEVT_DISPLAY_CHANGED = _core_.wxEVT_DISPLAY_CHANGED
3060 wxEVT_SETTING_CHANGED = _core_.wxEVT_SETTING_CHANGED
3061 wxEVT_QUERY_NEW_PALETTE = _core_.wxEVT_QUERY_NEW_PALETTE
3062 wxEVT_PALETTE_CHANGED = _core_.wxEVT_PALETTE_CHANGED
3063 wxEVT_DROP_FILES = _core_.wxEVT_DROP_FILES
3064 wxEVT_DRAW_ITEM = _core_.wxEVT_DRAW_ITEM
3065 wxEVT_MEASURE_ITEM = _core_.wxEVT_MEASURE_ITEM
3066 wxEVT_COMPARE_ITEM = _core_.wxEVT_COMPARE_ITEM
3067 wxEVT_INIT_DIALOG = _core_.wxEVT_INIT_DIALOG
3068 wxEVT_IDLE = _core_.wxEVT_IDLE
3069 wxEVT_UPDATE_UI = _core_.wxEVT_UPDATE_UI
3070 wxEVT_SIZING = _core_.wxEVT_SIZING
3071 wxEVT_MOVING = _core_.wxEVT_MOVING
3072 wxEVT_COMMAND_LEFT_CLICK = _core_.wxEVT_COMMAND_LEFT_CLICK
3073 wxEVT_COMMAND_LEFT_DCLICK = _core_.wxEVT_COMMAND_LEFT_DCLICK
3074 wxEVT_COMMAND_RIGHT_CLICK = _core_.wxEVT_COMMAND_RIGHT_CLICK
3075 wxEVT_COMMAND_RIGHT_DCLICK = _core_.wxEVT_COMMAND_RIGHT_DCLICK
3076 wxEVT_COMMAND_SET_FOCUS = _core_.wxEVT_COMMAND_SET_FOCUS
3077 wxEVT_COMMAND_KILL_FOCUS = _core_.wxEVT_COMMAND_KILL_FOCUS
3078 wxEVT_COMMAND_ENTER = _core_.wxEVT_COMMAND_ENTER
3079 #
3080 # Create some event binders
3081 EVT_SIZE = wx.PyEventBinder( wxEVT_SIZE )
3082 EVT_SIZING = wx.PyEventBinder( wxEVT_SIZING )
3083 EVT_MOVE = wx.PyEventBinder( wxEVT_MOVE )
3084 EVT_MOVING = wx.PyEventBinder( wxEVT_MOVING )
3085 EVT_CLOSE = wx.PyEventBinder( wxEVT_CLOSE_WINDOW )
3086 EVT_END_SESSION = wx.PyEventBinder( wxEVT_END_SESSION )
3087 EVT_QUERY_END_SESSION = wx.PyEventBinder( wxEVT_QUERY_END_SESSION )
3088 EVT_PAINT = wx.PyEventBinder( wxEVT_PAINT )
3089 EVT_NC_PAINT = wx.PyEventBinder( wxEVT_NC_PAINT )
3090 EVT_ERASE_BACKGROUND = wx.PyEventBinder( wxEVT_ERASE_BACKGROUND )
3091 EVT_CHAR = wx.PyEventBinder( wxEVT_CHAR )
3092 EVT_KEY_DOWN = wx.PyEventBinder( wxEVT_KEY_DOWN )
3093 EVT_KEY_UP = wx.PyEventBinder( wxEVT_KEY_UP )
3094 EVT_HOTKEY = wx.PyEventBinder( wxEVT_HOTKEY, 1)
3095 EVT_CHAR_HOOK = wx.PyEventBinder( wxEVT_CHAR_HOOK )
3096 EVT_MENU_OPEN = wx.PyEventBinder( wxEVT_MENU_OPEN )
3097 EVT_MENU_CLOSE = wx.PyEventBinder( wxEVT_MENU_CLOSE )
3098 EVT_MENU_HIGHLIGHT = wx.PyEventBinder( wxEVT_MENU_HIGHLIGHT, 1)
3099 EVT_MENU_HIGHLIGHT_ALL = wx.PyEventBinder( wxEVT_MENU_HIGHLIGHT )
3100 EVT_SET_FOCUS = wx.PyEventBinder( wxEVT_SET_FOCUS )
3101 EVT_KILL_FOCUS = wx.PyEventBinder( wxEVT_KILL_FOCUS )
3102 EVT_CHILD_FOCUS = wx.PyEventBinder( wxEVT_CHILD_FOCUS )
3103 EVT_ACTIVATE = wx.PyEventBinder( wxEVT_ACTIVATE )
3104 EVT_ACTIVATE_APP = wx.PyEventBinder( wxEVT_ACTIVATE_APP )
3105 EVT_END_SESSION = wx.PyEventBinder( wxEVT_END_SESSION )
3106 EVT_QUERY_END_SESSION = wx.PyEventBinder( wxEVT_QUERY_END_SESSION )
3107 EVT_DROP_FILES = wx.PyEventBinder( wxEVT_DROP_FILES )
3108 EVT_INIT_DIALOG = wx.PyEventBinder( wxEVT_INIT_DIALOG )
3109 EVT_SYS_COLOUR_CHANGED = wx.PyEventBinder( wxEVT_SYS_COLOUR_CHANGED )
3110 EVT_DISPLAY_CHANGED = wx.PyEventBinder( wxEVT_DISPLAY_CHANGED )
3111 EVT_SHOW = wx.PyEventBinder( wxEVT_SHOW )
3112 EVT_MAXIMIZE = wx.PyEventBinder( wxEVT_MAXIMIZE )
3113 EVT_ICONIZE = wx.PyEventBinder( wxEVT_ICONIZE )
3114 EVT_NAVIGATION_KEY = wx.PyEventBinder( wxEVT_NAVIGATION_KEY )
3115 EVT_PALETTE_CHANGED = wx.PyEventBinder( wxEVT_PALETTE_CHANGED )
3116 EVT_QUERY_NEW_PALETTE = wx.PyEventBinder( wxEVT_QUERY_NEW_PALETTE )
3117 EVT_WINDOW_CREATE = wx.PyEventBinder( wxEVT_CREATE )
3118 EVT_WINDOW_DESTROY = wx.PyEventBinder( wxEVT_DESTROY )
3119 EVT_SET_CURSOR = wx.PyEventBinder( wxEVT_SET_CURSOR )
3120 EVT_MOUSE_CAPTURE_CHANGED = wx.PyEventBinder( wxEVT_MOUSE_CAPTURE_CHANGED )
3121
3122 EVT_LEFT_DOWN = wx.PyEventBinder( wxEVT_LEFT_DOWN )
3123 EVT_LEFT_UP = wx.PyEventBinder( wxEVT_LEFT_UP )
3124 EVT_MIDDLE_DOWN = wx.PyEventBinder( wxEVT_MIDDLE_DOWN )
3125 EVT_MIDDLE_UP = wx.PyEventBinder( wxEVT_MIDDLE_UP )
3126 EVT_RIGHT_DOWN = wx.PyEventBinder( wxEVT_RIGHT_DOWN )
3127 EVT_RIGHT_UP = wx.PyEventBinder( wxEVT_RIGHT_UP )
3128 EVT_MOTION = wx.PyEventBinder( wxEVT_MOTION )
3129 EVT_LEFT_DCLICK = wx.PyEventBinder( wxEVT_LEFT_DCLICK )
3130 EVT_MIDDLE_DCLICK = wx.PyEventBinder( wxEVT_MIDDLE_DCLICK )
3131 EVT_RIGHT_DCLICK = wx.PyEventBinder( wxEVT_RIGHT_DCLICK )
3132 EVT_LEAVE_WINDOW = wx.PyEventBinder( wxEVT_LEAVE_WINDOW )
3133 EVT_ENTER_WINDOW = wx.PyEventBinder( wxEVT_ENTER_WINDOW )
3134 EVT_MOUSEWHEEL = wx.PyEventBinder( wxEVT_MOUSEWHEEL )
3135
3136 EVT_MOUSE_EVENTS = wx.PyEventBinder([ wxEVT_LEFT_DOWN,
3137 wxEVT_LEFT_UP,
3138 wxEVT_MIDDLE_DOWN,
3139 wxEVT_MIDDLE_UP,
3140 wxEVT_RIGHT_DOWN,
3141 wxEVT_RIGHT_UP,
3142 wxEVT_MOTION,
3143 wxEVT_LEFT_DCLICK,
3144 wxEVT_MIDDLE_DCLICK,
3145 wxEVT_RIGHT_DCLICK,
3146 wxEVT_ENTER_WINDOW,
3147 wxEVT_LEAVE_WINDOW,
3148 wxEVT_MOUSEWHEEL
3149 ])
3150
3151
3152 # Scrolling from wxWindow (sent to wxScrolledWindow)
3153 EVT_SCROLLWIN = wx.PyEventBinder([ wxEVT_SCROLLWIN_TOP,
3154 wxEVT_SCROLLWIN_BOTTOM,
3155 wxEVT_SCROLLWIN_LINEUP,
3156 wxEVT_SCROLLWIN_LINEDOWN,
3157 wxEVT_SCROLLWIN_PAGEUP,
3158 wxEVT_SCROLLWIN_PAGEDOWN,
3159 wxEVT_SCROLLWIN_THUMBTRACK,
3160 wxEVT_SCROLLWIN_THUMBRELEASE,
3161 ])
3162
3163 EVT_SCROLLWIN_TOP = wx.PyEventBinder( wxEVT_SCROLLWIN_TOP )
3164 EVT_SCROLLWIN_BOTTOM = wx.PyEventBinder( wxEVT_SCROLLWIN_BOTTOM )
3165 EVT_SCROLLWIN_LINEUP = wx.PyEventBinder( wxEVT_SCROLLWIN_LINEUP )
3166 EVT_SCROLLWIN_LINEDOWN = wx.PyEventBinder( wxEVT_SCROLLWIN_LINEDOWN )
3167 EVT_SCROLLWIN_PAGEUP = wx.PyEventBinder( wxEVT_SCROLLWIN_PAGEUP )
3168 EVT_SCROLLWIN_PAGEDOWN = wx.PyEventBinder( wxEVT_SCROLLWIN_PAGEDOWN )
3169 EVT_SCROLLWIN_THUMBTRACK = wx.PyEventBinder( wxEVT_SCROLLWIN_THUMBTRACK )
3170 EVT_SCROLLWIN_THUMBRELEASE = wx.PyEventBinder( wxEVT_SCROLLWIN_THUMBRELEASE )
3171
3172 # Scrolling from wxSlider and wxScrollBar
3173 EVT_SCROLL = wx.PyEventBinder([ wxEVT_SCROLL_TOP,
3174 wxEVT_SCROLL_BOTTOM,
3175 wxEVT_SCROLL_LINEUP,
3176 wxEVT_SCROLL_LINEDOWN,
3177 wxEVT_SCROLL_PAGEUP,
3178 wxEVT_SCROLL_PAGEDOWN,
3179 wxEVT_SCROLL_THUMBTRACK,
3180 wxEVT_SCROLL_THUMBRELEASE,
3181 wxEVT_SCROLL_ENDSCROLL,
3182 ])
3183
3184 EVT_SCROLL_TOP = wx.PyEventBinder( wxEVT_SCROLL_TOP )
3185 EVT_SCROLL_BOTTOM = wx.PyEventBinder( wxEVT_SCROLL_BOTTOM )
3186 EVT_SCROLL_LINEUP = wx.PyEventBinder( wxEVT_SCROLL_LINEUP )
3187 EVT_SCROLL_LINEDOWN = wx.PyEventBinder( wxEVT_SCROLL_LINEDOWN )
3188 EVT_SCROLL_PAGEUP = wx.PyEventBinder( wxEVT_SCROLL_PAGEUP )
3189 EVT_SCROLL_PAGEDOWN = wx.PyEventBinder( wxEVT_SCROLL_PAGEDOWN )
3190 EVT_SCROLL_THUMBTRACK = wx.PyEventBinder( wxEVT_SCROLL_THUMBTRACK )
3191 EVT_SCROLL_THUMBRELEASE = wx.PyEventBinder( wxEVT_SCROLL_THUMBRELEASE )
3192 EVT_SCROLL_ENDSCROLL = wx.PyEventBinder( wxEVT_SCROLL_ENDSCROLL )
3193
3194 # Scrolling from wxSlider and wxScrollBar, with an id
3195 EVT_COMMAND_SCROLL = wx.PyEventBinder([ wxEVT_SCROLL_TOP,
3196 wxEVT_SCROLL_BOTTOM,
3197 wxEVT_SCROLL_LINEUP,
3198 wxEVT_SCROLL_LINEDOWN,
3199 wxEVT_SCROLL_PAGEUP,
3200 wxEVT_SCROLL_PAGEDOWN,
3201 wxEVT_SCROLL_THUMBTRACK,
3202 wxEVT_SCROLL_THUMBRELEASE,
3203 wxEVT_SCROLL_ENDSCROLL,
3204 ], 1)
3205
3206 EVT_COMMAND_SCROLL_TOP = wx.PyEventBinder( wxEVT_SCROLL_TOP, 1)
3207 EVT_COMMAND_SCROLL_BOTTOM = wx.PyEventBinder( wxEVT_SCROLL_BOTTOM, 1)
3208 EVT_COMMAND_SCROLL_LINEUP = wx.PyEventBinder( wxEVT_SCROLL_LINEUP, 1)
3209 EVT_COMMAND_SCROLL_LINEDOWN = wx.PyEventBinder( wxEVT_SCROLL_LINEDOWN, 1)
3210 EVT_COMMAND_SCROLL_PAGEUP = wx.PyEventBinder( wxEVT_SCROLL_PAGEUP, 1)
3211 EVT_COMMAND_SCROLL_PAGEDOWN = wx.PyEventBinder( wxEVT_SCROLL_PAGEDOWN, 1)
3212 EVT_COMMAND_SCROLL_THUMBTRACK = wx.PyEventBinder( wxEVT_SCROLL_THUMBTRACK, 1)
3213 EVT_COMMAND_SCROLL_THUMBRELEASE = wx.PyEventBinder( wxEVT_SCROLL_THUMBRELEASE, 1)
3214 EVT_COMMAND_SCROLL_ENDSCROLL = wx.PyEventBinder( wxEVT_SCROLL_ENDSCROLL, 1)
3215
3216 EVT_BUTTON = wx.PyEventBinder( wxEVT_COMMAND_BUTTON_CLICKED, 1)
3217 EVT_CHECKBOX = wx.PyEventBinder( wxEVT_COMMAND_CHECKBOX_CLICKED, 1)
3218 EVT_CHOICE = wx.PyEventBinder( wxEVT_COMMAND_CHOICE_SELECTED, 1)
3219 EVT_LISTBOX = wx.PyEventBinder( wxEVT_COMMAND_LISTBOX_SELECTED, 1)
3220 EVT_LISTBOX_DCLICK = wx.PyEventBinder( wxEVT_COMMAND_LISTBOX_DOUBLECLICKED, 1)
3221 EVT_MENU = wx.PyEventBinder( wxEVT_COMMAND_MENU_SELECTED, 1)
3222 EVT_MENU_RANGE = wx.PyEventBinder( wxEVT_COMMAND_MENU_SELECTED, 2)
3223 EVT_SLIDER = wx.PyEventBinder( wxEVT_COMMAND_SLIDER_UPDATED, 1)
3224 EVT_RADIOBOX = wx.PyEventBinder( wxEVT_COMMAND_RADIOBOX_SELECTED, 1)
3225 EVT_RADIOBUTTON = wx.PyEventBinder( wxEVT_COMMAND_RADIOBUTTON_SELECTED, 1)
3226
3227 EVT_SCROLLBAR = wx.PyEventBinder( wxEVT_COMMAND_SCROLLBAR_UPDATED, 1)
3228 EVT_VLBOX = wx.PyEventBinder( wxEVT_COMMAND_VLBOX_SELECTED, 1)
3229 EVT_COMBOBOX = wx.PyEventBinder( wxEVT_COMMAND_COMBOBOX_SELECTED, 1)
3230 EVT_TOOL = wx.PyEventBinder( wxEVT_COMMAND_TOOL_CLICKED, 1)
3231 EVT_TOOL_RANGE = wx.PyEventBinder( wxEVT_COMMAND_TOOL_CLICKED, 2)
3232 EVT_TOOL_RCLICKED = wx.PyEventBinder( wxEVT_COMMAND_TOOL_RCLICKED, 1)
3233 EVT_TOOL_RCLICKED_RANGE = wx.PyEventBinder( wxEVT_COMMAND_TOOL_RCLICKED, 2)
3234 EVT_TOOL_ENTER = wx.PyEventBinder( wxEVT_COMMAND_TOOL_ENTER, 1)
3235 EVT_CHECKLISTBOX = wx.PyEventBinder( wxEVT_COMMAND_CHECKLISTBOX_TOGGLED, 1)
3236
3237
3238 EVT_COMMAND_LEFT_CLICK = wx.PyEventBinder( wxEVT_COMMAND_LEFT_CLICK, 1)
3239 EVT_COMMAND_LEFT_DCLICK = wx.PyEventBinder( wxEVT_COMMAND_LEFT_DCLICK, 1)
3240 EVT_COMMAND_RIGHT_CLICK = wx.PyEventBinder( wxEVT_COMMAND_RIGHT_CLICK, 1)
3241 EVT_COMMAND_RIGHT_DCLICK = wx.PyEventBinder( wxEVT_COMMAND_RIGHT_DCLICK, 1)
3242 EVT_COMMAND_SET_FOCUS = wx.PyEventBinder( wxEVT_COMMAND_SET_FOCUS, 1)
3243 EVT_COMMAND_KILL_FOCUS = wx.PyEventBinder( wxEVT_COMMAND_KILL_FOCUS, 1)
3244 EVT_COMMAND_ENTER = wx.PyEventBinder( wxEVT_COMMAND_ENTER, 1)
3245
3246 EVT_IDLE = wx.PyEventBinder( wxEVT_IDLE )
3247
3248 EVT_UPDATE_UI = wx.PyEventBinder( wxEVT_UPDATE_UI, 1)
3249 EVT_UPDATE_UI_RANGE = wx.PyEventBinder( wxEVT_UPDATE_UI, 2)
3250
3251 EVT_CONTEXT_MENU = wx.PyEventBinder( wxEVT_CONTEXT_MENU )
3252
3253
3254
3255 #---------------------------------------------------------------------------
3256
3257 class Event(Object):
3258 """Proxy of C++ Event class"""
3259 def __init__(self): raise RuntimeError, "No constructor defined"
3260 def __repr__(self):
3261 return "<%s.%s; proxy of C++ wxEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3262 def __del__(self, destroy=_core_.delete_Event):
3263 """__del__(self)"""
3264 try:
3265 if self.thisown: destroy(self)
3266 except: pass
3267
3268 def SetEventType(*args, **kwargs):
3269 """SetEventType(self, wxEventType typ)"""
3270 return _core_.Event_SetEventType(*args, **kwargs)
3271
3272 def GetEventType(*args, **kwargs):
3273 """GetEventType(self) -> wxEventType"""
3274 return _core_.Event_GetEventType(*args, **kwargs)
3275
3276 def GetEventObject(*args, **kwargs):
3277 """GetEventObject(self) -> Object"""
3278 return _core_.Event_GetEventObject(*args, **kwargs)
3279
3280 def SetEventObject(*args, **kwargs):
3281 """SetEventObject(self, Object obj)"""
3282 return _core_.Event_SetEventObject(*args, **kwargs)
3283
3284 def GetTimestamp(*args, **kwargs):
3285 """GetTimestamp(self) -> long"""
3286 return _core_.Event_GetTimestamp(*args, **kwargs)
3287
3288 def SetTimestamp(*args, **kwargs):
3289 """SetTimestamp(self, long ts=0)"""
3290 return _core_.Event_SetTimestamp(*args, **kwargs)
3291
3292 def GetId(*args, **kwargs):
3293 """GetId(self) -> int"""
3294 return _core_.Event_GetId(*args, **kwargs)
3295
3296 def SetId(*args, **kwargs):
3297 """SetId(self, int Id)"""
3298 return _core_.Event_SetId(*args, **kwargs)
3299
3300 def IsCommandEvent(*args, **kwargs):
3301 """IsCommandEvent(self) -> bool"""
3302 return _core_.Event_IsCommandEvent(*args, **kwargs)
3303
3304 def Skip(*args, **kwargs):
3305 """
3306 Skip(self, bool skip=True)
3307
3308 Called by an event handler, it controls whether additional event
3309 handlers bound to this event will be called after the current event
3310 handler returns. Skip(false) (the default setting) will prevent
3311 additional event handlers from being called and control will be
3312 returned to the sender of the event immediately after the current
3313 handler has finished. Skip(True) will cause the event processing
3314 system to continue searching for a handler function for this event.
3315
3316 """
3317 return _core_.Event_Skip(*args, **kwargs)
3318
3319 def GetSkipped(*args, **kwargs):
3320 """GetSkipped(self) -> bool"""
3321 return _core_.Event_GetSkipped(*args, **kwargs)
3322
3323 def ShouldPropagate(*args, **kwargs):
3324 """ShouldPropagate(self) -> bool"""
3325 return _core_.Event_ShouldPropagate(*args, **kwargs)
3326
3327 def StopPropagation(*args, **kwargs):
3328 """StopPropagation(self) -> int"""
3329 return _core_.Event_StopPropagation(*args, **kwargs)
3330
3331 def ResumePropagation(*args, **kwargs):
3332 """ResumePropagation(self, int propagationLevel)"""
3333 return _core_.Event_ResumePropagation(*args, **kwargs)
3334
3335 def Clone(*args, **kwargs):
3336 """Clone(self) -> Event"""
3337 return _core_.Event_Clone(*args, **kwargs)
3338
3339
3340 class EventPtr(Event):
3341 def __init__(self, this):
3342 self.this = this
3343 if not hasattr(self,"thisown"): self.thisown = 0
3344 self.__class__ = Event
3345 _core_.Event_swigregister(EventPtr)
3346
3347 #---------------------------------------------------------------------------
3348
3349 class PropagationDisabler(object):
3350 """Proxy of C++ PropagationDisabler class"""
3351 def __repr__(self):
3352 return "<%s.%s; proxy of C++ wxPropagationDisabler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3353 def __init__(self, *args, **kwargs):
3354 """__init__(self, Event event) -> PropagationDisabler"""
3355 newobj = _core_.new_PropagationDisabler(*args, **kwargs)
3356 self.this = newobj.this
3357 self.thisown = 1
3358 del newobj.thisown
3359 def __del__(self, destroy=_core_.delete_PropagationDisabler):
3360 """__del__(self)"""
3361 try:
3362 if self.thisown: destroy(self)
3363 except: pass
3364
3365
3366 class PropagationDisablerPtr(PropagationDisabler):
3367 def __init__(self, this):
3368 self.this = this
3369 if not hasattr(self,"thisown"): self.thisown = 0
3370 self.__class__ = PropagationDisabler
3371 _core_.PropagationDisabler_swigregister(PropagationDisablerPtr)
3372
3373 class PropagateOnce(object):
3374 """Proxy of C++ PropagateOnce class"""
3375 def __repr__(self):
3376 return "<%s.%s; proxy of C++ wxPropagateOnce instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3377 def __init__(self, *args, **kwargs):
3378 """__init__(self, Event event) -> PropagateOnce"""
3379 newobj = _core_.new_PropagateOnce(*args, **kwargs)
3380 self.this = newobj.this
3381 self.thisown = 1
3382 del newobj.thisown
3383 def __del__(self, destroy=_core_.delete_PropagateOnce):
3384 """__del__(self)"""
3385 try:
3386 if self.thisown: destroy(self)
3387 except: pass
3388
3389
3390 class PropagateOncePtr(PropagateOnce):
3391 def __init__(self, this):
3392 self.this = this
3393 if not hasattr(self,"thisown"): self.thisown = 0
3394 self.__class__ = PropagateOnce
3395 _core_.PropagateOnce_swigregister(PropagateOncePtr)
3396
3397 #---------------------------------------------------------------------------
3398
3399 class CommandEvent(Event):
3400 """Proxy of C++ CommandEvent class"""
3401 def __repr__(self):
3402 return "<%s.%s; proxy of C++ wxCommandEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3403 def __init__(self, *args, **kwargs):
3404 """__init__(self, wxEventType commandType=wxEVT_NULL, int winid=0) -> CommandEvent"""
3405 newobj = _core_.new_CommandEvent(*args, **kwargs)
3406 self.this = newobj.this
3407 self.thisown = 1
3408 del newobj.thisown
3409 def GetSelection(*args, **kwargs):
3410 """GetSelection(self) -> int"""
3411 return _core_.CommandEvent_GetSelection(*args, **kwargs)
3412
3413 def SetString(*args, **kwargs):
3414 """SetString(self, String s)"""
3415 return _core_.CommandEvent_SetString(*args, **kwargs)
3416
3417 def GetString(*args, **kwargs):
3418 """GetString(self) -> String"""
3419 return _core_.CommandEvent_GetString(*args, **kwargs)
3420
3421 def IsChecked(*args, **kwargs):
3422 """IsChecked(self) -> bool"""
3423 return _core_.CommandEvent_IsChecked(*args, **kwargs)
3424
3425 Checked = IsChecked
3426 def IsSelection(*args, **kwargs):
3427 """IsSelection(self) -> bool"""
3428 return _core_.CommandEvent_IsSelection(*args, **kwargs)
3429
3430 def SetExtraLong(*args, **kwargs):
3431 """SetExtraLong(self, long extraLong)"""
3432 return _core_.CommandEvent_SetExtraLong(*args, **kwargs)
3433
3434 def GetExtraLong(*args, **kwargs):
3435 """GetExtraLong(self) -> long"""
3436 return _core_.CommandEvent_GetExtraLong(*args, **kwargs)
3437
3438 def SetInt(*args, **kwargs):
3439 """SetInt(self, int i)"""
3440 return _core_.CommandEvent_SetInt(*args, **kwargs)
3441
3442 def GetInt(*args, **kwargs):
3443 """GetInt(self) -> long"""
3444 return _core_.CommandEvent_GetInt(*args, **kwargs)
3445
3446 def Clone(*args, **kwargs):
3447 """Clone(self) -> Event"""
3448 return _core_.CommandEvent_Clone(*args, **kwargs)
3449
3450
3451 class CommandEventPtr(CommandEvent):
3452 def __init__(self, this):
3453 self.this = this
3454 if not hasattr(self,"thisown"): self.thisown = 0
3455 self.__class__ = CommandEvent
3456 _core_.CommandEvent_swigregister(CommandEventPtr)
3457
3458 #---------------------------------------------------------------------------
3459
3460 class NotifyEvent(CommandEvent):
3461 """Proxy of C++ NotifyEvent class"""
3462 def __repr__(self):
3463 return "<%s.%s; proxy of C++ wxNotifyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3464 def __init__(self, *args, **kwargs):
3465 """__init__(self, wxEventType commandType=wxEVT_NULL, int winid=0) -> NotifyEvent"""
3466 newobj = _core_.new_NotifyEvent(*args, **kwargs)
3467 self.this = newobj.this
3468 self.thisown = 1
3469 del newobj.thisown
3470 def Veto(*args, **kwargs):
3471 """Veto(self)"""
3472 return _core_.NotifyEvent_Veto(*args, **kwargs)
3473
3474 def Allow(*args, **kwargs):
3475 """Allow(self)"""
3476 return _core_.NotifyEvent_Allow(*args, **kwargs)
3477
3478 def IsAllowed(*args, **kwargs):
3479 """IsAllowed(self) -> bool"""
3480 return _core_.NotifyEvent_IsAllowed(*args, **kwargs)
3481
3482
3483 class NotifyEventPtr(NotifyEvent):
3484 def __init__(self, this):
3485 self.this = this
3486 if not hasattr(self,"thisown"): self.thisown = 0
3487 self.__class__ = NotifyEvent
3488 _core_.NotifyEvent_swigregister(NotifyEventPtr)
3489
3490 #---------------------------------------------------------------------------
3491
3492 class ScrollEvent(CommandEvent):
3493 """Proxy of C++ ScrollEvent class"""
3494 def __repr__(self):
3495 return "<%s.%s; proxy of C++ wxScrollEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3496 def __init__(self, *args, **kwargs):
3497 """
3498 __init__(self, wxEventType commandType=wxEVT_NULL, int winid=0, int pos=0,
3499 int orient=0) -> ScrollEvent
3500 """
3501 newobj = _core_.new_ScrollEvent(*args, **kwargs)
3502 self.this = newobj.this
3503 self.thisown = 1
3504 del newobj.thisown
3505 def GetOrientation(*args, **kwargs):
3506 """GetOrientation(self) -> int"""
3507 return _core_.ScrollEvent_GetOrientation(*args, **kwargs)
3508
3509 def GetPosition(*args, **kwargs):
3510 """GetPosition(self) -> int"""
3511 return _core_.ScrollEvent_GetPosition(*args, **kwargs)
3512
3513 def SetOrientation(*args, **kwargs):
3514 """SetOrientation(self, int orient)"""
3515 return _core_.ScrollEvent_SetOrientation(*args, **kwargs)
3516
3517 def SetPosition(*args, **kwargs):
3518 """SetPosition(self, int pos)"""
3519 return _core_.ScrollEvent_SetPosition(*args, **kwargs)
3520
3521
3522 class ScrollEventPtr(ScrollEvent):
3523 def __init__(self, this):
3524 self.this = this
3525 if not hasattr(self,"thisown"): self.thisown = 0
3526 self.__class__ = ScrollEvent
3527 _core_.ScrollEvent_swigregister(ScrollEventPtr)
3528
3529 #---------------------------------------------------------------------------
3530
3531 class ScrollWinEvent(Event):
3532 """Proxy of C++ ScrollWinEvent class"""
3533 def __repr__(self):
3534 return "<%s.%s; proxy of C++ wxScrollWinEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3535 def __init__(self, *args, **kwargs):
3536 """__init__(self, wxEventType commandType=wxEVT_NULL, int pos=0, int orient=0) -> ScrollWinEvent"""
3537 newobj = _core_.new_ScrollWinEvent(*args, **kwargs)
3538 self.this = newobj.this
3539 self.thisown = 1
3540 del newobj.thisown
3541 def GetOrientation(*args, **kwargs):
3542 """GetOrientation(self) -> int"""
3543 return _core_.ScrollWinEvent_GetOrientation(*args, **kwargs)
3544
3545 def GetPosition(*args, **kwargs):
3546 """GetPosition(self) -> int"""
3547 return _core_.ScrollWinEvent_GetPosition(*args, **kwargs)
3548
3549 def SetOrientation(*args, **kwargs):
3550 """SetOrientation(self, int orient)"""
3551 return _core_.ScrollWinEvent_SetOrientation(*args, **kwargs)
3552
3553 def SetPosition(*args, **kwargs):
3554 """SetPosition(self, int pos)"""
3555 return _core_.ScrollWinEvent_SetPosition(*args, **kwargs)
3556
3557
3558 class ScrollWinEventPtr(ScrollWinEvent):
3559 def __init__(self, this):
3560 self.this = this
3561 if not hasattr(self,"thisown"): self.thisown = 0
3562 self.__class__ = ScrollWinEvent
3563 _core_.ScrollWinEvent_swigregister(ScrollWinEventPtr)
3564
3565 #---------------------------------------------------------------------------
3566
3567 MOUSE_BTN_ANY = _core_.MOUSE_BTN_ANY
3568 MOUSE_BTN_NONE = _core_.MOUSE_BTN_NONE
3569 MOUSE_BTN_LEFT = _core_.MOUSE_BTN_LEFT
3570 MOUSE_BTN_MIDDLE = _core_.MOUSE_BTN_MIDDLE
3571 MOUSE_BTN_RIGHT = _core_.MOUSE_BTN_RIGHT
3572 class MouseEvent(Event):
3573 """Proxy of C++ MouseEvent class"""
3574 def __repr__(self):
3575 return "<%s.%s; proxy of C++ wxMouseEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3576 def __init__(self, *args, **kwargs):
3577 """__init__(self, wxEventType mouseType=wxEVT_NULL) -> MouseEvent"""
3578 newobj = _core_.new_MouseEvent(*args, **kwargs)
3579 self.this = newobj.this
3580 self.thisown = 1
3581 del newobj.thisown
3582 def IsButton(*args, **kwargs):
3583 """IsButton(self) -> bool"""
3584 return _core_.MouseEvent_IsButton(*args, **kwargs)
3585
3586 def ButtonDown(*args, **kwargs):
3587 """ButtonDown(self, int but=MOUSE_BTN_ANY) -> bool"""
3588 return _core_.MouseEvent_ButtonDown(*args, **kwargs)
3589
3590 def ButtonDClick(*args, **kwargs):
3591 """ButtonDClick(self, int but=MOUSE_BTN_ANY) -> bool"""
3592 return _core_.MouseEvent_ButtonDClick(*args, **kwargs)
3593
3594 def ButtonUp(*args, **kwargs):
3595 """ButtonUp(self, int but=MOUSE_BTN_ANY) -> bool"""
3596 return _core_.MouseEvent_ButtonUp(*args, **kwargs)
3597
3598 def Button(*args, **kwargs):
3599 """Button(self, int but) -> bool"""
3600 return _core_.MouseEvent_Button(*args, **kwargs)
3601
3602 def ButtonIsDown(*args, **kwargs):
3603 """ButtonIsDown(self, int but) -> bool"""
3604 return _core_.MouseEvent_ButtonIsDown(*args, **kwargs)
3605
3606 def GetButton(*args, **kwargs):
3607 """GetButton(self) -> int"""
3608 return _core_.MouseEvent_GetButton(*args, **kwargs)
3609
3610 def ControlDown(*args, **kwargs):
3611 """ControlDown(self) -> bool"""
3612 return _core_.MouseEvent_ControlDown(*args, **kwargs)
3613
3614 def MetaDown(*args, **kwargs):
3615 """MetaDown(self) -> bool"""
3616 return _core_.MouseEvent_MetaDown(*args, **kwargs)
3617
3618 def AltDown(*args, **kwargs):
3619 """AltDown(self) -> bool"""
3620 return _core_.MouseEvent_AltDown(*args, **kwargs)
3621
3622 def ShiftDown(*args, **kwargs):
3623 """ShiftDown(self) -> bool"""
3624 return _core_.MouseEvent_ShiftDown(*args, **kwargs)
3625
3626 def CmdDown(*args, **kwargs):
3627 """
3628 CmdDown(self) -> bool
3629
3630 "Cmd" is a pseudo key which is the same as Control for PC and Unix
3631 platforms but the special "Apple" (a.k.a as "Command") key on
3632 Macs: it makes often sense to use it instead of, say, `ControlDown`
3633 because Cmd key is used for the same thing under Mac as Ctrl
3634 elsewhere. The Ctrl still exists, it's just not used for this
3635 purpose. So for non-Mac platforms this is the same as `ControlDown`
3636 and Macs this is the same as `MetaDown`.
3637 """
3638 return _core_.MouseEvent_CmdDown(*args, **kwargs)
3639
3640 def LeftDown(*args, **kwargs):
3641 """LeftDown(self) -> bool"""
3642 return _core_.MouseEvent_LeftDown(*args, **kwargs)
3643
3644 def MiddleDown(*args, **kwargs):
3645 """MiddleDown(self) -> bool"""
3646 return _core_.MouseEvent_MiddleDown(*args, **kwargs)
3647
3648 def RightDown(*args, **kwargs):
3649 """RightDown(self) -> bool"""
3650 return _core_.MouseEvent_RightDown(*args, **kwargs)
3651
3652 def LeftUp(*args, **kwargs):
3653 """LeftUp(self) -> bool"""
3654 return _core_.MouseEvent_LeftUp(*args, **kwargs)
3655
3656 def MiddleUp(*args, **kwargs):
3657 """MiddleUp(self) -> bool"""
3658 return _core_.MouseEvent_MiddleUp(*args, **kwargs)
3659
3660 def RightUp(*args, **kwargs):
3661 """RightUp(self) -> bool"""
3662 return _core_.MouseEvent_RightUp(*args, **kwargs)
3663
3664 def LeftDClick(*args, **kwargs):
3665 """LeftDClick(self) -> bool"""
3666 return _core_.MouseEvent_LeftDClick(*args, **kwargs)
3667
3668 def MiddleDClick(*args, **kwargs):
3669 """MiddleDClick(self) -> bool"""
3670 return _core_.MouseEvent_MiddleDClick(*args, **kwargs)
3671
3672 def RightDClick(*args, **kwargs):
3673 """RightDClick(self) -> bool"""
3674 return _core_.MouseEvent_RightDClick(*args, **kwargs)
3675
3676 def LeftIsDown(*args, **kwargs):
3677 """LeftIsDown(self) -> bool"""
3678 return _core_.MouseEvent_LeftIsDown(*args, **kwargs)
3679
3680 def MiddleIsDown(*args, **kwargs):
3681 """MiddleIsDown(self) -> bool"""
3682 return _core_.MouseEvent_MiddleIsDown(*args, **kwargs)
3683
3684 def RightIsDown(*args, **kwargs):
3685 """RightIsDown(self) -> bool"""
3686 return _core_.MouseEvent_RightIsDown(*args, **kwargs)
3687
3688 def Dragging(*args, **kwargs):
3689 """Dragging(self) -> bool"""
3690 return _core_.MouseEvent_Dragging(*args, **kwargs)
3691
3692 def Moving(*args, **kwargs):
3693 """Moving(self) -> bool"""
3694 return _core_.MouseEvent_Moving(*args, **kwargs)
3695
3696 def Entering(*args, **kwargs):
3697 """Entering(self) -> bool"""
3698 return _core_.MouseEvent_Entering(*args, **kwargs)
3699
3700 def Leaving(*args, **kwargs):
3701 """Leaving(self) -> bool"""
3702 return _core_.MouseEvent_Leaving(*args, **kwargs)
3703
3704 def GetPosition(*args, **kwargs):
3705 """
3706 GetPosition(self) -> Point
3707
3708 Returns the position of the mouse in window coordinates when the event
3709 happened.
3710 """
3711 return _core_.MouseEvent_GetPosition(*args, **kwargs)
3712
3713 def GetPositionTuple(*args, **kwargs):
3714 """
3715 GetPositionTuple() -> (x,y)
3716
3717 Returns the position of the mouse in window coordinates when the event
3718 happened.
3719 """
3720 return _core_.MouseEvent_GetPositionTuple(*args, **kwargs)
3721
3722 def GetLogicalPosition(*args, **kwargs):
3723 """GetLogicalPosition(self, DC dc) -> Point"""
3724 return _core_.MouseEvent_GetLogicalPosition(*args, **kwargs)
3725
3726 def GetX(*args, **kwargs):
3727 """GetX(self) -> int"""
3728 return _core_.MouseEvent_GetX(*args, **kwargs)
3729
3730 def GetY(*args, **kwargs):
3731 """GetY(self) -> int"""
3732 return _core_.MouseEvent_GetY(*args, **kwargs)
3733
3734 def GetWheelRotation(*args, **kwargs):
3735 """GetWheelRotation(self) -> int"""
3736 return _core_.MouseEvent_GetWheelRotation(*args, **kwargs)
3737
3738 def GetWheelDelta(*args, **kwargs):
3739 """GetWheelDelta(self) -> int"""
3740 return _core_.MouseEvent_GetWheelDelta(*args, **kwargs)
3741
3742 def GetLinesPerAction(*args, **kwargs):
3743 """GetLinesPerAction(self) -> int"""
3744 return _core_.MouseEvent_GetLinesPerAction(*args, **kwargs)
3745
3746 def IsPageScroll(*args, **kwargs):
3747 """IsPageScroll(self) -> bool"""
3748 return _core_.MouseEvent_IsPageScroll(*args, **kwargs)
3749
3750 m_x = property(_core_.MouseEvent_m_x_get, _core_.MouseEvent_m_x_set)
3751 m_y = property(_core_.MouseEvent_m_y_get, _core_.MouseEvent_m_y_set)
3752 m_leftDown = property(_core_.MouseEvent_m_leftDown_get, _core_.MouseEvent_m_leftDown_set)
3753 m_middleDown = property(_core_.MouseEvent_m_middleDown_get, _core_.MouseEvent_m_middleDown_set)
3754 m_rightDown = property(_core_.MouseEvent_m_rightDown_get, _core_.MouseEvent_m_rightDown_set)
3755 m_controlDown = property(_core_.MouseEvent_m_controlDown_get, _core_.MouseEvent_m_controlDown_set)
3756 m_shiftDown = property(_core_.MouseEvent_m_shiftDown_get, _core_.MouseEvent_m_shiftDown_set)
3757 m_altDown = property(_core_.MouseEvent_m_altDown_get, _core_.MouseEvent_m_altDown_set)
3758 m_metaDown = property(_core_.MouseEvent_m_metaDown_get, _core_.MouseEvent_m_metaDown_set)
3759 m_wheelRotation = property(_core_.MouseEvent_m_wheelRotation_get, _core_.MouseEvent_m_wheelRotation_set)
3760 m_wheelDelta = property(_core_.MouseEvent_m_wheelDelta_get, _core_.MouseEvent_m_wheelDelta_set)
3761 m_linesPerAction = property(_core_.MouseEvent_m_linesPerAction_get, _core_.MouseEvent_m_linesPerAction_set)
3762
3763 class MouseEventPtr(MouseEvent):
3764 def __init__(self, this):
3765 self.this = this
3766 if not hasattr(self,"thisown"): self.thisown = 0
3767 self.__class__ = MouseEvent
3768 _core_.MouseEvent_swigregister(MouseEventPtr)
3769
3770 #---------------------------------------------------------------------------
3771
3772 class SetCursorEvent(Event):
3773 """Proxy of C++ SetCursorEvent class"""
3774 def __repr__(self):
3775 return "<%s.%s; proxy of C++ wxSetCursorEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3776 def __init__(self, *args, **kwargs):
3777 """__init__(self, int x=0, int y=0) -> SetCursorEvent"""
3778 newobj = _core_.new_SetCursorEvent(*args, **kwargs)
3779 self.this = newobj.this
3780 self.thisown = 1
3781 del newobj.thisown
3782 def GetX(*args, **kwargs):
3783 """GetX(self) -> int"""
3784 return _core_.SetCursorEvent_GetX(*args, **kwargs)
3785
3786 def GetY(*args, **kwargs):
3787 """GetY(self) -> int"""
3788 return _core_.SetCursorEvent_GetY(*args, **kwargs)
3789
3790 def SetCursor(*args, **kwargs):
3791 """SetCursor(self, Cursor cursor)"""
3792 return _core_.SetCursorEvent_SetCursor(*args, **kwargs)
3793
3794 def GetCursor(*args, **kwargs):
3795 """GetCursor(self) -> Cursor"""
3796 return _core_.SetCursorEvent_GetCursor(*args, **kwargs)
3797
3798 def HasCursor(*args, **kwargs):
3799 """HasCursor(self) -> bool"""
3800 return _core_.SetCursorEvent_HasCursor(*args, **kwargs)
3801
3802
3803 class SetCursorEventPtr(SetCursorEvent):
3804 def __init__(self, this):
3805 self.this = this
3806 if not hasattr(self,"thisown"): self.thisown = 0
3807 self.__class__ = SetCursorEvent
3808 _core_.SetCursorEvent_swigregister(SetCursorEventPtr)
3809
3810 #---------------------------------------------------------------------------
3811
3812 class KeyEvent(Event):
3813 """Proxy of C++ KeyEvent class"""
3814 def __repr__(self):
3815 return "<%s.%s; proxy of C++ wxKeyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3816 def __init__(self, *args, **kwargs):
3817 """__init__(self, wxEventType keyType=wxEVT_NULL) -> KeyEvent"""
3818 newobj = _core_.new_KeyEvent(*args, **kwargs)
3819 self.this = newobj.this
3820 self.thisown = 1
3821 del newobj.thisown
3822 def ControlDown(*args, **kwargs):
3823 """ControlDown(self) -> bool"""
3824 return _core_.KeyEvent_ControlDown(*args, **kwargs)
3825
3826 def MetaDown(*args, **kwargs):
3827 """MetaDown(self) -> bool"""
3828 return _core_.KeyEvent_MetaDown(*args, **kwargs)
3829
3830 def AltDown(*args, **kwargs):
3831 """AltDown(self) -> bool"""
3832 return _core_.KeyEvent_AltDown(*args, **kwargs)
3833
3834 def ShiftDown(*args, **kwargs):
3835 """ShiftDown(self) -> bool"""
3836 return _core_.KeyEvent_ShiftDown(*args, **kwargs)
3837
3838 def CmdDown(*args, **kwargs):
3839 """
3840 CmdDown(self) -> bool
3841
3842 "Cmd" is a pseudo key which is the same as Control for PC and Unix
3843 platforms but the special "Apple" (a.k.a as "Command") key on
3844 Macs: it makes often sense to use it instead of, say, `ControlDown`
3845 because Cmd key is used for the same thing under Mac as Ctrl
3846 elsewhere. The Ctrl still exists, it's just not used for this
3847 purpose. So for non-Mac platforms this is the same as `ControlDown`
3848 and Macs this is the same as `MetaDown`.
3849 """
3850 return _core_.KeyEvent_CmdDown(*args, **kwargs)
3851
3852 def HasModifiers(*args, **kwargs):
3853 """HasModifiers(self) -> bool"""
3854 return _core_.KeyEvent_HasModifiers(*args, **kwargs)
3855
3856 def GetKeyCode(*args, **kwargs):
3857 """GetKeyCode(self) -> int"""
3858 return _core_.KeyEvent_GetKeyCode(*args, **kwargs)
3859
3860 KeyCode = GetKeyCode
3861 def GetUnicodeKey(*args, **kwargs):
3862 """GetUnicodeKey(self) -> int"""
3863 return _core_.KeyEvent_GetUnicodeKey(*args, **kwargs)
3864
3865 GetUniChar = GetUnicodeKey
3866 def GetRawKeyCode(*args, **kwargs):
3867 """GetRawKeyCode(self) -> unsigned int"""
3868 return _core_.KeyEvent_GetRawKeyCode(*args, **kwargs)
3869
3870 def GetRawKeyFlags(*args, **kwargs):
3871 """GetRawKeyFlags(self) -> unsigned int"""
3872 return _core_.KeyEvent_GetRawKeyFlags(*args, **kwargs)
3873
3874 def GetPosition(*args, **kwargs):
3875 """
3876 GetPosition(self) -> Point
3877
3878 Find the position of the event.
3879 """
3880 return _core_.KeyEvent_GetPosition(*args, **kwargs)
3881
3882 def GetPositionTuple(*args, **kwargs):
3883 """
3884 GetPositionTuple() -> (x,y)
3885
3886 Find the position of the event.
3887 """
3888 return _core_.KeyEvent_GetPositionTuple(*args, **kwargs)
3889
3890 def GetX(*args, **kwargs):
3891 """GetX(self) -> int"""
3892 return _core_.KeyEvent_GetX(*args, **kwargs)
3893
3894 def GetY(*args, **kwargs):
3895 """GetY(self) -> int"""
3896 return _core_.KeyEvent_GetY(*args, **kwargs)
3897
3898 m_x = property(_core_.KeyEvent_m_x_get, _core_.KeyEvent_m_x_set)
3899 m_y = property(_core_.KeyEvent_m_y_get, _core_.KeyEvent_m_y_set)
3900 m_keyCode = property(_core_.KeyEvent_m_keyCode_get, _core_.KeyEvent_m_keyCode_set)
3901 m_controlDown = property(_core_.KeyEvent_m_controlDown_get, _core_.KeyEvent_m_controlDown_set)
3902 m_shiftDown = property(_core_.KeyEvent_m_shiftDown_get, _core_.KeyEvent_m_shiftDown_set)
3903 m_altDown = property(_core_.KeyEvent_m_altDown_get, _core_.KeyEvent_m_altDown_set)
3904 m_metaDown = property(_core_.KeyEvent_m_metaDown_get, _core_.KeyEvent_m_metaDown_set)
3905 m_scanCode = property(_core_.KeyEvent_m_scanCode_get, _core_.KeyEvent_m_scanCode_set)
3906 m_rawCode = property(_core_.KeyEvent_m_rawCode_get, _core_.KeyEvent_m_rawCode_set)
3907 m_rawFlags = property(_core_.KeyEvent_m_rawFlags_get, _core_.KeyEvent_m_rawFlags_set)
3908
3909 class KeyEventPtr(KeyEvent):
3910 def __init__(self, this):
3911 self.this = this
3912 if not hasattr(self,"thisown"): self.thisown = 0
3913 self.__class__ = KeyEvent
3914 _core_.KeyEvent_swigregister(KeyEventPtr)
3915
3916 #---------------------------------------------------------------------------
3917
3918 class SizeEvent(Event):
3919 """Proxy of C++ SizeEvent class"""
3920 def __repr__(self):
3921 return "<%s.%s; proxy of C++ wxSizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3922 def __init__(self, *args, **kwargs):
3923 """__init__(self, Size sz=DefaultSize, int winid=0) -> SizeEvent"""
3924 newobj = _core_.new_SizeEvent(*args, **kwargs)
3925 self.this = newobj.this
3926 self.thisown = 1
3927 del newobj.thisown
3928 def GetSize(*args, **kwargs):
3929 """GetSize(self) -> Size"""
3930 return _core_.SizeEvent_GetSize(*args, **kwargs)
3931
3932 def GetRect(*args, **kwargs):
3933 """GetRect(self) -> Rect"""
3934 return _core_.SizeEvent_GetRect(*args, **kwargs)
3935
3936 def SetRect(*args, **kwargs):
3937 """SetRect(self, Rect rect)"""
3938 return _core_.SizeEvent_SetRect(*args, **kwargs)
3939
3940 def SetSize(*args, **kwargs):
3941 """SetSize(self, Size size)"""
3942 return _core_.SizeEvent_SetSize(*args, **kwargs)
3943
3944 m_size = property(_core_.SizeEvent_m_size_get, _core_.SizeEvent_m_size_set)
3945 m_rect = property(_core_.SizeEvent_m_rect_get, _core_.SizeEvent_m_rect_set)
3946
3947 class SizeEventPtr(SizeEvent):
3948 def __init__(self, this):
3949 self.this = this
3950 if not hasattr(self,"thisown"): self.thisown = 0
3951 self.__class__ = SizeEvent
3952 _core_.SizeEvent_swigregister(SizeEventPtr)
3953
3954 #---------------------------------------------------------------------------
3955
3956 class MoveEvent(Event):
3957 """Proxy of C++ MoveEvent class"""
3958 def __repr__(self):
3959 return "<%s.%s; proxy of C++ wxMoveEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3960 def __init__(self, *args, **kwargs):
3961 """__init__(self, Point pos=DefaultPosition, int winid=0) -> MoveEvent"""
3962 newobj = _core_.new_MoveEvent(*args, **kwargs)
3963 self.this = newobj.this
3964 self.thisown = 1
3965 del newobj.thisown
3966 def GetPosition(*args, **kwargs):
3967 """GetPosition(self) -> Point"""
3968 return _core_.MoveEvent_GetPosition(*args, **kwargs)
3969
3970 def GetRect(*args, **kwargs):
3971 """GetRect(self) -> Rect"""
3972 return _core_.MoveEvent_GetRect(*args, **kwargs)
3973
3974 def SetRect(*args, **kwargs):
3975 """SetRect(self, Rect rect)"""
3976 return _core_.MoveEvent_SetRect(*args, **kwargs)
3977
3978 def SetPosition(*args, **kwargs):
3979 """SetPosition(self, Point pos)"""
3980 return _core_.MoveEvent_SetPosition(*args, **kwargs)
3981
3982 m_pos = property(GetPosition, SetPosition)
3983 m_rect = property(GetRect, SetRect)
3984
3985
3986 class MoveEventPtr(MoveEvent):
3987 def __init__(self, this):
3988 self.this = this
3989 if not hasattr(self,"thisown"): self.thisown = 0
3990 self.__class__ = MoveEvent
3991 _core_.MoveEvent_swigregister(MoveEventPtr)
3992
3993 #---------------------------------------------------------------------------
3994
3995 class PaintEvent(Event):
3996 """Proxy of C++ PaintEvent class"""
3997 def __repr__(self):
3998 return "<%s.%s; proxy of C++ wxPaintEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3999 def __init__(self, *args, **kwargs):
4000 """__init__(self, int Id=0) -> PaintEvent"""
4001 newobj = _core_.new_PaintEvent(*args, **kwargs)
4002 self.this = newobj.this
4003 self.thisown = 1
4004 del newobj.thisown
4005
4006 class PaintEventPtr(PaintEvent):
4007 def __init__(self, this):
4008 self.this = this
4009 if not hasattr(self,"thisown"): self.thisown = 0
4010 self.__class__ = PaintEvent
4011 _core_.PaintEvent_swigregister(PaintEventPtr)
4012
4013 class NcPaintEvent(Event):
4014 """Proxy of C++ NcPaintEvent class"""
4015 def __repr__(self):
4016 return "<%s.%s; proxy of C++ wxNcPaintEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4017 def __init__(self, *args, **kwargs):
4018 """__init__(self, int winid=0) -> NcPaintEvent"""
4019 newobj = _core_.new_NcPaintEvent(*args, **kwargs)
4020 self.this = newobj.this
4021 self.thisown = 1
4022 del newobj.thisown
4023
4024 class NcPaintEventPtr(NcPaintEvent):
4025 def __init__(self, this):
4026 self.this = this
4027 if not hasattr(self,"thisown"): self.thisown = 0
4028 self.__class__ = NcPaintEvent
4029 _core_.NcPaintEvent_swigregister(NcPaintEventPtr)
4030
4031 #---------------------------------------------------------------------------
4032
4033 class EraseEvent(Event):
4034 """Proxy of C++ EraseEvent class"""
4035 def __repr__(self):
4036 return "<%s.%s; proxy of C++ wxEraseEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4037 def __init__(self, *args, **kwargs):
4038 """__init__(self, int Id=0, DC dc=(wxDC *) NULL) -> EraseEvent"""
4039 newobj = _core_.new_EraseEvent(*args, **kwargs)
4040 self.this = newobj.this
4041 self.thisown = 1
4042 del newobj.thisown
4043 def GetDC(*args, **kwargs):
4044 """GetDC(self) -> DC"""
4045 return _core_.EraseEvent_GetDC(*args, **kwargs)
4046
4047
4048 class EraseEventPtr(EraseEvent):
4049 def __init__(self, this):
4050 self.this = this
4051 if not hasattr(self,"thisown"): self.thisown = 0
4052 self.__class__ = EraseEvent
4053 _core_.EraseEvent_swigregister(EraseEventPtr)
4054
4055 #---------------------------------------------------------------------------
4056
4057 class FocusEvent(Event):
4058 """Proxy of C++ FocusEvent class"""
4059 def __repr__(self):
4060 return "<%s.%s; proxy of C++ wxFocusEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4061 def __init__(self, *args, **kwargs):
4062 """__init__(self, wxEventType type=wxEVT_NULL, int winid=0) -> FocusEvent"""
4063 newobj = _core_.new_FocusEvent(*args, **kwargs)
4064 self.this = newobj.this
4065 self.thisown = 1
4066 del newobj.thisown
4067 def GetWindow(*args, **kwargs):
4068 """GetWindow(self) -> Window"""
4069 return _core_.FocusEvent_GetWindow(*args, **kwargs)
4070
4071 def SetWindow(*args, **kwargs):
4072 """SetWindow(self, Window win)"""
4073 return _core_.FocusEvent_SetWindow(*args, **kwargs)
4074
4075
4076 class FocusEventPtr(FocusEvent):
4077 def __init__(self, this):
4078 self.this = this
4079 if not hasattr(self,"thisown"): self.thisown = 0
4080 self.__class__ = FocusEvent
4081 _core_.FocusEvent_swigregister(FocusEventPtr)
4082
4083 #---------------------------------------------------------------------------
4084
4085 class ChildFocusEvent(CommandEvent):
4086 """Proxy of C++ ChildFocusEvent class"""
4087 def __repr__(self):
4088 return "<%s.%s; proxy of C++ wxChildFocusEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4089 def __init__(self, *args, **kwargs):
4090 """__init__(self, Window win=None) -> ChildFocusEvent"""
4091 newobj = _core_.new_ChildFocusEvent(*args, **kwargs)
4092 self.this = newobj.this
4093 self.thisown = 1
4094 del newobj.thisown
4095 def GetWindow(*args, **kwargs):
4096 """GetWindow(self) -> Window"""
4097 return _core_.ChildFocusEvent_GetWindow(*args, **kwargs)
4098
4099
4100 class ChildFocusEventPtr(ChildFocusEvent):
4101 def __init__(self, this):
4102 self.this = this
4103 if not hasattr(self,"thisown"): self.thisown = 0
4104 self.__class__ = ChildFocusEvent
4105 _core_.ChildFocusEvent_swigregister(ChildFocusEventPtr)
4106
4107 #---------------------------------------------------------------------------
4108
4109 class ActivateEvent(Event):
4110 """Proxy of C++ ActivateEvent class"""
4111 def __repr__(self):
4112 return "<%s.%s; proxy of C++ wxActivateEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4113 def __init__(self, *args, **kwargs):
4114 """__init__(self, wxEventType type=wxEVT_NULL, bool active=True, int Id=0) -> ActivateEvent"""
4115 newobj = _core_.new_ActivateEvent(*args, **kwargs)
4116 self.this = newobj.this
4117 self.thisown = 1
4118 del newobj.thisown
4119 def GetActive(*args, **kwargs):
4120 """GetActive(self) -> bool"""
4121 return _core_.ActivateEvent_GetActive(*args, **kwargs)
4122
4123
4124 class ActivateEventPtr(ActivateEvent):
4125 def __init__(self, this):
4126 self.this = this
4127 if not hasattr(self,"thisown"): self.thisown = 0
4128 self.__class__ = ActivateEvent
4129 _core_.ActivateEvent_swigregister(ActivateEventPtr)
4130
4131 #---------------------------------------------------------------------------
4132
4133 class InitDialogEvent(Event):
4134 """Proxy of C++ InitDialogEvent class"""
4135 def __repr__(self):
4136 return "<%s.%s; proxy of C++ wxInitDialogEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4137 def __init__(self, *args, **kwargs):
4138 """__init__(self, int Id=0) -> InitDialogEvent"""
4139 newobj = _core_.new_InitDialogEvent(*args, **kwargs)
4140 self.this = newobj.this
4141 self.thisown = 1
4142 del newobj.thisown
4143
4144 class InitDialogEventPtr(InitDialogEvent):
4145 def __init__(self, this):
4146 self.this = this
4147 if not hasattr(self,"thisown"): self.thisown = 0
4148 self.__class__ = InitDialogEvent
4149 _core_.InitDialogEvent_swigregister(InitDialogEventPtr)
4150
4151 #---------------------------------------------------------------------------
4152
4153 class MenuEvent(Event):
4154 """Proxy of C++ MenuEvent class"""
4155 def __repr__(self):
4156 return "<%s.%s; proxy of C++ wxMenuEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4157 def __init__(self, *args, **kwargs):
4158 """__init__(self, wxEventType type=wxEVT_NULL, int winid=0, Menu menu=None) -> MenuEvent"""
4159 newobj = _core_.new_MenuEvent(*args, **kwargs)
4160 self.this = newobj.this
4161 self.thisown = 1
4162 del newobj.thisown
4163 def GetMenuId(*args, **kwargs):
4164 """GetMenuId(self) -> int"""
4165 return _core_.MenuEvent_GetMenuId(*args, **kwargs)
4166
4167 def IsPopup(*args, **kwargs):
4168 """IsPopup(self) -> bool"""
4169 return _core_.MenuEvent_IsPopup(*args, **kwargs)
4170
4171 def GetMenu(*args, **kwargs):
4172 """GetMenu(self) -> Menu"""
4173 return _core_.MenuEvent_GetMenu(*args, **kwargs)
4174
4175
4176 class MenuEventPtr(MenuEvent):
4177 def __init__(self, this):
4178 self.this = this
4179 if not hasattr(self,"thisown"): self.thisown = 0
4180 self.__class__ = MenuEvent
4181 _core_.MenuEvent_swigregister(MenuEventPtr)
4182
4183 #---------------------------------------------------------------------------
4184
4185 class CloseEvent(Event):
4186 """Proxy of C++ CloseEvent class"""
4187 def __repr__(self):
4188 return "<%s.%s; proxy of C++ wxCloseEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4189 def __init__(self, *args, **kwargs):
4190 """__init__(self, wxEventType type=wxEVT_NULL, int winid=0) -> CloseEvent"""
4191 newobj = _core_.new_CloseEvent(*args, **kwargs)
4192 self.this = newobj.this
4193 self.thisown = 1
4194 del newobj.thisown
4195 def SetLoggingOff(*args, **kwargs):
4196 """SetLoggingOff(self, bool logOff)"""
4197 return _core_.CloseEvent_SetLoggingOff(*args, **kwargs)
4198
4199 def GetLoggingOff(*args, **kwargs):
4200 """GetLoggingOff(self) -> bool"""
4201 return _core_.CloseEvent_GetLoggingOff(*args, **kwargs)
4202
4203 def Veto(*args, **kwargs):
4204 """Veto(self, bool veto=True)"""
4205 return _core_.CloseEvent_Veto(*args, **kwargs)
4206
4207 def SetCanVeto(*args, **kwargs):
4208 """SetCanVeto(self, bool canVeto)"""
4209 return _core_.CloseEvent_SetCanVeto(*args, **kwargs)
4210
4211 def CanVeto(*args, **kwargs):
4212 """CanVeto(self) -> bool"""
4213 return _core_.CloseEvent_CanVeto(*args, **kwargs)
4214
4215 def GetVeto(*args, **kwargs):
4216 """GetVeto(self) -> bool"""
4217 return _core_.CloseEvent_GetVeto(*args, **kwargs)
4218
4219
4220 class CloseEventPtr(CloseEvent):
4221 def __init__(self, this):
4222 self.this = this
4223 if not hasattr(self,"thisown"): self.thisown = 0
4224 self.__class__ = CloseEvent
4225 _core_.CloseEvent_swigregister(CloseEventPtr)
4226
4227 #---------------------------------------------------------------------------
4228
4229 class ShowEvent(Event):
4230 """Proxy of C++ ShowEvent class"""
4231 def __repr__(self):
4232 return "<%s.%s; proxy of C++ wxShowEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4233 def __init__(self, *args, **kwargs):
4234 """__init__(self, int winid=0, bool show=False) -> ShowEvent"""
4235 newobj = _core_.new_ShowEvent(*args, **kwargs)
4236 self.this = newobj.this
4237 self.thisown = 1
4238 del newobj.thisown
4239 def SetShow(*args, **kwargs):
4240 """SetShow(self, bool show)"""
4241 return _core_.ShowEvent_SetShow(*args, **kwargs)
4242
4243 def GetShow(*args, **kwargs):
4244 """GetShow(self) -> bool"""
4245 return _core_.ShowEvent_GetShow(*args, **kwargs)
4246
4247
4248 class ShowEventPtr(ShowEvent):
4249 def __init__(self, this):
4250 self.this = this
4251 if not hasattr(self,"thisown"): self.thisown = 0
4252 self.__class__ = ShowEvent
4253 _core_.ShowEvent_swigregister(ShowEventPtr)
4254
4255 #---------------------------------------------------------------------------
4256
4257 class IconizeEvent(Event):
4258 """Proxy of C++ IconizeEvent class"""
4259 def __repr__(self):
4260 return "<%s.%s; proxy of C++ wxIconizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4261 def __init__(self, *args, **kwargs):
4262 """__init__(self, int id=0, bool iconized=True) -> IconizeEvent"""
4263 newobj = _core_.new_IconizeEvent(*args, **kwargs)
4264 self.this = newobj.this
4265 self.thisown = 1
4266 del newobj.thisown
4267 def Iconized(*args, **kwargs):
4268 """Iconized(self) -> bool"""
4269 return _core_.IconizeEvent_Iconized(*args, **kwargs)
4270
4271
4272 class IconizeEventPtr(IconizeEvent):
4273 def __init__(self, this):
4274 self.this = this
4275 if not hasattr(self,"thisown"): self.thisown = 0
4276 self.__class__ = IconizeEvent
4277 _core_.IconizeEvent_swigregister(IconizeEventPtr)
4278
4279 #---------------------------------------------------------------------------
4280
4281 class MaximizeEvent(Event):
4282 """Proxy of C++ MaximizeEvent class"""
4283 def __repr__(self):
4284 return "<%s.%s; proxy of C++ wxMaximizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4285 def __init__(self, *args, **kwargs):
4286 """__init__(self, int id=0) -> MaximizeEvent"""
4287 newobj = _core_.new_MaximizeEvent(*args, **kwargs)
4288 self.this = newobj.this
4289 self.thisown = 1
4290 del newobj.thisown
4291
4292 class MaximizeEventPtr(MaximizeEvent):
4293 def __init__(self, this):
4294 self.this = this
4295 if not hasattr(self,"thisown"): self.thisown = 0
4296 self.__class__ = MaximizeEvent
4297 _core_.MaximizeEvent_swigregister(MaximizeEventPtr)
4298
4299 #---------------------------------------------------------------------------
4300
4301 class DropFilesEvent(Event):
4302 """Proxy of C++ DropFilesEvent class"""
4303 def __init__(self): raise RuntimeError, "No constructor defined"
4304 def __repr__(self):
4305 return "<%s.%s; proxy of C++ wxDropFilesEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4306 def GetPosition(*args, **kwargs):
4307 """GetPosition(self) -> Point"""
4308 return _core_.DropFilesEvent_GetPosition(*args, **kwargs)
4309
4310 def GetNumberOfFiles(*args, **kwargs):
4311 """GetNumberOfFiles(self) -> int"""
4312 return _core_.DropFilesEvent_GetNumberOfFiles(*args, **kwargs)
4313
4314 def GetFiles(*args, **kwargs):
4315 """GetFiles(self) -> PyObject"""
4316 return _core_.DropFilesEvent_GetFiles(*args, **kwargs)
4317
4318
4319 class DropFilesEventPtr(DropFilesEvent):
4320 def __init__(self, this):
4321 self.this = this
4322 if not hasattr(self,"thisown"): self.thisown = 0
4323 self.__class__ = DropFilesEvent
4324 _core_.DropFilesEvent_swigregister(DropFilesEventPtr)
4325
4326 #---------------------------------------------------------------------------
4327
4328 UPDATE_UI_PROCESS_ALL = _core_.UPDATE_UI_PROCESS_ALL
4329 UPDATE_UI_PROCESS_SPECIFIED = _core_.UPDATE_UI_PROCESS_SPECIFIED
4330 class UpdateUIEvent(CommandEvent):
4331 """Proxy of C++ UpdateUIEvent class"""
4332 def __repr__(self):
4333 return "<%s.%s; proxy of C++ wxUpdateUIEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4334 def __init__(self, *args, **kwargs):
4335 """__init__(self, int commandId=0) -> UpdateUIEvent"""
4336 newobj = _core_.new_UpdateUIEvent(*args, **kwargs)
4337 self.this = newobj.this
4338 self.thisown = 1
4339 del newobj.thisown
4340 def GetChecked(*args, **kwargs):
4341 """GetChecked(self) -> bool"""
4342 return _core_.UpdateUIEvent_GetChecked(*args, **kwargs)
4343
4344 def GetEnabled(*args, **kwargs):
4345 """GetEnabled(self) -> bool"""
4346 return _core_.UpdateUIEvent_GetEnabled(*args, **kwargs)
4347
4348 def GetText(*args, **kwargs):
4349 """GetText(self) -> String"""
4350 return _core_.UpdateUIEvent_GetText(*args, **kwargs)
4351
4352 def GetSetText(*args, **kwargs):
4353 """GetSetText(self) -> bool"""
4354 return _core_.UpdateUIEvent_GetSetText(*args, **kwargs)
4355
4356 def GetSetChecked(*args, **kwargs):
4357 """GetSetChecked(self) -> bool"""
4358 return _core_.UpdateUIEvent_GetSetChecked(*args, **kwargs)
4359
4360 def GetSetEnabled(*args, **kwargs):
4361 """GetSetEnabled(self) -> bool"""
4362 return _core_.UpdateUIEvent_GetSetEnabled(*args, **kwargs)
4363
4364 def Check(*args, **kwargs):
4365 """Check(self, bool check)"""
4366 return _core_.UpdateUIEvent_Check(*args, **kwargs)
4367
4368 def Enable(*args, **kwargs):
4369 """Enable(self, bool enable)"""
4370 return _core_.UpdateUIEvent_Enable(*args, **kwargs)
4371
4372 def SetText(*args, **kwargs):
4373 """SetText(self, String text)"""
4374 return _core_.UpdateUIEvent_SetText(*args, **kwargs)
4375
4376 def SetUpdateInterval(*args, **kwargs):
4377 """SetUpdateInterval(long updateInterval)"""
4378 return _core_.UpdateUIEvent_SetUpdateInterval(*args, **kwargs)
4379
4380 SetUpdateInterval = staticmethod(SetUpdateInterval)
4381 def GetUpdateInterval(*args, **kwargs):
4382 """GetUpdateInterval() -> long"""
4383 return _core_.UpdateUIEvent_GetUpdateInterval(*args, **kwargs)
4384
4385 GetUpdateInterval = staticmethod(GetUpdateInterval)
4386 def CanUpdate(*args, **kwargs):
4387 """CanUpdate(Window win) -> bool"""
4388 return _core_.UpdateUIEvent_CanUpdate(*args, **kwargs)
4389
4390 CanUpdate = staticmethod(CanUpdate)
4391 def ResetUpdateTime(*args, **kwargs):
4392 """ResetUpdateTime()"""
4393 return _core_.UpdateUIEvent_ResetUpdateTime(*args, **kwargs)
4394
4395 ResetUpdateTime = staticmethod(ResetUpdateTime)
4396 def SetMode(*args, **kwargs):
4397 """SetMode(int mode)"""
4398 return _core_.UpdateUIEvent_SetMode(*args, **kwargs)
4399
4400 SetMode = staticmethod(SetMode)
4401 def GetMode(*args, **kwargs):
4402 """GetMode() -> int"""
4403 return _core_.UpdateUIEvent_GetMode(*args, **kwargs)
4404
4405 GetMode = staticmethod(GetMode)
4406
4407 class UpdateUIEventPtr(UpdateUIEvent):
4408 def __init__(self, this):
4409 self.this = this
4410 if not hasattr(self,"thisown"): self.thisown = 0
4411 self.__class__ = UpdateUIEvent
4412 _core_.UpdateUIEvent_swigregister(UpdateUIEventPtr)
4413
4414 def UpdateUIEvent_SetUpdateInterval(*args, **kwargs):
4415 """UpdateUIEvent_SetUpdateInterval(long updateInterval)"""
4416 return _core_.UpdateUIEvent_SetUpdateInterval(*args, **kwargs)
4417
4418 def UpdateUIEvent_GetUpdateInterval(*args, **kwargs):
4419 """UpdateUIEvent_GetUpdateInterval() -> long"""
4420 return _core_.UpdateUIEvent_GetUpdateInterval(*args, **kwargs)
4421
4422 def UpdateUIEvent_CanUpdate(*args, **kwargs):
4423 """UpdateUIEvent_CanUpdate(Window win) -> bool"""
4424 return _core_.UpdateUIEvent_CanUpdate(*args, **kwargs)
4425
4426 def UpdateUIEvent_ResetUpdateTime(*args, **kwargs):
4427 """UpdateUIEvent_ResetUpdateTime()"""
4428 return _core_.UpdateUIEvent_ResetUpdateTime(*args, **kwargs)
4429
4430 def UpdateUIEvent_SetMode(*args, **kwargs):
4431 """UpdateUIEvent_SetMode(int mode)"""
4432 return _core_.UpdateUIEvent_SetMode(*args, **kwargs)
4433
4434 def UpdateUIEvent_GetMode(*args, **kwargs):
4435 """UpdateUIEvent_GetMode() -> int"""
4436 return _core_.UpdateUIEvent_GetMode(*args, **kwargs)
4437
4438 #---------------------------------------------------------------------------
4439
4440 class SysColourChangedEvent(Event):
4441 """Proxy of C++ SysColourChangedEvent class"""
4442 def __repr__(self):
4443 return "<%s.%s; proxy of C++ wxSysColourChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4444 def __init__(self, *args, **kwargs):
4445 """__init__(self) -> SysColourChangedEvent"""
4446 newobj = _core_.new_SysColourChangedEvent(*args, **kwargs)
4447 self.this = newobj.this
4448 self.thisown = 1
4449 del newobj.thisown
4450
4451 class SysColourChangedEventPtr(SysColourChangedEvent):
4452 def __init__(self, this):
4453 self.this = this
4454 if not hasattr(self,"thisown"): self.thisown = 0
4455 self.__class__ = SysColourChangedEvent
4456 _core_.SysColourChangedEvent_swigregister(SysColourChangedEventPtr)
4457
4458 #---------------------------------------------------------------------------
4459
4460 class MouseCaptureChangedEvent(Event):
4461 """Proxy of C++ MouseCaptureChangedEvent class"""
4462 def __repr__(self):
4463 return "<%s.%s; proxy of C++ wxMouseCaptureChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4464 def __init__(self, *args, **kwargs):
4465 """__init__(self, int winid=0, Window gainedCapture=None) -> MouseCaptureChangedEvent"""
4466 newobj = _core_.new_MouseCaptureChangedEvent(*args, **kwargs)
4467 self.this = newobj.this
4468 self.thisown = 1
4469 del newobj.thisown
4470 def GetCapturedWindow(*args, **kwargs):
4471 """GetCapturedWindow(self) -> Window"""
4472 return _core_.MouseCaptureChangedEvent_GetCapturedWindow(*args, **kwargs)
4473
4474
4475 class MouseCaptureChangedEventPtr(MouseCaptureChangedEvent):
4476 def __init__(self, this):
4477 self.this = this
4478 if not hasattr(self,"thisown"): self.thisown = 0
4479 self.__class__ = MouseCaptureChangedEvent
4480 _core_.MouseCaptureChangedEvent_swigregister(MouseCaptureChangedEventPtr)
4481
4482 #---------------------------------------------------------------------------
4483
4484 class DisplayChangedEvent(Event):
4485 """Proxy of C++ DisplayChangedEvent class"""
4486 def __repr__(self):
4487 return "<%s.%s; proxy of C++ wxDisplayChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4488 def __init__(self, *args, **kwargs):
4489 """__init__(self) -> DisplayChangedEvent"""
4490 newobj = _core_.new_DisplayChangedEvent(*args, **kwargs)
4491 self.this = newobj.this
4492 self.thisown = 1
4493 del newobj.thisown
4494
4495 class DisplayChangedEventPtr(DisplayChangedEvent):
4496 def __init__(self, this):
4497 self.this = this
4498 if not hasattr(self,"thisown"): self.thisown = 0
4499 self.__class__ = DisplayChangedEvent
4500 _core_.DisplayChangedEvent_swigregister(DisplayChangedEventPtr)
4501
4502 #---------------------------------------------------------------------------
4503
4504 class PaletteChangedEvent(Event):
4505 """Proxy of C++ PaletteChangedEvent class"""
4506 def __repr__(self):
4507 return "<%s.%s; proxy of C++ wxPaletteChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4508 def __init__(self, *args, **kwargs):
4509 """__init__(self, int id=0) -> PaletteChangedEvent"""
4510 newobj = _core_.new_PaletteChangedEvent(*args, **kwargs)
4511 self.this = newobj.this
4512 self.thisown = 1
4513 del newobj.thisown
4514 def SetChangedWindow(*args, **kwargs):
4515 """SetChangedWindow(self, Window win)"""
4516 return _core_.PaletteChangedEvent_SetChangedWindow(*args, **kwargs)
4517
4518 def GetChangedWindow(*args, **kwargs):
4519 """GetChangedWindow(self) -> Window"""
4520 return _core_.PaletteChangedEvent_GetChangedWindow(*args, **kwargs)
4521
4522
4523 class PaletteChangedEventPtr(PaletteChangedEvent):
4524 def __init__(self, this):
4525 self.this = this
4526 if not hasattr(self,"thisown"): self.thisown = 0
4527 self.__class__ = PaletteChangedEvent
4528 _core_.PaletteChangedEvent_swigregister(PaletteChangedEventPtr)
4529
4530 #---------------------------------------------------------------------------
4531
4532 class QueryNewPaletteEvent(Event):
4533 """Proxy of C++ QueryNewPaletteEvent class"""
4534 def __repr__(self):
4535 return "<%s.%s; proxy of C++ wxQueryNewPaletteEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4536 def __init__(self, *args, **kwargs):
4537 """__init__(self, int winid=0) -> QueryNewPaletteEvent"""
4538 newobj = _core_.new_QueryNewPaletteEvent(*args, **kwargs)
4539 self.this = newobj.this
4540 self.thisown = 1
4541 del newobj.thisown
4542 def SetPaletteRealized(*args, **kwargs):
4543 """SetPaletteRealized(self, bool realized)"""
4544 return _core_.QueryNewPaletteEvent_SetPaletteRealized(*args, **kwargs)
4545
4546 def GetPaletteRealized(*args, **kwargs):
4547 """GetPaletteRealized(self) -> bool"""
4548 return _core_.QueryNewPaletteEvent_GetPaletteRealized(*args, **kwargs)
4549
4550
4551 class QueryNewPaletteEventPtr(QueryNewPaletteEvent):
4552 def __init__(self, this):
4553 self.this = this
4554 if not hasattr(self,"thisown"): self.thisown = 0
4555 self.__class__ = QueryNewPaletteEvent
4556 _core_.QueryNewPaletteEvent_swigregister(QueryNewPaletteEventPtr)
4557
4558 #---------------------------------------------------------------------------
4559
4560 class NavigationKeyEvent(Event):
4561 """Proxy of C++ NavigationKeyEvent class"""
4562 def __repr__(self):
4563 return "<%s.%s; proxy of C++ wxNavigationKeyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4564 def __init__(self, *args, **kwargs):
4565 """__init__(self) -> NavigationKeyEvent"""
4566 newobj = _core_.new_NavigationKeyEvent(*args, **kwargs)
4567 self.this = newobj.this
4568 self.thisown = 1
4569 del newobj.thisown
4570 def GetDirection(*args, **kwargs):
4571 """GetDirection(self) -> bool"""
4572 return _core_.NavigationKeyEvent_GetDirection(*args, **kwargs)
4573
4574 def SetDirection(*args, **kwargs):
4575 """SetDirection(self, bool forward)"""
4576 return _core_.NavigationKeyEvent_SetDirection(*args, **kwargs)
4577
4578 def IsWindowChange(*args, **kwargs):
4579 """IsWindowChange(self) -> bool"""
4580 return _core_.NavigationKeyEvent_IsWindowChange(*args, **kwargs)
4581
4582 def SetWindowChange(*args, **kwargs):
4583 """SetWindowChange(self, bool ischange)"""
4584 return _core_.NavigationKeyEvent_SetWindowChange(*args, **kwargs)
4585
4586 def IsFromTab(*args, **kwargs):
4587 """IsFromTab(self) -> bool"""
4588 return _core_.NavigationKeyEvent_IsFromTab(*args, **kwargs)
4589
4590 def SetFromTab(*args, **kwargs):
4591 """SetFromTab(self, bool bIs)"""
4592 return _core_.NavigationKeyEvent_SetFromTab(*args, **kwargs)
4593
4594 def SetFlags(*args, **kwargs):
4595 """SetFlags(self, long flags)"""
4596 return _core_.NavigationKeyEvent_SetFlags(*args, **kwargs)
4597
4598 def GetCurrentFocus(*args, **kwargs):
4599 """GetCurrentFocus(self) -> Window"""
4600 return _core_.NavigationKeyEvent_GetCurrentFocus(*args, **kwargs)
4601
4602 def SetCurrentFocus(*args, **kwargs):
4603 """SetCurrentFocus(self, Window win)"""
4604 return _core_.NavigationKeyEvent_SetCurrentFocus(*args, **kwargs)
4605
4606 IsBackward = _core_.NavigationKeyEvent_IsBackward
4607 IsForward = _core_.NavigationKeyEvent_IsForward
4608 WinChange = _core_.NavigationKeyEvent_WinChange
4609 FromTab = _core_.NavigationKeyEvent_FromTab
4610
4611 class NavigationKeyEventPtr(NavigationKeyEvent):
4612 def __init__(self, this):
4613 self.this = this
4614 if not hasattr(self,"thisown"): self.thisown = 0
4615 self.__class__ = NavigationKeyEvent
4616 _core_.NavigationKeyEvent_swigregister(NavigationKeyEventPtr)
4617
4618 #---------------------------------------------------------------------------
4619
4620 class WindowCreateEvent(CommandEvent):
4621 """Proxy of C++ WindowCreateEvent class"""
4622 def __repr__(self):
4623 return "<%s.%s; proxy of C++ wxWindowCreateEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4624 def __init__(self, *args, **kwargs):
4625 """__init__(self, Window win=None) -> WindowCreateEvent"""
4626 newobj = _core_.new_WindowCreateEvent(*args, **kwargs)
4627 self.this = newobj.this
4628 self.thisown = 1
4629 del newobj.thisown
4630 def GetWindow(*args, **kwargs):
4631 """GetWindow(self) -> Window"""
4632 return _core_.WindowCreateEvent_GetWindow(*args, **kwargs)
4633
4634
4635 class WindowCreateEventPtr(WindowCreateEvent):
4636 def __init__(self, this):
4637 self.this = this
4638 if not hasattr(self,"thisown"): self.thisown = 0
4639 self.__class__ = WindowCreateEvent
4640 _core_.WindowCreateEvent_swigregister(WindowCreateEventPtr)
4641
4642 class WindowDestroyEvent(CommandEvent):
4643 """Proxy of C++ WindowDestroyEvent class"""
4644 def __repr__(self):
4645 return "<%s.%s; proxy of C++ wxWindowDestroyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4646 def __init__(self, *args, **kwargs):
4647 """__init__(self, Window win=None) -> WindowDestroyEvent"""
4648 newobj = _core_.new_WindowDestroyEvent(*args, **kwargs)
4649 self.this = newobj.this
4650 self.thisown = 1
4651 del newobj.thisown
4652 def GetWindow(*args, **kwargs):
4653 """GetWindow(self) -> Window"""
4654 return _core_.WindowDestroyEvent_GetWindow(*args, **kwargs)
4655
4656
4657 class WindowDestroyEventPtr(WindowDestroyEvent):
4658 def __init__(self, this):
4659 self.this = this
4660 if not hasattr(self,"thisown"): self.thisown = 0
4661 self.__class__ = WindowDestroyEvent
4662 _core_.WindowDestroyEvent_swigregister(WindowDestroyEventPtr)
4663
4664 #---------------------------------------------------------------------------
4665
4666 class ContextMenuEvent(CommandEvent):
4667 """Proxy of C++ ContextMenuEvent class"""
4668 def __repr__(self):
4669 return "<%s.%s; proxy of C++ wxContextMenuEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4670 def __init__(self, *args, **kwargs):
4671 """__init__(self, wxEventType type=wxEVT_NULL, int winid=0, Point pt=DefaultPosition) -> ContextMenuEvent"""
4672 newobj = _core_.new_ContextMenuEvent(*args, **kwargs)
4673 self.this = newobj.this
4674 self.thisown = 1
4675 del newobj.thisown
4676 def GetPosition(*args, **kwargs):
4677 """GetPosition(self) -> Point"""
4678 return _core_.ContextMenuEvent_GetPosition(*args, **kwargs)
4679
4680 def SetPosition(*args, **kwargs):
4681 """SetPosition(self, Point pos)"""
4682 return _core_.ContextMenuEvent_SetPosition(*args, **kwargs)
4683
4684
4685 class ContextMenuEventPtr(ContextMenuEvent):
4686 def __init__(self, this):
4687 self.this = this
4688 if not hasattr(self,"thisown"): self.thisown = 0
4689 self.__class__ = ContextMenuEvent
4690 _core_.ContextMenuEvent_swigregister(ContextMenuEventPtr)
4691
4692 #---------------------------------------------------------------------------
4693
4694 IDLE_PROCESS_ALL = _core_.IDLE_PROCESS_ALL
4695 IDLE_PROCESS_SPECIFIED = _core_.IDLE_PROCESS_SPECIFIED
4696 class IdleEvent(Event):
4697 """Proxy of C++ IdleEvent class"""
4698 def __repr__(self):
4699 return "<%s.%s; proxy of C++ wxIdleEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4700 def __init__(self, *args, **kwargs):
4701 """__init__(self) -> IdleEvent"""
4702 newobj = _core_.new_IdleEvent(*args, **kwargs)
4703 self.this = newobj.this
4704 self.thisown = 1
4705 del newobj.thisown
4706 def RequestMore(*args, **kwargs):
4707 """RequestMore(self, bool needMore=True)"""
4708 return _core_.IdleEvent_RequestMore(*args, **kwargs)
4709
4710 def MoreRequested(*args, **kwargs):
4711 """MoreRequested(self) -> bool"""
4712 return _core_.IdleEvent_MoreRequested(*args, **kwargs)
4713
4714 def SetMode(*args, **kwargs):
4715 """SetMode(int mode)"""
4716 return _core_.IdleEvent_SetMode(*args, **kwargs)
4717
4718 SetMode = staticmethod(SetMode)
4719 def GetMode(*args, **kwargs):
4720 """GetMode() -> int"""
4721 return _core_.IdleEvent_GetMode(*args, **kwargs)
4722
4723 GetMode = staticmethod(GetMode)
4724 def CanSend(*args, **kwargs):
4725 """CanSend(Window win) -> bool"""
4726 return _core_.IdleEvent_CanSend(*args, **kwargs)
4727
4728 CanSend = staticmethod(CanSend)
4729
4730 class IdleEventPtr(IdleEvent):
4731 def __init__(self, this):
4732 self.this = this
4733 if not hasattr(self,"thisown"): self.thisown = 0
4734 self.__class__ = IdleEvent
4735 _core_.IdleEvent_swigregister(IdleEventPtr)
4736
4737 def IdleEvent_SetMode(*args, **kwargs):
4738 """IdleEvent_SetMode(int mode)"""
4739 return _core_.IdleEvent_SetMode(*args, **kwargs)
4740
4741 def IdleEvent_GetMode(*args, **kwargs):
4742 """IdleEvent_GetMode() -> int"""
4743 return _core_.IdleEvent_GetMode(*args, **kwargs)
4744
4745 def IdleEvent_CanSend(*args, **kwargs):
4746 """IdleEvent_CanSend(Window win) -> bool"""
4747 return _core_.IdleEvent_CanSend(*args, **kwargs)
4748
4749 #---------------------------------------------------------------------------
4750
4751 class PyEvent(Event):
4752 """Proxy of C++ PyEvent class"""
4753 def __repr__(self):
4754 return "<%s.%s; proxy of C++ wxPyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4755 def __init__(self, *args, **kwargs):
4756 """__init__(self, int winid=0, wxEventType commandType=wxEVT_NULL) -> PyEvent"""
4757 newobj = _core_.new_PyEvent(*args, **kwargs)
4758 self.this = newobj.this
4759 self.thisown = 1
4760 del newobj.thisown
4761 self.SetSelf(self)
4762
4763 def __del__(self, destroy=_core_.delete_PyEvent):
4764 """__del__(self)"""
4765 try:
4766 if self.thisown: destroy(self)
4767 except: pass
4768
4769 def SetSelf(*args, **kwargs):
4770 """SetSelf(self, PyObject self)"""
4771 return _core_.PyEvent_SetSelf(*args, **kwargs)
4772
4773 def GetSelf(*args, **kwargs):
4774 """GetSelf(self) -> PyObject"""
4775 return _core_.PyEvent_GetSelf(*args, **kwargs)
4776
4777
4778 class PyEventPtr(PyEvent):
4779 def __init__(self, this):
4780 self.this = this
4781 if not hasattr(self,"thisown"): self.thisown = 0
4782 self.__class__ = PyEvent
4783 _core_.PyEvent_swigregister(PyEventPtr)
4784
4785 class PyCommandEvent(CommandEvent):
4786 """Proxy of C++ PyCommandEvent class"""
4787 def __repr__(self):
4788 return "<%s.%s; proxy of C++ wxPyCommandEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4789 def __init__(self, *args, **kwargs):
4790 """__init__(self, wxEventType commandType=wxEVT_NULL, int id=0) -> PyCommandEvent"""
4791 newobj = _core_.new_PyCommandEvent(*args, **kwargs)
4792 self.this = newobj.this
4793 self.thisown = 1
4794 del newobj.thisown
4795 self.SetSelf(self)
4796
4797 def __del__(self, destroy=_core_.delete_PyCommandEvent):
4798 """__del__(self)"""
4799 try:
4800 if self.thisown: destroy(self)
4801 except: pass
4802
4803 def SetSelf(*args, **kwargs):
4804 """SetSelf(self, PyObject self)"""
4805 return _core_.PyCommandEvent_SetSelf(*args, **kwargs)
4806
4807 def GetSelf(*args, **kwargs):
4808 """GetSelf(self) -> PyObject"""
4809 return _core_.PyCommandEvent_GetSelf(*args, **kwargs)
4810
4811
4812 class PyCommandEventPtr(PyCommandEvent):
4813 def __init__(self, this):
4814 self.this = this
4815 if not hasattr(self,"thisown"): self.thisown = 0
4816 self.__class__ = PyCommandEvent
4817 _core_.PyCommandEvent_swigregister(PyCommandEventPtr)
4818
4819 class DateEvent(CommandEvent):
4820 """Proxy of C++ DateEvent class"""
4821 def __repr__(self):
4822 return "<%s.%s; proxy of C++ wxDateEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4823 def __init__(self, *args, **kwargs):
4824 """__init__(self, Window win, DateTime dt, wxEventType type) -> DateEvent"""
4825 newobj = _core_.new_DateEvent(*args, **kwargs)
4826 self.this = newobj.this
4827 self.thisown = 1
4828 del newobj.thisown
4829 def GetDate(*args, **kwargs):
4830 """GetDate(self) -> DateTime"""
4831 return _core_.DateEvent_GetDate(*args, **kwargs)
4832
4833 def SetDate(*args, **kwargs):
4834 """SetDate(self, DateTime date)"""
4835 return _core_.DateEvent_SetDate(*args, **kwargs)
4836
4837
4838 class DateEventPtr(DateEvent):
4839 def __init__(self, this):
4840 self.this = this
4841 if not hasattr(self,"thisown"): self.thisown = 0
4842 self.__class__ = DateEvent
4843 _core_.DateEvent_swigregister(DateEventPtr)
4844
4845 wxEVT_DATE_CHANGED = _core_.wxEVT_DATE_CHANGED
4846 EVT_DATE_CHANGED = wx.PyEventBinder( wxEVT_DATE_CHANGED, 1 )
4847
4848 #---------------------------------------------------------------------------
4849
4850 PYAPP_ASSERT_SUPPRESS = _core_.PYAPP_ASSERT_SUPPRESS
4851 PYAPP_ASSERT_EXCEPTION = _core_.PYAPP_ASSERT_EXCEPTION
4852 PYAPP_ASSERT_DIALOG = _core_.PYAPP_ASSERT_DIALOG
4853 PYAPP_ASSERT_LOG = _core_.PYAPP_ASSERT_LOG
4854 PRINT_WINDOWS = _core_.PRINT_WINDOWS
4855 PRINT_POSTSCRIPT = _core_.PRINT_POSTSCRIPT
4856 class PyApp(EvtHandler):
4857 """
4858 The ``wx.PyApp`` class is an *implementation detail*, please use the
4859 `wx.App` class (or some other derived class) instead.
4860 """
4861 def __repr__(self):
4862 return "<%s.%s; proxy of C++ wxPyApp instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4863 def __init__(self, *args, **kwargs):
4864 """
4865 __init__(self) -> PyApp
4866
4867 Create a new application object, starting the bootstrap process.
4868 """
4869 newobj = _core_.new_PyApp(*args, **kwargs)
4870 self.this = newobj.this
4871 self.thisown = 1
4872 del newobj.thisown
4873 self._setCallbackInfo(self, PyApp)
4874 self._setOORInfo(self)
4875
4876 def __del__(self, destroy=_core_.delete_PyApp):
4877 """__del__(self)"""
4878 try:
4879 if self.thisown: destroy(self)
4880 except: pass
4881
4882 def _setCallbackInfo(*args, **kwargs):
4883 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4884 return _core_.PyApp__setCallbackInfo(*args, **kwargs)
4885
4886 def GetAppName(*args, **kwargs):
4887 """
4888 GetAppName(self) -> String
4889
4890 Get the application name.
4891 """
4892 return _core_.PyApp_GetAppName(*args, **kwargs)
4893
4894 def SetAppName(*args, **kwargs):
4895 """
4896 SetAppName(self, String name)
4897
4898 Set the application name. This value may be used automatically by
4899 `wx.Config` and such.
4900 """
4901 return _core_.PyApp_SetAppName(*args, **kwargs)
4902
4903 def GetClassName(*args, **kwargs):
4904 """
4905 GetClassName(self) -> String
4906
4907 Get the application's class name.
4908 """
4909 return _core_.PyApp_GetClassName(*args, **kwargs)
4910
4911 def SetClassName(*args, **kwargs):
4912 """
4913 SetClassName(self, String name)
4914
4915 Set the application's class name. This value may be used for
4916 X-resources if applicable for the platform
4917 """
4918 return _core_.PyApp_SetClassName(*args, **kwargs)
4919
4920 def GetVendorName(*args, **kwargs):
4921 """
4922 GetVendorName(self) -> String
4923
4924 Get the application's vendor name.
4925 """
4926 return _core_.PyApp_GetVendorName(*args, **kwargs)
4927
4928 def SetVendorName(*args, **kwargs):
4929 """
4930 SetVendorName(self, String name)
4931
4932 Set the application's vendor name. This value may be used
4933 automatically by `wx.Config` and such.
4934 """
4935 return _core_.PyApp_SetVendorName(*args, **kwargs)
4936
4937 def GetTraits(*args, **kwargs):
4938 """
4939 GetTraits(self) -> wxAppTraits
4940
4941 Return (and create if necessary) the app traits object to which we
4942 delegate for everything which either should be configurable by the
4943 user (then he can change the default behaviour simply by overriding
4944 CreateTraits() and returning his own traits object) or which is
4945 GUI/console dependent as then wx.AppTraits allows us to abstract the
4946 differences behind the common facade.
4947
4948 :todo: Add support for overriding CreateAppTraits in wxPython.
4949 """
4950 return _core_.PyApp_GetTraits(*args, **kwargs)
4951
4952 def ProcessPendingEvents(*args, **kwargs):
4953 """
4954 ProcessPendingEvents(self)
4955
4956 Process all events in the Pending Events list -- it is necessary to
4957 call this function to process posted events. This normally happens
4958 during each event loop iteration.
4959 """
4960 return _core_.PyApp_ProcessPendingEvents(*args, **kwargs)
4961
4962 def Yield(*args, **kwargs):
4963 """
4964 Yield(self, bool onlyIfNeeded=False) -> bool
4965
4966 Process all currently pending events right now, instead of waiting
4967 until return to the event loop. It is an error to call ``Yield``
4968 recursively unless the value of ``onlyIfNeeded`` is True.
4969
4970 :warning: This function is dangerous as it can lead to unexpected
4971 reentrancies (i.e. when called from an event handler it may
4972 result in calling the same event handler again), use with
4973 extreme care or, better, don't use at all!
4974
4975 :see: `wx.Yield`, `wx.YieldIfNeeded`, `wx.SafeYield`
4976
4977 """
4978 return _core_.PyApp_Yield(*args, **kwargs)
4979
4980 def WakeUpIdle(*args, **kwargs):
4981 """
4982 WakeUpIdle(self)
4983
4984 Make sure that idle events are sent again.
4985 :see: `wx.WakeUpIdle`
4986 """
4987 return _core_.PyApp_WakeUpIdle(*args, **kwargs)
4988
4989 def IsMainLoopRunning(*args, **kwargs):
4990 """
4991 IsMainLoopRunning() -> bool
4992
4993 Returns True if we're running the main loop, i.e. if the events can
4994 currently be dispatched.
4995 """
4996 return _core_.PyApp_IsMainLoopRunning(*args, **kwargs)
4997
4998 IsMainLoopRunning = staticmethod(IsMainLoopRunning)
4999 def MainLoop(*args, **kwargs):
5000 """
5001 MainLoop(self) -> int
5002
5003 Execute the main GUI loop, the function doesn't normally return until
5004 all top level windows have been closed and destroyed.
5005 """
5006 return _core_.PyApp_MainLoop(*args, **kwargs)
5007
5008 def Exit(*args, **kwargs):
5009 """
5010 Exit(self)
5011
5012 Exit the main loop thus terminating the application.
5013 :see: `wx.Exit`
5014 """
5015 return _core_.PyApp_Exit(*args, **kwargs)
5016
5017 def ExitMainLoop(*args, **kwargs):
5018 """
5019 ExitMainLoop(self)
5020
5021 Exit the main GUI loop during the next iteration of the main
5022 loop, (i.e. it does not stop the program immediately!)
5023 """
5024 return _core_.PyApp_ExitMainLoop(*args, **kwargs)
5025
5026 def Pending(*args, **kwargs):
5027 """
5028 Pending(self) -> bool
5029
5030 Returns True if there are unprocessed events in the event queue.
5031 """
5032 return _core_.PyApp_Pending(*args, **kwargs)
5033
5034 def Dispatch(*args, **kwargs):
5035 """
5036 Dispatch(self) -> bool
5037
5038 Process the first event in the event queue (blocks until an event
5039 appears if there are none currently)
5040 """
5041 return _core_.PyApp_Dispatch(*args, **kwargs)
5042
5043 def ProcessIdle(*args, **kwargs):
5044 """
5045 ProcessIdle(self) -> bool
5046
5047 Called from the MainLoop when the application becomes idle (there are
5048 no pending events) and sends a `wx.IdleEvent` to all interested
5049 parties. Returns True if more idle events are needed, False if not.
5050 """
5051 return _core_.PyApp_ProcessIdle(*args, **kwargs)
5052
5053 def SendIdleEvents(*args, **kwargs):
5054 """
5055 SendIdleEvents(self, Window win, IdleEvent event) -> bool
5056
5057 Send idle event to window and all subwindows. Returns True if more
5058 idle time is requested.
5059 """
5060 return _core_.PyApp_SendIdleEvents(*args, **kwargs)
5061
5062 def IsActive(*args, **kwargs):
5063 """
5064 IsActive(self) -> bool
5065
5066 Return True if our app has focus.
5067 """
5068 return _core_.PyApp_IsActive(*args, **kwargs)
5069
5070 def SetTopWindow(*args, **kwargs):
5071 """
5072 SetTopWindow(self, Window win)
5073
5074 Set the *main* top level window
5075 """
5076 return _core_.PyApp_SetTopWindow(*args, **kwargs)
5077
5078 def GetTopWindow(*args, **kwargs):
5079 """
5080 GetTopWindow(self) -> Window
5081
5082 Return the *main* top level window (if it hadn't been set previously
5083 with SetTopWindow(), will return just some top level window and, if
5084 there not any, will return None)
5085 """
5086 return _core_.PyApp_GetTopWindow(*args, **kwargs)
5087
5088 def SetExitOnFrameDelete(*args, **kwargs):
5089 """
5090 SetExitOnFrameDelete(self, bool flag)
5091
5092 Control the exit behaviour: by default, the program will exit the main
5093 loop (and so, usually, terminate) when the last top-level program
5094 window is deleted. Beware that if you disable this behaviour (with
5095 SetExitOnFrameDelete(False)), you'll have to call ExitMainLoop()
5096 explicitly from somewhere.
5097 """
5098 return _core_.PyApp_SetExitOnFrameDelete(*args, **kwargs)
5099
5100 def GetExitOnFrameDelete(*args, **kwargs):
5101 """
5102 GetExitOnFrameDelete(self) -> bool
5103
5104 Get the current exit behaviour setting.
5105 """
5106 return _core_.PyApp_GetExitOnFrameDelete(*args, **kwargs)
5107
5108 def SetUseBestVisual(*args, **kwargs):
5109 """
5110 SetUseBestVisual(self, bool flag)
5111
5112 Set whether the app should try to use the best available visual on
5113 systems where more than one is available, (Sun, SGI, XFree86 4, etc.)
5114 """
5115 return _core_.PyApp_SetUseBestVisual(*args, **kwargs)
5116
5117 def GetUseBestVisual(*args, **kwargs):
5118 """
5119 GetUseBestVisual(self) -> bool
5120
5121 Get current UseBestVisual setting.
5122 """
5123 return _core_.PyApp_GetUseBestVisual(*args, **kwargs)
5124
5125 def SetPrintMode(*args, **kwargs):
5126 """SetPrintMode(self, int mode)"""
5127 return _core_.PyApp_SetPrintMode(*args, **kwargs)
5128
5129 def GetPrintMode(*args, **kwargs):
5130 """GetPrintMode(self) -> int"""
5131 return _core_.PyApp_GetPrintMode(*args, **kwargs)
5132
5133 def SetAssertMode(*args, **kwargs):
5134 """
5135 SetAssertMode(self, int mode)
5136
5137 Set the OnAssert behaviour for debug and hybrid builds.
5138 """
5139 return _core_.PyApp_SetAssertMode(*args, **kwargs)
5140
5141 def GetAssertMode(*args, **kwargs):
5142 """
5143 GetAssertMode(self) -> int
5144
5145 Get the current OnAssert behaviour setting.
5146 """
5147 return _core_.PyApp_GetAssertMode(*args, **kwargs)
5148
5149 def GetMacSupportPCMenuShortcuts(*args, **kwargs):
5150 """GetMacSupportPCMenuShortcuts() -> bool"""
5151 return _core_.PyApp_GetMacSupportPCMenuShortcuts(*args, **kwargs)
5152
5153 GetMacSupportPCMenuShortcuts = staticmethod(GetMacSupportPCMenuShortcuts)
5154 def GetMacAboutMenuItemId(*args, **kwargs):
5155 """GetMacAboutMenuItemId() -> long"""
5156 return _core_.PyApp_GetMacAboutMenuItemId(*args, **kwargs)
5157
5158 GetMacAboutMenuItemId = staticmethod(GetMacAboutMenuItemId)
5159 def GetMacPreferencesMenuItemId(*args, **kwargs):
5160 """GetMacPreferencesMenuItemId() -> long"""
5161 return _core_.PyApp_GetMacPreferencesMenuItemId(*args, **kwargs)
5162
5163 GetMacPreferencesMenuItemId = staticmethod(GetMacPreferencesMenuItemId)
5164 def GetMacExitMenuItemId(*args, **kwargs):
5165 """GetMacExitMenuItemId() -> long"""
5166 return _core_.PyApp_GetMacExitMenuItemId(*args, **kwargs)
5167
5168 GetMacExitMenuItemId = staticmethod(GetMacExitMenuItemId)
5169 def GetMacHelpMenuTitleName(*args, **kwargs):
5170 """GetMacHelpMenuTitleName() -> String"""
5171 return _core_.PyApp_GetMacHelpMenuTitleName(*args, **kwargs)
5172
5173 GetMacHelpMenuTitleName = staticmethod(GetMacHelpMenuTitleName)
5174 def SetMacSupportPCMenuShortcuts(*args, **kwargs):
5175 """SetMacSupportPCMenuShortcuts(bool val)"""
5176 return _core_.PyApp_SetMacSupportPCMenuShortcuts(*args, **kwargs)
5177
5178 SetMacSupportPCMenuShortcuts = staticmethod(SetMacSupportPCMenuShortcuts)
5179 def SetMacAboutMenuItemId(*args, **kwargs):
5180 """SetMacAboutMenuItemId(long val)"""
5181 return _core_.PyApp_SetMacAboutMenuItemId(*args, **kwargs)
5182
5183 SetMacAboutMenuItemId = staticmethod(SetMacAboutMenuItemId)
5184 def SetMacPreferencesMenuItemId(*args, **kwargs):
5185 """SetMacPreferencesMenuItemId(long val)"""
5186 return _core_.PyApp_SetMacPreferencesMenuItemId(*args, **kwargs)
5187
5188 SetMacPreferencesMenuItemId = staticmethod(SetMacPreferencesMenuItemId)
5189 def SetMacExitMenuItemId(*args, **kwargs):
5190 """SetMacExitMenuItemId(long val)"""
5191 return _core_.PyApp_SetMacExitMenuItemId(*args, **kwargs)
5192
5193 SetMacExitMenuItemId = staticmethod(SetMacExitMenuItemId)
5194 def SetMacHelpMenuTitleName(*args, **kwargs):
5195 """SetMacHelpMenuTitleName(String val)"""
5196 return _core_.PyApp_SetMacHelpMenuTitleName(*args, **kwargs)
5197
5198 SetMacHelpMenuTitleName = staticmethod(SetMacHelpMenuTitleName)
5199 def _BootstrapApp(*args, **kwargs):
5200 """
5201 _BootstrapApp(self)
5202
5203 For internal use only
5204 """
5205 return _core_.PyApp__BootstrapApp(*args, **kwargs)
5206
5207 def GetComCtl32Version(*args, **kwargs):
5208 """
5209 GetComCtl32Version() -> int
5210
5211 Returns 400, 470, 471, etc. for comctl32.dll 4.00, 4.70, 4.71 or 0 if
5212 it wasn't found at all. Raises an exception on non-Windows platforms.
5213 """
5214 return _core_.PyApp_GetComCtl32Version(*args, **kwargs)
5215
5216 GetComCtl32Version = staticmethod(GetComCtl32Version)
5217
5218 class PyAppPtr(PyApp):
5219 def __init__(self, this):
5220 self.this = this
5221 if not hasattr(self,"thisown"): self.thisown = 0
5222 self.__class__ = PyApp
5223 _core_.PyApp_swigregister(PyAppPtr)
5224
5225 def PyApp_IsMainLoopRunning(*args, **kwargs):
5226 """
5227 PyApp_IsMainLoopRunning() -> bool
5228
5229 Returns True if we're running the main loop, i.e. if the events can
5230 currently be dispatched.
5231 """
5232 return _core_.PyApp_IsMainLoopRunning(*args, **kwargs)
5233
5234 def PyApp_GetMacSupportPCMenuShortcuts(*args, **kwargs):
5235 """PyApp_GetMacSupportPCMenuShortcuts() -> bool"""
5236 return _core_.PyApp_GetMacSupportPCMenuShortcuts(*args, **kwargs)
5237
5238 def PyApp_GetMacAboutMenuItemId(*args, **kwargs):
5239 """PyApp_GetMacAboutMenuItemId() -> long"""
5240 return _core_.PyApp_GetMacAboutMenuItemId(*args, **kwargs)
5241
5242 def PyApp_GetMacPreferencesMenuItemId(*args, **kwargs):
5243 """PyApp_GetMacPreferencesMenuItemId() -> long"""
5244 return _core_.PyApp_GetMacPreferencesMenuItemId(*args, **kwargs)
5245
5246 def PyApp_GetMacExitMenuItemId(*args, **kwargs):
5247 """PyApp_GetMacExitMenuItemId() -> long"""
5248 return _core_.PyApp_GetMacExitMenuItemId(*args, **kwargs)
5249
5250 def PyApp_GetMacHelpMenuTitleName(*args, **kwargs):
5251 """PyApp_GetMacHelpMenuTitleName() -> String"""
5252 return _core_.PyApp_GetMacHelpMenuTitleName(*args, **kwargs)
5253
5254 def PyApp_SetMacSupportPCMenuShortcuts(*args, **kwargs):
5255 """PyApp_SetMacSupportPCMenuShortcuts(bool val)"""
5256 return _core_.PyApp_SetMacSupportPCMenuShortcuts(*args, **kwargs)
5257
5258 def PyApp_SetMacAboutMenuItemId(*args, **kwargs):
5259 """PyApp_SetMacAboutMenuItemId(long val)"""
5260 return _core_.PyApp_SetMacAboutMenuItemId(*args, **kwargs)
5261
5262 def PyApp_SetMacPreferencesMenuItemId(*args, **kwargs):
5263 """PyApp_SetMacPreferencesMenuItemId(long val)"""
5264 return _core_.PyApp_SetMacPreferencesMenuItemId(*args, **kwargs)
5265
5266 def PyApp_SetMacExitMenuItemId(*args, **kwargs):
5267 """PyApp_SetMacExitMenuItemId(long val)"""
5268 return _core_.PyApp_SetMacExitMenuItemId(*args, **kwargs)
5269
5270 def PyApp_SetMacHelpMenuTitleName(*args, **kwargs):
5271 """PyApp_SetMacHelpMenuTitleName(String val)"""
5272 return _core_.PyApp_SetMacHelpMenuTitleName(*args, **kwargs)
5273
5274 def PyApp_GetComCtl32Version(*args, **kwargs):
5275 """
5276 PyApp_GetComCtl32Version() -> int
5277
5278 Returns 400, 470, 471, etc. for comctl32.dll 4.00, 4.70, 4.71 or 0 if
5279 it wasn't found at all. Raises an exception on non-Windows platforms.
5280 """
5281 return _core_.PyApp_GetComCtl32Version(*args, **kwargs)
5282
5283 #---------------------------------------------------------------------------
5284
5285
5286 def Exit(*args, **kwargs):
5287 """
5288 Exit()
5289
5290 Force an exit of the application. Convenience for wx.GetApp().Exit()
5291 """
5292 return _core_.Exit(*args, **kwargs)
5293
5294 def Yield(*args, **kwargs):
5295 """
5296 Yield() -> bool
5297
5298 Yield to other apps/messages. Convenience for wx.GetApp().Yield()
5299 """
5300 return _core_.Yield(*args, **kwargs)
5301
5302 def YieldIfNeeded(*args, **kwargs):
5303 """
5304 YieldIfNeeded() -> bool
5305
5306 Yield to other apps/messages. Convenience for wx.GetApp().Yield(True)
5307 """
5308 return _core_.YieldIfNeeded(*args, **kwargs)
5309
5310 def SafeYield(*args, **kwargs):
5311 """
5312 SafeYield(Window win=None, bool onlyIfNeeded=False) -> bool
5313
5314 This function is similar to `wx.Yield`, except that it disables the
5315 user input to all program windows before calling `wx.Yield` and
5316 re-enables it again afterwards. If ``win`` is not None, this window
5317 will remain enabled, allowing the implementation of some limited user
5318 interaction.
5319
5320 :Returns: the result of the call to `wx.Yield`.
5321 """
5322 return _core_.SafeYield(*args, **kwargs)
5323
5324 def WakeUpIdle(*args, **kwargs):
5325 """
5326 WakeUpIdle()
5327
5328 Cause the message queue to become empty again, so idle events will be
5329 sent.
5330 """
5331 return _core_.WakeUpIdle(*args, **kwargs)
5332
5333 def PostEvent(*args, **kwargs):
5334 """
5335 PostEvent(EvtHandler dest, Event event)
5336
5337 Send an event to a window or other wx.EvtHandler to be processed
5338 later.
5339 """
5340 return _core_.PostEvent(*args, **kwargs)
5341
5342 def App_CleanUp(*args, **kwargs):
5343 """
5344 App_CleanUp()
5345
5346 For internal use only, it is used to cleanup after wxWidgets when
5347 Python shuts down.
5348 """
5349 return _core_.App_CleanUp(*args, **kwargs)
5350
5351 def GetApp(*args, **kwargs):
5352 """
5353 GetApp() -> PyApp
5354
5355 Return a reference to the current wx.App object.
5356 """
5357 return _core_.GetApp(*args, **kwargs)
5358
5359 def SetDefaultPyEncoding(*args, **kwargs):
5360 """
5361 SetDefaultPyEncoding(string encoding)
5362
5363 Sets the encoding that wxPython will use when it needs to convert a
5364 Python string or unicode object to or from a wxString.
5365
5366 The default encoding is the value of ``locale.getdefaultlocale()[1]``
5367 but please be aware that the default encoding within the same locale
5368 may be slightly different on different platforms. For example, please
5369 see http://www.alanwood.net/demos/charsetdiffs.html for differences
5370 between the common latin/roman encodings.
5371 """
5372 return _core_.SetDefaultPyEncoding(*args, **kwargs)
5373
5374 def GetDefaultPyEncoding(*args, **kwargs):
5375 """
5376 GetDefaultPyEncoding() -> string
5377
5378 Gets the current encoding that wxPython will use when it needs to
5379 convert a Python string or unicode object to or from a wxString.
5380 """
5381 return _core_.GetDefaultPyEncoding(*args, **kwargs)
5382 #----------------------------------------------------------------------
5383
5384 class PyOnDemandOutputWindow:
5385 """
5386 A class that can be used for redirecting Python's stdout and
5387 stderr streams. It will do nothing until something is wrriten to
5388 the stream at which point it will create a Frame with a text area
5389 and write the text there.
5390 """
5391 def __init__(self, title = "wxPython: stdout/stderr"):
5392 self.frame = None
5393 self.title = title
5394 self.pos = wx.DefaultPosition
5395 self.size = (450, 300)
5396 self.parent = None
5397
5398 def SetParent(self, parent):
5399 """Set the window to be used as the popup Frame's parent."""
5400 self.parent = parent
5401
5402
5403 def CreateOutputWindow(self, st):
5404 self.frame = wx.Frame(self.parent, -1, self.title, self.pos, self.size,
5405 style=wx.DEFAULT_FRAME_STYLE)
5406 self.text = wx.TextCtrl(self.frame, -1, "",
5407 style=wx.TE_MULTILINE|wx.TE_READONLY)
5408 self.text.AppendText(st)
5409 self.frame.Show(True)
5410 EVT_CLOSE(self.frame, self.OnCloseWindow)
5411
5412
5413 def OnCloseWindow(self, event):
5414 if self.frame is not None:
5415 self.frame.Destroy()
5416 self.frame = None
5417 self.text = None
5418
5419
5420 # These methods provide the file-like output behaviour.
5421 def write(self, text):
5422 """
5423 Create the output window if needed and write the string to it.
5424 If not called in the context of the gui thread then uses
5425 CallAfter to do the work there.
5426 """
5427 if self.frame is None:
5428 if not wx.Thread_IsMain():
5429 wx.CallAfter(self.CreateOutputWindow, text)
5430 else:
5431 self.CreateOutputWindow(text)
5432 else:
5433 if not wx.Thread_IsMain():
5434 wx.CallAfter(self.text.AppendText, text)
5435 else:
5436 self.text.AppendText(text)
5437
5438
5439 def close(self):
5440 if self.frame is not None:
5441 wx.CallAfter(self.frame.Close)
5442
5443
5444 def flush(self):
5445 pass
5446
5447
5448
5449 #----------------------------------------------------------------------
5450
5451 _defRedirect = (wx.Platform == '__WXMSW__' or wx.Platform == '__WXMAC__')
5452
5453 class App(wx.PyApp):
5454 """
5455 The ``wx.App`` class represents the application and is used to:
5456
5457 * bootstrap the wxPython system and initialize the underlying
5458 gui toolkit
5459 * set and get application-wide properties
5460 * implement the windowing system main message or event loop,
5461 and to dispatch events to window instances
5462 * etc.
5463
5464 Every application must have a ``wx.App`` instance, and all
5465 creation of UI objects should be delayed until after the
5466 ``wx.App`` object has been created in order to ensure that the gui
5467 platform and wxWidgets have been fully initialized.
5468
5469 Normally you would derive from this class and implement an
5470 ``OnInit`` method that creates a frame and then calls
5471 ``self.SetTopWindow(frame)``.
5472
5473 :see: `wx.PySimpleApp` for a simpler app class that can be used
5474 directly.
5475 """
5476
5477 outputWindowClass = PyOnDemandOutputWindow
5478
5479 def __init__(self, redirect=_defRedirect, filename=None,
5480 useBestVisual=False, clearSigInt=True):
5481 """
5482 Construct a ``wx.App`` object.
5483
5484 :param redirect: Should ``sys.stdout`` and ``sys.stderr`` be
5485 redirected? Defaults to True on Windows and Mac, False
5486 otherwise. If `filename` is None then output will be
5487 redirected to a window that pops up as needed. (You can
5488 control what kind of window is created for the output by
5489 resetting the class variable ``outputWindowClass`` to a
5490 class of your choosing.)
5491
5492 :param filename: The name of a file to redirect output to, if
5493 redirect is True.
5494
5495 :param useBestVisual: Should the app try to use the best
5496 available visual provided by the system (only relevant on
5497 systems that have more than one visual.) This parameter
5498 must be used instead of calling `SetUseBestVisual` later
5499 on because it must be set before the underlying GUI
5500 toolkit is initialized.
5501
5502 :param clearSigInt: Should SIGINT be cleared? This allows the
5503 app to terminate upon a Ctrl-C in the console like other
5504 GUI apps will.
5505
5506 :note: You should override OnInit to do applicaition
5507 initialization to ensure that the system, toolkit and
5508 wxWidgets are fully initialized.
5509 """
5510 wx.PyApp.__init__(self)
5511
5512 if wx.Platform == "__WXMAC__":
5513 try:
5514 import MacOS
5515 if not MacOS.WMAvailable():
5516 print """\
5517 This program needs access to the screen. Please run with 'pythonw',
5518 not 'python', and only when you are logged in on the main display of
5519 your Mac."""
5520 _sys.exit(1)
5521 except SystemExit:
5522 raise
5523 except:
5524 pass
5525
5526 # This has to be done before OnInit
5527 self.SetUseBestVisual(useBestVisual)
5528
5529 # Set the default handler for SIGINT. This fixes a problem
5530 # where if Ctrl-C is pressed in the console that started this
5531 # app then it will not appear to do anything, (not even send
5532 # KeyboardInterrupt???) but will later segfault on exit. By
5533 # setting the default handler then the app will exit, as
5534 # expected (depending on platform.)
5535 if clearSigInt:
5536 try:
5537 import signal
5538 signal.signal(signal.SIGINT, signal.SIG_DFL)
5539 except:
5540 pass
5541
5542 # Save and redirect the stdio to a window?
5543 self.stdioWin = None
5544 self.saveStdio = (_sys.stdout, _sys.stderr)
5545 if redirect:
5546 self.RedirectStdio(filename)
5547
5548 # Use Python's install prefix as the default
5549 wx.StandardPaths.Get().SetInstallPrefix(_sys.prefix)
5550
5551 # This finishes the initialization of wxWindows and then calls
5552 # the OnInit that should be present in the derived class
5553 self._BootstrapApp()
5554
5555
5556 def __del__(self):
5557 try:
5558 self.RestoreStdio() # Just in case the MainLoop was overridden
5559 except:
5560 pass
5561
5562
5563 def SetTopWindow(self, frame):
5564 """Set the \"main\" top level window"""
5565 if self.stdioWin:
5566 self.stdioWin.SetParent(frame)
5567 wx.PyApp.SetTopWindow(self, frame)
5568
5569
5570 def MainLoop(self):
5571 """Execute the main GUI event loop"""
5572 wx.PyApp.MainLoop(self)
5573 self.RestoreStdio()
5574
5575
5576 def RedirectStdio(self, filename=None):
5577 """Redirect sys.stdout and sys.stderr to a file or a popup window."""
5578 if filename:
5579 _sys.stdout = _sys.stderr = open(filename, 'a')
5580 else:
5581 self.stdioWin = self.outputWindowClass()
5582 _sys.stdout = _sys.stderr = self.stdioWin
5583
5584
5585 def RestoreStdio(self):
5586 _sys.stdout, _sys.stderr = self.saveStdio
5587
5588
5589 def SetOutputWindowAttributes(self, title=None, pos=None, size=None):
5590 """
5591 Set the title, position and/or size of the output window if
5592 the stdio has been redirected. This should be called before
5593 any output would cause the output window to be created.
5594 """
5595 if self.stdioWin:
5596 if title is not None:
5597 self.stdioWin.title = title
5598 if pos is not None:
5599 self.stdioWin.pos = pos
5600 if size is not None:
5601 self.stdioWin.size = size
5602
5603
5604
5605
5606 # change from wx.PyApp_XX to wx.App_XX
5607 App_GetMacSupportPCMenuShortcuts = _core_.PyApp_GetMacSupportPCMenuShortcuts
5608 App_GetMacAboutMenuItemId = _core_.PyApp_GetMacAboutMenuItemId
5609 App_GetMacPreferencesMenuItemId = _core_.PyApp_GetMacPreferencesMenuItemId
5610 App_GetMacExitMenuItemId = _core_.PyApp_GetMacExitMenuItemId
5611 App_GetMacHelpMenuTitleName = _core_.PyApp_GetMacHelpMenuTitleName
5612 App_SetMacSupportPCMenuShortcuts = _core_.PyApp_SetMacSupportPCMenuShortcuts
5613 App_SetMacAboutMenuItemId = _core_.PyApp_SetMacAboutMenuItemId
5614 App_SetMacPreferencesMenuItemId = _core_.PyApp_SetMacPreferencesMenuItemId
5615 App_SetMacExitMenuItemId = _core_.PyApp_SetMacExitMenuItemId
5616 App_SetMacHelpMenuTitleName = _core_.PyApp_SetMacHelpMenuTitleName
5617 App_GetComCtl32Version = _core_.PyApp_GetComCtl32Version
5618
5619 #----------------------------------------------------------------------------
5620
5621 class PySimpleApp(wx.App):
5622 """
5623 A simple application class. You can just create one of these and
5624 then then make your top level windows later, and not have to worry
5625 about OnInit. For example::
5626
5627 app = wx.PySimpleApp()
5628 frame = wx.Frame(None, title='Hello World')
5629 frame.Show()
5630 app.MainLoop()
5631
5632 :see: `wx.App`
5633 """
5634
5635 def __init__(self, redirect=False, filename=None,
5636 useBestVisual=False, clearSigInt=True):
5637 """
5638 :see: `wx.App.__init__`
5639 """
5640 wx.App.__init__(self, redirect, filename, useBestVisual, clearSigInt)
5641
5642 def OnInit(self):
5643 return True
5644
5645
5646
5647 # Is anybody using this one?
5648 class PyWidgetTester(wx.App):
5649 def __init__(self, size = (250, 100)):
5650 self.size = size
5651 wx.App.__init__(self, 0)
5652
5653 def OnInit(self):
5654 self.frame = wx.Frame(None, -1, "Widget Tester", pos=(0,0), size=self.size)
5655 self.SetTopWindow(self.frame)
5656 return True
5657
5658 def SetWidget(self, widgetClass, *args, **kwargs):
5659 w = widgetClass(self.frame, *args, **kwargs)
5660 self.frame.Show(True)
5661
5662 #----------------------------------------------------------------------------
5663 # DO NOT hold any other references to this object. This is how we
5664 # know when to cleanup system resources that wxWidgets is holding. When
5665 # the sys module is unloaded, the refcount on sys.__wxPythonCleanup
5666 # goes to zero and it calls the wx.App_CleanUp function.
5667
5668 class __wxPyCleanup:
5669 def __init__(self):
5670 self.cleanup = _core_.App_CleanUp
5671 def __del__(self):
5672 self.cleanup()
5673
5674 _sys.__wxPythonCleanup = __wxPyCleanup()
5675
5676 ## # another possible solution, but it gets called too early...
5677 ## import atexit
5678 ## atexit.register(_core_.wxApp_CleanUp)
5679
5680
5681 #----------------------------------------------------------------------------
5682
5683 #---------------------------------------------------------------------------
5684
5685 class EventLoop(object):
5686 """Proxy of C++ EventLoop class"""
5687 def __repr__(self):
5688 return "<%s.%s; proxy of C++ wxEventLoop instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
5689 def __init__(self, *args, **kwargs):
5690 """__init__(self) -> EventLoop"""
5691 newobj = _core_.new_EventLoop(*args, **kwargs)
5692 self.this = newobj.this
5693 self.thisown = 1
5694 del newobj.thisown
5695 def __del__(self, destroy=_core_.delete_EventLoop):
5696 """__del__(self)"""
5697 try:
5698 if self.thisown: destroy(self)
5699 except: pass
5700
5701 def Run(*args, **kwargs):
5702 """Run(self) -> int"""
5703 return _core_.EventLoop_Run(*args, **kwargs)
5704
5705 def Exit(*args, **kwargs):
5706 """Exit(self, int rc=0)"""
5707 return _core_.EventLoop_Exit(*args, **kwargs)
5708
5709 def Pending(*args, **kwargs):
5710 """Pending(self) -> bool"""
5711 return _core_.EventLoop_Pending(*args, **kwargs)
5712
5713 def Dispatch(*args, **kwargs):
5714 """Dispatch(self) -> bool"""
5715 return _core_.EventLoop_Dispatch(*args, **kwargs)
5716
5717 def IsRunning(*args, **kwargs):
5718 """IsRunning(self) -> bool"""
5719 return _core_.EventLoop_IsRunning(*args, **kwargs)
5720
5721 def GetActive(*args, **kwargs):
5722 """GetActive() -> EventLoop"""
5723 return _core_.EventLoop_GetActive(*args, **kwargs)
5724
5725 GetActive = staticmethod(GetActive)
5726 def SetActive(*args, **kwargs):
5727 """SetActive(EventLoop loop)"""
5728 return _core_.EventLoop_SetActive(*args, **kwargs)
5729
5730 SetActive = staticmethod(SetActive)
5731
5732 class EventLoopPtr(EventLoop):
5733 def __init__(self, this):
5734 self.this = this
5735 if not hasattr(self,"thisown"): self.thisown = 0
5736 self.__class__ = EventLoop
5737 _core_.EventLoop_swigregister(EventLoopPtr)
5738
5739 def EventLoop_GetActive(*args, **kwargs):
5740 """EventLoop_GetActive() -> EventLoop"""
5741 return _core_.EventLoop_GetActive(*args, **kwargs)
5742
5743 def EventLoop_SetActive(*args, **kwargs):
5744 """EventLoop_SetActive(EventLoop loop)"""
5745 return _core_.EventLoop_SetActive(*args, **kwargs)
5746
5747 #---------------------------------------------------------------------------
5748
5749 class AcceleratorEntry(object):
5750 """
5751 A class used to define items in an `wx.AcceleratorTable`. wxPython
5752 programs can choose to use wx.AcceleratorEntry objects, but using a
5753 list of 3-tuple of integers (flags, keyCode, cmdID) usually works just
5754 as well. See `__init__` for of the tuple values.
5755
5756 :see: `wx.AcceleratorTable`
5757 """
5758 def __repr__(self):
5759 return "<%s.%s; proxy of C++ wxAcceleratorEntry instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
5760 def __init__(self, *args, **kwargs):
5761 """
5762 __init__(self, int flags=0, int keyCode=0, int cmdID=0) -> AcceleratorEntry
5763
5764 Construct a wx.AcceleratorEntry.
5765 """
5766 newobj = _core_.new_AcceleratorEntry(*args, **kwargs)
5767 self.this = newobj.this
5768 self.thisown = 1
5769 del newobj.thisown
5770 def __del__(self, destroy=_core_.delete_AcceleratorEntry):
5771 """__del__(self)"""
5772 try:
5773 if self.thisown: destroy(self)
5774 except: pass
5775
5776 def Set(*args, **kwargs):
5777 """
5778 Set(self, int flags, int keyCode, int cmd)
5779
5780 (Re)set the attributes of a wx.AcceleratorEntry.
5781 :see `__init__`
5782 """
5783 return _core_.AcceleratorEntry_Set(*args, **kwargs)
5784
5785 def GetFlags(*args, **kwargs):
5786 """
5787 GetFlags(self) -> int
5788
5789 Get the AcceleratorEntry's flags.
5790 """
5791 return _core_.AcceleratorEntry_GetFlags(*args, **kwargs)
5792
5793 def GetKeyCode(*args, **kwargs):
5794 """
5795 GetKeyCode(self) -> int
5796
5797 Get the AcceleratorEntry's keycode.
5798 """
5799 return _core_.AcceleratorEntry_GetKeyCode(*args, **kwargs)
5800
5801 def GetCommand(*args, **kwargs):
5802 """
5803 GetCommand(self) -> int
5804
5805 Get the AcceleratorEntry's command ID.
5806 """
5807 return _core_.AcceleratorEntry_GetCommand(*args, **kwargs)
5808
5809
5810 class AcceleratorEntryPtr(AcceleratorEntry):
5811 def __init__(self, this):
5812 self.this = this
5813 if not hasattr(self,"thisown"): self.thisown = 0
5814 self.__class__ = AcceleratorEntry
5815 _core_.AcceleratorEntry_swigregister(AcceleratorEntryPtr)
5816
5817 class AcceleratorTable(Object):
5818 """
5819 An accelerator table allows the application to specify a table of
5820 keyboard shortcuts for menus or other commands. On Windows, menu or
5821 button commands are supported; on GTK, only menu commands are
5822 supported.
5823 """
5824 def __repr__(self):
5825 return "<%s.%s; proxy of C++ wxAcceleratorTable instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
5826 def __init__(self, *args, **kwargs):
5827 """
5828 __init__(entries) -> AcceleratorTable
5829
5830 Construct an AcceleratorTable from a list of `wx.AcceleratorEntry`
5831 items or or of 3-tuples (flags, keyCode, cmdID)
5832
5833 :see: `wx.AcceleratorEntry`
5834 """
5835 newobj = _core_.new_AcceleratorTable(*args, **kwargs)
5836 self.this = newobj.this
5837 self.thisown = 1
5838 del newobj.thisown
5839 def __del__(self, destroy=_core_.delete_AcceleratorTable):
5840 """__del__(self)"""
5841 try:
5842 if self.thisown: destroy(self)
5843 except: pass
5844
5845 def Ok(*args, **kwargs):
5846 """Ok(self) -> bool"""
5847 return _core_.AcceleratorTable_Ok(*args, **kwargs)
5848
5849
5850 class AcceleratorTablePtr(AcceleratorTable):
5851 def __init__(self, this):
5852 self.this = this
5853 if not hasattr(self,"thisown"): self.thisown = 0
5854 self.__class__ = AcceleratorTable
5855 _core_.AcceleratorTable_swigregister(AcceleratorTablePtr)
5856
5857
5858 def GetAccelFromString(*args, **kwargs):
5859 """GetAccelFromString(String label) -> AcceleratorEntry"""
5860 return _core_.GetAccelFromString(*args, **kwargs)
5861 #---------------------------------------------------------------------------
5862
5863 class VisualAttributes(object):
5864 """struct containing all the visual attributes of a control"""
5865 def __repr__(self):
5866 return "<%s.%s; proxy of C++ wxVisualAttributes instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
5867 def __init__(self, *args, **kwargs):
5868 """
5869 __init__(self) -> VisualAttributes
5870
5871 struct containing all the visual attributes of a control
5872 """
5873 newobj = _core_.new_VisualAttributes(*args, **kwargs)
5874 self.this = newobj.this
5875 self.thisown = 1
5876 del newobj.thisown
5877 def __del__(self, destroy=_core_.delete_VisualAttributes):
5878 """__del__(self)"""
5879 try:
5880 if self.thisown: destroy(self)
5881 except: pass
5882
5883 font = property(_core_.VisualAttributes_font_get, _core_.VisualAttributes_font_set)
5884 colFg = property(_core_.VisualAttributes_colFg_get, _core_.VisualAttributes_colFg_set)
5885 colBg = property(_core_.VisualAttributes_colBg_get, _core_.VisualAttributes_colBg_set)
5886
5887 class VisualAttributesPtr(VisualAttributes):
5888 def __init__(self, this):
5889 self.this = this
5890 if not hasattr(self,"thisown"): self.thisown = 0
5891 self.__class__ = VisualAttributes
5892 _core_.VisualAttributes_swigregister(VisualAttributesPtr)
5893 NullAcceleratorTable = cvar.NullAcceleratorTable
5894 PanelNameStr = cvar.PanelNameStr
5895
5896 WINDOW_VARIANT_NORMAL = _core_.WINDOW_VARIANT_NORMAL
5897 WINDOW_VARIANT_SMALL = _core_.WINDOW_VARIANT_SMALL
5898 WINDOW_VARIANT_MINI = _core_.WINDOW_VARIANT_MINI
5899 WINDOW_VARIANT_LARGE = _core_.WINDOW_VARIANT_LARGE
5900 WINDOW_VARIANT_MAX = _core_.WINDOW_VARIANT_MAX
5901 class Window(EvtHandler):
5902 """
5903 wx.Window is the base class for all windows and represents any visible
5904 object on the screen. All controls, top level windows and so on are
5905 wx.Windows. Sizers and device contexts are not however, as they don't
5906 appear on screen themselves.
5907
5908 """
5909 def __repr__(self):
5910 return "<%s.%s; proxy of C++ wxWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
5911 def __init__(self, *args, **kwargs):
5912 """
5913 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
5914 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> Window
5915
5916 Construct and show a generic Window.
5917 """
5918 newobj = _core_.new_Window(*args, **kwargs)
5919 self.this = newobj.this
5920 self.thisown = 1
5921 del newobj.thisown
5922 self._setOORInfo(self)
5923
5924 def Create(*args, **kwargs):
5925 """
5926 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
5927 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> bool
5928
5929 Create the GUI part of the Window for 2-phase creation mode.
5930 """
5931 return _core_.Window_Create(*args, **kwargs)
5932
5933 def Close(*args, **kwargs):
5934 """
5935 Close(self, bool force=False) -> bool
5936
5937 This function simply generates a EVT_CLOSE event whose handler usually
5938 tries to close the window. It doesn't close the window itself,
5939 however. If force is False (the default) then the window's close
5940 handler will be allowed to veto the destruction of the window.
5941 """
5942 return _core_.Window_Close(*args, **kwargs)
5943
5944 def Destroy(*args, **kwargs):
5945 """
5946 Destroy(self) -> bool
5947
5948 Destroys the window safely. Frames and dialogs are not destroyed
5949 immediately when this function is called -- they are added to a list
5950 of windows to be deleted on idle time, when all the window's events
5951 have been processed. This prevents problems with events being sent to
5952 non-existent windows.
5953
5954 Returns True if the window has either been successfully deleted, or it
5955 has been added to the list of windows pending real deletion.
5956 """
5957 return _core_.Window_Destroy(*args, **kwargs)
5958
5959 def DestroyChildren(*args, **kwargs):
5960 """
5961 DestroyChildren(self) -> bool
5962
5963 Destroys all children of a window. Called automatically by the
5964 destructor.
5965 """
5966 return _core_.Window_DestroyChildren(*args, **kwargs)
5967
5968 def IsBeingDeleted(*args, **kwargs):
5969 """
5970 IsBeingDeleted(self) -> bool
5971
5972 Is the window in the process of being deleted?
5973 """
5974 return _core_.Window_IsBeingDeleted(*args, **kwargs)
5975
5976 def SetTitle(*args, **kwargs):
5977 """
5978 SetTitle(self, String title)
5979
5980 Sets the window's title. Applicable only to frames and dialogs.
5981 """
5982 return _core_.Window_SetTitle(*args, **kwargs)
5983
5984 def GetTitle(*args, **kwargs):
5985 """
5986 GetTitle(self) -> String
5987
5988 Gets the window's title. Applicable only to frames and dialogs.
5989 """
5990 return _core_.Window_GetTitle(*args, **kwargs)
5991
5992 def SetLabel(*args, **kwargs):
5993 """
5994 SetLabel(self, String label)
5995
5996 Set the text which the window shows in its label if applicable.
5997 """
5998 return _core_.Window_SetLabel(*args, **kwargs)
5999
6000 def GetLabel(*args, **kwargs):
6001 """
6002 GetLabel(self) -> String
6003
6004 Generic way of getting a label from any window, for identification
6005 purposes. The interpretation of this function differs from class to
6006 class. For frames and dialogs, the value returned is the title. For
6007 buttons or static text controls, it is the button text. This function
6008 can be useful for meta-programs such as testing tools or special-needs
6009 access programs)which need to identify windows by name.
6010 """
6011 return _core_.Window_GetLabel(*args, **kwargs)
6012
6013 def SetName(*args, **kwargs):
6014 """
6015 SetName(self, String name)
6016
6017 Sets the window's name. The window name is used for ressource setting
6018 in X, it is not the same as the window title/label
6019 """
6020 return _core_.Window_SetName(*args, **kwargs)
6021
6022 def GetName(*args, **kwargs):
6023 """
6024 GetName(self) -> String
6025
6026 Returns the windows name. This name is not guaranteed to be unique;
6027 it is up to the programmer to supply an appropriate name in the window
6028 constructor or via wx.Window.SetName.
6029 """
6030 return _core_.Window_GetName(*args, **kwargs)
6031
6032 def SetWindowVariant(*args, **kwargs):
6033 """
6034 SetWindowVariant(self, int variant)
6035
6036 Sets the variant of the window/font size to use for this window, if
6037 the platform supports variants, for example, wxMac.
6038 """
6039 return _core_.Window_SetWindowVariant(*args, **kwargs)
6040
6041 def GetWindowVariant(*args, **kwargs):
6042 """GetWindowVariant(self) -> int"""
6043 return _core_.Window_GetWindowVariant(*args, **kwargs)
6044
6045 def SetId(*args, **kwargs):
6046 """
6047 SetId(self, int winid)
6048
6049 Sets the identifier of the window. Each window has an integer
6050 identifier. If the application has not provided one, an identifier
6051 will be generated. Normally, the identifier should be provided on
6052 creation and should not be modified subsequently.
6053 """
6054 return _core_.Window_SetId(*args, **kwargs)
6055
6056 def GetId(*args, **kwargs):
6057 """
6058 GetId(self) -> int
6059
6060 Returns the identifier of the window. Each window has an integer
6061 identifier. If the application has not provided one (or the default Id
6062 -1 is used) then an unique identifier with a negative value will be
6063 generated.
6064 """
6065 return _core_.Window_GetId(*args, **kwargs)
6066
6067 def NewControlId(*args, **kwargs):
6068 """
6069 NewControlId() -> int
6070
6071 Generate a control id for the controls which were not given one.
6072 """
6073 return _core_.Window_NewControlId(*args, **kwargs)
6074
6075 NewControlId = staticmethod(NewControlId)
6076 def NextControlId(*args, **kwargs):
6077 """
6078 NextControlId(int winid) -> int
6079
6080 Get the id of the control following the one with the given
6081 autogenerated) id
6082 """
6083 return _core_.Window_NextControlId(*args, **kwargs)
6084
6085 NextControlId = staticmethod(NextControlId)
6086 def PrevControlId(*args, **kwargs):
6087 """
6088 PrevControlId(int winid) -> int
6089
6090 Get the id of the control preceding the one with the given
6091 autogenerated) id
6092 """
6093 return _core_.Window_PrevControlId(*args, **kwargs)
6094
6095 PrevControlId = staticmethod(PrevControlId)
6096 def SetSize(*args, **kwargs):
6097 """
6098 SetSize(self, Size size)
6099
6100 Sets the size of the window in pixels.
6101 """
6102 return _core_.Window_SetSize(*args, **kwargs)
6103
6104 def SetDimensions(*args, **kwargs):
6105 """
6106 SetDimensions(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)
6107
6108 Sets the position and size of the window in pixels. The sizeFlags
6109 parameter indicates the interpretation of the other params if they are
6110 equal to -1.
6111
6112 ======================== ======================================
6113 wx.SIZE_AUTO A -1 indicates that a class-specific
6114 default should be used.
6115 wx.SIZE_USE_EXISTING Axisting dimensions should be used if
6116 -1 values are supplied.
6117 wxSIZE_ALLOW_MINUS_ONE Allow dimensions of -1 and less to be
6118 interpreted as real dimensions, not
6119 default values.
6120 ======================== ======================================
6121
6122 """
6123 return _core_.Window_SetDimensions(*args, **kwargs)
6124
6125 def SetRect(*args, **kwargs):
6126 """
6127 SetRect(self, Rect rect, int sizeFlags=SIZE_AUTO)
6128
6129 Sets the position and size of the window in pixels using a wx.Rect.
6130 """
6131 return _core_.Window_SetRect(*args, **kwargs)
6132
6133 def SetSizeWH(*args, **kwargs):
6134 """
6135 SetSizeWH(self, int width, int height)
6136
6137 Sets the size of the window in pixels.
6138 """
6139 return _core_.Window_SetSizeWH(*args, **kwargs)
6140
6141 def Move(*args, **kwargs):
6142 """
6143 Move(self, Point pt, int flags=SIZE_USE_EXISTING)
6144
6145 Moves the window to the given position.
6146 """
6147 return _core_.Window_Move(*args, **kwargs)
6148
6149 SetPosition = Move
6150 def MoveXY(*args, **kwargs):
6151 """
6152 MoveXY(self, int x, int y, int flags=SIZE_USE_EXISTING)
6153
6154 Moves the window to the given position.
6155 """
6156 return _core_.Window_MoveXY(*args, **kwargs)
6157
6158 def SetBestFittingSize(*args, **kwargs):
6159 """
6160 SetBestFittingSize(self, Size size=DefaultSize)
6161
6162 A 'Smart' SetSize that will fill in default size components with the
6163 window's *best size* values. Also set's the minsize for use with sizers.
6164 """
6165 return _core_.Window_SetBestFittingSize(*args, **kwargs)
6166
6167 def Raise(*args, **kwargs):
6168 """
6169 Raise(self)
6170
6171 Raises the window to the top of the window hierarchy if it is a
6172 managed window (dialog or frame).
6173 """
6174 return _core_.Window_Raise(*args, **kwargs)
6175
6176 def Lower(*args, **kwargs):
6177 """
6178 Lower(self)
6179
6180 Lowers the window to the bottom of the window hierarchy if it is a
6181 managed window (dialog or frame).
6182 """
6183 return _core_.Window_Lower(*args, **kwargs)
6184
6185 def SetClientSize(*args, **kwargs):
6186 """
6187 SetClientSize(self, Size size)
6188
6189 This sets the size of the window client area in pixels. Using this
6190 function to size a window tends to be more device-independent than
6191 wx.Window.SetSize, since the application need not worry about what
6192 dimensions the border or title bar have when trying to fit the window
6193 around panel items, for example.
6194 """
6195 return _core_.Window_SetClientSize(*args, **kwargs)
6196
6197 def SetClientSizeWH(*args, **kwargs):
6198 """
6199 SetClientSizeWH(self, int width, int height)
6200
6201 This sets the size of the window client area in pixels. Using this
6202 function to size a window tends to be more device-independent than
6203 wx.Window.SetSize, since the application need not worry about what
6204 dimensions the border or title bar have when trying to fit the window
6205 around panel items, for example.
6206 """
6207 return _core_.Window_SetClientSizeWH(*args, **kwargs)
6208
6209 def SetClientRect(*args, **kwargs):
6210 """
6211 SetClientRect(self, Rect rect)
6212
6213 This sets the size of the window client area in pixels. Using this
6214 function to size a window tends to be more device-independent than
6215 wx.Window.SetSize, since the application need not worry about what
6216 dimensions the border or title bar have when trying to fit the window
6217 around panel items, for example.
6218 """
6219 return _core_.Window_SetClientRect(*args, **kwargs)
6220
6221 def GetPosition(*args, **kwargs):
6222 """
6223 GetPosition(self) -> Point
6224
6225 Get the window's position.
6226 """
6227 return _core_.Window_GetPosition(*args, **kwargs)
6228
6229 def GetPositionTuple(*args, **kwargs):
6230 """
6231 GetPositionTuple() -> (x,y)
6232
6233 Get the window's position.
6234 """
6235 return _core_.Window_GetPositionTuple(*args, **kwargs)
6236
6237 def GetSize(*args, **kwargs):
6238 """
6239 GetSize(self) -> Size
6240
6241 Get the window size.
6242 """
6243 return _core_.Window_GetSize(*args, **kwargs)
6244
6245 def GetSizeTuple(*args, **kwargs):
6246 """
6247 GetSizeTuple() -> (width, height)
6248
6249 Get the window size.
6250 """
6251 return _core_.Window_GetSizeTuple(*args, **kwargs)
6252
6253 def GetRect(*args, **kwargs):
6254 """
6255 GetRect(self) -> Rect
6256
6257 Returns the size and position of the window as a wx.Rect object.
6258 """
6259 return _core_.Window_GetRect(*args, **kwargs)
6260
6261 def GetClientSize(*args, **kwargs):
6262 """
6263 GetClientSize(self) -> Size
6264
6265 This gets the size of the window's 'client area' in pixels. The client
6266 area is the area which may be drawn on by the programmer, excluding
6267 title bar, border, scrollbars, etc.
6268 """
6269 return _core_.Window_GetClientSize(*args, **kwargs)
6270
6271 def GetClientSizeTuple(*args, **kwargs):
6272 """
6273 GetClientSizeTuple() -> (width, height)
6274
6275 This gets the size of the window's 'client area' in pixels. The client
6276 area is the area which may be drawn on by the programmer, excluding
6277 title bar, border, scrollbars, etc.
6278 """
6279 return _core_.Window_GetClientSizeTuple(*args, **kwargs)
6280
6281 def GetClientAreaOrigin(*args, **kwargs):
6282 """
6283 GetClientAreaOrigin(self) -> Point
6284
6285 Get the origin of the client area of the window relative to the
6286 window's top left corner (the client area may be shifted because of
6287 the borders, scrollbars, other decorations...)
6288 """
6289 return _core_.Window_GetClientAreaOrigin(*args, **kwargs)
6290
6291 def GetClientRect(*args, **kwargs):
6292 """
6293 GetClientRect(self) -> Rect
6294
6295 Get the client area position and size as a `wx.Rect` object.
6296 """
6297 return _core_.Window_GetClientRect(*args, **kwargs)
6298
6299 def GetBestSize(*args, **kwargs):
6300 """
6301 GetBestSize(self) -> Size
6302
6303 This function returns the best acceptable minimal size for the
6304 window, if applicable. For example, for a static text control, it will
6305 be the minimal size such that the control label is not truncated. For
6306 windows containing subwindows (suzh aswx.Panel), the size returned by
6307 this function will be the same as the size the window would have had
6308 after calling Fit.
6309 """
6310 return _core_.Window_GetBestSize(*args, **kwargs)
6311
6312 def GetBestSizeTuple(*args, **kwargs):
6313 """
6314 GetBestSizeTuple() -> (width, height)
6315
6316 This function returns the best acceptable minimal size for the
6317 window, if applicable. For example, for a static text control, it will
6318 be the minimal size such that the control label is not truncated. For
6319 windows containing subwindows (suzh aswx.Panel), the size returned by
6320 this function will be the same as the size the window would have had
6321 after calling Fit.
6322 """
6323 return _core_.Window_GetBestSizeTuple(*args, **kwargs)
6324
6325 def InvalidateBestSize(*args, **kwargs):
6326 """
6327 InvalidateBestSize(self)
6328
6329 Reset the cached best size value so it will be recalculated the next
6330 time it is needed.
6331 """
6332 return _core_.Window_InvalidateBestSize(*args, **kwargs)
6333
6334 def GetBestFittingSize(*args, **kwargs):
6335 """
6336 GetBestFittingSize(self) -> Size
6337
6338 This function will merge the window's best size into the window's
6339 minimum size, giving priority to the min size components, and returns
6340 the results.
6341
6342 """
6343 return _core_.Window_GetBestFittingSize(*args, **kwargs)
6344
6345 def GetAdjustedBestSize(*args, **kwargs):
6346 """
6347 GetAdjustedBestSize(self) -> Size
6348
6349 This method is similar to GetBestSize, except in one
6350 thing. GetBestSize should return the minimum untruncated size of the
6351 window, while this method will return the largest of BestSize and any
6352 user specified minimum size. ie. it is the minimum size the window
6353 should currently be drawn at, not the minimal size it can possibly
6354 tolerate.
6355 """
6356 return _core_.Window_GetAdjustedBestSize(*args, **kwargs)
6357
6358 def Center(*args, **kwargs):
6359 """
6360 Center(self, int direction=BOTH)
6361
6362 Centers the window. The parameter specifies the direction for
6363 cetering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may
6364 also include wx.CENTER_ON_SCREEN flag if you want to center the window
6365 on the entire screen and not on its parent window. If it is a
6366 top-level window and has no parent then it will always be centered
6367 relative to the screen.
6368 """
6369 return _core_.Window_Center(*args, **kwargs)
6370
6371 Centre = Center
6372 def CenterOnScreen(*args, **kwargs):
6373 """
6374 CenterOnScreen(self, int dir=BOTH)
6375
6376 Center on screen (only works for top level windows)
6377 """
6378 return _core_.Window_CenterOnScreen(*args, **kwargs)
6379
6380 CentreOnScreen = CenterOnScreen
6381 def CenterOnParent(*args, **kwargs):
6382 """
6383 CenterOnParent(self, int dir=BOTH)
6384
6385 Center with respect to the the parent window
6386 """
6387 return _core_.Window_CenterOnParent(*args, **kwargs)
6388
6389 CentreOnParent = CenterOnParent
6390 def Fit(*args, **kwargs):
6391 """
6392 Fit(self)
6393
6394 Sizes the window so that it fits around its subwindows. This function
6395 won't do anything if there are no subwindows and will only really work
6396 correctly if sizers are used for the subwindows layout. Also, if the
6397 window has exactly one subwindow it is better (faster and the result
6398 is more precise as Fit adds some margin to account for fuzziness of
6399 its calculations) to call window.SetClientSize(child.GetSize())
6400 instead of calling Fit.
6401 """
6402 return _core_.Window_Fit(*args, **kwargs)
6403
6404 def FitInside(*args, **kwargs):
6405 """
6406 FitInside(self)
6407
6408 Similar to Fit, but sizes the interior (virtual) size of a
6409 window. Mainly useful with scrolled windows to reset scrollbars after
6410 sizing changes that do not trigger a size event, and/or scrolled
6411 windows without an interior sizer. This function similarly won't do
6412 anything if there are no subwindows.
6413 """
6414 return _core_.Window_FitInside(*args, **kwargs)
6415
6416 def SetSizeHints(*args, **kwargs):
6417 """
6418 SetSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1,
6419 int incH=-1)
6420
6421 Allows specification of minimum and maximum window sizes, and window
6422 size increments. If a pair of values is not set (or set to -1), the
6423 default values will be used. If this function is called, the user
6424 will not be able to size the window outside the given bounds (if it is
6425 a top-level window.) Sizers will also inspect the minimum window size
6426 and will use that value if set when calculating layout.
6427
6428 The resizing increments are only significant under Motif or Xt.
6429 """
6430 return _core_.Window_SetSizeHints(*args, **kwargs)
6431
6432 def SetSizeHintsSz(*args, **kwargs):
6433 """
6434 SetSizeHintsSz(self, Size minSize, Size maxSize=DefaultSize, Size incSize=DefaultSize)
6435
6436 Allows specification of minimum and maximum window sizes, and window
6437 size increments. If a pair of values is not set (or set to -1), the
6438 default values will be used. If this function is called, the user
6439 will not be able to size the window outside the given bounds (if it is
6440 a top-level window.) Sizers will also inspect the minimum window size
6441 and will use that value if set when calculating layout.
6442
6443 The resizing increments are only significant under Motif or Xt.
6444 """
6445 return _core_.Window_SetSizeHintsSz(*args, **kwargs)
6446
6447 def SetVirtualSizeHints(*args, **kwargs):
6448 """
6449 SetVirtualSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1)
6450
6451 Allows specification of minimum and maximum virtual window sizes. If a
6452 pair of values is not set (or set to -1), the default values will be
6453 used. If this function is called, the user will not be able to size
6454 the virtual area of the window outside the given bounds.
6455 """
6456 return _core_.Window_SetVirtualSizeHints(*args, **kwargs)
6457
6458 def SetVirtualSizeHintsSz(*args, **kwargs):
6459 """
6460 SetVirtualSizeHintsSz(self, Size minSize, Size maxSize=DefaultSize)
6461
6462 Allows specification of minimum and maximum virtual window sizes. If a
6463 pair of values is not set (or set to -1), the default values will be
6464 used. If this function is called, the user will not be able to size
6465 the virtual area of the window outside the given bounds.
6466 """
6467 return _core_.Window_SetVirtualSizeHintsSz(*args, **kwargs)
6468
6469 def GetMaxSize(*args, **kwargs):
6470 """GetMaxSize(self) -> Size"""
6471 return _core_.Window_GetMaxSize(*args, **kwargs)
6472
6473 def GetMinSize(*args, **kwargs):
6474 """GetMinSize(self) -> Size"""
6475 return _core_.Window_GetMinSize(*args, **kwargs)
6476
6477 def SetMinSize(*args, **kwargs):
6478 """
6479 SetMinSize(self, Size minSize)
6480
6481 A more convenient method than `SetSizeHints` for setting just the
6482 min size.
6483 """
6484 return _core_.Window_SetMinSize(*args, **kwargs)
6485
6486 def SetMaxSize(*args, **kwargs):
6487 """
6488 SetMaxSize(self, Size maxSize)
6489
6490 A more convenient method than `SetSizeHints` for setting just the
6491 max size.
6492 """
6493 return _core_.Window_SetMaxSize(*args, **kwargs)
6494
6495 def GetMinWidth(*args, **kwargs):
6496 """GetMinWidth(self) -> int"""
6497 return _core_.Window_GetMinWidth(*args, **kwargs)
6498
6499 def GetMinHeight(*args, **kwargs):
6500 """GetMinHeight(self) -> int"""
6501 return _core_.Window_GetMinHeight(*args, **kwargs)
6502
6503 def GetMaxWidth(*args, **kwargs):
6504 """GetMaxWidth(self) -> int"""
6505 return _core_.Window_GetMaxWidth(*args, **kwargs)
6506
6507 def GetMaxHeight(*args, **kwargs):
6508 """GetMaxHeight(self) -> int"""
6509 return _core_.Window_GetMaxHeight(*args, **kwargs)
6510
6511 def SetVirtualSize(*args, **kwargs):
6512 """
6513 SetVirtualSize(self, Size size)
6514
6515 Set the the virtual size of a window in pixels. For most windows this
6516 is just the client area of the window, but for some like scrolled
6517 windows it is more or less independent of the screen window size.
6518 """
6519 return _core_.Window_SetVirtualSize(*args, **kwargs)
6520
6521 def SetVirtualSizeWH(*args, **kwargs):
6522 """
6523 SetVirtualSizeWH(self, int w, int h)
6524
6525 Set the the virtual size of a window in pixels. For most windows this
6526 is just the client area of the window, but for some like scrolled
6527 windows it is more or less independent of the screen window size.
6528 """
6529 return _core_.Window_SetVirtualSizeWH(*args, **kwargs)
6530
6531 def GetVirtualSize(*args, **kwargs):
6532 """
6533 GetVirtualSize(self) -> Size
6534
6535 Get the the virtual size of the window in pixels. For most windows
6536 this is just the client area of the window, but for some like scrolled
6537 windows it is more or less independent of the screen window size.
6538 """
6539 return _core_.Window_GetVirtualSize(*args, **kwargs)
6540
6541 def GetVirtualSizeTuple(*args, **kwargs):
6542 """
6543 GetVirtualSizeTuple() -> (width, height)
6544
6545 Get the the virtual size of the window in pixels. For most windows
6546 this is just the client area of the window, but for some like scrolled
6547 windows it is more or less independent of the screen window size.
6548 """
6549 return _core_.Window_GetVirtualSizeTuple(*args, **kwargs)
6550
6551 def GetBestVirtualSize(*args, **kwargs):
6552 """
6553 GetBestVirtualSize(self) -> Size
6554
6555 Return the largest of ClientSize and BestSize (as determined by a
6556 sizer, interior children, or other means)
6557 """
6558 return _core_.Window_GetBestVirtualSize(*args, **kwargs)
6559
6560 def Show(*args, **kwargs):
6561 """
6562 Show(self, bool show=True) -> bool
6563
6564 Shows or hides the window. You may need to call Raise for a top level
6565 window if you want to bring it to top, although this is not needed if
6566 Show is called immediately after the frame creation. Returns True if
6567 the window has been shown or hidden or False if nothing was done
6568 because it already was in the requested state.
6569 """
6570 return _core_.Window_Show(*args, **kwargs)
6571
6572 def Hide(*args, **kwargs):
6573 """
6574 Hide(self) -> bool
6575
6576 Equivalent to calling Show(False).
6577 """
6578 return _core_.Window_Hide(*args, **kwargs)
6579
6580 def Enable(*args, **kwargs):
6581 """
6582 Enable(self, bool enable=True) -> bool
6583
6584 Enable or disable the window for user input. Note that when a parent
6585 window is disabled, all of its children are disabled as well and they
6586 are reenabled again when the parent is. Returns true if the window
6587 has been enabled or disabled, false if nothing was done, i.e. if the
6588 window had already been in the specified state.
6589 """
6590 return _core_.Window_Enable(*args, **kwargs)
6591
6592 def Disable(*args, **kwargs):
6593 """
6594 Disable(self) -> bool
6595
6596 Disables the window, same as Enable(false).
6597 """
6598 return _core_.Window_Disable(*args, **kwargs)
6599
6600 def IsShown(*args, **kwargs):
6601 """
6602 IsShown(self) -> bool
6603
6604 Returns true if the window is shown, false if it has been hidden.
6605 """
6606 return _core_.Window_IsShown(*args, **kwargs)
6607
6608 def IsEnabled(*args, **kwargs):
6609 """
6610 IsEnabled(self) -> bool
6611
6612 Returns true if the window is enabled for input, false otherwise.
6613 """
6614 return _core_.Window_IsEnabled(*args, **kwargs)
6615
6616 def SetWindowStyleFlag(*args, **kwargs):
6617 """
6618 SetWindowStyleFlag(self, long style)
6619
6620 Sets the style of the window. Please note that some styles cannot be
6621 changed after the window creation and that Refresh() might need to be
6622 called after changing the others for the change to take place
6623 immediately.
6624 """
6625 return _core_.Window_SetWindowStyleFlag(*args, **kwargs)
6626
6627 def GetWindowStyleFlag(*args, **kwargs):
6628 """
6629 GetWindowStyleFlag(self) -> long
6630
6631 Gets the window style that was passed to the constructor or Create
6632 method.
6633 """
6634 return _core_.Window_GetWindowStyleFlag(*args, **kwargs)
6635
6636 SetWindowStyle = SetWindowStyleFlag; GetWindowStyle = GetWindowStyleFlag
6637 def HasFlag(*args, **kwargs):
6638 """
6639 HasFlag(self, int flag) -> bool
6640
6641 Test if the given style is set for this window.
6642 """
6643 return _core_.Window_HasFlag(*args, **kwargs)
6644
6645 def IsRetained(*args, **kwargs):
6646 """
6647 IsRetained(self) -> bool
6648
6649 Returns true if the window is retained, false otherwise. Retained
6650 windows are only available on X platforms.
6651 """
6652 return _core_.Window_IsRetained(*args, **kwargs)
6653
6654 def SetExtraStyle(*args, **kwargs):
6655 """
6656 SetExtraStyle(self, long exStyle)
6657
6658 Sets the extra style bits for the window. Extra styles are the less
6659 often used style bits which can't be set with the constructor or with
6660 SetWindowStyleFlag()
6661 """
6662 return _core_.Window_SetExtraStyle(*args, **kwargs)
6663
6664 def GetExtraStyle(*args, **kwargs):
6665 """
6666 GetExtraStyle(self) -> long
6667
6668 Returns the extra style bits for the window.
6669 """
6670 return _core_.Window_GetExtraStyle(*args, **kwargs)
6671
6672 def MakeModal(*args, **kwargs):
6673 """
6674 MakeModal(self, bool modal=True)
6675
6676 Disables all other windows in the application so that the user can
6677 only interact with this window. Passing False will reverse this
6678 effect.
6679 """
6680 return _core_.Window_MakeModal(*args, **kwargs)
6681
6682 def SetThemeEnabled(*args, **kwargs):
6683 """
6684 SetThemeEnabled(self, bool enableTheme)
6685
6686 This function tells a window if it should use the system's "theme"
6687 code to draw the windows' background instead if its own background
6688 drawing code. This will only have an effect on platforms that support
6689 the notion of themes in user defined windows. One such platform is
6690 GTK+ where windows can have (very colourful) backgrounds defined by a
6691 user's selected theme.
6692
6693 Dialogs, notebook pages and the status bar have this flag set to true
6694 by default so that the default look and feel is simulated best.
6695 """
6696 return _core_.Window_SetThemeEnabled(*args, **kwargs)
6697
6698 def GetThemeEnabled(*args, **kwargs):
6699 """
6700 GetThemeEnabled(self) -> bool
6701
6702 Return the themeEnabled flag.
6703 """
6704 return _core_.Window_GetThemeEnabled(*args, **kwargs)
6705
6706 def SetFocus(*args, **kwargs):
6707 """
6708 SetFocus(self)
6709
6710 Set's the focus to this window, allowing it to receive keyboard input.
6711 """
6712 return _core_.Window_SetFocus(*args, **kwargs)
6713
6714 def SetFocusFromKbd(*args, **kwargs):
6715 """
6716 SetFocusFromKbd(self)
6717
6718 Set focus to this window as the result of a keyboard action. Normally
6719 only called internally.
6720 """
6721 return _core_.Window_SetFocusFromKbd(*args, **kwargs)
6722
6723 def FindFocus(*args, **kwargs):
6724 """
6725 FindFocus() -> Window
6726
6727 Returns the window or control that currently has the keyboard focus,
6728 or None.
6729 """
6730 return _core_.Window_FindFocus(*args, **kwargs)
6731
6732 FindFocus = staticmethod(FindFocus)
6733 def AcceptsFocus(*args, **kwargs):
6734 """
6735 AcceptsFocus(self) -> bool
6736
6737 Can this window have focus?
6738 """
6739 return _core_.Window_AcceptsFocus(*args, **kwargs)
6740
6741 def AcceptsFocusFromKeyboard(*args, **kwargs):
6742 """
6743 AcceptsFocusFromKeyboard(self) -> bool
6744
6745 Can this window be given focus by keyboard navigation? if not, the
6746 only way to give it focus (provided it accepts it at all) is to click
6747 it.
6748 """
6749 return _core_.Window_AcceptsFocusFromKeyboard(*args, **kwargs)
6750
6751 def GetDefaultItem(*args, **kwargs):
6752 """
6753 GetDefaultItem(self) -> Window
6754
6755 Get the default child of this parent, i.e. the one which is activated
6756 by pressing <Enter> such as the OK button on a wx.Dialog.
6757 """
6758 return _core_.Window_GetDefaultItem(*args, **kwargs)
6759
6760 def SetDefaultItem(*args, **kwargs):
6761 """
6762 SetDefaultItem(self, Window child) -> Window
6763
6764 Set this child as default, return the old default.
6765 """
6766 return _core_.Window_SetDefaultItem(*args, **kwargs)
6767
6768 def SetTmpDefaultItem(*args, **kwargs):
6769 """
6770 SetTmpDefaultItem(self, Window win)
6771
6772 Set this child as temporary default
6773 """
6774 return _core_.Window_SetTmpDefaultItem(*args, **kwargs)
6775
6776 def Navigate(*args, **kwargs):
6777 """
6778 Navigate(self, int flags=NavigationKeyEvent.IsForward) -> bool
6779
6780 Does keyboard navigation from this window to another, by sending a
6781 `wx.NavigationKeyEvent`.
6782 """
6783 return _core_.Window_Navigate(*args, **kwargs)
6784
6785 def MoveAfterInTabOrder(*args, **kwargs):
6786 """
6787 MoveAfterInTabOrder(self, Window win)
6788
6789 Moves this window in the tab navigation order after the specified
6790 sibling window. This means that when the user presses the TAB key on
6791 that other window, the focus switches to this window.
6792
6793 The default tab order is the same as creation order. This function
6794 and `MoveBeforeInTabOrder` allow to change it after creating all the
6795 windows.
6796
6797 """
6798 return _core_.Window_MoveAfterInTabOrder(*args, **kwargs)
6799
6800 def MoveBeforeInTabOrder(*args, **kwargs):
6801 """
6802 MoveBeforeInTabOrder(self, Window win)
6803
6804 Same as `MoveAfterInTabOrder` except that it inserts this window just
6805 before win instead of putting it right after it.
6806 """
6807 return _core_.Window_MoveBeforeInTabOrder(*args, **kwargs)
6808
6809 def GetChildren(*args, **kwargs):
6810 """
6811 GetChildren(self) -> PyObject
6812
6813 Returns a list of the window's children. NOTE: Currently this is a
6814 copy of the child window list maintained by the window, so the return
6815 value of this function is only valid as long as the window's children
6816 do not change.
6817 """
6818 return _core_.Window_GetChildren(*args, **kwargs)
6819
6820 def GetParent(*args, **kwargs):
6821 """
6822 GetParent(self) -> Window
6823
6824 Returns the parent window of this window, or None if there isn't one.
6825 """
6826 return _core_.Window_GetParent(*args, **kwargs)
6827
6828 def GetGrandParent(*args, **kwargs):
6829 """
6830 GetGrandParent(self) -> Window
6831
6832 Returns the parent of the parent of this window, or None if there
6833 isn't one.
6834 """
6835 return _core_.Window_GetGrandParent(*args, **kwargs)
6836
6837 def IsTopLevel(*args, **kwargs):
6838 """
6839 IsTopLevel(self) -> bool
6840
6841 Returns true if the given window is a top-level one. Currently all
6842 frames and dialogs are always considered to be top-level windows (even
6843 if they have a parent window).
6844 """
6845 return _core_.Window_IsTopLevel(*args, **kwargs)
6846
6847 def Reparent(*args, **kwargs):
6848 """
6849 Reparent(self, Window newParent) -> bool
6850
6851 Reparents the window, i.e the window will be removed from its current
6852 parent window (e.g. a non-standard toolbar in a wxFrame) and then
6853 re-inserted into another. Available on Windows and GTK. Returns True
6854 if the parent was changed, False otherwise (error or newParent ==
6855 oldParent)
6856 """
6857 return _core_.Window_Reparent(*args, **kwargs)
6858
6859 def AddChild(*args, **kwargs):
6860 """
6861 AddChild(self, Window child)
6862
6863 Adds a child window. This is called automatically by window creation
6864 functions so should not be required by the application programmer.
6865 """
6866 return _core_.Window_AddChild(*args, **kwargs)
6867
6868 def RemoveChild(*args, **kwargs):
6869 """
6870 RemoveChild(self, Window child)
6871
6872 Removes a child window. This is called automatically by window
6873 deletion functions so should not be required by the application
6874 programmer.
6875 """
6876 return _core_.Window_RemoveChild(*args, **kwargs)
6877
6878 def FindWindowById(*args, **kwargs):
6879 """
6880 FindWindowById(self, long winid) -> Window
6881
6882 Find a chld of this window by window ID
6883 """
6884 return _core_.Window_FindWindowById(*args, **kwargs)
6885
6886 def FindWindowByName(*args, **kwargs):
6887 """
6888 FindWindowByName(self, String name) -> Window
6889
6890 Find a child of this window by name
6891 """
6892 return _core_.Window_FindWindowByName(*args, **kwargs)
6893
6894 def GetEventHandler(*args, **kwargs):
6895 """
6896 GetEventHandler(self) -> EvtHandler
6897
6898 Returns the event handler for this window. By default, the window is
6899 its own event handler.
6900 """
6901 return _core_.Window_GetEventHandler(*args, **kwargs)
6902
6903 def SetEventHandler(*args, **kwargs):
6904 """
6905 SetEventHandler(self, EvtHandler handler)
6906
6907 Sets the event handler for this window. An event handler is an object
6908 that is capable of processing the events sent to a window. By default,
6909 the window is its own event handler, but an application may wish to
6910 substitute another, for example to allow central implementation of
6911 event-handling for a variety of different window classes.
6912
6913 It is usually better to use `wx.Window.PushEventHandler` since this sets
6914 up a chain of event handlers, where an event not handled by one event
6915 handler is handed to the next one in the chain.
6916 """
6917 return _core_.Window_SetEventHandler(*args, **kwargs)
6918
6919 def PushEventHandler(*args, **kwargs):
6920 """
6921 PushEventHandler(self, EvtHandler handler)
6922
6923 Pushes this event handler onto the event handler stack for the window.
6924 An event handler is an object that is capable of processing the events
6925 sent to a window. By default, the window is its own event handler, but
6926 an application may wish to substitute another, for example to allow
6927 central implementation of event-handling for a variety of different
6928 window classes.
6929
6930 wx.Window.PushEventHandler allows an application to set up a chain of
6931 event handlers, where an event not handled by one event handler is
6932 handed to the next one in the chain. Use `wx.Window.PopEventHandler` to
6933 remove the event handler.
6934 """
6935 return _core_.Window_PushEventHandler(*args, **kwargs)
6936
6937 def PopEventHandler(*args, **kwargs):
6938 """
6939 PopEventHandler(self, bool deleteHandler=False) -> EvtHandler
6940
6941 Removes and returns the top-most event handler on the event handler
6942 stack. If deleteHandler is True then the wx.EvtHandler object will be
6943 destroyed after it is popped.
6944 """
6945 return _core_.Window_PopEventHandler(*args, **kwargs)
6946
6947 def RemoveEventHandler(*args, **kwargs):
6948 """
6949 RemoveEventHandler(self, EvtHandler handler) -> bool
6950
6951 Find the given handler in the event handler chain and remove (but not
6952 delete) it from the event handler chain, return True if it was found
6953 and False otherwise (this also results in an assert failure so this
6954 function should only be called when the handler is supposed to be
6955 there.)
6956 """
6957 return _core_.Window_RemoveEventHandler(*args, **kwargs)
6958
6959 def SetValidator(*args, **kwargs):
6960 """
6961 SetValidator(self, Validator validator)
6962
6963 Deletes the current validator (if any) and sets the window validator,
6964 having called wx.Validator.Clone to create a new validator of this
6965 type.
6966 """
6967 return _core_.Window_SetValidator(*args, **kwargs)
6968
6969 def GetValidator(*args, **kwargs):
6970 """
6971 GetValidator(self) -> Validator
6972
6973 Returns a pointer to the current validator for the window, or None if
6974 there is none.
6975 """
6976 return _core_.Window_GetValidator(*args, **kwargs)
6977
6978 def Validate(*args, **kwargs):
6979 """
6980 Validate(self) -> bool
6981
6982 Validates the current values of the child controls using their
6983 validators. If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra
6984 style flag set, the method will also call Validate() of all child
6985 windows. Returns false if any of the validations failed.
6986 """
6987 return _core_.Window_Validate(*args, **kwargs)
6988
6989 def TransferDataToWindow(*args, **kwargs):
6990 """
6991 TransferDataToWindow(self) -> bool
6992
6993 Transfers values to child controls from data areas specified by their
6994 validators. If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra
6995 style flag set, the method will also call TransferDataToWindow() of
6996 all child windows.
6997 """
6998 return _core_.Window_TransferDataToWindow(*args, **kwargs)
6999
7000 def TransferDataFromWindow(*args, **kwargs):
7001 """
7002 TransferDataFromWindow(self) -> bool
7003
7004 Transfers values from child controls to data areas specified by their
7005 validators. Returns false if a transfer failed. If the window has
7006 wx.WS_EX_VALIDATE_RECURSIVELY extra style flag set, the method will
7007 also call TransferDataFromWindow() of all child windows.
7008 """
7009 return _core_.Window_TransferDataFromWindow(*args, **kwargs)
7010
7011 def InitDialog(*args, **kwargs):
7012 """
7013 InitDialog(self)
7014
7015 Sends an EVT_INIT_DIALOG event, whose handler usually transfers data
7016 to the dialog via validators.
7017 """
7018 return _core_.Window_InitDialog(*args, **kwargs)
7019
7020 def SetAcceleratorTable(*args, **kwargs):
7021 """
7022 SetAcceleratorTable(self, AcceleratorTable accel)
7023
7024 Sets the accelerator table for this window.
7025 """
7026 return _core_.Window_SetAcceleratorTable(*args, **kwargs)
7027
7028 def GetAcceleratorTable(*args, **kwargs):
7029 """
7030 GetAcceleratorTable(self) -> AcceleratorTable
7031
7032 Gets the accelerator table for this window.
7033 """
7034 return _core_.Window_GetAcceleratorTable(*args, **kwargs)
7035
7036 def RegisterHotKey(*args, **kwargs):
7037 """
7038 RegisterHotKey(self, int hotkeyId, int modifiers, int keycode) -> bool
7039
7040 Registers a system wide hotkey. Every time the user presses the hotkey
7041 registered here, this window will receive a hotkey event. It will
7042 receive the event even if the application is in the background and
7043 does not have the input focus because the user is working with some
7044 other application. To bind an event handler function to this hotkey
7045 use EVT_HOTKEY with an id equal to hotkeyId. Returns True if the
7046 hotkey was registered successfully.
7047 """
7048 return _core_.Window_RegisterHotKey(*args, **kwargs)
7049
7050 def UnregisterHotKey(*args, **kwargs):
7051 """
7052 UnregisterHotKey(self, int hotkeyId) -> bool
7053
7054 Unregisters a system wide hotkey.
7055 """
7056 return _core_.Window_UnregisterHotKey(*args, **kwargs)
7057
7058 def ConvertDialogPointToPixels(*args, **kwargs):
7059 """
7060 ConvertDialogPointToPixels(self, Point pt) -> Point
7061
7062 Converts a point or size from dialog units to pixels. Dialog units
7063 are used for maintaining a dialog's proportions even if the font
7064 changes. For the x dimension, the dialog units are multiplied by the
7065 average character width and then divided by 4. For the y dimension,
7066 the dialog units are multiplied by the average character height and
7067 then divided by 8.
7068 """
7069 return _core_.Window_ConvertDialogPointToPixels(*args, **kwargs)
7070
7071 def ConvertDialogSizeToPixels(*args, **kwargs):
7072 """
7073 ConvertDialogSizeToPixels(self, Size sz) -> Size
7074
7075 Converts a point or size from dialog units to pixels. Dialog units
7076 are used for maintaining a dialog's proportions even if the font
7077 changes. For the x dimension, the dialog units are multiplied by the
7078 average character width and then divided by 4. For the y dimension,
7079 the dialog units are multiplied by the average character height and
7080 then divided by 8.
7081 """
7082 return _core_.Window_ConvertDialogSizeToPixels(*args, **kwargs)
7083
7084 def DLG_PNT(*args, **kwargs):
7085 """
7086 DLG_PNT(self, Point pt) -> Point
7087
7088 Converts a point or size from dialog units to pixels. Dialog units
7089 are used for maintaining a dialog's proportions even if the font
7090 changes. For the x dimension, the dialog units are multiplied by the
7091 average character width and then divided by 4. For the y dimension,
7092 the dialog units are multiplied by the average character height and
7093 then divided by 8.
7094 """
7095 return _core_.Window_DLG_PNT(*args, **kwargs)
7096
7097 def DLG_SZE(*args, **kwargs):
7098 """
7099 DLG_SZE(self, Size sz) -> Size
7100
7101 Converts a point or size from dialog units to pixels. Dialog units
7102 are used for maintaining a dialog's proportions even if the font
7103 changes. For the x dimension, the dialog units are multiplied by the
7104 average character width and then divided by 4. For the y dimension,
7105 the dialog units are multiplied by the average character height and
7106 then divided by 8.
7107 """
7108 return _core_.Window_DLG_SZE(*args, **kwargs)
7109
7110 def ConvertPixelPointToDialog(*args, **kwargs):
7111 """ConvertPixelPointToDialog(self, Point pt) -> Point"""
7112 return _core_.Window_ConvertPixelPointToDialog(*args, **kwargs)
7113
7114 def ConvertPixelSizeToDialog(*args, **kwargs):
7115 """ConvertPixelSizeToDialog(self, Size sz) -> Size"""
7116 return _core_.Window_ConvertPixelSizeToDialog(*args, **kwargs)
7117
7118 def WarpPointer(*args, **kwargs):
7119 """
7120 WarpPointer(self, int x, int y)
7121
7122 Moves the pointer to the given position on the window.
7123
7124 NOTE: This function is not supported under Mac because Apple Human
7125 Interface Guidelines forbid moving the mouse cursor programmatically.
7126 """
7127 return _core_.Window_WarpPointer(*args, **kwargs)
7128
7129 def CaptureMouse(*args, **kwargs):
7130 """
7131 CaptureMouse(self)
7132
7133 Directs all mouse input to this window. Call wx.Window.ReleaseMouse to
7134 release the capture.
7135
7136 Note that wxWindows maintains the stack of windows having captured the
7137 mouse and when the mouse is released the capture returns to the window
7138 which had had captured it previously and it is only really released if
7139 there were no previous window. In particular, this means that you must
7140 release the mouse as many times as you capture it.
7141 """
7142 return _core_.Window_CaptureMouse(*args, **kwargs)
7143
7144 def ReleaseMouse(*args, **kwargs):
7145 """
7146 ReleaseMouse(self)
7147
7148 Releases mouse input captured with wx.Window.CaptureMouse.
7149 """
7150 return _core_.Window_ReleaseMouse(*args, **kwargs)
7151
7152 def GetCapture(*args, **kwargs):
7153 """
7154 GetCapture() -> Window
7155
7156 Returns the window which currently captures the mouse or None
7157 """
7158 return _core_.Window_GetCapture(*args, **kwargs)
7159
7160 GetCapture = staticmethod(GetCapture)
7161 def HasCapture(*args, **kwargs):
7162 """
7163 HasCapture(self) -> bool
7164
7165 Returns true if this window has the current mouse capture.
7166 """
7167 return _core_.Window_HasCapture(*args, **kwargs)
7168
7169 def Refresh(*args, **kwargs):
7170 """
7171 Refresh(self, bool eraseBackground=True, Rect rect=None)
7172
7173 Mark the specified rectangle (or the whole window) as "dirty" so it
7174 will be repainted. Causes an EVT_PAINT event to be generated and sent
7175 to the window.
7176 """
7177 return _core_.Window_Refresh(*args, **kwargs)
7178
7179 def RefreshRect(*args, **kwargs):
7180 """
7181 RefreshRect(self, Rect rect, bool eraseBackground=True)
7182
7183 Redraws the contents of the given rectangle: the area inside it will
7184 be repainted. This is the same as Refresh but has a nicer syntax.
7185 """
7186 return _core_.Window_RefreshRect(*args, **kwargs)
7187
7188 def Update(*args, **kwargs):
7189 """
7190 Update(self)
7191
7192 Calling this method immediately repaints the invalidated area of the
7193 window instead of waiting for the EVT_PAINT event to happen, (normally
7194 this would usually only happen when the flow of control returns to the
7195 event loop.) Notice that this function doesn't refresh the window and
7196 does nothing if the window has been already repainted. Use Refresh
7197 first if you want to immediately redraw the window (or some portion of
7198 it) unconditionally.
7199 """
7200 return _core_.Window_Update(*args, **kwargs)
7201
7202 def ClearBackground(*args, **kwargs):
7203 """
7204 ClearBackground(self)
7205
7206 Clears the window by filling it with the current background
7207 colour. Does not cause an erase background event to be generated.
7208 """
7209 return _core_.Window_ClearBackground(*args, **kwargs)
7210
7211 def Freeze(*args, **kwargs):
7212 """
7213 Freeze(self)
7214
7215 Freezes the window or, in other words, prevents any updates from
7216 taking place on screen, the window is not redrawn at all. Thaw must be
7217 called to reenable window redrawing. Calls to Freeze/Thaw may be
7218 nested, with the actual Thaw being delayed until all the nesting has
7219 been undone.
7220
7221 This method is useful for visual appearance optimization (for example,
7222 it is a good idea to use it before inserting large amount of text into
7223 a wxTextCtrl under wxGTK) but is not implemented on all platforms nor
7224 for all controls so it is mostly just a hint to wxWindows and not a
7225 mandatory directive.
7226 """
7227 return _core_.Window_Freeze(*args, **kwargs)
7228
7229 def Thaw(*args, **kwargs):
7230 """
7231 Thaw(self)
7232
7233 Reenables window updating after a previous call to Freeze. Calls to
7234 Freeze/Thaw may be nested, so Thaw must be called the same number of
7235 times that Freeze was before the window will be updated.
7236 """
7237 return _core_.Window_Thaw(*args, **kwargs)
7238
7239 def PrepareDC(*args, **kwargs):
7240 """
7241 PrepareDC(self, DC dc)
7242
7243 Call this function to prepare the device context for drawing a
7244 scrolled image. It sets the device origin according to the current
7245 scroll position.
7246 """
7247 return _core_.Window_PrepareDC(*args, **kwargs)
7248
7249 def GetUpdateRegion(*args, **kwargs):
7250 """
7251 GetUpdateRegion(self) -> Region
7252
7253 Returns the region specifying which parts of the window have been
7254 damaged. Should only be called within an EVT_PAINT handler.
7255 """
7256 return _core_.Window_GetUpdateRegion(*args, **kwargs)
7257
7258 def GetUpdateClientRect(*args, **kwargs):
7259 """
7260 GetUpdateClientRect(self) -> Rect
7261
7262 Get the update rectangle region bounding box in client coords.
7263 """
7264 return _core_.Window_GetUpdateClientRect(*args, **kwargs)
7265
7266 def IsExposed(*args, **kwargs):
7267 """
7268 IsExposed(self, int x, int y, int w=1, int h=1) -> bool
7269
7270 Returns true if the given point or rectangle area has been exposed
7271 since the last repaint. Call this in an paint event handler to
7272 optimize redrawing by only redrawing those areas, which have been
7273 exposed.
7274 """
7275 return _core_.Window_IsExposed(*args, **kwargs)
7276
7277 def IsExposedPoint(*args, **kwargs):
7278 """
7279 IsExposedPoint(self, Point pt) -> bool
7280
7281 Returns true if the given point or rectangle area has been exposed
7282 since the last repaint. Call this in an paint event handler to
7283 optimize redrawing by only redrawing those areas, which have been
7284 exposed.
7285 """
7286 return _core_.Window_IsExposedPoint(*args, **kwargs)
7287
7288 def IsExposedRect(*args, **kwargs):
7289 """
7290 IsExposedRect(self, Rect rect) -> bool
7291
7292 Returns true if the given point or rectangle area has been exposed
7293 since the last repaint. Call this in an paint event handler to
7294 optimize redrawing by only redrawing those areas, which have been
7295 exposed.
7296 """
7297 return _core_.Window_IsExposedRect(*args, **kwargs)
7298
7299 def GetDefaultAttributes(*args, **kwargs):
7300 """
7301 GetDefaultAttributes(self) -> VisualAttributes
7302
7303 Get the default attributes for an instance of this class. This is
7304 useful if you want to use the same font or colour in your own control
7305 as in a standard control -- which is a much better idea than hard
7306 coding specific colours or fonts which might look completely out of
7307 place on the user's system, especially if it uses themes.
7308 """
7309 return _core_.Window_GetDefaultAttributes(*args, **kwargs)
7310
7311 def GetClassDefaultAttributes(*args, **kwargs):
7312 """
7313 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
7314
7315 Get the default attributes for this class. This is useful if you want
7316 to use the same font or colour in your own control as in a standard
7317 control -- which is a much better idea than hard coding specific
7318 colours or fonts which might look completely out of place on the
7319 user's system, especially if it uses themes.
7320
7321 The variant parameter is only relevant under Mac currently and is
7322 ignore under other platforms. Under Mac, it will change the size of
7323 the returned font. See `wx.Window.SetWindowVariant` for more about
7324 this.
7325 """
7326 return _core_.Window_GetClassDefaultAttributes(*args, **kwargs)
7327
7328 GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
7329 def SetBackgroundColour(*args, **kwargs):
7330 """
7331 SetBackgroundColour(self, Colour colour) -> bool
7332
7333 Sets the background colour of the window. Returns True if the colour
7334 was changed. The background colour is usually painted by the default
7335 EVT_ERASE_BACKGROUND event handler function under Windows and
7336 automatically under GTK. Using `wx.NullColour` will reset the window
7337 to the default background colour.
7338
7339 Note that setting the background colour may not cause an immediate
7340 refresh, so you may wish to call `ClearBackground` or `Refresh` after
7341 calling this function.
7342
7343 Using this function will disable attempts to use themes for this
7344 window, if the system supports them. Use with care since usually the
7345 themes represent the appearance chosen by the user to be used for all
7346 applications on the system.
7347 """
7348 return _core_.Window_SetBackgroundColour(*args, **kwargs)
7349
7350 def SetOwnBackgroundColour(*args, **kwargs):
7351 """SetOwnBackgroundColour(self, Colour colour)"""
7352 return _core_.Window_SetOwnBackgroundColour(*args, **kwargs)
7353
7354 def SetForegroundColour(*args, **kwargs):
7355 """
7356 SetForegroundColour(self, Colour colour) -> bool
7357
7358 Sets the foreground colour of the window. Returns True is the colour
7359 was changed. The interpretation of foreground colour is dependent on
7360 the window class; it may be the text colour or other colour, or it may
7361 not be used at all.
7362 """
7363 return _core_.Window_SetForegroundColour(*args, **kwargs)
7364
7365 def SetOwnForegroundColour(*args, **kwargs):
7366 """SetOwnForegroundColour(self, Colour colour)"""
7367 return _core_.Window_SetOwnForegroundColour(*args, **kwargs)
7368
7369 def GetBackgroundColour(*args, **kwargs):
7370 """
7371 GetBackgroundColour(self) -> Colour
7372
7373 Returns the background colour of the window.
7374 """
7375 return _core_.Window_GetBackgroundColour(*args, **kwargs)
7376
7377 def GetForegroundColour(*args, **kwargs):
7378 """
7379 GetForegroundColour(self) -> Colour
7380
7381 Returns the foreground colour of the window. The interpretation of
7382 foreground colour is dependent on the window class; it may be the text
7383 colour or other colour, or it may not be used at all.
7384 """
7385 return _core_.Window_GetForegroundColour(*args, **kwargs)
7386
7387 def SetBackgroundStyle(*args, **kwargs):
7388 """
7389 SetBackgroundStyle(self, int style) -> bool
7390
7391 Returns the background style of the window. The background style
7392 indicates how the background of the window is drawn.
7393
7394 ====================== ========================================
7395 wx.BG_STYLE_SYSTEM The background colour or pattern should
7396 be determined by the system
7397 wx.BG_STYLE_COLOUR The background should be a solid colour
7398 wx.BG_STYLE_CUSTOM The background will be implemented by the
7399 application.
7400 ====================== ========================================
7401
7402 On GTK+, use of wx.BG_STYLE_CUSTOM allows the flicker-free drawing of
7403 a custom background, such as a tiled bitmap. Currently the style has
7404 no effect on other platforms.
7405
7406 :see: `GetBackgroundStyle`, `SetBackgroundColour`
7407 """
7408 return _core_.Window_SetBackgroundStyle(*args, **kwargs)
7409
7410 def GetBackgroundStyle(*args, **kwargs):
7411 """
7412 GetBackgroundStyle(self) -> int
7413
7414 Returns the background style of the window.
7415
7416 :see: `SetBackgroundStyle`
7417 """
7418 return _core_.Window_GetBackgroundStyle(*args, **kwargs)
7419
7420 def HasTransparentBackground(*args, **kwargs):
7421 """
7422 HasTransparentBackground(self) -> bool
7423
7424 Returns True if this window's background is transparent (as, for
7425 example, for `wx.StaticText`) and should show the parent window's
7426 background.
7427
7428 This method is mostly used internally by the library itself and you
7429 normally shouldn't have to call it. You may, however, have to override
7430 it in your custom control classes to ensure that background is painted
7431 correctly.
7432 """
7433 return _core_.Window_HasTransparentBackground(*args, **kwargs)
7434
7435 def SetCursor(*args, **kwargs):
7436 """
7437 SetCursor(self, Cursor cursor) -> bool
7438
7439 Sets the window's cursor. Notice that the window cursor also sets it
7440 for the children of the window implicitly.
7441
7442 The cursor may be wx.NullCursor in which case the window cursor will
7443 be reset back to default.
7444 """
7445 return _core_.Window_SetCursor(*args, **kwargs)
7446
7447 def GetCursor(*args, **kwargs):
7448 """
7449 GetCursor(self) -> Cursor
7450
7451 Return the cursor associated with this window.
7452 """
7453 return _core_.Window_GetCursor(*args, **kwargs)
7454
7455 def SetFont(*args, **kwargs):
7456 """
7457 SetFont(self, Font font) -> bool
7458
7459 Sets the font for this window.
7460 """
7461 return _core_.Window_SetFont(*args, **kwargs)
7462
7463 def SetOwnFont(*args, **kwargs):
7464 """SetOwnFont(self, Font font)"""
7465 return _core_.Window_SetOwnFont(*args, **kwargs)
7466
7467 def GetFont(*args, **kwargs):
7468 """
7469 GetFont(self) -> Font
7470
7471 Returns the default font used for this window.
7472 """
7473 return _core_.Window_GetFont(*args, **kwargs)
7474
7475 def SetCaret(*args, **kwargs):
7476 """
7477 SetCaret(self, Caret caret)
7478
7479 Sets the caret associated with the window.
7480 """
7481 return _core_.Window_SetCaret(*args, **kwargs)
7482
7483 def GetCaret(*args, **kwargs):
7484 """
7485 GetCaret(self) -> Caret
7486
7487 Returns the caret associated with the window.
7488 """
7489 return _core_.Window_GetCaret(*args, **kwargs)
7490
7491 def GetCharHeight(*args, **kwargs):
7492 """
7493 GetCharHeight(self) -> int
7494
7495 Get the (average) character size for the current font.
7496 """
7497 return _core_.Window_GetCharHeight(*args, **kwargs)
7498
7499 def GetCharWidth(*args, **kwargs):
7500 """
7501 GetCharWidth(self) -> int
7502
7503 Get the (average) character size for the current font.
7504 """
7505 return _core_.Window_GetCharWidth(*args, **kwargs)
7506
7507 def GetTextExtent(*args, **kwargs):
7508 """
7509 GetTextExtent(String string) -> (width, height)
7510
7511 Get the width and height of the text using the current font.
7512 """
7513 return _core_.Window_GetTextExtent(*args, **kwargs)
7514
7515 def GetFullTextExtent(*args, **kwargs):
7516 """
7517 GetFullTextExtent(String string, Font font=None) ->
7518 (width, height, descent, externalLeading)
7519
7520 Get the width, height, decent and leading of the text using the
7521 current or specified font.
7522 """
7523 return _core_.Window_GetFullTextExtent(*args, **kwargs)
7524
7525 def ClientToScreenXY(*args, **kwargs):
7526 """
7527 ClientToScreenXY(int x, int y) -> (x,y)
7528
7529 Converts to screen coordinates from coordinates relative to this window.
7530 """
7531 return _core_.Window_ClientToScreenXY(*args, **kwargs)
7532
7533 def ScreenToClientXY(*args, **kwargs):
7534 """
7535 ScreenToClientXY(int x, int y) -> (x,y)
7536
7537 Converts from screen to client window coordinates.
7538 """
7539 return _core_.Window_ScreenToClientXY(*args, **kwargs)
7540
7541 def ClientToScreen(*args, **kwargs):
7542 """
7543 ClientToScreen(self, Point pt) -> Point
7544
7545 Converts to screen coordinates from coordinates relative to this window.
7546 """
7547 return _core_.Window_ClientToScreen(*args, **kwargs)
7548
7549 def ScreenToClient(*args, **kwargs):
7550 """
7551 ScreenToClient(self, Point pt) -> Point
7552
7553 Converts from screen to client window coordinates.
7554 """
7555 return _core_.Window_ScreenToClient(*args, **kwargs)
7556
7557 def HitTestXY(*args, **kwargs):
7558 """
7559 HitTestXY(self, int x, int y) -> int
7560
7561 Test where the given (in client coords) point lies
7562 """
7563 return _core_.Window_HitTestXY(*args, **kwargs)
7564
7565 def HitTest(*args, **kwargs):
7566 """
7567 HitTest(self, Point pt) -> int
7568
7569 Test where the given (in client coords) point lies
7570 """
7571 return _core_.Window_HitTest(*args, **kwargs)
7572
7573 def GetBorder(*args):
7574 """
7575 GetBorder(self, long flags) -> int
7576 GetBorder(self) -> int
7577
7578 Get border for the flags of this window
7579 """
7580 return _core_.Window_GetBorder(*args)
7581
7582 def UpdateWindowUI(*args, **kwargs):
7583 """
7584 UpdateWindowUI(self, long flags=UPDATE_UI_NONE)
7585
7586 This function sends EVT_UPDATE_UI events to the window. The particular
7587 implementation depends on the window; for example a wx.ToolBar will
7588 send an update UI event for each toolbar button, and a wx.Frame will
7589 send an update UI event for each menubar menu item. You can call this
7590 function from your application to ensure that your UI is up-to-date at
7591 a particular point in time (as far as your EVT_UPDATE_UI handlers are
7592 concerned). This may be necessary if you have called
7593 wx.UpdateUIEvent.SetMode or wx.UpdateUIEvent.SetUpdateInterval to
7594 limit the overhead that wxWindows incurs by sending update UI events
7595 in idle time.
7596 """
7597 return _core_.Window_UpdateWindowUI(*args, **kwargs)
7598
7599 def PopupMenuXY(*args, **kwargs):
7600 """
7601 PopupMenuXY(self, Menu menu, int x=-1, int y=-1) -> bool
7602
7603 Pops up the given menu at the specified coordinates, relative to this window,
7604 and returns control when the user has dismissed the menu. If a menu item is
7605 selected, the corresponding menu event is generated and will be processed as
7606 usual. If the default position is given then the current position of the
7607 mouse cursor will be used.
7608 """
7609 return _core_.Window_PopupMenuXY(*args, **kwargs)
7610
7611 def PopupMenu(*args, **kwargs):
7612 """
7613 PopupMenu(self, Menu menu, Point pos=DefaultPosition) -> bool
7614
7615 Pops up the given menu at the specified coordinates, relative to this window,
7616 and returns control when the user has dismissed the menu. If a menu item is
7617 selected, the corresponding menu event is generated and will be processed as
7618 usual. If the default position is given then the current position of the
7619 mouse cursor will be used.
7620 """
7621 return _core_.Window_PopupMenu(*args, **kwargs)
7622
7623 def GetHandle(*args, **kwargs):
7624 """
7625 GetHandle(self) -> long
7626
7627 Returns the platform-specific handle (as a long integer) of the
7628 physical window. Currently on wxMac it returns the handle of the
7629 toplevel parent of the window.
7630 """
7631 return _core_.Window_GetHandle(*args, **kwargs)
7632
7633 def AssociateHandle(*args, **kwargs):
7634 """
7635 AssociateHandle(self, long handle)
7636
7637 Associate the window with a new native handle
7638 """
7639 return _core_.Window_AssociateHandle(*args, **kwargs)
7640
7641 def DissociateHandle(*args, **kwargs):
7642 """
7643 DissociateHandle(self)
7644
7645 Dissociate the current native handle from the window
7646 """
7647 return _core_.Window_DissociateHandle(*args, **kwargs)
7648
7649 def OnPaint(*args, **kwargs):
7650 """OnPaint(self, PaintEvent event)"""
7651 return _core_.Window_OnPaint(*args, **kwargs)
7652
7653 def HasScrollbar(*args, **kwargs):
7654 """
7655 HasScrollbar(self, int orient) -> bool
7656
7657 Does the window have the scrollbar for this orientation?
7658 """
7659 return _core_.Window_HasScrollbar(*args, **kwargs)
7660
7661 def SetScrollbar(*args, **kwargs):
7662 """
7663 SetScrollbar(self, int orientation, int position, int thumbSize, int range,
7664 bool refresh=True)
7665
7666 Sets the scrollbar properties of a built-in scrollbar.
7667 """
7668 return _core_.Window_SetScrollbar(*args, **kwargs)
7669
7670 def SetScrollPos(*args, **kwargs):
7671 """
7672 SetScrollPos(self, int orientation, int pos, bool refresh=True)
7673
7674 Sets the position of one of the built-in scrollbars.
7675 """
7676 return _core_.Window_SetScrollPos(*args, **kwargs)
7677
7678 def GetScrollPos(*args, **kwargs):
7679 """
7680 GetScrollPos(self, int orientation) -> int
7681
7682 Returns the built-in scrollbar position.
7683 """
7684 return _core_.Window_GetScrollPos(*args, **kwargs)
7685
7686 def GetScrollThumb(*args, **kwargs):
7687 """
7688 GetScrollThumb(self, int orientation) -> int
7689
7690 Returns the built-in scrollbar thumb size.
7691 """
7692 return _core_.Window_GetScrollThumb(*args, **kwargs)
7693
7694 def GetScrollRange(*args, **kwargs):
7695 """
7696 GetScrollRange(self, int orientation) -> int
7697
7698 Returns the built-in scrollbar range.
7699 """
7700 return _core_.Window_GetScrollRange(*args, **kwargs)
7701
7702 def ScrollWindow(*args, **kwargs):
7703 """
7704 ScrollWindow(self, int dx, int dy, Rect rect=None)
7705
7706 Physically scrolls the pixels in the window and move child windows
7707 accordingly. Use this function to optimise your scrolling
7708 implementations, to minimise the area that must be redrawn. Note that
7709 it is rarely required to call this function from a user program.
7710 """
7711 return _core_.Window_ScrollWindow(*args, **kwargs)
7712
7713 def ScrollLines(*args, **kwargs):
7714 """
7715 ScrollLines(self, int lines) -> bool
7716
7717 If the platform and window class supports it, scrolls the window by
7718 the given number of lines down, if lines is positive, or up if lines
7719 is negative. Returns True if the window was scrolled, False if it was
7720 already on top/bottom and nothing was done.
7721 """
7722 return _core_.Window_ScrollLines(*args, **kwargs)
7723
7724 def ScrollPages(*args, **kwargs):
7725 """
7726 ScrollPages(self, int pages) -> bool
7727
7728 If the platform and window class supports it, scrolls the window by
7729 the given number of pages down, if pages is positive, or up if pages
7730 is negative. Returns True if the window was scrolled, False if it was
7731 already on top/bottom and nothing was done.
7732 """
7733 return _core_.Window_ScrollPages(*args, **kwargs)
7734
7735 def LineUp(*args, **kwargs):
7736 """
7737 LineUp(self) -> bool
7738
7739 This is just a wrapper for ScrollLines(-1).
7740 """
7741 return _core_.Window_LineUp(*args, **kwargs)
7742
7743 def LineDown(*args, **kwargs):
7744 """
7745 LineDown(self) -> bool
7746
7747 This is just a wrapper for ScrollLines(1).
7748 """
7749 return _core_.Window_LineDown(*args, **kwargs)
7750
7751 def PageUp(*args, **kwargs):
7752 """
7753 PageUp(self) -> bool
7754
7755 This is just a wrapper for ScrollPages(-1).
7756 """
7757 return _core_.Window_PageUp(*args, **kwargs)
7758
7759 def PageDown(*args, **kwargs):
7760 """
7761 PageDown(self) -> bool
7762
7763 This is just a wrapper for ScrollPages(1).
7764 """
7765 return _core_.Window_PageDown(*args, **kwargs)
7766
7767 def SetHelpText(*args, **kwargs):
7768 """
7769 SetHelpText(self, String text)
7770
7771 Sets the help text to be used as context-sensitive help for this
7772 window. Note that the text is actually stored by the current
7773 wxHelpProvider implementation, and not in the window object itself.
7774 """
7775 return _core_.Window_SetHelpText(*args, **kwargs)
7776
7777 def SetHelpTextForId(*args, **kwargs):
7778 """
7779 SetHelpTextForId(self, String text)
7780
7781 Associate this help text with all windows with the same id as this
7782 one.
7783 """
7784 return _core_.Window_SetHelpTextForId(*args, **kwargs)
7785
7786 def GetHelpText(*args, **kwargs):
7787 """
7788 GetHelpText(self) -> String
7789
7790 Gets the help text to be used as context-sensitive help for this
7791 window. Note that the text is actually stored by the current
7792 wxHelpProvider implementation, and not in the window object itself.
7793 """
7794 return _core_.Window_GetHelpText(*args, **kwargs)
7795
7796 def SetToolTipString(*args, **kwargs):
7797 """
7798 SetToolTipString(self, String tip)
7799
7800 Attach a tooltip to the window.
7801 """
7802 return _core_.Window_SetToolTipString(*args, **kwargs)
7803
7804 def SetToolTip(*args, **kwargs):
7805 """
7806 SetToolTip(self, ToolTip tip)
7807
7808 Attach a tooltip to the window.
7809 """
7810 return _core_.Window_SetToolTip(*args, **kwargs)
7811
7812 def GetToolTip(*args, **kwargs):
7813 """
7814 GetToolTip(self) -> ToolTip
7815
7816 get the associated tooltip or None if none
7817 """
7818 return _core_.Window_GetToolTip(*args, **kwargs)
7819
7820 def SetDropTarget(*args, **kwargs):
7821 """
7822 SetDropTarget(self, DropTarget dropTarget)
7823
7824 Associates a drop target with this window. If the window already has
7825 a drop target, it is deleted.
7826 """
7827 return _core_.Window_SetDropTarget(*args, **kwargs)
7828
7829 def GetDropTarget(*args, **kwargs):
7830 """
7831 GetDropTarget(self) -> DropTarget
7832
7833 Returns the associated drop target, which may be None.
7834 """
7835 return _core_.Window_GetDropTarget(*args, **kwargs)
7836
7837 def DragAcceptFiles(*args, **kwargs):
7838 """
7839 DragAcceptFiles(self, bool accept)
7840
7841 Enables or disables eligibility for drop file events, EVT_DROP_FILES.
7842 Only available on Windows.
7843 """
7844 return _core_.Window_DragAcceptFiles(*args, **kwargs)
7845
7846 def SetConstraints(*args, **kwargs):
7847 """
7848 SetConstraints(self, LayoutConstraints constraints)
7849
7850 Sets the window to have the given layout constraints. If an existing
7851 layout constraints object is already owned by the window, it will be
7852 deleted. Pass None to disassociate and delete the window's current
7853 constraints.
7854
7855 You must call SetAutoLayout to tell a window to use the constraints
7856 automatically in its default EVT_SIZE handler; otherwise, you must
7857 handle EVT_SIZE yourself and call Layout() explicitly. When setting
7858 both a wx.LayoutConstraints and a wx.Sizer, only the sizer will have
7859 effect.
7860 """
7861 return _core_.Window_SetConstraints(*args, **kwargs)
7862
7863 def GetConstraints(*args, **kwargs):
7864 """
7865 GetConstraints(self) -> LayoutConstraints
7866
7867 Returns a pointer to the window's layout constraints, or None if there
7868 are none.
7869 """
7870 return _core_.Window_GetConstraints(*args, **kwargs)
7871
7872 def SetAutoLayout(*args, **kwargs):
7873 """
7874 SetAutoLayout(self, bool autoLayout)
7875
7876 Determines whether the Layout function will be called automatically
7877 when the window is resized. It is called implicitly by SetSizer but
7878 if you use SetConstraints you should call it manually or otherwise the
7879 window layout won't be correctly updated when its size changes.
7880 """
7881 return _core_.Window_SetAutoLayout(*args, **kwargs)
7882
7883 def GetAutoLayout(*args, **kwargs):
7884 """
7885 GetAutoLayout(self) -> bool
7886
7887 Returns the current autoLayout setting
7888 """
7889 return _core_.Window_GetAutoLayout(*args, **kwargs)
7890
7891 def Layout(*args, **kwargs):
7892 """
7893 Layout(self) -> bool
7894
7895 Invokes the constraint-based layout algorithm or the sizer-based
7896 algorithm for this window. See SetAutoLayout: when auto layout is on,
7897 this function gets called automatically by the default EVT_SIZE
7898 handler when the window is resized.
7899 """
7900 return _core_.Window_Layout(*args, **kwargs)
7901
7902 def SetSizer(*args, **kwargs):
7903 """
7904 SetSizer(self, Sizer sizer, bool deleteOld=True)
7905
7906 Sets the window to have the given layout sizer. The window will then
7907 own the object, and will take care of its deletion. If an existing
7908 layout sizer object is already owned by the window, it will be deleted
7909 if the deleteOld parameter is true. Note that this function will also
7910 call SetAutoLayout implicitly with a True parameter if the sizer is
7911 non-None, and False otherwise.
7912 """
7913 return _core_.Window_SetSizer(*args, **kwargs)
7914
7915 def SetSizerAndFit(*args, **kwargs):
7916 """
7917 SetSizerAndFit(self, Sizer sizer, bool deleteOld=True)
7918
7919 The same as SetSizer, except it also sets the size hints for the
7920 window based on the sizer's minimum size.
7921 """
7922 return _core_.Window_SetSizerAndFit(*args, **kwargs)
7923
7924 def GetSizer(*args, **kwargs):
7925 """
7926 GetSizer(self) -> Sizer
7927
7928 Return the sizer associated with the window by a previous call to
7929 SetSizer or None if there isn't one.
7930 """
7931 return _core_.Window_GetSizer(*args, **kwargs)
7932
7933 def SetContainingSizer(*args, **kwargs):
7934 """
7935 SetContainingSizer(self, Sizer sizer)
7936
7937 This normally does not need to be called by application code. It is
7938 called internally when a window is added to a sizer, and is used so
7939 the window can remove itself from the sizer when it is destroyed.
7940 """
7941 return _core_.Window_SetContainingSizer(*args, **kwargs)
7942
7943 def GetContainingSizer(*args, **kwargs):
7944 """
7945 GetContainingSizer(self) -> Sizer
7946
7947 Return the sizer that this window is a member of, if any, otherwise None.
7948 """
7949 return _core_.Window_GetContainingSizer(*args, **kwargs)
7950
7951 def InheritAttributes(*args, **kwargs):
7952 """
7953 InheritAttributes(self)
7954
7955 This function is (or should be, in case of custom controls) called
7956 during window creation to intelligently set up the window visual
7957 attributes, that is the font and the foreground and background
7958 colours.
7959
7960 By 'intelligently' the following is meant: by default, all windows use
7961 their own default attributes. However if some of the parent's
7962 attributes are explicitly changed (that is, using SetFont and not
7963 SetOwnFont) and if the corresponding attribute hadn't been
7964 explicitly set for this window itself, then this window takes the same
7965 value as used by the parent. In addition, if the window overrides
7966 ShouldInheritColours to return false, the colours will not be changed
7967 no matter what and only the font might.
7968
7969 This rather complicated logic is necessary in order to accommodate the
7970 different usage scenarios. The most common one is when all default
7971 attributes are used and in this case, nothing should be inherited as
7972 in modern GUIs different controls use different fonts (and colours)
7973 than their siblings so they can't inherit the same value from the
7974 parent. However it was also deemed desirable to allow to simply change
7975 the attributes of all children at once by just changing the font or
7976 colour of their common parent, hence in this case we do inherit the
7977 parents attributes.
7978
7979 """
7980 return _core_.Window_InheritAttributes(*args, **kwargs)
7981
7982 def ShouldInheritColours(*args, **kwargs):
7983 """
7984 ShouldInheritColours(self) -> bool
7985
7986 Return true from here to allow the colours of this window to be
7987 changed by InheritAttributes, returning false forbids inheriting them
7988 from the parent window.
7989
7990 The base class version returns false, but this method is overridden in
7991 wxControl where it returns true.
7992 """
7993 return _core_.Window_ShouldInheritColours(*args, **kwargs)
7994
7995 def PostCreate(self, pre):
7996 """
7997 Phase 3 of the 2-phase create <wink!>
7998 Call this method after precreating the window with the 2-phase create method.
7999 """
8000 self.this = pre.this
8001 self.thisown = pre.thisown
8002 pre.thisown = 0
8003 if hasattr(self, '_setOORInfo'):
8004 self._setOORInfo(self)
8005 if hasattr(self, '_setCallbackInfo'):
8006 self._setCallbackInfo(self, self.__class__)
8007
8008
8009 class WindowPtr(Window):
8010 def __init__(self, this):
8011 self.this = this
8012 if not hasattr(self,"thisown"): self.thisown = 0
8013 self.__class__ = Window
8014 _core_.Window_swigregister(WindowPtr)
8015
8016 def PreWindow(*args, **kwargs):
8017 """
8018 PreWindow() -> Window
8019
8020 Precreate a Window for 2-phase creation.
8021 """
8022 val = _core_.new_PreWindow(*args, **kwargs)
8023 val.thisown = 1
8024 return val
8025
8026 def Window_NewControlId(*args, **kwargs):
8027 """
8028 Window_NewControlId() -> int
8029
8030 Generate a control id for the controls which were not given one.
8031 """
8032 return _core_.Window_NewControlId(*args, **kwargs)
8033
8034 def Window_NextControlId(*args, **kwargs):
8035 """
8036 Window_NextControlId(int winid) -> int
8037
8038 Get the id of the control following the one with the given
8039 autogenerated) id
8040 """
8041 return _core_.Window_NextControlId(*args, **kwargs)
8042
8043 def Window_PrevControlId(*args, **kwargs):
8044 """
8045 Window_PrevControlId(int winid) -> int
8046
8047 Get the id of the control preceding the one with the given
8048 autogenerated) id
8049 """
8050 return _core_.Window_PrevControlId(*args, **kwargs)
8051
8052 def Window_FindFocus(*args, **kwargs):
8053 """
8054 Window_FindFocus() -> Window
8055
8056 Returns the window or control that currently has the keyboard focus,
8057 or None.
8058 """
8059 return _core_.Window_FindFocus(*args, **kwargs)
8060
8061 def Window_GetCapture(*args, **kwargs):
8062 """
8063 Window_GetCapture() -> Window
8064
8065 Returns the window which currently captures the mouse or None
8066 """
8067 return _core_.Window_GetCapture(*args, **kwargs)
8068
8069 def Window_GetClassDefaultAttributes(*args, **kwargs):
8070 """
8071 Window_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
8072
8073 Get the default attributes for this class. This is useful if you want
8074 to use the same font or colour in your own control as in a standard
8075 control -- which is a much better idea than hard coding specific
8076 colours or fonts which might look completely out of place on the
8077 user's system, especially if it uses themes.
8078
8079 The variant parameter is only relevant under Mac currently and is
8080 ignore under other platforms. Under Mac, it will change the size of
8081 the returned font. See `wx.Window.SetWindowVariant` for more about
8082 this.
8083 """
8084 return _core_.Window_GetClassDefaultAttributes(*args, **kwargs)
8085
8086 def DLG_PNT(win, point_or_x, y=None):
8087 """
8088 Convenience function for converting a Point or (x,y) in
8089 dialog units to pixel units.
8090 """
8091 if y is None:
8092 return win.ConvertDialogPointToPixels(point_or_x)
8093 else:
8094 return win.ConvertDialogPointToPixels(wx.Point(point_or_x, y))
8095
8096 def DLG_SZE(win, size_width, height=None):
8097 """
8098 Convenience function for converting a Size or (w,h) in
8099 dialog units to pixel units.
8100 """
8101 if height is None:
8102 return win.ConvertDialogSizeToPixels(size_width)
8103 else:
8104 return win.ConvertDialogSizeToPixels(wx.Size(size_width, height))
8105
8106
8107 def FindWindowById(*args, **kwargs):
8108 """
8109 FindWindowById(long id, Window parent=None) -> Window
8110
8111 Find the first window in the application with the given id. If parent
8112 is None, the search will start from all top-level frames and dialog
8113 boxes; if non-None, the search will be limited to the given window
8114 hierarchy. The search is recursive in both cases.
8115 """
8116 return _core_.FindWindowById(*args, **kwargs)
8117
8118 def FindWindowByName(*args, **kwargs):
8119 """
8120 FindWindowByName(String name, Window parent=None) -> Window
8121
8122 Find a window by its name (as given in a window constructor or Create
8123 function call). If parent is None, the search will start from all
8124 top-level frames and dialog boxes; if non-None, the search will be
8125 limited to the given window hierarchy. The search is recursive in both
8126 cases.
8127
8128 If no window with such name is found, wx.FindWindowByLabel is called.
8129 """
8130 return _core_.FindWindowByName(*args, **kwargs)
8131
8132 def FindWindowByLabel(*args, **kwargs):
8133 """
8134 FindWindowByLabel(String label, Window parent=None) -> Window
8135
8136 Find a window by its label. Depending on the type of window, the label
8137 may be a window title or panel item label. If parent is None, the
8138 search will start from all top-level frames and dialog boxes; if
8139 non-None, the search will be limited to the given window
8140 hierarchy. The search is recursive in both cases.
8141 """
8142 return _core_.FindWindowByLabel(*args, **kwargs)
8143
8144 def Window_FromHWND(*args, **kwargs):
8145 """Window_FromHWND(Window parent, unsigned long _hWnd) -> Window"""
8146 return _core_.Window_FromHWND(*args, **kwargs)
8147 #---------------------------------------------------------------------------
8148
8149 class Validator(EvtHandler):
8150 """Proxy of C++ Validator class"""
8151 def __repr__(self):
8152 return "<%s.%s; proxy of C++ wxValidator instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8153 def __init__(self, *args, **kwargs):
8154 """__init__(self) -> Validator"""
8155 newobj = _core_.new_Validator(*args, **kwargs)
8156 self.this = newobj.this
8157 self.thisown = 1
8158 del newobj.thisown
8159 self._setOORInfo(self)
8160
8161 def Clone(*args, **kwargs):
8162 """Clone(self) -> Validator"""
8163 return _core_.Validator_Clone(*args, **kwargs)
8164
8165 def Validate(*args, **kwargs):
8166 """Validate(self, Window parent) -> bool"""
8167 return _core_.Validator_Validate(*args, **kwargs)
8168
8169 def TransferToWindow(*args, **kwargs):
8170 """TransferToWindow(self) -> bool"""
8171 return _core_.Validator_TransferToWindow(*args, **kwargs)
8172
8173 def TransferFromWindow(*args, **kwargs):
8174 """TransferFromWindow(self) -> bool"""
8175 return _core_.Validator_TransferFromWindow(*args, **kwargs)
8176
8177 def GetWindow(*args, **kwargs):
8178 """GetWindow(self) -> Window"""
8179 return _core_.Validator_GetWindow(*args, **kwargs)
8180
8181 def SetWindow(*args, **kwargs):
8182 """SetWindow(self, Window window)"""
8183 return _core_.Validator_SetWindow(*args, **kwargs)
8184
8185 def IsSilent(*args, **kwargs):
8186 """IsSilent() -> bool"""
8187 return _core_.Validator_IsSilent(*args, **kwargs)
8188
8189 IsSilent = staticmethod(IsSilent)
8190 def SetBellOnError(*args, **kwargs):
8191 """SetBellOnError(int doIt=True)"""
8192 return _core_.Validator_SetBellOnError(*args, **kwargs)
8193
8194 SetBellOnError = staticmethod(SetBellOnError)
8195
8196 class ValidatorPtr(Validator):
8197 def __init__(self, this):
8198 self.this = this
8199 if not hasattr(self,"thisown"): self.thisown = 0
8200 self.__class__ = Validator
8201 _core_.Validator_swigregister(ValidatorPtr)
8202
8203 def Validator_IsSilent(*args, **kwargs):
8204 """Validator_IsSilent() -> bool"""
8205 return _core_.Validator_IsSilent(*args, **kwargs)
8206
8207 def Validator_SetBellOnError(*args, **kwargs):
8208 """Validator_SetBellOnError(int doIt=True)"""
8209 return _core_.Validator_SetBellOnError(*args, **kwargs)
8210
8211 class PyValidator(Validator):
8212 """Proxy of C++ PyValidator class"""
8213 def __repr__(self):
8214 return "<%s.%s; proxy of C++ wxPyValidator instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8215 def __init__(self, *args, **kwargs):
8216 """__init__(self) -> PyValidator"""
8217 newobj = _core_.new_PyValidator(*args, **kwargs)
8218 self.this = newobj.this
8219 self.thisown = 1
8220 del newobj.thisown
8221
8222 self._setCallbackInfo(self, PyValidator, 1)
8223 self._setOORInfo(self)
8224
8225 def _setCallbackInfo(*args, **kwargs):
8226 """_setCallbackInfo(self, PyObject self, PyObject _class, int incref=True)"""
8227 return _core_.PyValidator__setCallbackInfo(*args, **kwargs)
8228
8229
8230 class PyValidatorPtr(PyValidator):
8231 def __init__(self, this):
8232 self.this = this
8233 if not hasattr(self,"thisown"): self.thisown = 0
8234 self.__class__ = PyValidator
8235 _core_.PyValidator_swigregister(PyValidatorPtr)
8236
8237 #---------------------------------------------------------------------------
8238
8239 class Menu(EvtHandler):
8240 """Proxy of C++ Menu class"""
8241 def __repr__(self):
8242 return "<%s.%s; proxy of C++ wxMenu instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8243 def __init__(self, *args, **kwargs):
8244 """__init__(self, String title=EmptyString, long style=0) -> Menu"""
8245 newobj = _core_.new_Menu(*args, **kwargs)
8246 self.this = newobj.this
8247 self.thisown = 1
8248 del newobj.thisown
8249 self._setOORInfo(self)
8250
8251 def Append(*args, **kwargs):
8252 """Append(self, int id, String text, String help=EmptyString, int kind=ITEM_NORMAL) -> MenuItem"""
8253 return _core_.Menu_Append(*args, **kwargs)
8254
8255 def AppendSeparator(*args, **kwargs):
8256 """AppendSeparator(self) -> MenuItem"""
8257 return _core_.Menu_AppendSeparator(*args, **kwargs)
8258
8259 def AppendCheckItem(*args, **kwargs):
8260 """AppendCheckItem(self, int id, String text, String help=EmptyString) -> MenuItem"""
8261 return _core_.Menu_AppendCheckItem(*args, **kwargs)
8262
8263 def AppendRadioItem(*args, **kwargs):
8264 """AppendRadioItem(self, int id, String text, String help=EmptyString) -> MenuItem"""
8265 return _core_.Menu_AppendRadioItem(*args, **kwargs)
8266
8267 def AppendMenu(*args, **kwargs):
8268 """AppendMenu(self, int id, String text, Menu submenu, String help=EmptyString) -> MenuItem"""
8269 return _core_.Menu_AppendMenu(*args, **kwargs)
8270
8271 def AppendItem(*args, **kwargs):
8272 """AppendItem(self, MenuItem item) -> MenuItem"""
8273 return _core_.Menu_AppendItem(*args, **kwargs)
8274
8275 def Break(*args, **kwargs):
8276 """Break(self)"""
8277 return _core_.Menu_Break(*args, **kwargs)
8278
8279 def InsertItem(*args, **kwargs):
8280 """InsertItem(self, size_t pos, MenuItem item) -> MenuItem"""
8281 return _core_.Menu_InsertItem(*args, **kwargs)
8282
8283 def Insert(*args, **kwargs):
8284 """
8285 Insert(self, size_t pos, int id, String text, String help=EmptyString,
8286 int kind=ITEM_NORMAL) -> MenuItem
8287 """
8288 return _core_.Menu_Insert(*args, **kwargs)
8289
8290 def InsertSeparator(*args, **kwargs):
8291 """InsertSeparator(self, size_t pos) -> MenuItem"""
8292 return _core_.Menu_InsertSeparator(*args, **kwargs)
8293
8294 def InsertCheckItem(*args, **kwargs):
8295 """InsertCheckItem(self, size_t pos, int id, String text, String help=EmptyString) -> MenuItem"""
8296 return _core_.Menu_InsertCheckItem(*args, **kwargs)
8297
8298 def InsertRadioItem(*args, **kwargs):
8299 """InsertRadioItem(self, size_t pos, int id, String text, String help=EmptyString) -> MenuItem"""
8300 return _core_.Menu_InsertRadioItem(*args, **kwargs)
8301
8302 def InsertMenu(*args, **kwargs):
8303 """InsertMenu(self, size_t pos, int id, String text, Menu submenu, String help=EmptyString) -> MenuItem"""
8304 return _core_.Menu_InsertMenu(*args, **kwargs)
8305
8306 def PrependItem(*args, **kwargs):
8307 """PrependItem(self, MenuItem item) -> MenuItem"""
8308 return _core_.Menu_PrependItem(*args, **kwargs)
8309
8310 def Prepend(*args, **kwargs):
8311 """Prepend(self, int id, String text, String help=EmptyString, int kind=ITEM_NORMAL) -> MenuItem"""
8312 return _core_.Menu_Prepend(*args, **kwargs)
8313
8314 def PrependSeparator(*args, **kwargs):
8315 """PrependSeparator(self) -> MenuItem"""
8316 return _core_.Menu_PrependSeparator(*args, **kwargs)
8317
8318 def PrependCheckItem(*args, **kwargs):
8319 """PrependCheckItem(self, int id, String text, String help=EmptyString) -> MenuItem"""
8320 return _core_.Menu_PrependCheckItem(*args, **kwargs)
8321
8322 def PrependRadioItem(*args, **kwargs):
8323 """PrependRadioItem(self, int id, String text, String help=EmptyString) -> MenuItem"""
8324 return _core_.Menu_PrependRadioItem(*args, **kwargs)
8325
8326 def PrependMenu(*args, **kwargs):
8327 """PrependMenu(self, int id, String text, Menu submenu, String help=EmptyString) -> MenuItem"""
8328 return _core_.Menu_PrependMenu(*args, **kwargs)
8329
8330 def Remove(*args, **kwargs):
8331 """Remove(self, int id) -> MenuItem"""
8332 return _core_.Menu_Remove(*args, **kwargs)
8333
8334 def RemoveItem(*args, **kwargs):
8335 """RemoveItem(self, MenuItem item) -> MenuItem"""
8336 return _core_.Menu_RemoveItem(*args, **kwargs)
8337
8338 def Delete(*args, **kwargs):
8339 """Delete(self, int id) -> bool"""
8340 return _core_.Menu_Delete(*args, **kwargs)
8341
8342 def DeleteItem(*args, **kwargs):
8343 """DeleteItem(self, MenuItem item) -> bool"""
8344 return _core_.Menu_DeleteItem(*args, **kwargs)
8345
8346 def Destroy(*args, **kwargs):
8347 """
8348 Destroy(self)
8349
8350 Deletes the C++ object this Python object is a proxy for.
8351 """
8352 return _core_.Menu_Destroy(*args, **kwargs)
8353
8354 def DestroyId(*args, **kwargs):
8355 """
8356 DestroyId(self, int id) -> bool
8357
8358 Deletes the C++ object this Python object is a proxy for.
8359 """
8360 return _core_.Menu_DestroyId(*args, **kwargs)
8361
8362 def DestroyItem(*args, **kwargs):
8363 """
8364 DestroyItem(self, MenuItem item) -> bool
8365
8366 Deletes the C++ object this Python object is a proxy for.
8367 """
8368 return _core_.Menu_DestroyItem(*args, **kwargs)
8369
8370 def GetMenuItemCount(*args, **kwargs):
8371 """GetMenuItemCount(self) -> size_t"""
8372 return _core_.Menu_GetMenuItemCount(*args, **kwargs)
8373
8374 def GetMenuItems(*args, **kwargs):
8375 """GetMenuItems(self) -> PyObject"""
8376 return _core_.Menu_GetMenuItems(*args, **kwargs)
8377
8378 def FindItem(*args, **kwargs):
8379 """FindItem(self, String item) -> int"""
8380 return _core_.Menu_FindItem(*args, **kwargs)
8381
8382 def FindItemById(*args, **kwargs):
8383 """FindItemById(self, int id) -> MenuItem"""
8384 return _core_.Menu_FindItemById(*args, **kwargs)
8385
8386 def FindItemByPosition(*args, **kwargs):
8387 """FindItemByPosition(self, size_t position) -> MenuItem"""
8388 return _core_.Menu_FindItemByPosition(*args, **kwargs)
8389
8390 def Enable(*args, **kwargs):
8391 """Enable(self, int id, bool enable)"""
8392 return _core_.Menu_Enable(*args, **kwargs)
8393
8394 def IsEnabled(*args, **kwargs):
8395 """IsEnabled(self, int id) -> bool"""
8396 return _core_.Menu_IsEnabled(*args, **kwargs)
8397
8398 def Check(*args, **kwargs):
8399 """Check(self, int id, bool check)"""
8400 return _core_.Menu_Check(*args, **kwargs)
8401
8402 def IsChecked(*args, **kwargs):
8403 """IsChecked(self, int id) -> bool"""
8404 return _core_.Menu_IsChecked(*args, **kwargs)
8405
8406 def SetLabel(*args, **kwargs):
8407 """SetLabel(self, int id, String label)"""
8408 return _core_.Menu_SetLabel(*args, **kwargs)
8409
8410 def GetLabel(*args, **kwargs):
8411 """GetLabel(self, int id) -> String"""
8412 return _core_.Menu_GetLabel(*args, **kwargs)
8413
8414 def SetHelpString(*args, **kwargs):
8415 """SetHelpString(self, int id, String helpString)"""
8416 return _core_.Menu_SetHelpString(*args, **kwargs)
8417
8418 def GetHelpString(*args, **kwargs):
8419 """GetHelpString(self, int id) -> String"""
8420 return _core_.Menu_GetHelpString(*args, **kwargs)
8421
8422 def SetTitle(*args, **kwargs):
8423 """SetTitle(self, String title)"""
8424 return _core_.Menu_SetTitle(*args, **kwargs)
8425
8426 def GetTitle(*args, **kwargs):
8427 """GetTitle(self) -> String"""
8428 return _core_.Menu_GetTitle(*args, **kwargs)
8429
8430 def SetEventHandler(*args, **kwargs):
8431 """SetEventHandler(self, EvtHandler handler)"""
8432 return _core_.Menu_SetEventHandler(*args, **kwargs)
8433
8434 def GetEventHandler(*args, **kwargs):
8435 """GetEventHandler(self) -> EvtHandler"""
8436 return _core_.Menu_GetEventHandler(*args, **kwargs)
8437
8438 def SetInvokingWindow(*args, **kwargs):
8439 """SetInvokingWindow(self, Window win)"""
8440 return _core_.Menu_SetInvokingWindow(*args, **kwargs)
8441
8442 def GetInvokingWindow(*args, **kwargs):
8443 """GetInvokingWindow(self) -> Window"""
8444 return _core_.Menu_GetInvokingWindow(*args, **kwargs)
8445
8446 def GetStyle(*args, **kwargs):
8447 """GetStyle(self) -> long"""
8448 return _core_.Menu_GetStyle(*args, **kwargs)
8449
8450 def UpdateUI(*args, **kwargs):
8451 """UpdateUI(self, EvtHandler source=None)"""
8452 return _core_.Menu_UpdateUI(*args, **kwargs)
8453
8454 def GetMenuBar(*args, **kwargs):
8455 """GetMenuBar(self) -> MenuBar"""
8456 return _core_.Menu_GetMenuBar(*args, **kwargs)
8457
8458 def Attach(*args, **kwargs):
8459 """Attach(self, wxMenuBarBase menubar)"""
8460 return _core_.Menu_Attach(*args, **kwargs)
8461
8462 def Detach(*args, **kwargs):
8463 """Detach(self)"""
8464 return _core_.Menu_Detach(*args, **kwargs)
8465
8466 def IsAttached(*args, **kwargs):
8467 """IsAttached(self) -> bool"""
8468 return _core_.Menu_IsAttached(*args, **kwargs)
8469
8470 def SetParent(*args, **kwargs):
8471 """SetParent(self, Menu parent)"""
8472 return _core_.Menu_SetParent(*args, **kwargs)
8473
8474 def GetParent(*args, **kwargs):
8475 """GetParent(self) -> Menu"""
8476 return _core_.Menu_GetParent(*args, **kwargs)
8477
8478
8479 class MenuPtr(Menu):
8480 def __init__(self, this):
8481 self.this = this
8482 if not hasattr(self,"thisown"): self.thisown = 0
8483 self.__class__ = Menu
8484 _core_.Menu_swigregister(MenuPtr)
8485 DefaultValidator = cvar.DefaultValidator
8486
8487 #---------------------------------------------------------------------------
8488
8489 class MenuBar(Window):
8490 """Proxy of C++ MenuBar class"""
8491 def __repr__(self):
8492 return "<%s.%s; proxy of C++ wxMenuBar instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8493 def __init__(self, *args, **kwargs):
8494 """__init__(self, long style=0) -> MenuBar"""
8495 newobj = _core_.new_MenuBar(*args, **kwargs)
8496 self.this = newobj.this
8497 self.thisown = 1
8498 del newobj.thisown
8499 self._setOORInfo(self)
8500
8501 def Append(*args, **kwargs):
8502 """Append(self, Menu menu, String title) -> bool"""
8503 return _core_.MenuBar_Append(*args, **kwargs)
8504
8505 def Insert(*args, **kwargs):
8506 """Insert(self, size_t pos, Menu menu, String title) -> bool"""
8507 return _core_.MenuBar_Insert(*args, **kwargs)
8508
8509 def GetMenuCount(*args, **kwargs):
8510 """GetMenuCount(self) -> size_t"""
8511 return _core_.MenuBar_GetMenuCount(*args, **kwargs)
8512
8513 def GetMenu(*args, **kwargs):
8514 """GetMenu(self, size_t pos) -> Menu"""
8515 return _core_.MenuBar_GetMenu(*args, **kwargs)
8516
8517 def Replace(*args, **kwargs):
8518 """Replace(self, size_t pos, Menu menu, String title) -> Menu"""
8519 return _core_.MenuBar_Replace(*args, **kwargs)
8520
8521 def Remove(*args, **kwargs):
8522 """Remove(self, size_t pos) -> Menu"""
8523 return _core_.MenuBar_Remove(*args, **kwargs)
8524
8525 def EnableTop(*args, **kwargs):
8526 """EnableTop(self, size_t pos, bool enable)"""
8527 return _core_.MenuBar_EnableTop(*args, **kwargs)
8528
8529 def IsEnabledTop(*args, **kwargs):
8530 """IsEnabledTop(self, size_t pos) -> bool"""
8531 return _core_.MenuBar_IsEnabledTop(*args, **kwargs)
8532
8533 def SetLabelTop(*args, **kwargs):
8534 """SetLabelTop(self, size_t pos, String label)"""
8535 return _core_.MenuBar_SetLabelTop(*args, **kwargs)
8536
8537 def GetLabelTop(*args, **kwargs):
8538 """GetLabelTop(self, size_t pos) -> String"""
8539 return _core_.MenuBar_GetLabelTop(*args, **kwargs)
8540
8541 def FindMenuItem(*args, **kwargs):
8542 """FindMenuItem(self, String menu, String item) -> int"""
8543 return _core_.MenuBar_FindMenuItem(*args, **kwargs)
8544
8545 def FindItemById(*args, **kwargs):
8546 """FindItemById(self, int id) -> MenuItem"""
8547 return _core_.MenuBar_FindItemById(*args, **kwargs)
8548
8549 def FindMenu(*args, **kwargs):
8550 """FindMenu(self, String title) -> int"""
8551 return _core_.MenuBar_FindMenu(*args, **kwargs)
8552
8553 def Enable(*args, **kwargs):
8554 """Enable(self, int id, bool enable)"""
8555 return _core_.MenuBar_Enable(*args, **kwargs)
8556
8557 def Check(*args, **kwargs):
8558 """Check(self, int id, bool check)"""
8559 return _core_.MenuBar_Check(*args, **kwargs)
8560
8561 def IsChecked(*args, **kwargs):
8562 """IsChecked(self, int id) -> bool"""
8563 return _core_.MenuBar_IsChecked(*args, **kwargs)
8564
8565 def IsEnabled(*args, **kwargs):
8566 """IsEnabled(self, int id) -> bool"""
8567 return _core_.MenuBar_IsEnabled(*args, **kwargs)
8568
8569 def SetLabel(*args, **kwargs):
8570 """SetLabel(self, int id, String label)"""
8571 return _core_.MenuBar_SetLabel(*args, **kwargs)
8572
8573 def GetLabel(*args, **kwargs):
8574 """GetLabel(self, int id) -> String"""
8575 return _core_.MenuBar_GetLabel(*args, **kwargs)
8576
8577 def SetHelpString(*args, **kwargs):
8578 """SetHelpString(self, int id, String helpString)"""
8579 return _core_.MenuBar_SetHelpString(*args, **kwargs)
8580
8581 def GetHelpString(*args, **kwargs):
8582 """GetHelpString(self, int id) -> String"""
8583 return _core_.MenuBar_GetHelpString(*args, **kwargs)
8584
8585 def GetFrame(*args, **kwargs):
8586 """GetFrame(self) -> wxFrame"""
8587 return _core_.MenuBar_GetFrame(*args, **kwargs)
8588
8589 def IsAttached(*args, **kwargs):
8590 """IsAttached(self) -> bool"""
8591 return _core_.MenuBar_IsAttached(*args, **kwargs)
8592
8593 def Attach(*args, **kwargs):
8594 """Attach(self, wxFrame frame)"""
8595 return _core_.MenuBar_Attach(*args, **kwargs)
8596
8597 def Detach(*args, **kwargs):
8598 """Detach(self)"""
8599 return _core_.MenuBar_Detach(*args, **kwargs)
8600
8601
8602 class MenuBarPtr(MenuBar):
8603 def __init__(self, this):
8604 self.this = this
8605 if not hasattr(self,"thisown"): self.thisown = 0
8606 self.__class__ = MenuBar
8607 _core_.MenuBar_swigregister(MenuBarPtr)
8608
8609 #---------------------------------------------------------------------------
8610
8611 class MenuItem(Object):
8612 """Proxy of C++ MenuItem class"""
8613 def __repr__(self):
8614 return "<%s.%s; proxy of C++ wxMenuItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8615 def __init__(self, *args, **kwargs):
8616 """
8617 __init__(self, Menu parentMenu=None, int id=ID_ANY, String text=EmptyString,
8618 String help=EmptyString, int kind=ITEM_NORMAL,
8619 Menu subMenu=None) -> MenuItem
8620 """
8621 newobj = _core_.new_MenuItem(*args, **kwargs)
8622 self.this = newobj.this
8623 self.thisown = 1
8624 del newobj.thisown
8625 def GetMenu(*args, **kwargs):
8626 """GetMenu(self) -> Menu"""
8627 return _core_.MenuItem_GetMenu(*args, **kwargs)
8628
8629 def SetMenu(*args, **kwargs):
8630 """SetMenu(self, Menu menu)"""
8631 return _core_.MenuItem_SetMenu(*args, **kwargs)
8632
8633 def SetId(*args, **kwargs):
8634 """SetId(self, int id)"""
8635 return _core_.MenuItem_SetId(*args, **kwargs)
8636
8637 def GetId(*args, **kwargs):
8638 """GetId(self) -> int"""
8639 return _core_.MenuItem_GetId(*args, **kwargs)
8640
8641 def IsSeparator(*args, **kwargs):
8642 """IsSeparator(self) -> bool"""
8643 return _core_.MenuItem_IsSeparator(*args, **kwargs)
8644
8645 def SetText(*args, **kwargs):
8646 """SetText(self, String str)"""
8647 return _core_.MenuItem_SetText(*args, **kwargs)
8648
8649 def GetLabel(*args, **kwargs):
8650 """GetLabel(self) -> String"""
8651 return _core_.MenuItem_GetLabel(*args, **kwargs)
8652
8653 def GetText(*args, **kwargs):
8654 """GetText(self) -> String"""
8655 return _core_.MenuItem_GetText(*args, **kwargs)
8656
8657 def GetLabelFromText(*args, **kwargs):
8658 """GetLabelFromText(String text) -> String"""
8659 return _core_.MenuItem_GetLabelFromText(*args, **kwargs)
8660
8661 GetLabelFromText = staticmethod(GetLabelFromText)
8662 def GetKind(*args, **kwargs):
8663 """GetKind(self) -> int"""
8664 return _core_.MenuItem_GetKind(*args, **kwargs)
8665
8666 def SetKind(*args, **kwargs):
8667 """SetKind(self, int kind)"""
8668 return _core_.MenuItem_SetKind(*args, **kwargs)
8669
8670 def SetCheckable(*args, **kwargs):
8671 """SetCheckable(self, bool checkable)"""
8672 return _core_.MenuItem_SetCheckable(*args, **kwargs)
8673
8674 def IsCheckable(*args, **kwargs):
8675 """IsCheckable(self) -> bool"""
8676 return _core_.MenuItem_IsCheckable(*args, **kwargs)
8677
8678 def IsSubMenu(*args, **kwargs):
8679 """IsSubMenu(self) -> bool"""
8680 return _core_.MenuItem_IsSubMenu(*args, **kwargs)
8681
8682 def SetSubMenu(*args, **kwargs):
8683 """SetSubMenu(self, Menu menu)"""
8684 return _core_.MenuItem_SetSubMenu(*args, **kwargs)
8685
8686 def GetSubMenu(*args, **kwargs):
8687 """GetSubMenu(self) -> Menu"""
8688 return _core_.MenuItem_GetSubMenu(*args, **kwargs)
8689
8690 def Enable(*args, **kwargs):
8691 """Enable(self, bool enable=True)"""
8692 return _core_.MenuItem_Enable(*args, **kwargs)
8693
8694 def IsEnabled(*args, **kwargs):
8695 """IsEnabled(self) -> bool"""
8696 return _core_.MenuItem_IsEnabled(*args, **kwargs)
8697
8698 def Check(*args, **kwargs):
8699 """Check(self, bool check=True)"""
8700 return _core_.MenuItem_Check(*args, **kwargs)
8701
8702 def IsChecked(*args, **kwargs):
8703 """IsChecked(self) -> bool"""
8704 return _core_.MenuItem_IsChecked(*args, **kwargs)
8705
8706 def Toggle(*args, **kwargs):
8707 """Toggle(self)"""
8708 return _core_.MenuItem_Toggle(*args, **kwargs)
8709
8710 def SetHelp(*args, **kwargs):
8711 """SetHelp(self, String str)"""
8712 return _core_.MenuItem_SetHelp(*args, **kwargs)
8713
8714 def GetHelp(*args, **kwargs):
8715 """GetHelp(self) -> String"""
8716 return _core_.MenuItem_GetHelp(*args, **kwargs)
8717
8718 def GetAccel(*args, **kwargs):
8719 """GetAccel(self) -> AcceleratorEntry"""
8720 return _core_.MenuItem_GetAccel(*args, **kwargs)
8721
8722 def SetAccel(*args, **kwargs):
8723 """SetAccel(self, AcceleratorEntry accel)"""
8724 return _core_.MenuItem_SetAccel(*args, **kwargs)
8725
8726 def SetFont(*args, **kwargs):
8727 """SetFont(self, Font font)"""
8728 return _core_.MenuItem_SetFont(*args, **kwargs)
8729
8730 def GetFont(*args, **kwargs):
8731 """GetFont(self) -> Font"""
8732 return _core_.MenuItem_GetFont(*args, **kwargs)
8733
8734 def SetTextColour(*args, **kwargs):
8735 """SetTextColour(self, Colour colText)"""
8736 return _core_.MenuItem_SetTextColour(*args, **kwargs)
8737
8738 def GetTextColour(*args, **kwargs):
8739 """GetTextColour(self) -> Colour"""
8740 return _core_.MenuItem_GetTextColour(*args, **kwargs)
8741
8742 def SetBackgroundColour(*args, **kwargs):
8743 """SetBackgroundColour(self, Colour colBack)"""
8744 return _core_.MenuItem_SetBackgroundColour(*args, **kwargs)
8745
8746 def GetBackgroundColour(*args, **kwargs):
8747 """GetBackgroundColour(self) -> Colour"""
8748 return _core_.MenuItem_GetBackgroundColour(*args, **kwargs)
8749
8750 def SetBitmaps(*args, **kwargs):
8751 """SetBitmaps(self, Bitmap bmpChecked, Bitmap bmpUnchecked=wxNullBitmap)"""
8752 return _core_.MenuItem_SetBitmaps(*args, **kwargs)
8753
8754 def SetDisabledBitmap(*args, **kwargs):
8755 """SetDisabledBitmap(self, Bitmap bmpDisabled)"""
8756 return _core_.MenuItem_SetDisabledBitmap(*args, **kwargs)
8757
8758 def GetDisabledBitmap(*args, **kwargs):
8759 """GetDisabledBitmap(self) -> Bitmap"""
8760 return _core_.MenuItem_GetDisabledBitmap(*args, **kwargs)
8761
8762 def SetMarginWidth(*args, **kwargs):
8763 """SetMarginWidth(self, int nWidth)"""
8764 return _core_.MenuItem_SetMarginWidth(*args, **kwargs)
8765
8766 def GetMarginWidth(*args, **kwargs):
8767 """GetMarginWidth(self) -> int"""
8768 return _core_.MenuItem_GetMarginWidth(*args, **kwargs)
8769
8770 def GetDefaultMarginWidth(*args, **kwargs):
8771 """GetDefaultMarginWidth() -> int"""
8772 return _core_.MenuItem_GetDefaultMarginWidth(*args, **kwargs)
8773
8774 GetDefaultMarginWidth = staticmethod(GetDefaultMarginWidth)
8775 def IsOwnerDrawn(*args, **kwargs):
8776 """IsOwnerDrawn(self) -> bool"""
8777 return _core_.MenuItem_IsOwnerDrawn(*args, **kwargs)
8778
8779 def SetOwnerDrawn(*args, **kwargs):
8780 """SetOwnerDrawn(self, bool ownerDrawn=True)"""
8781 return _core_.MenuItem_SetOwnerDrawn(*args, **kwargs)
8782
8783 def ResetOwnerDrawn(*args, **kwargs):
8784 """ResetOwnerDrawn(self)"""
8785 return _core_.MenuItem_ResetOwnerDrawn(*args, **kwargs)
8786
8787 def SetBitmap(*args, **kwargs):
8788 """SetBitmap(self, Bitmap bitmap)"""
8789 return _core_.MenuItem_SetBitmap(*args, **kwargs)
8790
8791 def GetBitmap(*args, **kwargs):
8792 """GetBitmap(self) -> Bitmap"""
8793 return _core_.MenuItem_GetBitmap(*args, **kwargs)
8794
8795
8796 class MenuItemPtr(MenuItem):
8797 def __init__(self, this):
8798 self.this = this
8799 if not hasattr(self,"thisown"): self.thisown = 0
8800 self.__class__ = MenuItem
8801 _core_.MenuItem_swigregister(MenuItemPtr)
8802
8803 def MenuItem_GetLabelFromText(*args, **kwargs):
8804 """MenuItem_GetLabelFromText(String text) -> String"""
8805 return _core_.MenuItem_GetLabelFromText(*args, **kwargs)
8806
8807 def MenuItem_GetDefaultMarginWidth(*args, **kwargs):
8808 """MenuItem_GetDefaultMarginWidth() -> int"""
8809 return _core_.MenuItem_GetDefaultMarginWidth(*args, **kwargs)
8810
8811 #---------------------------------------------------------------------------
8812
8813 class Control(Window):
8814 """
8815 This is the base class for a control or 'widget'.
8816
8817 A control is generally a small window which processes user input
8818 and/or displays one or more item of data.
8819 """
8820 def __repr__(self):
8821 return "<%s.%s; proxy of C++ wxControl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8822 def __init__(self, *args, **kwargs):
8823 """
8824 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
8825 Size size=DefaultSize, long style=0, Validator validator=DefaultValidator,
8826 String name=ControlNameStr) -> Control
8827
8828 Create a Control. Normally you should only call this from a subclass'
8829 __init__ as a plain old wx.Control is not very useful.
8830 """
8831 newobj = _core_.new_Control(*args, **kwargs)
8832 self.this = newobj.this
8833 self.thisown = 1
8834 del newobj.thisown
8835 self._setOORInfo(self)
8836
8837 def Create(*args, **kwargs):
8838 """
8839 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
8840 Size size=DefaultSize, long style=0, Validator validator=DefaultValidator,
8841 String name=ControlNameStr) -> bool
8842
8843 Do the 2nd phase and create the GUI control.
8844 """
8845 return _core_.Control_Create(*args, **kwargs)
8846
8847 def Command(*args, **kwargs):
8848 """
8849 Command(self, CommandEvent event)
8850
8851 Simulates the effect of the user issuing a command to the item.
8852
8853 :see: `wx.CommandEvent`
8854
8855 """
8856 return _core_.Control_Command(*args, **kwargs)
8857
8858 def GetLabel(*args, **kwargs):
8859 """
8860 GetLabel(self) -> String
8861
8862 Return a control's text.
8863 """
8864 return _core_.Control_GetLabel(*args, **kwargs)
8865
8866 def SetLabel(*args, **kwargs):
8867 """
8868 SetLabel(self, String label)
8869
8870 Sets the item's text.
8871 """
8872 return _core_.Control_SetLabel(*args, **kwargs)
8873
8874 def GetClassDefaultAttributes(*args, **kwargs):
8875 """
8876 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
8877
8878 Get the default attributes for this class. This is useful if you want
8879 to use the same font or colour in your own control as in a standard
8880 control -- which is a much better idea than hard coding specific
8881 colours or fonts which might look completely out of place on the
8882 user's system, especially if it uses themes.
8883
8884 The variant parameter is only relevant under Mac currently and is
8885 ignore under other platforms. Under Mac, it will change the size of
8886 the returned font. See `wx.Window.SetWindowVariant` for more about
8887 this.
8888 """
8889 return _core_.Control_GetClassDefaultAttributes(*args, **kwargs)
8890
8891 GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
8892
8893 class ControlPtr(Control):
8894 def __init__(self, this):
8895 self.this = this
8896 if not hasattr(self,"thisown"): self.thisown = 0
8897 self.__class__ = Control
8898 _core_.Control_swigregister(ControlPtr)
8899 ControlNameStr = cvar.ControlNameStr
8900
8901 def PreControl(*args, **kwargs):
8902 """
8903 PreControl() -> Control
8904
8905 Precreate a Control control for 2-phase creation
8906 """
8907 val = _core_.new_PreControl(*args, **kwargs)
8908 val.thisown = 1
8909 return val
8910
8911 def Control_GetClassDefaultAttributes(*args, **kwargs):
8912 """
8913 Control_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
8914
8915 Get the default attributes for this class. This is useful if you want
8916 to use the same font or colour in your own control as in a standard
8917 control -- which is a much better idea than hard coding specific
8918 colours or fonts which might look completely out of place on the
8919 user's system, especially if it uses themes.
8920
8921 The variant parameter is only relevant under Mac currently and is
8922 ignore under other platforms. Under Mac, it will change the size of
8923 the returned font. See `wx.Window.SetWindowVariant` for more about
8924 this.
8925 """
8926 return _core_.Control_GetClassDefaultAttributes(*args, **kwargs)
8927
8928 #---------------------------------------------------------------------------
8929
8930 class ItemContainer(object):
8931 """
8932 The wx.ItemContainer class defines an interface which is implemented
8933 by all controls which have string subitems, each of which may be
8934 selected, such as `wx.ListBox`, `wx.CheckListBox`, `wx.Choice` as well
8935 as `wx.ComboBox` which implements an extended interface deriving from
8936 this one.
8937
8938 It defines the methods for accessing the control's items and although
8939 each of the derived classes implements them differently, they still
8940 all conform to the same interface.
8941
8942 The items in a wx.ItemContainer have (non empty) string labels and,
8943 optionally, client data associated with them.
8944
8945 """
8946 def __init__(self): raise RuntimeError, "No constructor defined"
8947 def __repr__(self):
8948 return "<%s.%s; proxy of C++ wxItemContainer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8949 def Append(*args, **kwargs):
8950 """
8951 Append(self, String item, PyObject clientData=None) -> int
8952
8953 Adds the item to the control, associating the given data with the item
8954 if not None. The return value is the index of the newly added item
8955 which may be different from the last one if the control is sorted (e.g.
8956 has wx.LB_SORT or wx.CB_SORT style).
8957 """
8958 return _core_.ItemContainer_Append(*args, **kwargs)
8959
8960 def AppendItems(*args, **kwargs):
8961 """
8962 AppendItems(self, List strings)
8963
8964 Apend several items at once to the control. Notice that calling this
8965 method may be much faster than appending the items one by one if you
8966 need to add a lot of items.
8967 """
8968 return _core_.ItemContainer_AppendItems(*args, **kwargs)
8969
8970 def Insert(*args, **kwargs):
8971 """
8972 Insert(self, String item, int pos, PyObject clientData=None) -> int
8973
8974 Insert an item into the control before the item at the ``pos`` index,
8975 optionally associating some data object with the item.
8976 """
8977 return _core_.ItemContainer_Insert(*args, **kwargs)
8978
8979 def Clear(*args, **kwargs):
8980 """
8981 Clear(self)
8982
8983 Removes all items from the control.
8984 """
8985 return _core_.ItemContainer_Clear(*args, **kwargs)
8986
8987 def Delete(*args, **kwargs):
8988 """
8989 Delete(self, int n)
8990
8991 Deletes the item at the zero-based index 'n' from the control. Note
8992 that it is an error (signalled by a `wx.PyAssertionError` exception if
8993 enabled) to remove an item with the index negative or greater or equal
8994 than the number of items in the control.
8995 """
8996 return _core_.ItemContainer_Delete(*args, **kwargs)
8997
8998 def GetClientData(*args, **kwargs):
8999 """
9000 GetClientData(self, int n) -> PyObject
9001
9002 Returns the client data associated with the given item, (if any.)
9003 """
9004 return _core_.ItemContainer_GetClientData(*args, **kwargs)
9005
9006 def SetClientData(*args, **kwargs):
9007 """
9008 SetClientData(self, int n, PyObject clientData)
9009
9010 Associate the given client data with the item at position n.
9011 """
9012 return _core_.ItemContainer_SetClientData(*args, **kwargs)
9013
9014 def GetCount(*args, **kwargs):
9015 """
9016 GetCount(self) -> int
9017
9018 Returns the number of items in the control.
9019 """
9020 return _core_.ItemContainer_GetCount(*args, **kwargs)
9021
9022 def IsEmpty(*args, **kwargs):
9023 """
9024 IsEmpty(self) -> bool
9025
9026 Returns True if the control is empty or False if it has some items.
9027 """
9028 return _core_.ItemContainer_IsEmpty(*args, **kwargs)
9029
9030 def GetString(*args, **kwargs):
9031 """
9032 GetString(self, int n) -> String
9033
9034 Returns the label of the item with the given index.
9035 """
9036 return _core_.ItemContainer_GetString(*args, **kwargs)
9037
9038 def GetStrings(*args, **kwargs):
9039 """GetStrings(self) -> wxArrayString"""
9040 return _core_.ItemContainer_GetStrings(*args, **kwargs)
9041
9042 def SetString(*args, **kwargs):
9043 """
9044 SetString(self, int n, String s)
9045
9046 Sets the label for the given item.
9047 """
9048 return _core_.ItemContainer_SetString(*args, **kwargs)
9049
9050 def FindString(*args, **kwargs):
9051 """
9052 FindString(self, String s) -> int
9053
9054 Finds an item whose label matches the given string. Returns the
9055 zero-based position of the item, or ``wx.NOT_FOUND`` if the string was not
9056 found.
9057 """
9058 return _core_.ItemContainer_FindString(*args, **kwargs)
9059
9060 def SetSelection(*args, **kwargs):
9061 """
9062 SetSelection(self, int n)
9063
9064 Sets the item at index 'n' to be the selected item.
9065 """
9066 return _core_.ItemContainer_SetSelection(*args, **kwargs)
9067
9068 def GetSelection(*args, **kwargs):
9069 """
9070 GetSelection(self) -> int
9071
9072 Returns the index of the selected item or ``wx.NOT_FOUND`` if no item
9073 is selected.
9074 """
9075 return _core_.ItemContainer_GetSelection(*args, **kwargs)
9076
9077 def SetStringSelection(*args, **kwargs):
9078 """SetStringSelection(self, String s) -> bool"""
9079 return _core_.ItemContainer_SetStringSelection(*args, **kwargs)
9080
9081 def GetStringSelection(*args, **kwargs):
9082 """
9083 GetStringSelection(self) -> String
9084
9085 Returns the label of the selected item or an empty string if no item
9086 is selected.
9087 """
9088 return _core_.ItemContainer_GetStringSelection(*args, **kwargs)
9089
9090 def Select(*args, **kwargs):
9091 """
9092 Select(self, int n)
9093
9094 This is the same as `SetSelection` and exists only because it is
9095 slightly more natural for controls which support multiple selection.
9096 """
9097 return _core_.ItemContainer_Select(*args, **kwargs)
9098
9099
9100 class ItemContainerPtr(ItemContainer):
9101 def __init__(self, this):
9102 self.this = this
9103 if not hasattr(self,"thisown"): self.thisown = 0
9104 self.__class__ = ItemContainer
9105 _core_.ItemContainer_swigregister(ItemContainerPtr)
9106
9107 #---------------------------------------------------------------------------
9108
9109 class ControlWithItems(Control,ItemContainer):
9110 """
9111 wx.ControlWithItems combines the ``wx.ItemContainer`` class with the
9112 wx.Control class, and is used for the base class of various controls
9113 that have items.
9114 """
9115 def __init__(self): raise RuntimeError, "No constructor defined"
9116 def __repr__(self):
9117 return "<%s.%s; proxy of C++ wxControlWithItems instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
9118
9119 class ControlWithItemsPtr(ControlWithItems):
9120 def __init__(self, this):
9121 self.this = this
9122 if not hasattr(self,"thisown"): self.thisown = 0
9123 self.__class__ = ControlWithItems
9124 _core_.ControlWithItems_swigregister(ControlWithItemsPtr)
9125
9126 #---------------------------------------------------------------------------
9127
9128 class SizerItem(Object):
9129 """
9130 The wx.SizerItem class is used to track the position, size and other
9131 attributes of each item managed by a `wx.Sizer`. In normal usage user
9132 code should never need to deal directly with a wx.SizerItem, but
9133 custom classes derived from `wx.PySizer` will probably need to use the
9134 collection of wx.SizerItems held by wx.Sizer when calculating layout.
9135
9136 :see: `wx.Sizer`, `wx.GBSizerItem`
9137 """
9138 def __repr__(self):
9139 return "<%s.%s; proxy of C++ wxSizerItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
9140 def __init__(self, *args, **kwargs):
9141 """
9142 __init__(self) -> SizerItem
9143
9144 Constructs an empty wx.SizerItem. Either a window, sizer or spacer
9145 size will need to be set before this item can be used in a Sizer.
9146
9147 You will probably never need to create a wx.SizerItem directly as they
9148 are created automatically when the sizer's Add, Insert or Prepend
9149 methods are called.
9150
9151 :see: `wx.SizerItemSpacer`, `wx.SizerItemWindow`, `wx.SizerItemSizer`
9152 """
9153 newobj = _core_.new_SizerItem(*args, **kwargs)
9154 self.this = newobj.this
9155 self.thisown = 1
9156 del newobj.thisown
9157 def DeleteWindows(*args, **kwargs):
9158 """
9159 DeleteWindows(self)
9160
9161 Destroy the window or the windows in a subsizer, depending on the type
9162 of item.
9163 """
9164 return _core_.SizerItem_DeleteWindows(*args, **kwargs)
9165
9166 def DetachSizer(*args, **kwargs):
9167 """
9168 DetachSizer(self)
9169
9170 Enable deleting the SizerItem without destroying the contained sizer.
9171 """
9172 return _core_.SizerItem_DetachSizer(*args, **kwargs)
9173
9174 def GetSize(*args, **kwargs):
9175 """
9176 GetSize(self) -> Size
9177
9178 Get the current size of the item, as set in the last Layout.
9179 """
9180 return _core_.SizerItem_GetSize(*args, **kwargs)
9181
9182 def CalcMin(*args, **kwargs):
9183 """
9184 CalcMin(self) -> Size
9185
9186 Calculates the minimum desired size for the item, including any space
9187 needed by borders.
9188 """
9189 return _core_.SizerItem_CalcMin(*args, **kwargs)
9190
9191 def SetDimension(*args, **kwargs):
9192 """
9193 SetDimension(self, Point pos, Size size)
9194
9195 Set the position and size of the space allocated for this item by the
9196 sizer, and adjust the position and size of the item (window or
9197 subsizer) to be within that space taking alignment and borders into
9198 account.
9199 """
9200 return _core_.SizerItem_SetDimension(*args, **kwargs)
9201
9202 def GetMinSize(*args, **kwargs):
9203 """
9204 GetMinSize(self) -> Size
9205
9206 Get the minimum size needed for the item.
9207 """
9208 return _core_.SizerItem_GetMinSize(*args, **kwargs)
9209
9210 def GetMinSizeWithBorder(*args, **kwargs):
9211 """
9212 GetMinSizeWithBorder(self) -> Size
9213
9214 Get the minimum size needed for the item with space for the borders
9215 added, if needed.
9216 """
9217 return _core_.SizerItem_GetMinSizeWithBorder(*args, **kwargs)
9218
9219 def SetInitSize(*args, **kwargs):
9220 """SetInitSize(self, int x, int y)"""
9221 return _core_.SizerItem_SetInitSize(*args, **kwargs)
9222
9223 def SetRatioWH(*args, **kwargs):
9224 """
9225 SetRatioWH(self, int width, int height)
9226
9227 Set the ratio item attribute.
9228 """
9229 return _core_.SizerItem_SetRatioWH(*args, **kwargs)
9230
9231 def SetRatioSize(*args, **kwargs):
9232 """
9233 SetRatioSize(self, Size size)
9234
9235 Set the ratio item attribute.
9236 """
9237 return _core_.SizerItem_SetRatioSize(*args, **kwargs)
9238
9239 def SetRatio(*args, **kwargs):
9240 """
9241 SetRatio(self, float ratio)
9242
9243 Set the ratio item attribute.
9244 """
9245 return _core_.SizerItem_SetRatio(*args, **kwargs)
9246
9247 def GetRatio(*args, **kwargs):
9248 """
9249 GetRatio(self) -> float
9250
9251 Set the ratio item attribute.
9252 """
9253 return _core_.SizerItem_GetRatio(*args, **kwargs)
9254
9255 def GetRect(*args, **kwargs):
9256 """
9257 GetRect(self) -> Rect
9258
9259 Returns the rectangle that the sizer item should occupy
9260 """
9261 return _core_.SizerItem_GetRect(*args, **kwargs)
9262
9263 def IsWindow(*args, **kwargs):
9264 """
9265 IsWindow(self) -> bool
9266
9267 Is this sizer item a window?
9268 """
9269 return _core_.SizerItem_IsWindow(*args, **kwargs)
9270
9271 def IsSizer(*args, **kwargs):
9272 """
9273 IsSizer(self) -> bool
9274
9275 Is this sizer item a subsizer?
9276 """
9277 return _core_.SizerItem_IsSizer(*args, **kwargs)
9278
9279 def IsSpacer(*args, **kwargs):
9280 """
9281 IsSpacer(self) -> bool
9282
9283 Is this sizer item a spacer?
9284 """
9285 return _core_.SizerItem_IsSpacer(*args, **kwargs)
9286
9287 def SetProportion(*args, **kwargs):
9288 """
9289 SetProportion(self, int proportion)
9290
9291 Set the proportion value for this item.
9292 """
9293 return _core_.SizerItem_SetProportion(*args, **kwargs)
9294
9295 def GetProportion(*args, **kwargs):
9296 """
9297 GetProportion(self) -> int
9298
9299 Get the proportion value for this item.
9300 """
9301 return _core_.SizerItem_GetProportion(*args, **kwargs)
9302
9303 SetOption = wx._deprecated(SetProportion, "Please use `SetProportion` instead.")
9304 GetOption = wx._deprecated(GetProportion, "Please use `GetProportion` instead.")
9305 def SetFlag(*args, **kwargs):
9306 """
9307 SetFlag(self, int flag)
9308
9309 Set the flag value for this item.
9310 """
9311 return _core_.SizerItem_SetFlag(*args, **kwargs)
9312
9313 def GetFlag(*args, **kwargs):
9314 """
9315 GetFlag(self) -> int
9316
9317 Get the flag value for this item.
9318 """
9319 return _core_.SizerItem_GetFlag(*args, **kwargs)
9320
9321 def SetBorder(*args, **kwargs):
9322 """
9323 SetBorder(self, int border)
9324
9325 Set the border value for this item.
9326 """
9327 return _core_.SizerItem_SetBorder(*args, **kwargs)
9328
9329 def GetBorder(*args, **kwargs):
9330 """
9331 GetBorder(self) -> int
9332
9333 Get the border value for this item.
9334 """
9335 return _core_.SizerItem_GetBorder(*args, **kwargs)
9336
9337 def GetWindow(*args, **kwargs):
9338 """
9339 GetWindow(self) -> Window
9340
9341 Get the window (if any) that is managed by this sizer item.
9342 """
9343 return _core_.SizerItem_GetWindow(*args, **kwargs)
9344
9345 def SetWindow(*args, **kwargs):
9346 """
9347 SetWindow(self, Window window)
9348
9349 Set the window to be managed by this sizer item.
9350 """
9351 return _core_.SizerItem_SetWindow(*args, **kwargs)
9352
9353 def GetSizer(*args, **kwargs):
9354 """
9355 GetSizer(self) -> Sizer
9356
9357 Get the subsizer (if any) that is managed by this sizer item.
9358 """
9359 return _core_.SizerItem_GetSizer(*args, **kwargs)
9360
9361 def SetSizer(*args, **kwargs):
9362 """
9363 SetSizer(self, Sizer sizer)
9364
9365 Set the subsizer to be managed by this sizer item.
9366 """
9367 return _core_.SizerItem_SetSizer(*args, **kwargs)
9368
9369 def GetSpacer(*args, **kwargs):
9370 """
9371 GetSpacer(self) -> Size
9372
9373 Get the size of the spacer managed by this sizer item.
9374 """
9375 return _core_.SizerItem_GetSpacer(*args, **kwargs)
9376
9377 def SetSpacer(*args, **kwargs):
9378 """
9379 SetSpacer(self, Size size)
9380
9381 Set the size of the spacer to be managed by this sizer item.
9382 """
9383 return _core_.SizerItem_SetSpacer(*args, **kwargs)
9384
9385 def Show(*args, **kwargs):
9386 """
9387 Show(self, bool show)
9388
9389 Set the show item attribute, which sizers use to determine if the item
9390 is to be made part of the layout or not. If the item is tracking a
9391 window then it is shown or hidden as needed.
9392 """
9393 return _core_.SizerItem_Show(*args, **kwargs)
9394
9395 def IsShown(*args, **kwargs):
9396 """
9397 IsShown(self) -> bool
9398
9399 Is the item to be shown in the layout?
9400 """
9401 return _core_.SizerItem_IsShown(*args, **kwargs)
9402
9403 def GetPosition(*args, **kwargs):
9404 """
9405 GetPosition(self) -> Point
9406
9407 Returns the current position of the item, as set in the last Layout.
9408 """
9409 return _core_.SizerItem_GetPosition(*args, **kwargs)
9410
9411 def GetUserData(*args, **kwargs):
9412 """
9413 GetUserData(self) -> PyObject
9414
9415 Returns the userData associated with this sizer item, or None if there
9416 isn't any.
9417 """
9418 return _core_.SizerItem_GetUserData(*args, **kwargs)
9419
9420
9421 class SizerItemPtr(SizerItem):
9422 def __init__(self, this):
9423 self.this = this
9424 if not hasattr(self,"thisown"): self.thisown = 0
9425 self.__class__ = SizerItem
9426 _core_.SizerItem_swigregister(SizerItemPtr)
9427
9428 def SizerItemWindow(*args, **kwargs):
9429 """
9430 SizerItemWindow(Window window, int proportion, int flag, int border,
9431 PyObject userData=None) -> SizerItem
9432
9433 Constructs a `wx.SizerItem` for tracking a window.
9434 """
9435 val = _core_.new_SizerItemWindow(*args, **kwargs)
9436 val.thisown = 1
9437 return val
9438
9439 def SizerItemSpacer(*args, **kwargs):
9440 """
9441 SizerItemSpacer(int width, int height, int proportion, int flag, int border,
9442 PyObject userData=None) -> SizerItem
9443
9444 Constructs a `wx.SizerItem` for tracking a spacer.
9445 """
9446 val = _core_.new_SizerItemSpacer(*args, **kwargs)
9447 val.thisown = 1
9448 return val
9449
9450 def SizerItemSizer(*args, **kwargs):
9451 """
9452 SizerItemSizer(Sizer sizer, int proportion, int flag, int border,
9453 PyObject userData=None) -> SizerItem
9454
9455 Constructs a `wx.SizerItem` for tracking a subsizer
9456 """
9457 val = _core_.new_SizerItemSizer(*args, **kwargs)
9458 val.thisown = 1
9459 return val
9460
9461 class Sizer(Object):
9462 """
9463 wx.Sizer is the abstract base class used for laying out subwindows in
9464 a window. You cannot use wx.Sizer directly; instead, you will have to
9465 use one of the sizer classes derived from it such as `wx.BoxSizer`,
9466 `wx.StaticBoxSizer`, `wx.NotebookSizer`, `wx.GridSizer`, `wx.FlexGridSizer`
9467 and `wx.GridBagSizer`.
9468
9469 The concept implemented by sizers in wxWidgets is closely related to
9470 layout tools in other GUI toolkits, such as Java's AWT, the GTK
9471 toolkit or the Qt toolkit. It is based upon the idea of the individual
9472 subwindows reporting their minimal required size and their ability to
9473 get stretched if the size of the parent window has changed. This will
9474 most often mean that the programmer does not set the original size of
9475 a dialog in the beginning, rather the dialog will assigned a sizer and
9476 this sizer will be queried about the recommended size. The sizer in
9477 turn will query its children, which can be normal windows or contorls,
9478 empty space or other sizers, so that a hierarchy of sizers can be
9479 constructed. Note that wxSizer does not derive from wxWindow and thus
9480 do not interfere with tab ordering and requires very little resources
9481 compared to a real window on screen.
9482
9483 What makes sizers so well fitted for use in wxWidgets is the fact that
9484 every control reports its own minimal size and the algorithm can
9485 handle differences in font sizes or different window (dialog item)
9486 sizes on different platforms without problems. If for example the
9487 standard font as well as the overall design of Mac widgets requires
9488 more space than on Windows, then the initial size of a dialog using a
9489 sizer will automatically be bigger on Mac than on Windows.
9490 """
9491 def __init__(self): raise RuntimeError, "No constructor defined"
9492 def __repr__(self):
9493 return "<%s.%s; proxy of C++ wxSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
9494 def _setOORInfo(*args, **kwargs):
9495 """_setOORInfo(self, PyObject _self)"""
9496 return _core_.Sizer__setOORInfo(*args, **kwargs)
9497
9498 def Add(*args, **kwargs):
9499 """
9500 Add(self, item, int proportion=0, int flag=0, int border=0,
9501 PyObject userData=None) -> wx.SizerItem
9502
9503 Appends a child item to the sizer.
9504 """
9505 return _core_.Sizer_Add(*args, **kwargs)
9506
9507 def Insert(*args, **kwargs):
9508 """
9509 Insert(self, int before, item, int proportion=0, int flag=0, int border=0,
9510 PyObject userData=None) -> wx.SizerItem
9511
9512 Inserts a new item into the list of items managed by this sizer before
9513 the item at index *before*. See `Add` for a description of the parameters.
9514 """
9515 return _core_.Sizer_Insert(*args, **kwargs)
9516
9517 def Prepend(*args, **kwargs):
9518 """
9519 Prepend(self, item, int proportion=0, int flag=0, int border=0,
9520 PyObject userData=None) -> wx.SizerItem
9521
9522 Adds a new item to the begining of the list of sizer items managed by
9523 this sizer. See `Add` for a description of the parameters.
9524 """
9525 return _core_.Sizer_Prepend(*args, **kwargs)
9526
9527 def Remove(*args, **kwargs):
9528 """
9529 Remove(self, item) -> bool
9530
9531 Removes an item from the sizer and destroys it. This method does not
9532 cause any layout or resizing to take place, call `Layout` to update
9533 the layout on screen after removing a child from the sizer. The
9534 *item* parameter can be either a window, a sizer, or the zero-based
9535 index of an item to remove. Returns True if the child item was found
9536 and removed.
9537 """
9538 return _core_.Sizer_Remove(*args, **kwargs)
9539
9540 def Detach(*args, **kwargs):
9541 """
9542 Detach(self, item) -> bool
9543
9544 Detaches an item from the sizer without destroying it. This method
9545 does not cause any layout or resizing to take place, call `Layout` to
9546 do so. The *item* parameter can be either a window, a sizer, or the
9547 zero-based index of the item to be detached. Returns True if the child item
9548 was found and detached.
9549 """
9550 return _core_.Sizer_Detach(*args, **kwargs)
9551
9552 def GetItem(*args, **kwargs):
9553 """
9554 GetItem(self, item) -> wx.SizerItem
9555
9556 Returns the `wx.SizerItem` which holds the *item* given. The *item*
9557 parameter can be either a window, a sizer, or the zero-based index of
9558 the item to be detached.
9559 """
9560 return _core_.Sizer_GetItem(*args, **kwargs)
9561
9562 def _SetItemMinSize(*args, **kwargs):
9563 """_SetItemMinSize(self, PyObject item, Size size)"""
9564 return _core_.Sizer__SetItemMinSize(*args, **kwargs)
9565
9566 def SetItemMinSize(self, item, *args):
9567 """
9568 SetItemMinSize(self, item, Size size)
9569
9570 Sets the minimum size that will be allocated for an item in the sizer.
9571 The *item* parameter can be either a window, a sizer, or the
9572 zero-based index of the item. If a window or sizer is given then it
9573 will be searched for recursivly in subsizers if neccessary.
9574 """
9575 if len(args) == 2:
9576 # for backward compatibility accept separate width,height args too
9577 return self._SetItemMinSize(item, args)
9578 else:
9579 return self._SetItemMinSize(item, args[0])
9580
9581 def AddItem(*args, **kwargs):
9582 """
9583 AddItem(self, SizerItem item)
9584
9585 Adds a `wx.SizerItem` to the sizer.
9586 """
9587 return _core_.Sizer_AddItem(*args, **kwargs)
9588
9589 def InsertItem(*args, **kwargs):
9590 """
9591 InsertItem(self, int index, SizerItem item)
9592
9593 Inserts a `wx.SizerItem` to the sizer at the position given by *index*.
9594 """
9595 return _core_.Sizer_InsertItem(*args, **kwargs)
9596
9597 def PrependItem(*args, **kwargs):
9598 """
9599 PrependItem(self, SizerItem item)
9600
9601 Prepends a `wx.SizerItem` to the sizer.
9602 """
9603 return _core_.Sizer_PrependItem(*args, **kwargs)
9604
9605 def AddMany(self, items):
9606 """
9607 AddMany is a convenience method for adding several items
9608 to a sizer at one time. Simply pass it a list of tuples,
9609 where each tuple consists of the parameters that you
9610 would normally pass to the `Add` method.
9611 """
9612 for item in items:
9613 if type(item) != type(()) or (len(item) == 2 and type(item[0]) == type(1)):
9614 item = (item, )
9615 self.Add(*item)
9616
9617 # for backwards compatibility only, please do not use in new code
9618 AddWindow = wx._deprecated(Add, "AddWindow is deprecated, use `Add` instead.")
9619 AddSizer = wx._deprecated(Add, "AddSizer is deprecated, use `Add` instead.")
9620 AddSpacer = wx._deprecated(Add, "AddSpacer is deprecated, use `Add` instead.")
9621 PrependWindow = wx._deprecated(Prepend, "PrependWindow is deprecated, use `Prepend` instead.")
9622 PrependSizer = wx._deprecated(Prepend, "PrependSizer is deprecated, use `Prepend` instead.")
9623 PrependSpacer = wx._deprecated(Prepend, "PrependSpacer is deprecated, use `Prepend` instead.")
9624 InsertWindow = wx._deprecated(Insert, "InsertWindow is deprecated, use `Insert` instead.")
9625 InsertSizer = wx._deprecated(Insert, "InsertSizer is deprecated, use `Insert` instead.")
9626 InsertSpacer = wx._deprecated(Insert, "InsertSpacer is deprecated, use `Insert` instead.")
9627 RemoveWindow = wx._deprecated(Remove, "RemoveWindow is deprecated, use `Remove` instead.")
9628 RemoveSizer = wx._deprecated(Remove, "RemoveSizer is deprecated, use `Remove` instead.")
9629 RemovePos = wx._deprecated(Remove, "RemovePos is deprecated, use `Remove` instead.")
9630
9631
9632 def SetDimension(*args, **kwargs):
9633 """
9634 SetDimension(self, int x, int y, int width, int height)
9635
9636 Call this to force the sizer to take the given dimension and thus
9637 force the items owned by the sizer to resize themselves according to
9638 the rules defined by the parameter in the `Add`, `Insert` or `Prepend`
9639 methods.
9640 """
9641 return _core_.Sizer_SetDimension(*args, **kwargs)
9642
9643 def SetMinSize(*args, **kwargs):
9644 """
9645 SetMinSize(self, Size size)
9646
9647 Call this to give the sizer a minimal size. Normally, the sizer will
9648 calculate its minimal size based purely on how much space its children
9649 need. After calling this method `GetMinSize` will return either the
9650 minimal size as requested by its children or the minimal size set
9651 here, depending on which is bigger.
9652 """
9653 return _core_.Sizer_SetMinSize(*args, **kwargs)
9654
9655 def GetSize(*args, **kwargs):
9656 """
9657 GetSize(self) -> Size
9658
9659 Returns the current size of the space managed by the sizer.
9660 """
9661 return _core_.Sizer_GetSize(*args, **kwargs)
9662
9663 def GetPosition(*args, **kwargs):
9664 """
9665 GetPosition(self) -> Point
9666
9667 Returns the current position of the sizer's managed space.
9668 """
9669 return _core_.Sizer_GetPosition(*args, **kwargs)
9670
9671 def GetMinSize(*args, **kwargs):
9672 """
9673 GetMinSize(self) -> Size
9674
9675 Returns the minimal size of the sizer. This is either the combined
9676 minimal size of all the children and their borders or the minimal size
9677 set by SetMinSize, depending on which is bigger.
9678 """
9679 return _core_.Sizer_GetMinSize(*args, **kwargs)
9680
9681 def GetSizeTuple(self):
9682 return self.GetSize().Get()
9683 def GetPositionTuple(self):
9684 return self.GetPosition().Get()
9685 def GetMinSizeTuple(self):
9686 return self.GetMinSize().Get()
9687
9688 def RecalcSizes(*args, **kwargs):
9689 """
9690 RecalcSizes(self)
9691
9692 Using the sizes calculated by `CalcMin` reposition and resize all the
9693 items managed by this sizer. You should not need to call this directly as
9694 it is called by `Layout`.
9695 """
9696 return _core_.Sizer_RecalcSizes(*args, **kwargs)
9697
9698 def CalcMin(*args, **kwargs):
9699 """
9700 CalcMin(self) -> Size
9701
9702 This method is where the sizer will do the actual calculation of its
9703 children's minimal sizes. You should not need to call this directly as
9704 it is called by `Layout`.
9705 """
9706 return _core_.Sizer_CalcMin(*args, **kwargs)
9707
9708 def Layout(*args, **kwargs):
9709 """
9710 Layout(self)
9711
9712 This method will force the recalculation and layout of the items
9713 controlled by the sizer using the current space allocated to the
9714 sizer. Normally this is called automatically from the owning window's
9715 EVT_SIZE handler, but it is also useful to call it from user code when
9716 one of the items in a sizer change size, or items are added or
9717 removed.
9718 """
9719 return _core_.Sizer_Layout(*args, **kwargs)
9720
9721 def Fit(*args, **kwargs):
9722 """
9723 Fit(self, Window window) -> Size
9724
9725 Tell the sizer to resize the *window* to match the sizer's minimal
9726 size. This is commonly done in the constructor of the window itself in
9727 order to set its initial size to match the needs of the children as
9728 determined by the sizer. Returns the new size.
9729
9730 For a top level window this is the total window size, not the client size.
9731 """
9732 return _core_.Sizer_Fit(*args, **kwargs)
9733
9734 def FitInside(*args, **kwargs):
9735 """
9736 FitInside(self, Window window)
9737
9738 Tell the sizer to resize the *virtual size* of the *window* to match the
9739 sizer's minimal size. This will not alter the on screen size of the
9740 window, but may cause the addition/removal/alteration of scrollbars
9741 required to view the virtual area in windows which manage it.
9742
9743 :see: `wx.ScrolledWindow.SetScrollbars`, `SetVirtualSizeHints`
9744
9745 """
9746 return _core_.Sizer_FitInside(*args, **kwargs)
9747
9748 def SetSizeHints(*args, **kwargs):
9749 """
9750 SetSizeHints(self, Window window)
9751
9752 Tell the sizer to set (and `Fit`) the minimal size of the *window* to
9753 match the sizer's minimal size. This is commonly done in the
9754 constructor of the window itself if the window is resizable (as are
9755 many dialogs under Unix and frames on probably all platforms) in order
9756 to prevent the window from being sized smaller than the minimal size
9757 required by the sizer.
9758 """
9759 return _core_.Sizer_SetSizeHints(*args, **kwargs)
9760
9761 def SetVirtualSizeHints(*args, **kwargs):
9762 """
9763 SetVirtualSizeHints(self, Window window)
9764
9765 Tell the sizer to set the minimal size of the window virtual area to
9766 match the sizer's minimal size. For windows with managed scrollbars
9767 this will set them appropriately.
9768
9769 :see: `wx.ScrolledWindow.SetScrollbars`
9770
9771 """
9772 return _core_.Sizer_SetVirtualSizeHints(*args, **kwargs)
9773
9774 def Clear(*args, **kwargs):
9775 """
9776 Clear(self, bool deleteWindows=False)
9777
9778 Clear all items from the sizer, optionally destroying the window items
9779 as well.
9780 """
9781 return _core_.Sizer_Clear(*args, **kwargs)
9782
9783 def DeleteWindows(*args, **kwargs):
9784 """
9785 DeleteWindows(self)
9786
9787 Destroy all windows managed by the sizer.
9788 """
9789 return _core_.Sizer_DeleteWindows(*args, **kwargs)
9790
9791 def GetChildren(*args, **kwargs):
9792 """
9793 GetChildren(self) -> list
9794
9795 Returns a list of all the `wx.SizerItem` objects managed by the sizer.
9796 """
9797 return _core_.Sizer_GetChildren(*args, **kwargs)
9798
9799 def Show(*args, **kwargs):
9800 """
9801 Show(self, item, bool show=True, bool recursive=false) -> bool
9802
9803 Shows or hides an item managed by the sizer. To make a sizer item
9804 disappear or reappear, use Show followed by `Layout`. The *item*
9805 parameter can be either a window, a sizer, or the zero-based index of
9806 the item. Use the recursive parameter to show or hide an item in a
9807 subsizer. Returns True if the item was found.
9808 """
9809 return _core_.Sizer_Show(*args, **kwargs)
9810
9811 def IsShown(*args, **kwargs):
9812 """
9813 IsShown(self, item)
9814
9815 Determines if the item is currently shown. sizer. To make a sizer
9816 item disappear or reappear, use Show followed by `Layout`. The *item*
9817 parameter can be either a window, a sizer, or the zero-based index of
9818 the item.
9819 """
9820 return _core_.Sizer_IsShown(*args, **kwargs)
9821
9822 def Hide(self, item, recursive=False):
9823 """
9824 A convenience method for Show(item, False, recursive).
9825 """
9826 return self.Show(item, False, recursive)
9827
9828 def ShowItems(*args, **kwargs):
9829 """
9830 ShowItems(self, bool show)
9831
9832 Recursively call `wx.SizerItem.Show` on all sizer items.
9833 """
9834 return _core_.Sizer_ShowItems(*args, **kwargs)
9835
9836
9837 class SizerPtr(Sizer):
9838 def __init__(self, this):
9839 self.this = this
9840 if not hasattr(self,"thisown"): self.thisown = 0
9841 self.__class__ = Sizer
9842 _core_.Sizer_swigregister(SizerPtr)
9843
9844 class PySizer(Sizer):
9845 """
9846 wx.PySizer is a special version of `wx.Sizer` that has been
9847 instrumented to allow the C++ virtual methods to be overloaded in
9848 Python derived classes. You would derive from this class if you are
9849 wanting to implement a custom sizer in Python code. Simply implement
9850 `CalcMin` and `RecalcSizes` in the derived class and you're all set.
9851 For example::
9852
9853 class MySizer(wx.PySizer):
9854 def __init__(self):
9855 wx.PySizer.__init__(self)
9856
9857 def CalcMin(self):
9858 for item in self.GetChildren():
9859 # calculate the total minimum width and height needed
9860 # by all items in the sizer according to this sizer's
9861 # layout algorithm.
9862 ...
9863 return wx.Size(width, height)
9864
9865 def RecalcSizes(self):
9866 # find the space allotted to this sizer
9867 pos = self.GetPosition()
9868 size = self.GetSize()
9869 for item in self.GetChildren():
9870 # Recalculate (if necessary) the position and size of
9871 # each item and then call item.SetDimension to do the
9872 # actual positioning and sizing of the items within the
9873 # space alloted to this sizer.
9874 ...
9875 item.SetDimension(itemPos, itemSize)
9876
9877
9878 When `Layout` is called it first calls `CalcMin` followed by
9879 `RecalcSizes` so you can optimize a bit by saving the results of
9880 `CalcMin` and reusing them in `RecalcSizes`.
9881
9882 :see: `wx.SizerItem`, `wx.Sizer.GetChildren`
9883
9884
9885 """
9886 def __repr__(self):
9887 return "<%s.%s; proxy of C++ wxPySizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
9888 def __init__(self, *args, **kwargs):
9889 """
9890 __init__(self) -> PySizer
9891
9892 Creates a wx.PySizer. Must be called from the __init__ in the derived
9893 class.
9894 """
9895 newobj = _core_.new_PySizer(*args, **kwargs)
9896 self.this = newobj.this
9897 self.thisown = 1
9898 del newobj.thisown
9899 self._setCallbackInfo(self, PySizer);self._setOORInfo(self)
9900
9901 def _setCallbackInfo(*args, **kwargs):
9902 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
9903 return _core_.PySizer__setCallbackInfo(*args, **kwargs)
9904
9905
9906 class PySizerPtr(PySizer):
9907 def __init__(self, this):
9908 self.this = this
9909 if not hasattr(self,"thisown"): self.thisown = 0
9910 self.__class__ = PySizer
9911 _core_.PySizer_swigregister(PySizerPtr)
9912
9913 #---------------------------------------------------------------------------
9914
9915 class BoxSizer(Sizer):
9916 """
9917 The basic idea behind a box sizer is that windows will most often be
9918 laid out in rather simple basic geometry, typically in a row or a
9919 column or nested hierarchies of either. A wx.BoxSizer will lay out
9920 its items in a simple row or column, depending on the orientation
9921 parameter passed to the constructor.
9922 """
9923 def __repr__(self):
9924 return "<%s.%s; proxy of C++ wxBoxSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
9925 def __init__(self, *args, **kwargs):
9926 """
9927 __init__(self, int orient=HORIZONTAL) -> BoxSizer
9928
9929 Constructor for a wx.BoxSizer. *orient* may be one of ``wx.VERTICAL``
9930 or ``wx.HORIZONTAL`` for creating either a column sizer or a row
9931 sizer.
9932 """
9933 newobj = _core_.new_BoxSizer(*args, **kwargs)
9934 self.this = newobj.this
9935 self.thisown = 1
9936 del newobj.thisown
9937 self._setOORInfo(self)
9938
9939 def GetOrientation(*args, **kwargs):
9940 """
9941 GetOrientation(self) -> int
9942
9943 Returns the current orientation of the sizer.
9944 """
9945 return _core_.BoxSizer_GetOrientation(*args, **kwargs)
9946
9947 def SetOrientation(*args, **kwargs):
9948 """
9949 SetOrientation(self, int orient)
9950
9951 Resets the orientation of the sizer.
9952 """
9953 return _core_.BoxSizer_SetOrientation(*args, **kwargs)
9954
9955
9956 class BoxSizerPtr(BoxSizer):
9957 def __init__(self, this):
9958 self.this = this
9959 if not hasattr(self,"thisown"): self.thisown = 0
9960 self.__class__ = BoxSizer
9961 _core_.BoxSizer_swigregister(BoxSizerPtr)
9962
9963 #---------------------------------------------------------------------------
9964
9965 class StaticBoxSizer(BoxSizer):
9966 """
9967 wx.StaticBoxSizer derives from and functions identically to the
9968 `wx.BoxSizer` and adds a `wx.StaticBox` around the items that the sizer
9969 manages. Note that this static box must be created separately and
9970 passed to the sizer constructor.
9971 """
9972 def __repr__(self):
9973 return "<%s.%s; proxy of C++ wxStaticBoxSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
9974 def __init__(self, *args, **kwargs):
9975 """
9976 __init__(self, StaticBox box, int orient=HORIZONTAL) -> StaticBoxSizer
9977
9978 Constructor. It takes an associated static box and the orientation
9979 *orient* as parameters - orient can be either of ``wx.VERTICAL`` or
9980 ``wx.HORIZONTAL``.
9981 """
9982 newobj = _core_.new_StaticBoxSizer(*args, **kwargs)
9983 self.this = newobj.this
9984 self.thisown = 1
9985 del newobj.thisown
9986 self._setOORInfo(self)
9987
9988 def GetStaticBox(*args, **kwargs):
9989 """
9990 GetStaticBox(self) -> StaticBox
9991
9992 Returns the static box associated with this sizer.
9993 """
9994 return _core_.StaticBoxSizer_GetStaticBox(*args, **kwargs)
9995
9996
9997 class StaticBoxSizerPtr(StaticBoxSizer):
9998 def __init__(self, this):
9999 self.this = this
10000 if not hasattr(self,"thisown"): self.thisown = 0
10001 self.__class__ = StaticBoxSizer
10002 _core_.StaticBoxSizer_swigregister(StaticBoxSizerPtr)
10003
10004 #---------------------------------------------------------------------------
10005
10006 class GridSizer(Sizer):
10007 """
10008 A grid sizer is a sizer which lays out its children in a
10009 two-dimensional table with all cells having the same size. In other
10010 words, the width of each cell within the grid is the width of the
10011 widest item added to the sizer and the height of each grid cell is the
10012 height of the tallest item. An optional vertical and/or horizontal
10013 gap between items can also be specified (in pixels.)
10014
10015 Items are placed in the cells of the grid in the order they are added,
10016 in row-major order. In other words, the first row is filled first,
10017 then the second, and so on until all items have been added. (If
10018 neccessary, additional rows will be added as items are added.) If you
10019 need to have greater control over the cells that items are placed in
10020 then use the `wx.GridBagSizer`.
10021
10022 """
10023 def __repr__(self):
10024 return "<%s.%s; proxy of C++ wxGridSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10025 def __init__(self, *args, **kwargs):
10026 """
10027 __init__(self, int rows=1, int cols=0, int vgap=0, int hgap=0) -> GridSizer
10028
10029 Constructor for a wx.GridSizer. *rows* and *cols* determine the number
10030 of columns and rows in the sizer - if either of the parameters is
10031 zero, it will be calculated to from the total number of children in
10032 the sizer, thus making the sizer grow dynamically. *vgap* and *hgap*
10033 define extra space between all children.
10034 """
10035 newobj = _core_.new_GridSizer(*args, **kwargs)
10036 self.this = newobj.this
10037 self.thisown = 1
10038 del newobj.thisown
10039 self._setOORInfo(self)
10040
10041 def SetCols(*args, **kwargs):
10042 """
10043 SetCols(self, int cols)
10044
10045 Sets the number of columns in the sizer.
10046 """
10047 return _core_.GridSizer_SetCols(*args, **kwargs)
10048
10049 def SetRows(*args, **kwargs):
10050 """
10051 SetRows(self, int rows)
10052
10053 Sets the number of rows in the sizer.
10054 """
10055 return _core_.GridSizer_SetRows(*args, **kwargs)
10056
10057 def SetVGap(*args, **kwargs):
10058 """
10059 SetVGap(self, int gap)
10060
10061 Sets the vertical gap (in pixels) between the cells in the sizer.
10062 """
10063 return _core_.GridSizer_SetVGap(*args, **kwargs)
10064
10065 def SetHGap(*args, **kwargs):
10066 """
10067 SetHGap(self, int gap)
10068
10069 Sets the horizontal gap (in pixels) between cells in the sizer
10070 """
10071 return _core_.GridSizer_SetHGap(*args, **kwargs)
10072
10073 def GetCols(*args, **kwargs):
10074 """
10075 GetCols(self) -> int
10076
10077 Returns the number of columns in the sizer.
10078 """
10079 return _core_.GridSizer_GetCols(*args, **kwargs)
10080
10081 def GetRows(*args, **kwargs):
10082 """
10083 GetRows(self) -> int
10084
10085 Returns the number of rows in the sizer.
10086 """
10087 return _core_.GridSizer_GetRows(*args, **kwargs)
10088
10089 def GetVGap(*args, **kwargs):
10090 """
10091 GetVGap(self) -> int
10092
10093 Returns the vertical gap (in pixels) between the cells in the sizer.
10094 """
10095 return _core_.GridSizer_GetVGap(*args, **kwargs)
10096
10097 def GetHGap(*args, **kwargs):
10098 """
10099 GetHGap(self) -> int
10100
10101 Returns the horizontal gap (in pixels) between cells in the sizer.
10102 """
10103 return _core_.GridSizer_GetHGap(*args, **kwargs)
10104
10105
10106 class GridSizerPtr(GridSizer):
10107 def __init__(self, this):
10108 self.this = this
10109 if not hasattr(self,"thisown"): self.thisown = 0
10110 self.__class__ = GridSizer
10111 _core_.GridSizer_swigregister(GridSizerPtr)
10112
10113 #---------------------------------------------------------------------------
10114
10115 FLEX_GROWMODE_NONE = _core_.FLEX_GROWMODE_NONE
10116 FLEX_GROWMODE_SPECIFIED = _core_.FLEX_GROWMODE_SPECIFIED
10117 FLEX_GROWMODE_ALL = _core_.FLEX_GROWMODE_ALL
10118 class FlexGridSizer(GridSizer):
10119 """
10120 A flex grid sizer is a sizer which lays out its children in a
10121 two-dimensional table with all table cells in one row having the same
10122 height and all cells in one column having the same width, but all
10123 rows or all columns are not necessarily the same height or width as in
10124 the `wx.GridSizer`.
10125
10126 wx.FlexGridSizer can also size items equally in one direction but
10127 unequally ("flexibly") in the other. If the sizer is only flexible
10128 in one direction (this can be changed using `SetFlexibleDirection`), it
10129 needs to be decided how the sizer should grow in the other ("non
10130 flexible") direction in order to fill the available space. The
10131 `SetNonFlexibleGrowMode` method serves this purpose.
10132
10133
10134 """
10135 def __repr__(self):
10136 return "<%s.%s; proxy of C++ wxFlexGridSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10137 def __init__(self, *args, **kwargs):
10138 """
10139 __init__(self, int rows=1, int cols=0, int vgap=0, int hgap=0) -> FlexGridSizer
10140
10141 Constructor for a wx.FlexGridSizer. *rows* and *cols* determine the
10142 number of columns and rows in the sizer - if either of the parameters
10143 is zero, it will be calculated to from the total number of children in
10144 the sizer, thus making the sizer grow dynamically. *vgap* and *hgap*
10145 define extra space between all children.
10146 """
10147 newobj = _core_.new_FlexGridSizer(*args, **kwargs)
10148 self.this = newobj.this
10149 self.thisown = 1
10150 del newobj.thisown
10151 self._setOORInfo(self)
10152
10153 def AddGrowableRow(*args, **kwargs):
10154 """
10155 AddGrowableRow(self, size_t idx, int proportion=0)
10156
10157 Specifies that row *idx* (starting from zero) should be grown if there
10158 is extra space available to the sizer.
10159
10160 The *proportion* parameter has the same meaning as the stretch factor
10161 for the box sizers except that if all proportions are 0, then all
10162 columns are resized equally (instead of not being resized at all).
10163 """
10164 return _core_.FlexGridSizer_AddGrowableRow(*args, **kwargs)
10165
10166 def RemoveGrowableRow(*args, **kwargs):
10167 """
10168 RemoveGrowableRow(self, size_t idx)
10169
10170 Specifies that row *idx* is no longer growable.
10171 """
10172 return _core_.FlexGridSizer_RemoveGrowableRow(*args, **kwargs)
10173
10174 def AddGrowableCol(*args, **kwargs):
10175 """
10176 AddGrowableCol(self, size_t idx, int proportion=0)
10177
10178 Specifies that column *idx* (starting from zero) should be grown if
10179 there is extra space available to the sizer.
10180
10181 The *proportion* parameter has the same meaning as the stretch factor
10182 for the box sizers except that if all proportions are 0, then all
10183 columns are resized equally (instead of not being resized at all).
10184 """
10185 return _core_.FlexGridSizer_AddGrowableCol(*args, **kwargs)
10186
10187 def RemoveGrowableCol(*args, **kwargs):
10188 """
10189 RemoveGrowableCol(self, size_t idx)
10190
10191 Specifies that column *idx* is no longer growable.
10192 """
10193 return _core_.FlexGridSizer_RemoveGrowableCol(*args, **kwargs)
10194
10195 def SetFlexibleDirection(*args, **kwargs):
10196 """
10197 SetFlexibleDirection(self, int direction)
10198
10199 Specifies whether the sizer should flexibly resize its columns, rows,
10200 or both. Argument *direction* can be one of the following values. Any
10201 other value is ignored.
10202
10203 ============== =======================================
10204 wx.VERTICAL Rows are flexibly sized.
10205 wx.HORIZONTAL Columns are flexibly sized.
10206 wx.BOTH Both rows and columns are flexibly sized
10207 (this is the default value).
10208 ============== =======================================
10209
10210 Note that this method does not trigger relayout.
10211
10212 """
10213 return _core_.FlexGridSizer_SetFlexibleDirection(*args, **kwargs)
10214
10215 def GetFlexibleDirection(*args, **kwargs):
10216 """
10217 GetFlexibleDirection(self) -> int
10218
10219 Returns a value that specifies whether the sizer
10220 flexibly resizes its columns, rows, or both (default).
10221
10222 :see: `SetFlexibleDirection`
10223 """
10224 return _core_.FlexGridSizer_GetFlexibleDirection(*args, **kwargs)
10225
10226 def SetNonFlexibleGrowMode(*args, **kwargs):
10227 """
10228 SetNonFlexibleGrowMode(self, int mode)
10229
10230 Specifies how the sizer should grow in the non-flexible direction if
10231 there is one (so `SetFlexibleDirection` must have been called
10232 previously). Argument *mode* can be one of the following values:
10233
10234 ========================== =================================================
10235 wx.FLEX_GROWMODE_NONE Sizer doesn't grow in the non flexible direction.
10236 wx.FLEX_GROWMODE_SPECIFIED Sizer honors growable columns/rows set with
10237 `AddGrowableCol` and `AddGrowableRow`. In this
10238 case equal sizing applies to minimum sizes of
10239 columns or rows (this is the default value).
10240 wx.FLEX_GROWMODE_ALL Sizer equally stretches all columns or rows in
10241 the non flexible direction, whether they are
10242 growable or not in the flexbile direction.
10243 ========================== =================================================
10244
10245 Note that this method does not trigger relayout.
10246
10247
10248 """
10249 return _core_.FlexGridSizer_SetNonFlexibleGrowMode(*args, **kwargs)
10250
10251 def GetNonFlexibleGrowMode(*args, **kwargs):
10252 """
10253 GetNonFlexibleGrowMode(self) -> int
10254
10255 Returns the value that specifies how the sizer grows in the
10256 non-flexible direction if there is one.
10257
10258 :see: `SetNonFlexibleGrowMode`
10259 """
10260 return _core_.FlexGridSizer_GetNonFlexibleGrowMode(*args, **kwargs)
10261
10262 def GetRowHeights(*args, **kwargs):
10263 """
10264 GetRowHeights(self) -> list
10265
10266 Returns a list of integers representing the heights of each of the
10267 rows in the sizer.
10268 """
10269 return _core_.FlexGridSizer_GetRowHeights(*args, **kwargs)
10270
10271 def GetColWidths(*args, **kwargs):
10272 """
10273 GetColWidths(self) -> list
10274
10275 Returns a list of integers representing the widths of each of the
10276 columns in the sizer.
10277 """
10278 return _core_.FlexGridSizer_GetColWidths(*args, **kwargs)
10279
10280
10281 class FlexGridSizerPtr(FlexGridSizer):
10282 def __init__(self, this):
10283 self.this = this
10284 if not hasattr(self,"thisown"): self.thisown = 0
10285 self.__class__ = FlexGridSizer
10286 _core_.FlexGridSizer_swigregister(FlexGridSizerPtr)
10287
10288 class StdDialogButtonSizer(BoxSizer):
10289 """
10290 A special sizer that knows how to order and position standard buttons
10291 in order to conform to the current platform's standards. You simply
10292 need to add each `wx.Button` to the sizer, and be sure to create the
10293 buttons using the standard ID's. Then call `Realize` and the sizer
10294 will take care of the rest.
10295
10296 """
10297 def __repr__(self):
10298 return "<%s.%s; proxy of C++ wxStdDialogButtonSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10299 def __init__(self, *args, **kwargs):
10300 """__init__(self) -> StdDialogButtonSizer"""
10301 newobj = _core_.new_StdDialogButtonSizer(*args, **kwargs)
10302 self.this = newobj.this
10303 self.thisown = 1
10304 del newobj.thisown
10305 def AddButton(*args, **kwargs):
10306 """
10307 AddButton(self, wxButton button)
10308
10309 Use this to add the buttons to this sizer. Do not use the `Add`
10310 method in the base class.
10311 """
10312 return _core_.StdDialogButtonSizer_AddButton(*args, **kwargs)
10313
10314 def Realize(*args, **kwargs):
10315 """
10316 Realize(self)
10317
10318 This funciton needs to be called after all the buttons have been added
10319 to the sizer. It will reorder them and position them in a platform
10320 specifc manner.
10321 """
10322 return _core_.StdDialogButtonSizer_Realize(*args, **kwargs)
10323
10324 def SetAffirmativeButton(*args, **kwargs):
10325 """SetAffirmativeButton(self, wxButton button)"""
10326 return _core_.StdDialogButtonSizer_SetAffirmativeButton(*args, **kwargs)
10327
10328 def SetNegativeButton(*args, **kwargs):
10329 """SetNegativeButton(self, wxButton button)"""
10330 return _core_.StdDialogButtonSizer_SetNegativeButton(*args, **kwargs)
10331
10332 def SetCancelButton(*args, **kwargs):
10333 """SetCancelButton(self, wxButton button)"""
10334 return _core_.StdDialogButtonSizer_SetCancelButton(*args, **kwargs)
10335
10336 def GetAffirmativeButton(*args, **kwargs):
10337 """GetAffirmativeButton(self) -> wxButton"""
10338 return _core_.StdDialogButtonSizer_GetAffirmativeButton(*args, **kwargs)
10339
10340 def GetApplyButton(*args, **kwargs):
10341 """GetApplyButton(self) -> wxButton"""
10342 return _core_.StdDialogButtonSizer_GetApplyButton(*args, **kwargs)
10343
10344 def GetNegativeButton(*args, **kwargs):
10345 """GetNegativeButton(self) -> wxButton"""
10346 return _core_.StdDialogButtonSizer_GetNegativeButton(*args, **kwargs)
10347
10348 def GetCancelButton(*args, **kwargs):
10349 """GetCancelButton(self) -> wxButton"""
10350 return _core_.StdDialogButtonSizer_GetCancelButton(*args, **kwargs)
10351
10352 def GetHelpButton(*args, **kwargs):
10353 """GetHelpButton(self) -> wxButton"""
10354 return _core_.StdDialogButtonSizer_GetHelpButton(*args, **kwargs)
10355
10356
10357 class StdDialogButtonSizerPtr(StdDialogButtonSizer):
10358 def __init__(self, this):
10359 self.this = this
10360 if not hasattr(self,"thisown"): self.thisown = 0
10361 self.__class__ = StdDialogButtonSizer
10362 _core_.StdDialogButtonSizer_swigregister(StdDialogButtonSizerPtr)
10363
10364 #---------------------------------------------------------------------------
10365
10366 class GBPosition(object):
10367 """
10368 This class represents the position of an item in a virtual grid of
10369 rows and columns managed by a `wx.GridBagSizer`. wxPython has
10370 typemaps that will automatically convert from a 2-element sequence of
10371 integers to a wx.GBPosition, so you can use the more pythonic
10372 representation of the position nearly transparently in Python code.
10373 """
10374 def __repr__(self):
10375 return "<%s.%s; proxy of C++ wxGBPosition instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10376 def __init__(self, *args, **kwargs):
10377 """
10378 __init__(self, int row=0, int col=0) -> GBPosition
10379
10380 This class represents the position of an item in a virtual grid of
10381 rows and columns managed by a `wx.GridBagSizer`. wxPython has
10382 typemaps that will automatically convert from a 2-element sequence of
10383 integers to a wx.GBPosition, so you can use the more pythonic
10384 representation of the position nearly transparently in Python code.
10385 """
10386 newobj = _core_.new_GBPosition(*args, **kwargs)
10387 self.this = newobj.this
10388 self.thisown = 1
10389 del newobj.thisown
10390 def GetRow(*args, **kwargs):
10391 """GetRow(self) -> int"""
10392 return _core_.GBPosition_GetRow(*args, **kwargs)
10393
10394 def GetCol(*args, **kwargs):
10395 """GetCol(self) -> int"""
10396 return _core_.GBPosition_GetCol(*args, **kwargs)
10397
10398 def SetRow(*args, **kwargs):
10399 """SetRow(self, int row)"""
10400 return _core_.GBPosition_SetRow(*args, **kwargs)
10401
10402 def SetCol(*args, **kwargs):
10403 """SetCol(self, int col)"""
10404 return _core_.GBPosition_SetCol(*args, **kwargs)
10405
10406 def __eq__(*args, **kwargs):
10407 """__eq__(self, GBPosition other) -> bool"""
10408 return _core_.GBPosition___eq__(*args, **kwargs)
10409
10410 def __ne__(*args, **kwargs):
10411 """__ne__(self, GBPosition other) -> bool"""
10412 return _core_.GBPosition___ne__(*args, **kwargs)
10413
10414 def Set(*args, **kwargs):
10415 """Set(self, int row=0, int col=0)"""
10416 return _core_.GBPosition_Set(*args, **kwargs)
10417
10418 def Get(*args, **kwargs):
10419 """Get(self) -> PyObject"""
10420 return _core_.GBPosition_Get(*args, **kwargs)
10421
10422 asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead")
10423 def __str__(self): return str(self.Get())
10424 def __repr__(self): return 'wx.GBPosition'+str(self.Get())
10425 def __len__(self): return len(self.Get())
10426 def __getitem__(self, index): return self.Get()[index]
10427 def __setitem__(self, index, val):
10428 if index == 0: self.SetRow(val)
10429 elif index == 1: self.SetCol(val)
10430 else: raise IndexError
10431 def __nonzero__(self): return self.Get() != (0,0)
10432 __safe_for_unpickling__ = True
10433 def __reduce__(self): return (wx.GBPosition, self.Get())
10434
10435 row = property(GetRow, SetRow)
10436 col = property(GetCol, SetCol)
10437
10438
10439 class GBPositionPtr(GBPosition):
10440 def __init__(self, this):
10441 self.this = this
10442 if not hasattr(self,"thisown"): self.thisown = 0
10443 self.__class__ = GBPosition
10444 _core_.GBPosition_swigregister(GBPositionPtr)
10445
10446 class GBSpan(object):
10447 """
10448 This class is used to hold the row and column spanning attributes of
10449 items in a `wx.GridBagSizer`. wxPython has typemaps that will
10450 automatically convert from a 2-element sequence of integers to a
10451 wx.GBSpan, so you can use the more pythonic representation of the span
10452 nearly transparently in Python code.
10453
10454 """
10455 def __repr__(self):
10456 return "<%s.%s; proxy of C++ wxGBSpan instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10457 def __init__(self, *args, **kwargs):
10458 """
10459 __init__(self, int rowspan=1, int colspan=1) -> GBSpan
10460
10461 Construct a new wxGBSpan, optionally setting the rowspan and
10462 colspan. The default is (1,1). (Meaning that the item occupies one
10463 cell in each direction.
10464 """
10465 newobj = _core_.new_GBSpan(*args, **kwargs)
10466 self.this = newobj.this
10467 self.thisown = 1
10468 del newobj.thisown
10469 def GetRowspan(*args, **kwargs):
10470 """GetRowspan(self) -> int"""
10471 return _core_.GBSpan_GetRowspan(*args, **kwargs)
10472
10473 def GetColspan(*args, **kwargs):
10474 """GetColspan(self) -> int"""
10475 return _core_.GBSpan_GetColspan(*args, **kwargs)
10476
10477 def SetRowspan(*args, **kwargs):
10478 """SetRowspan(self, int rowspan)"""
10479 return _core_.GBSpan_SetRowspan(*args, **kwargs)
10480
10481 def SetColspan(*args, **kwargs):
10482 """SetColspan(self, int colspan)"""
10483 return _core_.GBSpan_SetColspan(*args, **kwargs)
10484
10485 def __eq__(*args, **kwargs):
10486 """__eq__(self, GBSpan other) -> bool"""
10487 return _core_.GBSpan___eq__(*args, **kwargs)
10488
10489 def __ne__(*args, **kwargs):
10490 """__ne__(self, GBSpan other) -> bool"""
10491 return _core_.GBSpan___ne__(*args, **kwargs)
10492
10493 def Set(*args, **kwargs):
10494 """Set(self, int rowspan=1, int colspan=1)"""
10495 return _core_.GBSpan_Set(*args, **kwargs)
10496
10497 def Get(*args, **kwargs):
10498 """Get(self) -> PyObject"""
10499 return _core_.GBSpan_Get(*args, **kwargs)
10500
10501 asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead")
10502 def __str__(self): return str(self.Get())
10503 def __repr__(self): return 'wx.GBSpan'+str(self.Get())
10504 def __len__(self): return len(self.Get())
10505 def __getitem__(self, index): return self.Get()[index]
10506 def __setitem__(self, index, val):
10507 if index == 0: self.SetRowspan(val)
10508 elif index == 1: self.SetColspan(val)
10509 else: raise IndexError
10510 def __nonzero__(self): return self.Get() != (0,0)
10511 __safe_for_unpickling__ = True
10512 def __reduce__(self): return (wx.GBSpan, self.Get())
10513
10514 rowspan = property(GetRowspan, SetRowspan)
10515 colspan = property(GetColspan, SetColspan)
10516
10517
10518 class GBSpanPtr(GBSpan):
10519 def __init__(self, this):
10520 self.this = this
10521 if not hasattr(self,"thisown"): self.thisown = 0
10522 self.__class__ = GBSpan
10523 _core_.GBSpan_swigregister(GBSpanPtr)
10524
10525 class GBSizerItem(SizerItem):
10526 """
10527 The wx.GBSizerItem class is used to track the additional data about
10528 items in a `wx.GridBagSizer` such as the item's position in the grid
10529 and how many rows or columns it spans.
10530
10531 """
10532 def __repr__(self):
10533 return "<%s.%s; proxy of C++ wxGBSizerItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10534 def __init__(self, *args, **kwargs):
10535 """
10536 __init__(self) -> GBSizerItem
10537
10538 Constructs an empty wx.GBSizerItem. Either a window, sizer or spacer
10539 size will need to be set, as well as a position and span before this
10540 item can be used in a Sizer.
10541
10542 You will probably never need to create a wx.GBSizerItem directly as they
10543 are created automatically when the sizer's Add method is called.
10544 """
10545 newobj = _core_.new_GBSizerItem(*args, **kwargs)
10546 self.this = newobj.this
10547 self.thisown = 1
10548 del newobj.thisown
10549 def GetPos(*args, **kwargs):
10550 """
10551 GetPos(self) -> GBPosition
10552
10553 Get the grid position of the item
10554 """
10555 return _core_.GBSizerItem_GetPos(*args, **kwargs)
10556
10557 def GetPosTuple(self): return self.GetPos().Get()
10558 def GetSpan(*args, **kwargs):
10559 """
10560 GetSpan(self) -> GBSpan
10561
10562 Get the row and column spanning of the item
10563 """
10564 return _core_.GBSizerItem_GetSpan(*args, **kwargs)
10565
10566 def GetSpanTuple(self): return self.GetSpan().Get()
10567 def SetPos(*args, **kwargs):
10568 """
10569 SetPos(self, GBPosition pos) -> bool
10570
10571 If the item is already a member of a sizer then first ensure that
10572 there is no other item that would intersect with this one at the new
10573 position, then set the new position. Returns True if the change is
10574 successful and after the next Layout() the item will be moved.
10575 """
10576 return _core_.GBSizerItem_SetPos(*args, **kwargs)
10577
10578 def SetSpan(*args, **kwargs):
10579 """
10580 SetSpan(self, GBSpan span) -> bool
10581
10582 If the item is already a member of a sizer then first ensure that
10583 there is no other item that would intersect with this one with its new
10584 spanning size, then set the new spanning. Returns True if the change
10585 is successful and after the next Layout() the item will be resized.
10586
10587 """
10588 return _core_.GBSizerItem_SetSpan(*args, **kwargs)
10589
10590 def Intersects(*args, **kwargs):
10591 """
10592 Intersects(self, GBSizerItem other) -> bool
10593
10594 Returns True if this item and the other item instersect.
10595 """
10596 return _core_.GBSizerItem_Intersects(*args, **kwargs)
10597
10598 def IntersectsPos(*args, **kwargs):
10599 """
10600 IntersectsPos(self, GBPosition pos, GBSpan span) -> bool
10601
10602 Returns True if the given pos/span would intersect with this item.
10603 """
10604 return _core_.GBSizerItem_IntersectsPos(*args, **kwargs)
10605
10606 def GetEndPos(*args, **kwargs):
10607 """
10608 GetEndPos(self) -> GBPosition
10609
10610 Get the row and column of the endpoint of this item.
10611 """
10612 return _core_.GBSizerItem_GetEndPos(*args, **kwargs)
10613
10614 def GetGBSizer(*args, **kwargs):
10615 """
10616 GetGBSizer(self) -> GridBagSizer
10617
10618 Get the sizer this item is a member of.
10619 """
10620 return _core_.GBSizerItem_GetGBSizer(*args, **kwargs)
10621
10622 def SetGBSizer(*args, **kwargs):
10623 """
10624 SetGBSizer(self, GridBagSizer sizer)
10625
10626 Set the sizer this item is a member of.
10627 """
10628 return _core_.GBSizerItem_SetGBSizer(*args, **kwargs)
10629
10630
10631 class GBSizerItemPtr(GBSizerItem):
10632 def __init__(self, this):
10633 self.this = this
10634 if not hasattr(self,"thisown"): self.thisown = 0
10635 self.__class__ = GBSizerItem
10636 _core_.GBSizerItem_swigregister(GBSizerItemPtr)
10637 DefaultSpan = cvar.DefaultSpan
10638
10639 def GBSizerItemWindow(*args, **kwargs):
10640 """
10641 GBSizerItemWindow(Window window, GBPosition pos, GBSpan span, int flag,
10642 int border, PyObject userData=None) -> GBSizerItem
10643
10644 Construct a `wx.GBSizerItem` for a window.
10645 """
10646 val = _core_.new_GBSizerItemWindow(*args, **kwargs)
10647 val.thisown = 1
10648 return val
10649
10650 def GBSizerItemSizer(*args, **kwargs):
10651 """
10652 GBSizerItemSizer(Sizer sizer, GBPosition pos, GBSpan span, int flag,
10653 int border, PyObject userData=None) -> GBSizerItem
10654
10655 Construct a `wx.GBSizerItem` for a sizer
10656 """
10657 val = _core_.new_GBSizerItemSizer(*args, **kwargs)
10658 val.thisown = 1
10659 return val
10660
10661 def GBSizerItemSpacer(*args, **kwargs):
10662 """
10663 GBSizerItemSpacer(int width, int height, GBPosition pos, GBSpan span,
10664 int flag, int border, PyObject userData=None) -> GBSizerItem
10665
10666 Construct a `wx.GBSizerItem` for a spacer.
10667 """
10668 val = _core_.new_GBSizerItemSpacer(*args, **kwargs)
10669 val.thisown = 1
10670 return val
10671
10672 class GridBagSizer(FlexGridSizer):
10673 """
10674 A `wx.Sizer` that can lay out items in a virtual grid like a
10675 `wx.FlexGridSizer` but in this case explicit positioning of the items
10676 is allowed using `wx.GBPosition`, and items can optionally span more
10677 than one row and/or column using `wx.GBSpan`. The total size of the
10678 virtual grid is determined by the largest row and column that items are
10679 positioned at, adjusted for spanning.
10680
10681 """
10682 def __repr__(self):
10683 return "<%s.%s; proxy of C++ wxGridBagSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10684 def __init__(self, *args, **kwargs):
10685 """
10686 __init__(self, int vgap=0, int hgap=0) -> GridBagSizer
10687
10688 Constructor, with optional parameters to specify the gap between the
10689 rows and columns.
10690 """
10691 newobj = _core_.new_GridBagSizer(*args, **kwargs)
10692 self.this = newobj.this
10693 self.thisown = 1
10694 del newobj.thisown
10695 self._setOORInfo(self)
10696
10697 def Add(*args, **kwargs):
10698 """
10699 Add(self, item, GBPosition pos, GBSpan span=DefaultSpan, int flag=0,
10700 int border=0, userData=None) -> wx.GBSizerItem
10701
10702 Adds an item to the sizer at the grid cell *pos*, optionally spanning
10703 more than one row or column as specified with *span*. The remaining
10704 args behave similarly to `wx.Sizer.Add`.
10705
10706 Returns True if the item was successfully placed at the given cell
10707 position, False if something was already there.
10708
10709 """
10710 return _core_.GridBagSizer_Add(*args, **kwargs)
10711
10712 def AddItem(*args, **kwargs):
10713 """
10714 Add(self, GBSizerItem item) -> wx.GBSizerItem
10715
10716 Add an item to the sizer using a `wx.GBSizerItem`. Returns True if
10717 the item was successfully placed at its given cell position, False if
10718 something was already there.
10719 """
10720 return _core_.GridBagSizer_AddItem(*args, **kwargs)
10721
10722 def GetCellSize(*args, **kwargs):
10723 """
10724 GetCellSize(self, int row, int col) -> Size
10725
10726 Get the size of the specified cell, including hgap and
10727 vgap. Only valid after a Layout.
10728 """
10729 return _core_.GridBagSizer_GetCellSize(*args, **kwargs)
10730
10731 def GetEmptyCellSize(*args, **kwargs):
10732 """
10733 GetEmptyCellSize(self) -> Size
10734
10735 Get the size used for cells in the grid with no item.
10736 """
10737 return _core_.GridBagSizer_GetEmptyCellSize(*args, **kwargs)
10738
10739 def SetEmptyCellSize(*args, **kwargs):
10740 """
10741 SetEmptyCellSize(self, Size sz)
10742
10743 Set the size used for cells in the grid with no item.
10744 """
10745 return _core_.GridBagSizer_SetEmptyCellSize(*args, **kwargs)
10746
10747 def GetItemPosition(*args):
10748 """
10749 GetItemPosition(self, item) -> GBPosition
10750
10751 Get the grid position of the specified *item* where *item* is either a
10752 window or subsizer that is a member of this sizer, or a zero-based
10753 index of an item.
10754 """
10755 return _core_.GridBagSizer_GetItemPosition(*args)
10756
10757 def SetItemPosition(*args):
10758 """
10759 SetItemPosition(self, item, GBPosition pos) -> bool
10760
10761 Set the grid position of the specified *item* where *item* is either a
10762 window or subsizer that is a member of this sizer, or a zero-based
10763 index of an item. Returns True on success. If the move is not
10764 allowed (because an item is already there) then False is returned.
10765
10766 """
10767 return _core_.GridBagSizer_SetItemPosition(*args)
10768
10769 def GetItemSpan(*args):
10770 """
10771 GetItemSpan(self, item) -> GBSpan
10772
10773 Get the row/col spanning of the specified *item* where *item* is
10774 either a window or subsizer that is a member of this sizer, or a
10775 zero-based index of an item.
10776 """
10777 return _core_.GridBagSizer_GetItemSpan(*args)
10778
10779 def SetItemSpan(*args):
10780 """
10781 SetItemSpan(self, item, GBSpan span) -> bool
10782
10783 Set the row/col spanning of the specified *item* where *item* is
10784 either a window or subsizer that is a member of this sizer, or a
10785 zero-based index of an item. Returns True on success. If the move is
10786 not allowed (because an item is already there) then False is returned.
10787 """
10788 return _core_.GridBagSizer_SetItemSpan(*args)
10789
10790 def FindItem(*args):
10791 """
10792 FindItem(self, item) -> GBSizerItem
10793
10794 Find the sizer item for the given window or subsizer, returns None if
10795 not found. (non-recursive)
10796 """
10797 return _core_.GridBagSizer_FindItem(*args)
10798
10799 def FindItemAtPosition(*args, **kwargs):
10800 """
10801 FindItemAtPosition(self, GBPosition pos) -> GBSizerItem
10802
10803 Return the sizer item for the given grid cell, or None if there is no
10804 item at that position. (non-recursive)
10805 """
10806 return _core_.GridBagSizer_FindItemAtPosition(*args, **kwargs)
10807
10808 def FindItemAtPoint(*args, **kwargs):
10809 """
10810 FindItemAtPoint(self, Point pt) -> GBSizerItem
10811
10812 Return the sizer item located at the point given in *pt*, or None if
10813 there is no item at that point. The (x,y) coordinates in pt correspond
10814 to the client coordinates of the window using the sizer for
10815 layout. (non-recursive)
10816 """
10817 return _core_.GridBagSizer_FindItemAtPoint(*args, **kwargs)
10818
10819 def CheckForIntersection(*args, **kwargs):
10820 """
10821 CheckForIntersection(self, GBSizerItem item, GBSizerItem excludeItem=None) -> bool
10822
10823 Look at all items and see if any intersect (or would overlap) the
10824 given *item*. Returns True if so, False if there would be no overlap.
10825 If an *excludeItem* is given then it will not be checked for
10826 intersection, for example it may be the item we are checking the
10827 position of.
10828
10829 """
10830 return _core_.GridBagSizer_CheckForIntersection(*args, **kwargs)
10831
10832 def CheckForIntersectionPos(*args, **kwargs):
10833 """
10834 CheckForIntersectionPos(self, GBPosition pos, GBSpan span, GBSizerItem excludeItem=None) -> bool
10835
10836 Look at all items and see if any intersect (or would overlap) the
10837 given position and span. Returns True if so, False if there would be
10838 no overlap. If an *excludeItem* is given then it will not be checked
10839 for intersection, for example it may be the item we are checking the
10840 position of.
10841 """
10842 return _core_.GridBagSizer_CheckForIntersectionPos(*args, **kwargs)
10843
10844
10845 class GridBagSizerPtr(GridBagSizer):
10846 def __init__(self, this):
10847 self.this = this
10848 if not hasattr(self,"thisown"): self.thisown = 0
10849 self.__class__ = GridBagSizer
10850 _core_.GridBagSizer_swigregister(GridBagSizerPtr)
10851
10852 #---------------------------------------------------------------------------
10853
10854 Left = _core_.Left
10855 Top = _core_.Top
10856 Right = _core_.Right
10857 Bottom = _core_.Bottom
10858 Width = _core_.Width
10859 Height = _core_.Height
10860 Centre = _core_.Centre
10861 Center = _core_.Center
10862 CentreX = _core_.CentreX
10863 CentreY = _core_.CentreY
10864 Unconstrained = _core_.Unconstrained
10865 AsIs = _core_.AsIs
10866 PercentOf = _core_.PercentOf
10867 Above = _core_.Above
10868 Below = _core_.Below
10869 LeftOf = _core_.LeftOf
10870 RightOf = _core_.RightOf
10871 SameAs = _core_.SameAs
10872 Absolute = _core_.Absolute
10873 class IndividualLayoutConstraint(Object):
10874 """
10875 Objects of this class are stored in the `wx.LayoutConstraints` class as
10876 one of eight possible constraints that a window can be involved in.
10877 You will never need to create an instance of
10878 wx.IndividualLayoutConstraint, rather you should create a
10879 `wx.LayoutConstraints` instance and use the individual contstraints
10880 that it contains.
10881 """
10882 def __init__(self): raise RuntimeError, "No constructor defined"
10883 def __repr__(self):
10884 return "<%s.%s; proxy of C++ wxIndividualLayoutConstraint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10885 def Set(*args, **kwargs):
10886 """
10887 Set(self, int rel, Window otherW, int otherE, int val=0, int marg=wxLAYOUT_DEFAULT_MARGIN)
10888
10889 Sets the properties of the constraint. Normally called by one of the
10890 convenience functions such as Above, RightOf, SameAs.
10891 """
10892 return _core_.IndividualLayoutConstraint_Set(*args, **kwargs)
10893
10894 def LeftOf(*args, **kwargs):
10895 """
10896 LeftOf(self, Window sibling, int marg=0)
10897
10898 Constrains this edge to be to the left of the given window, with an
10899 optional margin. Implicitly, this is relative to the left edge of the
10900 other window.
10901 """
10902 return _core_.IndividualLayoutConstraint_LeftOf(*args, **kwargs)
10903
10904 def RightOf(*args, **kwargs):
10905 """
10906 RightOf(self, Window sibling, int marg=0)
10907
10908 Constrains this edge to be to the right of the given window, with an
10909 optional margin. Implicitly, this is relative to the right edge of the
10910 other window.
10911 """
10912 return _core_.IndividualLayoutConstraint_RightOf(*args, **kwargs)
10913
10914 def Above(*args, **kwargs):
10915 """
10916 Above(self, Window sibling, int marg=0)
10917
10918 Constrains this edge to be above the given window, with an optional
10919 margin. Implicitly, this is relative to the top edge of the other
10920 window.
10921 """
10922 return _core_.IndividualLayoutConstraint_Above(*args, **kwargs)
10923
10924 def Below(*args, **kwargs):
10925 """
10926 Below(self, Window sibling, int marg=0)
10927
10928 Constrains this edge to be below the given window, with an optional
10929 margin. Implicitly, this is relative to the bottom edge of the other
10930 window.
10931 """
10932 return _core_.IndividualLayoutConstraint_Below(*args, **kwargs)
10933
10934 def SameAs(*args, **kwargs):
10935 """
10936 SameAs(self, Window otherW, int edge, int marg=0)
10937
10938 Constrains this edge or dimension to be to the same as the edge of the
10939 given window, with an optional margin.
10940 """
10941 return _core_.IndividualLayoutConstraint_SameAs(*args, **kwargs)
10942
10943 def PercentOf(*args, **kwargs):
10944 """
10945 PercentOf(self, Window otherW, int wh, int per)
10946
10947 Constrains this edge or dimension to be to a percentage of the given
10948 window, with an optional margin.
10949 """
10950 return _core_.IndividualLayoutConstraint_PercentOf(*args, **kwargs)
10951
10952 def Absolute(*args, **kwargs):
10953 """
10954 Absolute(self, int val)
10955
10956 Constrains this edge or dimension to be the given absolute value.
10957 """
10958 return _core_.IndividualLayoutConstraint_Absolute(*args, **kwargs)
10959
10960 def Unconstrained(*args, **kwargs):
10961 """
10962 Unconstrained(self)
10963
10964 Sets this edge or dimension to be unconstrained, that is, dependent on
10965 other edges and dimensions from which this value can be deduced.
10966 """
10967 return _core_.IndividualLayoutConstraint_Unconstrained(*args, **kwargs)
10968
10969 def AsIs(*args, **kwargs):
10970 """
10971 AsIs(self)
10972
10973 Sets this edge or constraint to be whatever the window's value is at
10974 the moment. If either of the width and height constraints are *as is*,
10975 the window will not be resized, but moved instead. This is important
10976 when considering panel items which are intended to have a default
10977 size, such as a button, which may take its size from the size of the
10978 button label.
10979 """
10980 return _core_.IndividualLayoutConstraint_AsIs(*args, **kwargs)
10981
10982 def GetOtherWindow(*args, **kwargs):
10983 """GetOtherWindow(self) -> Window"""
10984 return _core_.IndividualLayoutConstraint_GetOtherWindow(*args, **kwargs)
10985
10986 def GetMyEdge(*args, **kwargs):
10987 """GetMyEdge(self) -> int"""
10988 return _core_.IndividualLayoutConstraint_GetMyEdge(*args, **kwargs)
10989
10990 def SetEdge(*args, **kwargs):
10991 """SetEdge(self, int which)"""
10992 return _core_.IndividualLayoutConstraint_SetEdge(*args, **kwargs)
10993
10994 def SetValue(*args, **kwargs):
10995 """SetValue(self, int v)"""
10996 return _core_.IndividualLayoutConstraint_SetValue(*args, **kwargs)
10997
10998 def GetMargin(*args, **kwargs):
10999 """GetMargin(self) -> int"""
11000 return _core_.IndividualLayoutConstraint_GetMargin(*args, **kwargs)
11001
11002 def SetMargin(*args, **kwargs):
11003 """SetMargin(self, int m)"""
11004 return _core_.IndividualLayoutConstraint_SetMargin(*args, **kwargs)
11005
11006 def GetValue(*args, **kwargs):
11007 """GetValue(self) -> int"""
11008 return _core_.IndividualLayoutConstraint_GetValue(*args, **kwargs)
11009
11010 def GetPercent(*args, **kwargs):
11011 """GetPercent(self) -> int"""
11012 return _core_.IndividualLayoutConstraint_GetPercent(*args, **kwargs)
11013
11014 def GetOtherEdge(*args, **kwargs):
11015 """GetOtherEdge(self) -> int"""
11016 return _core_.IndividualLayoutConstraint_GetOtherEdge(*args, **kwargs)
11017
11018 def GetDone(*args, **kwargs):
11019 """GetDone(self) -> bool"""
11020 return _core_.IndividualLayoutConstraint_GetDone(*args, **kwargs)
11021
11022 def SetDone(*args, **kwargs):
11023 """SetDone(self, bool d)"""
11024 return _core_.IndividualLayoutConstraint_SetDone(*args, **kwargs)
11025
11026 def GetRelationship(*args, **kwargs):
11027 """GetRelationship(self) -> int"""
11028 return _core_.IndividualLayoutConstraint_GetRelationship(*args, **kwargs)
11029
11030 def SetRelationship(*args, **kwargs):
11031 """SetRelationship(self, int r)"""
11032 return _core_.IndividualLayoutConstraint_SetRelationship(*args, **kwargs)
11033
11034 def ResetIfWin(*args, **kwargs):
11035 """
11036 ResetIfWin(self, Window otherW) -> bool
11037
11038 Reset constraint if it mentions otherWin
11039 """
11040 return _core_.IndividualLayoutConstraint_ResetIfWin(*args, **kwargs)
11041
11042 def SatisfyConstraint(*args, **kwargs):
11043 """
11044 SatisfyConstraint(self, LayoutConstraints constraints, Window win) -> bool
11045
11046 Try to satisfy constraint
11047 """
11048 return _core_.IndividualLayoutConstraint_SatisfyConstraint(*args, **kwargs)
11049
11050 def GetEdge(*args, **kwargs):
11051 """
11052 GetEdge(self, int which, Window thisWin, Window other) -> int
11053
11054 Get the value of this edge or dimension, or if this
11055 is not determinable, -1.
11056 """
11057 return _core_.IndividualLayoutConstraint_GetEdge(*args, **kwargs)
11058
11059
11060 class IndividualLayoutConstraintPtr(IndividualLayoutConstraint):
11061 def __init__(self, this):
11062 self.this = this
11063 if not hasattr(self,"thisown"): self.thisown = 0
11064 self.__class__ = IndividualLayoutConstraint
11065 _core_.IndividualLayoutConstraint_swigregister(IndividualLayoutConstraintPtr)
11066
11067 class LayoutConstraints(Object):
11068 """
11069 **Note:** constraints are now deprecated and you should use sizers
11070 instead.
11071
11072 Objects of this class can be associated with a window to define its
11073 layout constraints, with respect to siblings or its parent.
11074
11075 The class consists of the following eight constraints of class
11076 wx.IndividualLayoutConstraint, some or all of which should be accessed
11077 directly to set the appropriate constraints.
11078
11079 * left: represents the left hand edge of the window
11080 * right: represents the right hand edge of the window
11081 * top: represents the top edge of the window
11082 * bottom: represents the bottom edge of the window
11083 * width: represents the width of the window
11084 * height: represents the height of the window
11085 * centreX: represents the horizontal centre point of the window
11086 * centreY: represents the vertical centre point of the window
11087
11088 Most constraints are initially set to have the relationship
11089 wxUnconstrained, which means that their values should be calculated by
11090 looking at known constraints. The exceptions are width and height,
11091 which are set to wxAsIs to ensure that if the user does not specify a
11092 constraint, the existing width and height will be used, to be
11093 compatible with panel items which often have take a default size. If
11094 the constraint is ``wx.AsIs``, the dimension will not be changed.
11095
11096 :see: `wx.IndividualLayoutConstraint`, `wx.Window.SetConstraints`
11097
11098 """
11099 def __repr__(self):
11100 return "<%s.%s; proxy of C++ wxLayoutConstraints instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
11101 left = property(_core_.LayoutConstraints_left_get)
11102 top = property(_core_.LayoutConstraints_top_get)
11103 right = property(_core_.LayoutConstraints_right_get)
11104 bottom = property(_core_.LayoutConstraints_bottom_get)
11105 width = property(_core_.LayoutConstraints_width_get)
11106 height = property(_core_.LayoutConstraints_height_get)
11107 centreX = property(_core_.LayoutConstraints_centreX_get)
11108 centreY = property(_core_.LayoutConstraints_centreY_get)
11109 def __init__(self, *args, **kwargs):
11110 """__init__(self) -> LayoutConstraints"""
11111 newobj = _core_.new_LayoutConstraints(*args, **kwargs)
11112 self.this = newobj.this
11113 self.thisown = 1
11114 del newobj.thisown
11115 def SatisfyConstraints(*args, **kwargs):
11116 """SatisfyConstraints(Window win) -> (areSatisfied, noChanges)"""
11117 return _core_.LayoutConstraints_SatisfyConstraints(*args, **kwargs)
11118
11119 def AreSatisfied(*args, **kwargs):
11120 """AreSatisfied(self) -> bool"""
11121 return _core_.LayoutConstraints_AreSatisfied(*args, **kwargs)
11122
11123
11124 class LayoutConstraintsPtr(LayoutConstraints):
11125 def __init__(self, this):
11126 self.this = this
11127 if not hasattr(self,"thisown"): self.thisown = 0
11128 self.__class__ = LayoutConstraints
11129 _core_.LayoutConstraints_swigregister(LayoutConstraintsPtr)
11130
11131 #----------------------------------------------------------------------------
11132
11133 # Use Python's bool constants if available, make some if not
11134 try:
11135 True
11136 except NameError:
11137 __builtins__.True = 1==1
11138 __builtins__.False = 1==0
11139 def bool(value): return not not value
11140 __builtins__.bool = bool
11141
11142
11143
11144 # workarounds for bad wxRTTI names
11145 __wxPyPtrTypeMap['wxGauge95'] = 'wxGauge'
11146 __wxPyPtrTypeMap['wxSlider95'] = 'wxSlider'
11147 __wxPyPtrTypeMap['wxStatusBar95'] = 'wxStatusBar'
11148
11149
11150 #----------------------------------------------------------------------------
11151 # Load version numbers from __version__... Ensure that major and minor
11152 # versions are the same for both wxPython and wxWidgets.
11153
11154 from __version__ import *
11155 __version__ = VERSION_STRING
11156
11157 assert MAJOR_VERSION == _core_.MAJOR_VERSION, "wxPython/wxWidgets version mismatch"
11158 assert MINOR_VERSION == _core_.MINOR_VERSION, "wxPython/wxWidgets version mismatch"
11159 if RELEASE_VERSION != _core_.RELEASE_VERSION:
11160 import warnings
11161 warnings.warn("wxPython/wxWidgets release number mismatch")
11162
11163 #----------------------------------------------------------------------------
11164
11165 # Set the default string<-->unicode conversion encoding from the
11166 # locale. This encoding is used when string or unicode objects need
11167 # to be converted in order to pass them to wxWidgets. Please be aware
11168 # that the default encoding within the same locale may be slightly
11169 # different on different platforms. For example, please see
11170 # http://www.alanwood.net/demos/charsetdiffs.html for differences
11171 # between the common latin/roman encodings.
11172 import locale
11173 default = locale.getdefaultlocale()[1]
11174 if default:
11175 wx.SetDefaultPyEncoding(default)
11176 del default
11177 del locale
11178
11179 #----------------------------------------------------------------------------
11180
11181 class PyDeadObjectError(AttributeError):
11182 pass
11183
11184 class _wxPyDeadObject(object):
11185 """
11186 Instances of wx objects that are OOR capable will have their __class__
11187 changed to this class when the C++ object is deleted. This should help
11188 prevent crashes due to referencing a bogus C++ pointer.
11189 """
11190 reprStr = "wxPython wrapper for DELETED %s object! (The C++ object no longer exists.)"
11191 attrStr = "The C++ part of the %s object has been deleted, attribute access no longer allowed."
11192
11193 def __repr__(self):
11194 if not hasattr(self, "_name"):
11195 self._name = "[unknown]"
11196 return self.reprStr % self._name
11197
11198 def __getattr__(self, *args):
11199 if not hasattr(self, "_name"):
11200 self._name = "[unknown]"
11201 raise PyDeadObjectError(self.attrStr % self._name)
11202
11203 def __nonzero__(self):
11204 return 0
11205
11206
11207
11208 class PyUnbornObjectError(AttributeError):
11209 pass
11210
11211 class _wxPyUnbornObject(object):
11212 """
11213 Some stock objects are created when the wx._core module is
11214 imported, but their C++ instance is not created until the wx.App
11215 object is created and initialized. These object instances will
11216 temporarily have their __class__ changed to this class so an
11217 exception will be raised if they are used before the C++ instance
11218 is ready.
11219 """
11220
11221 reprStr = "wxPython wrapper for UNBORN object! (The C++ object is not initialized yet.)"
11222 attrStr = "The C++ part of this object has not been initialized, attribute access not allowed."
11223
11224 def __repr__(self):
11225 #if not hasattr(self, "_name"):
11226 # self._name = "[unknown]"
11227 return self.reprStr #% self._name
11228
11229 def __getattr__(self, *args):
11230 #if not hasattr(self, "_name"):
11231 # self._name = "[unknown]"
11232 raise PyUnbornObjectError(self.attrStr) # % self._name )
11233
11234 def __nonzero__(self):
11235 return 0
11236
11237
11238 #----------------------------------------------------------------------------
11239
11240 def CallAfter(callable, *args, **kw):
11241 """
11242 Call the specified function after the current and pending event
11243 handlers have been completed. This is also good for making GUI
11244 method calls from non-GUI threads. Any extra positional or
11245 keyword args are passed on to the callable when it is called.
11246
11247 :see: `wx.FutureCall`
11248 """
11249 app = wx.GetApp()
11250 assert app is not None, 'No wx.App created yet'
11251
11252 if not hasattr(app, "_CallAfterId"):
11253 app._CallAfterId = wx.NewEventType()
11254 app.Connect(-1, -1, app._CallAfterId,
11255 lambda event: event.callable(*event.args, **event.kw) )
11256 evt = wx.PyEvent()
11257 evt.SetEventType(app._CallAfterId)
11258 evt.callable = callable
11259 evt.args = args
11260 evt.kw = kw
11261 wx.PostEvent(app, evt)
11262
11263 #----------------------------------------------------------------------------
11264
11265
11266 class FutureCall:
11267 """
11268 A convenience class for `wx.Timer`, that calls the given callable
11269 object once after the given amount of milliseconds, passing any
11270 positional or keyword args. The return value of the callable is
11271 availbale after it has been run with the `GetResult` method.
11272
11273 If you don't need to get the return value or restart the timer
11274 then there is no need to hold a reference to this object. It will
11275 hold a reference to itself while the timer is running (the timer
11276 has a reference to self.Notify) but the cycle will be broken when
11277 the timer completes, automatically cleaning up the wx.FutureCall
11278 object.
11279
11280 :see: `wx.CallAfter`
11281 """
11282 def __init__(self, millis, callable, *args, **kwargs):
11283 self.millis = millis
11284 self.callable = callable
11285 self.SetArgs(*args, **kwargs)
11286 self.runCount = 0
11287 self.running = False
11288 self.hasRun = False
11289 self.result = None
11290 self.timer = None
11291 self.Start()
11292
11293 def __del__(self):
11294 self.Stop()
11295
11296
11297 def Start(self, millis=None, *args, **kwargs):
11298 """
11299 (Re)start the timer
11300 """
11301 self.hasRun = False
11302 if millis is not None:
11303 self.millis = millis
11304 if args or kwargs:
11305 self.SetArgs(*args, **kwargs)
11306 self.Stop()
11307 self.timer = wx.PyTimer(self.Notify)
11308 self.timer.Start(self.millis, wx.TIMER_ONE_SHOT)
11309 self.running = True
11310 Restart = Start
11311
11312
11313 def Stop(self):
11314 """
11315 Stop and destroy the timer.
11316 """
11317 if self.timer is not None:
11318 self.timer.Stop()
11319 self.timer = None
11320
11321
11322 def GetInterval(self):
11323 if self.timer is not None:
11324 return self.timer.GetInterval()
11325 else:
11326 return 0
11327
11328
11329 def IsRunning(self):
11330 return self.timer is not None and self.timer.IsRunning()
11331
11332
11333 def SetArgs(self, *args, **kwargs):
11334 """
11335 (Re)set the args passed to the callable object. This is
11336 useful in conjunction with Restart if you want to schedule a
11337 new call to the same callable object but with different
11338 parameters.
11339 """
11340 self.args = args
11341 self.kwargs = kwargs
11342
11343
11344 def HasRun(self):
11345 return self.hasRun
11346
11347 def GetResult(self):
11348 return self.result
11349
11350 def Notify(self):
11351 """
11352 The timer has expired so call the callable.
11353 """
11354 if self.callable and getattr(self.callable, 'im_self', True):
11355 self.runCount += 1
11356 self.running = False
11357 self.result = self.callable(*self.args, **self.kwargs)
11358 self.hasRun = True
11359 if not self.running:
11360 # if it wasn't restarted, then cleanup
11361 wx.CallAfter(self.Stop)
11362
11363
11364
11365 #----------------------------------------------------------------------------
11366 # Control which items in this module should be documented by epydoc.
11367 # We allow only classes and functions, which will help reduce the size
11368 # of the docs by filtering out the zillions of constants, EVT objects,
11369 # and etc that don't make much sense by themselves, but are instead
11370 # documented (or will be) as part of the classes/functions/methods
11371 # where they should be used.
11372
11373 class __DocFilter:
11374 """
11375 A filter for epydoc that only allows non-Ptr classes and
11376 fucntions, in order to reduce the clutter in the API docs.
11377 """
11378 def __init__(self, globals):
11379 self._globals = globals
11380
11381 def __call__(self, name):
11382 import types
11383 obj = self._globals.get(name, None)
11384 if type(obj) not in [type, types.ClassType, types.FunctionType, types.BuiltinFunctionType]:
11385 return False
11386 if name.startswith('_') or name.endswith('Ptr') or name.startswith('EVT'):
11387 return False
11388 return True
11389
11390 #----------------------------------------------------------------------------
11391 #----------------------------------------------------------------------------
11392
11393 # Import other modules in this package that should show up in the
11394 # "core" wx namespace
11395 from _gdi import *
11396 from _windows import *
11397 from _controls import *
11398 from _misc import *
11399
11400
11401 # Fixup the stock objects since they can't be used yet. (They will be
11402 # restored in wx.PyApp.OnInit.)
11403 _core_._wxPyFixStockObjects()
11404
11405 #----------------------------------------------------------------------------
11406 #----------------------------------------------------------------------------
11407
11408