]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/gtk/_core.py
re-enable wxDrawWindowOnDC
[wxWidgets.git] / wxPython / src / gtk / _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 FindFirstUnusedColour(*args, **kwargs):
2181 """
2182 FindFirstUnusedColour(int startR=1, int startG=0, int startB=0) -> (success, r, g, b)
2183
2184 Find first colour that is not used in the image and has higher RGB
2185 values than startR, startG, startB. Returns a tuple consisting of a
2186 success flag and rgb values.
2187 """
2188 return _core_.Image_FindFirstUnusedColour(*args, **kwargs)
2189
2190 def ConvertAlphaToMask(*args, **kwargs):
2191 """
2192 ConvertAlphaToMask(self, byte threshold=128) -> bool
2193
2194 If the image has alpha channel, this method converts it to mask. All pixels
2195 with alpha value less than ``threshold`` are replaced with mask colour and the
2196 alpha channel is removed. Mask colour is chosen automatically using
2197 `FindFirstUnusedColour`.
2198
2199 If the image image doesn't have alpha channel, ConvertAlphaToMask does
2200 nothing.
2201 """
2202 return _core_.Image_ConvertAlphaToMask(*args, **kwargs)
2203
2204 def ConvertColourToAlpha(*args, **kwargs):
2205 """
2206 ConvertColourToAlpha(self, unsigned char r, unsigned char g, unsigned char b) -> bool
2207
2208 This method converts an image where the original alpha information is
2209 only available as a shades of a colour (actually shades of grey)
2210 typically when you draw anti-aliased text into a bitmap. The DC
2211 drawing routines draw grey values on the black background although
2212 they actually mean to draw white with differnt alpha values. This
2213 method reverses it, assuming a black (!) background and white text.
2214 The method will then fill up the whole image with the colour given.
2215 """
2216 return _core_.Image_ConvertColourToAlpha(*args, **kwargs)
2217
2218 def SetMaskFromImage(*args, **kwargs):
2219 """SetMaskFromImage(self, Image mask, byte mr, byte mg, byte mb) -> bool"""
2220 return _core_.Image_SetMaskFromImage(*args, **kwargs)
2221
2222 def CanRead(*args, **kwargs):
2223 """CanRead(String name) -> bool"""
2224 return _core_.Image_CanRead(*args, **kwargs)
2225
2226 CanRead = staticmethod(CanRead)
2227 def GetImageCount(*args, **kwargs):
2228 """GetImageCount(String name, long type=BITMAP_TYPE_ANY) -> int"""
2229 return _core_.Image_GetImageCount(*args, **kwargs)
2230
2231 GetImageCount = staticmethod(GetImageCount)
2232 def LoadFile(*args, **kwargs):
2233 """LoadFile(self, String name, long type=BITMAP_TYPE_ANY, int index=-1) -> bool"""
2234 return _core_.Image_LoadFile(*args, **kwargs)
2235
2236 def LoadMimeFile(*args, **kwargs):
2237 """LoadMimeFile(self, String name, String mimetype, int index=-1) -> bool"""
2238 return _core_.Image_LoadMimeFile(*args, **kwargs)
2239
2240 def SaveFile(*args, **kwargs):
2241 """SaveFile(self, String name, int type) -> bool"""
2242 return _core_.Image_SaveFile(*args, **kwargs)
2243
2244 def SaveMimeFile(*args, **kwargs):
2245 """SaveMimeFile(self, String name, String mimetype) -> bool"""
2246 return _core_.Image_SaveMimeFile(*args, **kwargs)
2247
2248 def CanReadStream(*args, **kwargs):
2249 """CanReadStream(InputStream stream) -> bool"""
2250 return _core_.Image_CanReadStream(*args, **kwargs)
2251
2252 CanReadStream = staticmethod(CanReadStream)
2253 def LoadStream(*args, **kwargs):
2254 """LoadStream(self, InputStream stream, long type=BITMAP_TYPE_ANY, int index=-1) -> bool"""
2255 return _core_.Image_LoadStream(*args, **kwargs)
2256
2257 def LoadMimeStream(*args, **kwargs):
2258 """LoadMimeStream(self, InputStream stream, String mimetype, int index=-1) -> bool"""
2259 return _core_.Image_LoadMimeStream(*args, **kwargs)
2260
2261 def Ok(*args, **kwargs):
2262 """Ok(self) -> bool"""
2263 return _core_.Image_Ok(*args, **kwargs)
2264
2265 def GetWidth(*args, **kwargs):
2266 """GetWidth(self) -> int"""
2267 return _core_.Image_GetWidth(*args, **kwargs)
2268
2269 def GetHeight(*args, **kwargs):
2270 """GetHeight(self) -> int"""
2271 return _core_.Image_GetHeight(*args, **kwargs)
2272
2273 def GetSize(*args, **kwargs):
2274 """GetSize(self) -> Size"""
2275 return _core_.Image_GetSize(*args, **kwargs)
2276
2277 def GetSubImage(*args, **kwargs):
2278 """GetSubImage(self, Rect rect) -> Image"""
2279 return _core_.Image_GetSubImage(*args, **kwargs)
2280
2281 def Copy(*args, **kwargs):
2282 """Copy(self) -> Image"""
2283 return _core_.Image_Copy(*args, **kwargs)
2284
2285 def Paste(*args, **kwargs):
2286 """Paste(self, Image image, int x, int y)"""
2287 return _core_.Image_Paste(*args, **kwargs)
2288
2289 def GetData(*args, **kwargs):
2290 """GetData(self) -> PyObject"""
2291 return _core_.Image_GetData(*args, **kwargs)
2292
2293 def SetData(*args, **kwargs):
2294 """SetData(self, PyObject data)"""
2295 return _core_.Image_SetData(*args, **kwargs)
2296
2297 def GetDataBuffer(*args, **kwargs):
2298 """GetDataBuffer(self) -> PyObject"""
2299 return _core_.Image_GetDataBuffer(*args, **kwargs)
2300
2301 def SetDataBuffer(*args, **kwargs):
2302 """SetDataBuffer(self, PyObject data)"""
2303 return _core_.Image_SetDataBuffer(*args, **kwargs)
2304
2305 def GetAlphaData(*args, **kwargs):
2306 """GetAlphaData(self) -> PyObject"""
2307 return _core_.Image_GetAlphaData(*args, **kwargs)
2308
2309 def SetAlphaData(*args, **kwargs):
2310 """SetAlphaData(self, PyObject data)"""
2311 return _core_.Image_SetAlphaData(*args, **kwargs)
2312
2313 def GetAlphaBuffer(*args, **kwargs):
2314 """GetAlphaBuffer(self) -> PyObject"""
2315 return _core_.Image_GetAlphaBuffer(*args, **kwargs)
2316
2317 def SetAlphaBuffer(*args, **kwargs):
2318 """SetAlphaBuffer(self, PyObject data)"""
2319 return _core_.Image_SetAlphaBuffer(*args, **kwargs)
2320
2321 def SetMaskColour(*args, **kwargs):
2322 """SetMaskColour(self, unsigned char r, unsigned char g, unsigned char b)"""
2323 return _core_.Image_SetMaskColour(*args, **kwargs)
2324
2325 def GetMaskRed(*args, **kwargs):
2326 """GetMaskRed(self) -> unsigned char"""
2327 return _core_.Image_GetMaskRed(*args, **kwargs)
2328
2329 def GetMaskGreen(*args, **kwargs):
2330 """GetMaskGreen(self) -> unsigned char"""
2331 return _core_.Image_GetMaskGreen(*args, **kwargs)
2332
2333 def GetMaskBlue(*args, **kwargs):
2334 """GetMaskBlue(self) -> unsigned char"""
2335 return _core_.Image_GetMaskBlue(*args, **kwargs)
2336
2337 def SetMask(*args, **kwargs):
2338 """SetMask(self, bool mask=True)"""
2339 return _core_.Image_SetMask(*args, **kwargs)
2340
2341 def HasMask(*args, **kwargs):
2342 """HasMask(self) -> bool"""
2343 return _core_.Image_HasMask(*args, **kwargs)
2344
2345 def Rotate(*args, **kwargs):
2346 """
2347 Rotate(self, double angle, Point centre_of_rotation, bool interpolating=True,
2348 Point offset_after_rotation=None) -> Image
2349 """
2350 return _core_.Image_Rotate(*args, **kwargs)
2351
2352 def Rotate90(*args, **kwargs):
2353 """Rotate90(self, bool clockwise=True) -> Image"""
2354 return _core_.Image_Rotate90(*args, **kwargs)
2355
2356 def Mirror(*args, **kwargs):
2357 """Mirror(self, bool horizontally=True) -> Image"""
2358 return _core_.Image_Mirror(*args, **kwargs)
2359
2360 def Replace(*args, **kwargs):
2361 """
2362 Replace(self, unsigned char r1, unsigned char g1, unsigned char b1,
2363 unsigned char r2, unsigned char g2, unsigned char b2)
2364 """
2365 return _core_.Image_Replace(*args, **kwargs)
2366
2367 def ConvertToMono(*args, **kwargs):
2368 """ConvertToMono(self, unsigned char r, unsigned char g, unsigned char b) -> Image"""
2369 return _core_.Image_ConvertToMono(*args, **kwargs)
2370
2371 def SetOption(*args, **kwargs):
2372 """SetOption(self, String name, String value)"""
2373 return _core_.Image_SetOption(*args, **kwargs)
2374
2375 def SetOptionInt(*args, **kwargs):
2376 """SetOptionInt(self, String name, int value)"""
2377 return _core_.Image_SetOptionInt(*args, **kwargs)
2378
2379 def GetOption(*args, **kwargs):
2380 """GetOption(self, String name) -> String"""
2381 return _core_.Image_GetOption(*args, **kwargs)
2382
2383 def GetOptionInt(*args, **kwargs):
2384 """GetOptionInt(self, String name) -> int"""
2385 return _core_.Image_GetOptionInt(*args, **kwargs)
2386
2387 def HasOption(*args, **kwargs):
2388 """HasOption(self, String name) -> bool"""
2389 return _core_.Image_HasOption(*args, **kwargs)
2390
2391 def CountColours(*args, **kwargs):
2392 """CountColours(self, unsigned long stopafter=(unsigned long) -1) -> unsigned long"""
2393 return _core_.Image_CountColours(*args, **kwargs)
2394
2395 def ComputeHistogram(*args, **kwargs):
2396 """ComputeHistogram(self, ImageHistogram h) -> unsigned long"""
2397 return _core_.Image_ComputeHistogram(*args, **kwargs)
2398
2399 def AddHandler(*args, **kwargs):
2400 """AddHandler(ImageHandler handler)"""
2401 return _core_.Image_AddHandler(*args, **kwargs)
2402
2403 AddHandler = staticmethod(AddHandler)
2404 def InsertHandler(*args, **kwargs):
2405 """InsertHandler(ImageHandler handler)"""
2406 return _core_.Image_InsertHandler(*args, **kwargs)
2407
2408 InsertHandler = staticmethod(InsertHandler)
2409 def RemoveHandler(*args, **kwargs):
2410 """RemoveHandler(String name) -> bool"""
2411 return _core_.Image_RemoveHandler(*args, **kwargs)
2412
2413 RemoveHandler = staticmethod(RemoveHandler)
2414 def GetImageExtWildcard(*args, **kwargs):
2415 """GetImageExtWildcard() -> String"""
2416 return _core_.Image_GetImageExtWildcard(*args, **kwargs)
2417
2418 GetImageExtWildcard = staticmethod(GetImageExtWildcard)
2419 def ConvertToBitmap(*args, **kwargs):
2420 """ConvertToBitmap(self, int depth=-1) -> Bitmap"""
2421 return _core_.Image_ConvertToBitmap(*args, **kwargs)
2422
2423 def ConvertToMonoBitmap(*args, **kwargs):
2424 """ConvertToMonoBitmap(self, unsigned char red, unsigned char green, unsigned char blue) -> Bitmap"""
2425 return _core_.Image_ConvertToMonoBitmap(*args, **kwargs)
2426
2427 def __nonzero__(self): return self.Ok()
2428
2429 class ImagePtr(Image):
2430 def __init__(self, this):
2431 self.this = this
2432 if not hasattr(self,"thisown"): self.thisown = 0
2433 self.__class__ = Image
2434 _core_.Image_swigregister(ImagePtr)
2435
2436 def ImageFromMime(*args, **kwargs):
2437 """ImageFromMime(String name, String mimetype, int index=-1) -> Image"""
2438 val = _core_.new_ImageFromMime(*args, **kwargs)
2439 val.thisown = 1
2440 return val
2441
2442 def ImageFromStream(*args, **kwargs):
2443 """ImageFromStream(InputStream stream, long type=BITMAP_TYPE_ANY, int index=-1) -> Image"""
2444 val = _core_.new_ImageFromStream(*args, **kwargs)
2445 val.thisown = 1
2446 return val
2447
2448 def ImageFromStreamMime(*args, **kwargs):
2449 """ImageFromStreamMime(InputStream stream, String mimetype, int index=-1) -> Image"""
2450 val = _core_.new_ImageFromStreamMime(*args, **kwargs)
2451 val.thisown = 1
2452 return val
2453
2454 def EmptyImage(*args, **kwargs):
2455 """EmptyImage(int width=0, int height=0, bool clear=True) -> Image"""
2456 val = _core_.new_EmptyImage(*args, **kwargs)
2457 val.thisown = 1
2458 return val
2459
2460 def ImageFromBitmap(*args, **kwargs):
2461 """ImageFromBitmap(Bitmap bitmap) -> Image"""
2462 val = _core_.new_ImageFromBitmap(*args, **kwargs)
2463 val.thisown = 1
2464 return val
2465
2466 def ImageFromData(*args, **kwargs):
2467 """ImageFromData(int width, int height, unsigned char data) -> Image"""
2468 val = _core_.new_ImageFromData(*args, **kwargs)
2469 val.thisown = 1
2470 return val
2471
2472 def ImageFromDataWithAlpha(*args, **kwargs):
2473 """ImageFromDataWithAlpha(int width, int height, unsigned char data, unsigned char alpha) -> Image"""
2474 val = _core_.new_ImageFromDataWithAlpha(*args, **kwargs)
2475 val.thisown = 1
2476 return val
2477
2478 def Image_CanRead(*args, **kwargs):
2479 """Image_CanRead(String name) -> bool"""
2480 return _core_.Image_CanRead(*args, **kwargs)
2481
2482 def Image_GetImageCount(*args, **kwargs):
2483 """Image_GetImageCount(String name, long type=BITMAP_TYPE_ANY) -> int"""
2484 return _core_.Image_GetImageCount(*args, **kwargs)
2485
2486 def Image_CanReadStream(*args, **kwargs):
2487 """Image_CanReadStream(InputStream stream) -> bool"""
2488 return _core_.Image_CanReadStream(*args, **kwargs)
2489
2490 def Image_AddHandler(*args, **kwargs):
2491 """Image_AddHandler(ImageHandler handler)"""
2492 return _core_.Image_AddHandler(*args, **kwargs)
2493
2494 def Image_InsertHandler(*args, **kwargs):
2495 """Image_InsertHandler(ImageHandler handler)"""
2496 return _core_.Image_InsertHandler(*args, **kwargs)
2497
2498 def Image_RemoveHandler(*args, **kwargs):
2499 """Image_RemoveHandler(String name) -> bool"""
2500 return _core_.Image_RemoveHandler(*args, **kwargs)
2501
2502 def Image_GetImageExtWildcard(*args, **kwargs):
2503 """Image_GetImageExtWildcard() -> String"""
2504 return _core_.Image_GetImageExtWildcard(*args, **kwargs)
2505
2506 def InitAllImageHandlers():
2507 """
2508 The former functionality of InitAllImageHanders is now done internal to
2509 the _core_ extension module and so this function has become a simple NOP.
2510 """
2511 pass
2512
2513 IMAGE_RESOLUTION_INCHES = _core_.IMAGE_RESOLUTION_INCHES
2514 IMAGE_RESOLUTION_CM = _core_.IMAGE_RESOLUTION_CM
2515 BMP_24BPP = _core_.BMP_24BPP
2516 BMP_8BPP = _core_.BMP_8BPP
2517 BMP_8BPP_GREY = _core_.BMP_8BPP_GREY
2518 BMP_8BPP_GRAY = _core_.BMP_8BPP_GRAY
2519 BMP_8BPP_RED = _core_.BMP_8BPP_RED
2520 BMP_8BPP_PALETTE = _core_.BMP_8BPP_PALETTE
2521 BMP_4BPP = _core_.BMP_4BPP
2522 BMP_1BPP = _core_.BMP_1BPP
2523 BMP_1BPP_BW = _core_.BMP_1BPP_BW
2524 class BMPHandler(ImageHandler):
2525 """Proxy of C++ BMPHandler class"""
2526 def __repr__(self):
2527 return "<%s.%s; proxy of C++ wxBMPHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2528 def __init__(self, *args, **kwargs):
2529 """__init__(self) -> BMPHandler"""
2530 newobj = _core_.new_BMPHandler(*args, **kwargs)
2531 self.this = newobj.this
2532 self.thisown = 1
2533 del newobj.thisown
2534
2535 class BMPHandlerPtr(BMPHandler):
2536 def __init__(self, this):
2537 self.this = this
2538 if not hasattr(self,"thisown"): self.thisown = 0
2539 self.__class__ = BMPHandler
2540 _core_.BMPHandler_swigregister(BMPHandlerPtr)
2541 NullImage = cvar.NullImage
2542 IMAGE_OPTION_FILENAME = cvar.IMAGE_OPTION_FILENAME
2543 IMAGE_OPTION_BMP_FORMAT = cvar.IMAGE_OPTION_BMP_FORMAT
2544 IMAGE_OPTION_CUR_HOTSPOT_X = cvar.IMAGE_OPTION_CUR_HOTSPOT_X
2545 IMAGE_OPTION_CUR_HOTSPOT_Y = cvar.IMAGE_OPTION_CUR_HOTSPOT_Y
2546 IMAGE_OPTION_RESOLUTION = cvar.IMAGE_OPTION_RESOLUTION
2547 IMAGE_OPTION_RESOLUTIONX = cvar.IMAGE_OPTION_RESOLUTIONX
2548 IMAGE_OPTION_RESOLUTIONY = cvar.IMAGE_OPTION_RESOLUTIONY
2549 IMAGE_OPTION_RESOLUTIONUNIT = cvar.IMAGE_OPTION_RESOLUTIONUNIT
2550 IMAGE_OPTION_BITSPERSAMPLE = cvar.IMAGE_OPTION_BITSPERSAMPLE
2551 IMAGE_OPTION_SAMPLESPERPIXEL = cvar.IMAGE_OPTION_SAMPLESPERPIXEL
2552 IMAGE_OPTION_COMPRESSION = cvar.IMAGE_OPTION_COMPRESSION
2553 IMAGE_OPTION_IMAGEDESCRIPTOR = cvar.IMAGE_OPTION_IMAGEDESCRIPTOR
2554
2555 class ICOHandler(BMPHandler):
2556 """Proxy of C++ ICOHandler class"""
2557 def __repr__(self):
2558 return "<%s.%s; proxy of C++ wxICOHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2559 def __init__(self, *args, **kwargs):
2560 """__init__(self) -> ICOHandler"""
2561 newobj = _core_.new_ICOHandler(*args, **kwargs)
2562 self.this = newobj.this
2563 self.thisown = 1
2564 del newobj.thisown
2565
2566 class ICOHandlerPtr(ICOHandler):
2567 def __init__(self, this):
2568 self.this = this
2569 if not hasattr(self,"thisown"): self.thisown = 0
2570 self.__class__ = ICOHandler
2571 _core_.ICOHandler_swigregister(ICOHandlerPtr)
2572
2573 class CURHandler(ICOHandler):
2574 """Proxy of C++ CURHandler class"""
2575 def __repr__(self):
2576 return "<%s.%s; proxy of C++ wxCURHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2577 def __init__(self, *args, **kwargs):
2578 """__init__(self) -> CURHandler"""
2579 newobj = _core_.new_CURHandler(*args, **kwargs)
2580 self.this = newobj.this
2581 self.thisown = 1
2582 del newobj.thisown
2583
2584 class CURHandlerPtr(CURHandler):
2585 def __init__(self, this):
2586 self.this = this
2587 if not hasattr(self,"thisown"): self.thisown = 0
2588 self.__class__ = CURHandler
2589 _core_.CURHandler_swigregister(CURHandlerPtr)
2590
2591 class ANIHandler(CURHandler):
2592 """Proxy of C++ ANIHandler class"""
2593 def __repr__(self):
2594 return "<%s.%s; proxy of C++ wxANIHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2595 def __init__(self, *args, **kwargs):
2596 """__init__(self) -> ANIHandler"""
2597 newobj = _core_.new_ANIHandler(*args, **kwargs)
2598 self.this = newobj.this
2599 self.thisown = 1
2600 del newobj.thisown
2601
2602 class ANIHandlerPtr(ANIHandler):
2603 def __init__(self, this):
2604 self.this = this
2605 if not hasattr(self,"thisown"): self.thisown = 0
2606 self.__class__ = ANIHandler
2607 _core_.ANIHandler_swigregister(ANIHandlerPtr)
2608
2609 class PNGHandler(ImageHandler):
2610 """Proxy of C++ PNGHandler class"""
2611 def __repr__(self):
2612 return "<%s.%s; proxy of C++ wxPNGHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2613 def __init__(self, *args, **kwargs):
2614 """__init__(self) -> PNGHandler"""
2615 newobj = _core_.new_PNGHandler(*args, **kwargs)
2616 self.this = newobj.this
2617 self.thisown = 1
2618 del newobj.thisown
2619
2620 class PNGHandlerPtr(PNGHandler):
2621 def __init__(self, this):
2622 self.this = this
2623 if not hasattr(self,"thisown"): self.thisown = 0
2624 self.__class__ = PNGHandler
2625 _core_.PNGHandler_swigregister(PNGHandlerPtr)
2626
2627 class GIFHandler(ImageHandler):
2628 """Proxy of C++ GIFHandler class"""
2629 def __repr__(self):
2630 return "<%s.%s; proxy of C++ wxGIFHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2631 def __init__(self, *args, **kwargs):
2632 """__init__(self) -> GIFHandler"""
2633 newobj = _core_.new_GIFHandler(*args, **kwargs)
2634 self.this = newobj.this
2635 self.thisown = 1
2636 del newobj.thisown
2637
2638 class GIFHandlerPtr(GIFHandler):
2639 def __init__(self, this):
2640 self.this = this
2641 if not hasattr(self,"thisown"): self.thisown = 0
2642 self.__class__ = GIFHandler
2643 _core_.GIFHandler_swigregister(GIFHandlerPtr)
2644
2645 class PCXHandler(ImageHandler):
2646 """Proxy of C++ PCXHandler class"""
2647 def __repr__(self):
2648 return "<%s.%s; proxy of C++ wxPCXHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2649 def __init__(self, *args, **kwargs):
2650 """__init__(self) -> PCXHandler"""
2651 newobj = _core_.new_PCXHandler(*args, **kwargs)
2652 self.this = newobj.this
2653 self.thisown = 1
2654 del newobj.thisown
2655
2656 class PCXHandlerPtr(PCXHandler):
2657 def __init__(self, this):
2658 self.this = this
2659 if not hasattr(self,"thisown"): self.thisown = 0
2660 self.__class__ = PCXHandler
2661 _core_.PCXHandler_swigregister(PCXHandlerPtr)
2662
2663 class JPEGHandler(ImageHandler):
2664 """Proxy of C++ JPEGHandler class"""
2665 def __repr__(self):
2666 return "<%s.%s; proxy of C++ wxJPEGHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2667 def __init__(self, *args, **kwargs):
2668 """__init__(self) -> JPEGHandler"""
2669 newobj = _core_.new_JPEGHandler(*args, **kwargs)
2670 self.this = newobj.this
2671 self.thisown = 1
2672 del newobj.thisown
2673
2674 class JPEGHandlerPtr(JPEGHandler):
2675 def __init__(self, this):
2676 self.this = this
2677 if not hasattr(self,"thisown"): self.thisown = 0
2678 self.__class__ = JPEGHandler
2679 _core_.JPEGHandler_swigregister(JPEGHandlerPtr)
2680
2681 class PNMHandler(ImageHandler):
2682 """Proxy of C++ PNMHandler class"""
2683 def __repr__(self):
2684 return "<%s.%s; proxy of C++ wxPNMHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2685 def __init__(self, *args, **kwargs):
2686 """__init__(self) -> PNMHandler"""
2687 newobj = _core_.new_PNMHandler(*args, **kwargs)
2688 self.this = newobj.this
2689 self.thisown = 1
2690 del newobj.thisown
2691
2692 class PNMHandlerPtr(PNMHandler):
2693 def __init__(self, this):
2694 self.this = this
2695 if not hasattr(self,"thisown"): self.thisown = 0
2696 self.__class__ = PNMHandler
2697 _core_.PNMHandler_swigregister(PNMHandlerPtr)
2698
2699 class XPMHandler(ImageHandler):
2700 """Proxy of C++ XPMHandler class"""
2701 def __repr__(self):
2702 return "<%s.%s; proxy of C++ wxXPMHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2703 def __init__(self, *args, **kwargs):
2704 """__init__(self) -> XPMHandler"""
2705 newobj = _core_.new_XPMHandler(*args, **kwargs)
2706 self.this = newobj.this
2707 self.thisown = 1
2708 del newobj.thisown
2709
2710 class XPMHandlerPtr(XPMHandler):
2711 def __init__(self, this):
2712 self.this = this
2713 if not hasattr(self,"thisown"): self.thisown = 0
2714 self.__class__ = XPMHandler
2715 _core_.XPMHandler_swigregister(XPMHandlerPtr)
2716
2717 class TIFFHandler(ImageHandler):
2718 """Proxy of C++ TIFFHandler class"""
2719 def __repr__(self):
2720 return "<%s.%s; proxy of C++ wxTIFFHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2721 def __init__(self, *args, **kwargs):
2722 """__init__(self) -> TIFFHandler"""
2723 newobj = _core_.new_TIFFHandler(*args, **kwargs)
2724 self.this = newobj.this
2725 self.thisown = 1
2726 del newobj.thisown
2727
2728 class TIFFHandlerPtr(TIFFHandler):
2729 def __init__(self, this):
2730 self.this = this
2731 if not hasattr(self,"thisown"): self.thisown = 0
2732 self.__class__ = TIFFHandler
2733 _core_.TIFFHandler_swigregister(TIFFHandlerPtr)
2734
2735 QUANTIZE_INCLUDE_WINDOWS_COLOURS = _core_.QUANTIZE_INCLUDE_WINDOWS_COLOURS
2736 QUANTIZE_FILL_DESTINATION_IMAGE = _core_.QUANTIZE_FILL_DESTINATION_IMAGE
2737 class Quantize(object):
2738 """Performs quantization, or colour reduction, on a wxImage."""
2739 def __init__(self): raise RuntimeError, "No constructor defined"
2740 def __repr__(self):
2741 return "<%s.%s; proxy of C++ wxQuantize instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2742 def Quantize(*args, **kwargs):
2743 """
2744 Quantize(Image src, Image dest, int desiredNoColours=236, int flags=wxQUANTIZE_INCLUDE_WINDOWS_COLOURS|wxQUANTIZE_FILL_DESTINATION_IMAGE) -> bool
2745
2746 Reduce the colours in the source image and put the result into the
2747 destination image, setting the palette in the destination if
2748 needed. Both images may be the same, to overwrite the source image.
2749 """
2750 return _core_.Quantize_Quantize(*args, **kwargs)
2751
2752 Quantize = staticmethod(Quantize)
2753
2754 class QuantizePtr(Quantize):
2755 def __init__(self, this):
2756 self.this = this
2757 if not hasattr(self,"thisown"): self.thisown = 0
2758 self.__class__ = Quantize
2759 _core_.Quantize_swigregister(QuantizePtr)
2760
2761 def Quantize_Quantize(*args, **kwargs):
2762 """
2763 Quantize_Quantize(Image src, Image dest, int desiredNoColours=236, int flags=wxQUANTIZE_INCLUDE_WINDOWS_COLOURS|wxQUANTIZE_FILL_DESTINATION_IMAGE) -> bool
2764
2765 Reduce the colours in the source image and put the result into the
2766 destination image, setting the palette in the destination if
2767 needed. Both images may be the same, to overwrite the source image.
2768 """
2769 return _core_.Quantize_Quantize(*args, **kwargs)
2770
2771 #---------------------------------------------------------------------------
2772
2773 class EvtHandler(Object):
2774 """Proxy of C++ EvtHandler class"""
2775 def __repr__(self):
2776 return "<%s.%s; proxy of C++ wxEvtHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2777 def __init__(self, *args, **kwargs):
2778 """__init__(self) -> EvtHandler"""
2779 newobj = _core_.new_EvtHandler(*args, **kwargs)
2780 self.this = newobj.this
2781 self.thisown = 1
2782 del newobj.thisown
2783 def GetNextHandler(*args, **kwargs):
2784 """GetNextHandler(self) -> EvtHandler"""
2785 return _core_.EvtHandler_GetNextHandler(*args, **kwargs)
2786
2787 def GetPreviousHandler(*args, **kwargs):
2788 """GetPreviousHandler(self) -> EvtHandler"""
2789 return _core_.EvtHandler_GetPreviousHandler(*args, **kwargs)
2790
2791 def SetNextHandler(*args, **kwargs):
2792 """SetNextHandler(self, EvtHandler handler)"""
2793 return _core_.EvtHandler_SetNextHandler(*args, **kwargs)
2794
2795 def SetPreviousHandler(*args, **kwargs):
2796 """SetPreviousHandler(self, EvtHandler handler)"""
2797 return _core_.EvtHandler_SetPreviousHandler(*args, **kwargs)
2798
2799 def GetEvtHandlerEnabled(*args, **kwargs):
2800 """GetEvtHandlerEnabled(self) -> bool"""
2801 return _core_.EvtHandler_GetEvtHandlerEnabled(*args, **kwargs)
2802
2803 def SetEvtHandlerEnabled(*args, **kwargs):
2804 """SetEvtHandlerEnabled(self, bool enabled)"""
2805 return _core_.EvtHandler_SetEvtHandlerEnabled(*args, **kwargs)
2806
2807 def ProcessEvent(*args, **kwargs):
2808 """ProcessEvent(self, Event event) -> bool"""
2809 return _core_.EvtHandler_ProcessEvent(*args, **kwargs)
2810
2811 def AddPendingEvent(*args, **kwargs):
2812 """AddPendingEvent(self, Event event)"""
2813 return _core_.EvtHandler_AddPendingEvent(*args, **kwargs)
2814
2815 def ProcessPendingEvents(*args, **kwargs):
2816 """ProcessPendingEvents(self)"""
2817 return _core_.EvtHandler_ProcessPendingEvents(*args, **kwargs)
2818
2819 def Connect(*args, **kwargs):
2820 """Connect(self, int id, int lastId, int eventType, PyObject func)"""
2821 return _core_.EvtHandler_Connect(*args, **kwargs)
2822
2823 def Disconnect(*args, **kwargs):
2824 """Disconnect(self, int id, int lastId=-1, wxEventType eventType=wxEVT_NULL) -> bool"""
2825 return _core_.EvtHandler_Disconnect(*args, **kwargs)
2826
2827 def _setOORInfo(*args, **kwargs):
2828 """_setOORInfo(self, PyObject _self, bool incref=True)"""
2829 return _core_.EvtHandler__setOORInfo(*args, **kwargs)
2830
2831 def Bind(self, event, handler, source=None, id=wx.ID_ANY, id2=wx.ID_ANY):
2832 """
2833 Bind an event to an event handler.
2834
2835 :param event: One of the EVT_* objects that specifies the
2836 type of event to bind,
2837
2838 :param handler: A callable object to be invoked when the
2839 event is delivered to self. Pass None to
2840 disconnect an event handler.
2841
2842 :param source: Sometimes the event originates from a
2843 different window than self, but you still
2844 want to catch it in self. (For example, a
2845 button event delivered to a frame.) By
2846 passing the source of the event, the event
2847 handling system is able to differentiate
2848 between the same event type from different
2849 controls.
2850
2851 :param id: Used to spcify the event source by ID instead
2852 of instance.
2853
2854 :param id2: Used when it is desirable to bind a handler
2855 to a range of IDs, such as with EVT_MENU_RANGE.
2856 """
2857 if source is not None:
2858 id = source.GetId()
2859 event.Bind(self, id, id2, handler)
2860
2861 def Unbind(self, event, source=None, id=wx.ID_ANY, id2=wx.ID_ANY):
2862 """
2863 Disconencts the event handler binding for event from self.
2864 Returns True if successful.
2865 """
2866 if source is not None:
2867 id = source.GetId()
2868 return event.Unbind(self, id, id2)
2869
2870
2871 class EvtHandlerPtr(EvtHandler):
2872 def __init__(self, this):
2873 self.this = this
2874 if not hasattr(self,"thisown"): self.thisown = 0
2875 self.__class__ = EvtHandler
2876 _core_.EvtHandler_swigregister(EvtHandlerPtr)
2877
2878 #---------------------------------------------------------------------------
2879
2880 class PyEventBinder(object):
2881 """
2882 Instances of this class are used to bind specific events to event
2883 handlers.
2884 """
2885 def __init__(self, evtType, expectedIDs=0):
2886 if expectedIDs not in [0, 1, 2]:
2887 raise ValueError, "Invalid number of expectedIDs"
2888 self.expectedIDs = expectedIDs
2889
2890 if type(evtType) == list or type(evtType) == tuple:
2891 self.evtType = evtType
2892 else:
2893 self.evtType = [evtType]
2894
2895
2896 def Bind(self, target, id1, id2, function):
2897 """Bind this set of event types to target."""
2898 for et in self.evtType:
2899 target.Connect(id1, id2, et, function)
2900
2901
2902 def Unbind(self, target, id1, id2):
2903 """Remove an event binding."""
2904 success = 0
2905 for et in self.evtType:
2906 success += target.Disconnect(id1, id2, et)
2907 return success != 0
2908
2909
2910 def __call__(self, *args):
2911 """
2912 For backwards compatibility with the old EVT_* functions.
2913 Should be called with either (window, func), (window, ID,
2914 func) or (window, ID1, ID2, func) parameters depending on the
2915 type of the event.
2916 """
2917 assert len(args) == 2 + self.expectedIDs
2918 id1 = wx.ID_ANY
2919 id2 = wx.ID_ANY
2920 target = args[0]
2921 if self.expectedIDs == 0:
2922 func = args[1]
2923 elif self.expectedIDs == 1:
2924 id1 = args[1]
2925 func = args[2]
2926 elif self.expectedIDs == 2:
2927 id1 = args[1]
2928 id2 = args[2]
2929 func = args[3]
2930 else:
2931 raise ValueError, "Unexpected number of IDs"
2932
2933 self.Bind(target, id1, id2, func)
2934
2935
2936 # These two are square pegs that don't fit the PyEventBinder hole...
2937 def EVT_COMMAND(win, id, cmd, func):
2938 win.Connect(id, -1, cmd, func)
2939 def EVT_COMMAND_RANGE(win, id1, id2, cmd, func):
2940 win.Connect(id1, id2, cmd, func)
2941
2942
2943 #---------------------------------------------------------------------------
2944
2945 #---------------------------------------------------------------------------
2946
2947 EVENT_PROPAGATE_NONE = _core_.EVENT_PROPAGATE_NONE
2948 EVENT_PROPAGATE_MAX = _core_.EVENT_PROPAGATE_MAX
2949
2950 def NewEventType(*args, **kwargs):
2951 """NewEventType() -> wxEventType"""
2952 return _core_.NewEventType(*args, **kwargs)
2953 wxEVT_NULL = _core_.wxEVT_NULL
2954 wxEVT_FIRST = _core_.wxEVT_FIRST
2955 wxEVT_USER_FIRST = _core_.wxEVT_USER_FIRST
2956 wxEVT_COMMAND_BUTTON_CLICKED = _core_.wxEVT_COMMAND_BUTTON_CLICKED
2957 wxEVT_COMMAND_CHECKBOX_CLICKED = _core_.wxEVT_COMMAND_CHECKBOX_CLICKED
2958 wxEVT_COMMAND_CHOICE_SELECTED = _core_.wxEVT_COMMAND_CHOICE_SELECTED
2959 wxEVT_COMMAND_LISTBOX_SELECTED = _core_.wxEVT_COMMAND_LISTBOX_SELECTED
2960 wxEVT_COMMAND_LISTBOX_DOUBLECLICKED = _core_.wxEVT_COMMAND_LISTBOX_DOUBLECLICKED
2961 wxEVT_COMMAND_CHECKLISTBOX_TOGGLED = _core_.wxEVT_COMMAND_CHECKLISTBOX_TOGGLED
2962 wxEVT_COMMAND_MENU_SELECTED = _core_.wxEVT_COMMAND_MENU_SELECTED
2963 wxEVT_COMMAND_TOOL_CLICKED = _core_.wxEVT_COMMAND_TOOL_CLICKED
2964 wxEVT_COMMAND_SLIDER_UPDATED = _core_.wxEVT_COMMAND_SLIDER_UPDATED
2965 wxEVT_COMMAND_RADIOBOX_SELECTED = _core_.wxEVT_COMMAND_RADIOBOX_SELECTED
2966 wxEVT_COMMAND_RADIOBUTTON_SELECTED = _core_.wxEVT_COMMAND_RADIOBUTTON_SELECTED
2967 wxEVT_COMMAND_SCROLLBAR_UPDATED = _core_.wxEVT_COMMAND_SCROLLBAR_UPDATED
2968 wxEVT_COMMAND_VLBOX_SELECTED = _core_.wxEVT_COMMAND_VLBOX_SELECTED
2969 wxEVT_COMMAND_COMBOBOX_SELECTED = _core_.wxEVT_COMMAND_COMBOBOX_SELECTED
2970 wxEVT_COMMAND_TOOL_RCLICKED = _core_.wxEVT_COMMAND_TOOL_RCLICKED
2971 wxEVT_COMMAND_TOOL_ENTER = _core_.wxEVT_COMMAND_TOOL_ENTER
2972 wxEVT_LEFT_DOWN = _core_.wxEVT_LEFT_DOWN
2973 wxEVT_LEFT_UP = _core_.wxEVT_LEFT_UP
2974 wxEVT_MIDDLE_DOWN = _core_.wxEVT_MIDDLE_DOWN
2975 wxEVT_MIDDLE_UP = _core_.wxEVT_MIDDLE_UP
2976 wxEVT_RIGHT_DOWN = _core_.wxEVT_RIGHT_DOWN
2977 wxEVT_RIGHT_UP = _core_.wxEVT_RIGHT_UP
2978 wxEVT_MOTION = _core_.wxEVT_MOTION
2979 wxEVT_ENTER_WINDOW = _core_.wxEVT_ENTER_WINDOW
2980 wxEVT_LEAVE_WINDOW = _core_.wxEVT_LEAVE_WINDOW
2981 wxEVT_LEFT_DCLICK = _core_.wxEVT_LEFT_DCLICK
2982 wxEVT_MIDDLE_DCLICK = _core_.wxEVT_MIDDLE_DCLICK
2983 wxEVT_RIGHT_DCLICK = _core_.wxEVT_RIGHT_DCLICK
2984 wxEVT_SET_FOCUS = _core_.wxEVT_SET_FOCUS
2985 wxEVT_KILL_FOCUS = _core_.wxEVT_KILL_FOCUS
2986 wxEVT_CHILD_FOCUS = _core_.wxEVT_CHILD_FOCUS
2987 wxEVT_MOUSEWHEEL = _core_.wxEVT_MOUSEWHEEL
2988 wxEVT_NC_LEFT_DOWN = _core_.wxEVT_NC_LEFT_DOWN
2989 wxEVT_NC_LEFT_UP = _core_.wxEVT_NC_LEFT_UP
2990 wxEVT_NC_MIDDLE_DOWN = _core_.wxEVT_NC_MIDDLE_DOWN
2991 wxEVT_NC_MIDDLE_UP = _core_.wxEVT_NC_MIDDLE_UP
2992 wxEVT_NC_RIGHT_DOWN = _core_.wxEVT_NC_RIGHT_DOWN
2993 wxEVT_NC_RIGHT_UP = _core_.wxEVT_NC_RIGHT_UP
2994 wxEVT_NC_MOTION = _core_.wxEVT_NC_MOTION
2995 wxEVT_NC_ENTER_WINDOW = _core_.wxEVT_NC_ENTER_WINDOW
2996 wxEVT_NC_LEAVE_WINDOW = _core_.wxEVT_NC_LEAVE_WINDOW
2997 wxEVT_NC_LEFT_DCLICK = _core_.wxEVT_NC_LEFT_DCLICK
2998 wxEVT_NC_MIDDLE_DCLICK = _core_.wxEVT_NC_MIDDLE_DCLICK
2999 wxEVT_NC_RIGHT_DCLICK = _core_.wxEVT_NC_RIGHT_DCLICK
3000 wxEVT_CHAR = _core_.wxEVT_CHAR
3001 wxEVT_CHAR_HOOK = _core_.wxEVT_CHAR_HOOK
3002 wxEVT_NAVIGATION_KEY = _core_.wxEVT_NAVIGATION_KEY
3003 wxEVT_KEY_DOWN = _core_.wxEVT_KEY_DOWN
3004 wxEVT_KEY_UP = _core_.wxEVT_KEY_UP
3005 wxEVT_HOTKEY = _core_.wxEVT_HOTKEY
3006 wxEVT_SET_CURSOR = _core_.wxEVT_SET_CURSOR
3007 wxEVT_SCROLL_TOP = _core_.wxEVT_SCROLL_TOP
3008 wxEVT_SCROLL_BOTTOM = _core_.wxEVT_SCROLL_BOTTOM
3009 wxEVT_SCROLL_LINEUP = _core_.wxEVT_SCROLL_LINEUP
3010 wxEVT_SCROLL_LINEDOWN = _core_.wxEVT_SCROLL_LINEDOWN
3011 wxEVT_SCROLL_PAGEUP = _core_.wxEVT_SCROLL_PAGEUP
3012 wxEVT_SCROLL_PAGEDOWN = _core_.wxEVT_SCROLL_PAGEDOWN
3013 wxEVT_SCROLL_THUMBTRACK = _core_.wxEVT_SCROLL_THUMBTRACK
3014 wxEVT_SCROLL_THUMBRELEASE = _core_.wxEVT_SCROLL_THUMBRELEASE
3015 wxEVT_SCROLL_ENDSCROLL = _core_.wxEVT_SCROLL_ENDSCROLL
3016 wxEVT_SCROLLWIN_TOP = _core_.wxEVT_SCROLLWIN_TOP
3017 wxEVT_SCROLLWIN_BOTTOM = _core_.wxEVT_SCROLLWIN_BOTTOM
3018 wxEVT_SCROLLWIN_LINEUP = _core_.wxEVT_SCROLLWIN_LINEUP
3019 wxEVT_SCROLLWIN_LINEDOWN = _core_.wxEVT_SCROLLWIN_LINEDOWN
3020 wxEVT_SCROLLWIN_PAGEUP = _core_.wxEVT_SCROLLWIN_PAGEUP
3021 wxEVT_SCROLLWIN_PAGEDOWN = _core_.wxEVT_SCROLLWIN_PAGEDOWN
3022 wxEVT_SCROLLWIN_THUMBTRACK = _core_.wxEVT_SCROLLWIN_THUMBTRACK
3023 wxEVT_SCROLLWIN_THUMBRELEASE = _core_.wxEVT_SCROLLWIN_THUMBRELEASE
3024 wxEVT_SIZE = _core_.wxEVT_SIZE
3025 wxEVT_MOVE = _core_.wxEVT_MOVE
3026 wxEVT_CLOSE_WINDOW = _core_.wxEVT_CLOSE_WINDOW
3027 wxEVT_END_SESSION = _core_.wxEVT_END_SESSION
3028 wxEVT_QUERY_END_SESSION = _core_.wxEVT_QUERY_END_SESSION
3029 wxEVT_ACTIVATE_APP = _core_.wxEVT_ACTIVATE_APP
3030 wxEVT_POWER = _core_.wxEVT_POWER
3031 wxEVT_ACTIVATE = _core_.wxEVT_ACTIVATE
3032 wxEVT_CREATE = _core_.wxEVT_CREATE
3033 wxEVT_DESTROY = _core_.wxEVT_DESTROY
3034 wxEVT_SHOW = _core_.wxEVT_SHOW
3035 wxEVT_ICONIZE = _core_.wxEVT_ICONIZE
3036 wxEVT_MAXIMIZE = _core_.wxEVT_MAXIMIZE
3037 wxEVT_MOUSE_CAPTURE_CHANGED = _core_.wxEVT_MOUSE_CAPTURE_CHANGED
3038 wxEVT_PAINT = _core_.wxEVT_PAINT
3039 wxEVT_ERASE_BACKGROUND = _core_.wxEVT_ERASE_BACKGROUND
3040 wxEVT_NC_PAINT = _core_.wxEVT_NC_PAINT
3041 wxEVT_PAINT_ICON = _core_.wxEVT_PAINT_ICON
3042 wxEVT_MENU_OPEN = _core_.wxEVT_MENU_OPEN
3043 wxEVT_MENU_CLOSE = _core_.wxEVT_MENU_CLOSE
3044 wxEVT_MENU_HIGHLIGHT = _core_.wxEVT_MENU_HIGHLIGHT
3045 wxEVT_CONTEXT_MENU = _core_.wxEVT_CONTEXT_MENU
3046 wxEVT_SYS_COLOUR_CHANGED = _core_.wxEVT_SYS_COLOUR_CHANGED
3047 wxEVT_DISPLAY_CHANGED = _core_.wxEVT_DISPLAY_CHANGED
3048 wxEVT_SETTING_CHANGED = _core_.wxEVT_SETTING_CHANGED
3049 wxEVT_QUERY_NEW_PALETTE = _core_.wxEVT_QUERY_NEW_PALETTE
3050 wxEVT_PALETTE_CHANGED = _core_.wxEVT_PALETTE_CHANGED
3051 wxEVT_DROP_FILES = _core_.wxEVT_DROP_FILES
3052 wxEVT_DRAW_ITEM = _core_.wxEVT_DRAW_ITEM
3053 wxEVT_MEASURE_ITEM = _core_.wxEVT_MEASURE_ITEM
3054 wxEVT_COMPARE_ITEM = _core_.wxEVT_COMPARE_ITEM
3055 wxEVT_INIT_DIALOG = _core_.wxEVT_INIT_DIALOG
3056 wxEVT_IDLE = _core_.wxEVT_IDLE
3057 wxEVT_UPDATE_UI = _core_.wxEVT_UPDATE_UI
3058 wxEVT_SIZING = _core_.wxEVT_SIZING
3059 wxEVT_MOVING = _core_.wxEVT_MOVING
3060 wxEVT_COMMAND_LEFT_CLICK = _core_.wxEVT_COMMAND_LEFT_CLICK
3061 wxEVT_COMMAND_LEFT_DCLICK = _core_.wxEVT_COMMAND_LEFT_DCLICK
3062 wxEVT_COMMAND_RIGHT_CLICK = _core_.wxEVT_COMMAND_RIGHT_CLICK
3063 wxEVT_COMMAND_RIGHT_DCLICK = _core_.wxEVT_COMMAND_RIGHT_DCLICK
3064 wxEVT_COMMAND_SET_FOCUS = _core_.wxEVT_COMMAND_SET_FOCUS
3065 wxEVT_COMMAND_KILL_FOCUS = _core_.wxEVT_COMMAND_KILL_FOCUS
3066 wxEVT_COMMAND_ENTER = _core_.wxEVT_COMMAND_ENTER
3067 #
3068 # Create some event binders
3069 EVT_SIZE = wx.PyEventBinder( wxEVT_SIZE )
3070 EVT_SIZING = wx.PyEventBinder( wxEVT_SIZING )
3071 EVT_MOVE = wx.PyEventBinder( wxEVT_MOVE )
3072 EVT_MOVING = wx.PyEventBinder( wxEVT_MOVING )
3073 EVT_CLOSE = wx.PyEventBinder( wxEVT_CLOSE_WINDOW )
3074 EVT_END_SESSION = wx.PyEventBinder( wxEVT_END_SESSION )
3075 EVT_QUERY_END_SESSION = wx.PyEventBinder( wxEVT_QUERY_END_SESSION )
3076 EVT_PAINT = wx.PyEventBinder( wxEVT_PAINT )
3077 EVT_NC_PAINT = wx.PyEventBinder( wxEVT_NC_PAINT )
3078 EVT_ERASE_BACKGROUND = wx.PyEventBinder( wxEVT_ERASE_BACKGROUND )
3079 EVT_CHAR = wx.PyEventBinder( wxEVT_CHAR )
3080 EVT_KEY_DOWN = wx.PyEventBinder( wxEVT_KEY_DOWN )
3081 EVT_KEY_UP = wx.PyEventBinder( wxEVT_KEY_UP )
3082 EVT_HOTKEY = wx.PyEventBinder( wxEVT_HOTKEY, 1)
3083 EVT_CHAR_HOOK = wx.PyEventBinder( wxEVT_CHAR_HOOK )
3084 EVT_MENU_OPEN = wx.PyEventBinder( wxEVT_MENU_OPEN )
3085 EVT_MENU_CLOSE = wx.PyEventBinder( wxEVT_MENU_CLOSE )
3086 EVT_MENU_HIGHLIGHT = wx.PyEventBinder( wxEVT_MENU_HIGHLIGHT, 1)
3087 EVT_MENU_HIGHLIGHT_ALL = wx.PyEventBinder( wxEVT_MENU_HIGHLIGHT )
3088 EVT_SET_FOCUS = wx.PyEventBinder( wxEVT_SET_FOCUS )
3089 EVT_KILL_FOCUS = wx.PyEventBinder( wxEVT_KILL_FOCUS )
3090 EVT_CHILD_FOCUS = wx.PyEventBinder( wxEVT_CHILD_FOCUS )
3091 EVT_ACTIVATE = wx.PyEventBinder( wxEVT_ACTIVATE )
3092 EVT_ACTIVATE_APP = wx.PyEventBinder( wxEVT_ACTIVATE_APP )
3093 EVT_END_SESSION = wx.PyEventBinder( wxEVT_END_SESSION )
3094 EVT_QUERY_END_SESSION = wx.PyEventBinder( wxEVT_QUERY_END_SESSION )
3095 EVT_DROP_FILES = wx.PyEventBinder( wxEVT_DROP_FILES )
3096 EVT_INIT_DIALOG = wx.PyEventBinder( wxEVT_INIT_DIALOG )
3097 EVT_SYS_COLOUR_CHANGED = wx.PyEventBinder( wxEVT_SYS_COLOUR_CHANGED )
3098 EVT_DISPLAY_CHANGED = wx.PyEventBinder( wxEVT_DISPLAY_CHANGED )
3099 EVT_SHOW = wx.PyEventBinder( wxEVT_SHOW )
3100 EVT_MAXIMIZE = wx.PyEventBinder( wxEVT_MAXIMIZE )
3101 EVT_ICONIZE = wx.PyEventBinder( wxEVT_ICONIZE )
3102 EVT_NAVIGATION_KEY = wx.PyEventBinder( wxEVT_NAVIGATION_KEY )
3103 EVT_PALETTE_CHANGED = wx.PyEventBinder( wxEVT_PALETTE_CHANGED )
3104 EVT_QUERY_NEW_PALETTE = wx.PyEventBinder( wxEVT_QUERY_NEW_PALETTE )
3105 EVT_WINDOW_CREATE = wx.PyEventBinder( wxEVT_CREATE )
3106 EVT_WINDOW_DESTROY = wx.PyEventBinder( wxEVT_DESTROY )
3107 EVT_SET_CURSOR = wx.PyEventBinder( wxEVT_SET_CURSOR )
3108 EVT_MOUSE_CAPTURE_CHANGED = wx.PyEventBinder( wxEVT_MOUSE_CAPTURE_CHANGED )
3109
3110 EVT_LEFT_DOWN = wx.PyEventBinder( wxEVT_LEFT_DOWN )
3111 EVT_LEFT_UP = wx.PyEventBinder( wxEVT_LEFT_UP )
3112 EVT_MIDDLE_DOWN = wx.PyEventBinder( wxEVT_MIDDLE_DOWN )
3113 EVT_MIDDLE_UP = wx.PyEventBinder( wxEVT_MIDDLE_UP )
3114 EVT_RIGHT_DOWN = wx.PyEventBinder( wxEVT_RIGHT_DOWN )
3115 EVT_RIGHT_UP = wx.PyEventBinder( wxEVT_RIGHT_UP )
3116 EVT_MOTION = wx.PyEventBinder( wxEVT_MOTION )
3117 EVT_LEFT_DCLICK = wx.PyEventBinder( wxEVT_LEFT_DCLICK )
3118 EVT_MIDDLE_DCLICK = wx.PyEventBinder( wxEVT_MIDDLE_DCLICK )
3119 EVT_RIGHT_DCLICK = wx.PyEventBinder( wxEVT_RIGHT_DCLICK )
3120 EVT_LEAVE_WINDOW = wx.PyEventBinder( wxEVT_LEAVE_WINDOW )
3121 EVT_ENTER_WINDOW = wx.PyEventBinder( wxEVT_ENTER_WINDOW )
3122 EVT_MOUSEWHEEL = wx.PyEventBinder( wxEVT_MOUSEWHEEL )
3123
3124 EVT_MOUSE_EVENTS = wx.PyEventBinder([ wxEVT_LEFT_DOWN,
3125 wxEVT_LEFT_UP,
3126 wxEVT_MIDDLE_DOWN,
3127 wxEVT_MIDDLE_UP,
3128 wxEVT_RIGHT_DOWN,
3129 wxEVT_RIGHT_UP,
3130 wxEVT_MOTION,
3131 wxEVT_LEFT_DCLICK,
3132 wxEVT_MIDDLE_DCLICK,
3133 wxEVT_RIGHT_DCLICK,
3134 wxEVT_ENTER_WINDOW,
3135 wxEVT_LEAVE_WINDOW,
3136 wxEVT_MOUSEWHEEL
3137 ])
3138
3139
3140 # Scrolling from wxWindow (sent to wxScrolledWindow)
3141 EVT_SCROLLWIN = wx.PyEventBinder([ wxEVT_SCROLLWIN_TOP,
3142 wxEVT_SCROLLWIN_BOTTOM,
3143 wxEVT_SCROLLWIN_LINEUP,
3144 wxEVT_SCROLLWIN_LINEDOWN,
3145 wxEVT_SCROLLWIN_PAGEUP,
3146 wxEVT_SCROLLWIN_PAGEDOWN,
3147 wxEVT_SCROLLWIN_THUMBTRACK,
3148 wxEVT_SCROLLWIN_THUMBRELEASE,
3149 ])
3150
3151 EVT_SCROLLWIN_TOP = wx.PyEventBinder( wxEVT_SCROLLWIN_TOP )
3152 EVT_SCROLLWIN_BOTTOM = wx.PyEventBinder( wxEVT_SCROLLWIN_BOTTOM )
3153 EVT_SCROLLWIN_LINEUP = wx.PyEventBinder( wxEVT_SCROLLWIN_LINEUP )
3154 EVT_SCROLLWIN_LINEDOWN = wx.PyEventBinder( wxEVT_SCROLLWIN_LINEDOWN )
3155 EVT_SCROLLWIN_PAGEUP = wx.PyEventBinder( wxEVT_SCROLLWIN_PAGEUP )
3156 EVT_SCROLLWIN_PAGEDOWN = wx.PyEventBinder( wxEVT_SCROLLWIN_PAGEDOWN )
3157 EVT_SCROLLWIN_THUMBTRACK = wx.PyEventBinder( wxEVT_SCROLLWIN_THUMBTRACK )
3158 EVT_SCROLLWIN_THUMBRELEASE = wx.PyEventBinder( wxEVT_SCROLLWIN_THUMBRELEASE )
3159
3160 # Scrolling from wxSlider and wxScrollBar
3161 EVT_SCROLL = wx.PyEventBinder([ wxEVT_SCROLL_TOP,
3162 wxEVT_SCROLL_BOTTOM,
3163 wxEVT_SCROLL_LINEUP,
3164 wxEVT_SCROLL_LINEDOWN,
3165 wxEVT_SCROLL_PAGEUP,
3166 wxEVT_SCROLL_PAGEDOWN,
3167 wxEVT_SCROLL_THUMBTRACK,
3168 wxEVT_SCROLL_THUMBRELEASE,
3169 wxEVT_SCROLL_ENDSCROLL,
3170 ])
3171
3172 EVT_SCROLL_TOP = wx.PyEventBinder( wxEVT_SCROLL_TOP )
3173 EVT_SCROLL_BOTTOM = wx.PyEventBinder( wxEVT_SCROLL_BOTTOM )
3174 EVT_SCROLL_LINEUP = wx.PyEventBinder( wxEVT_SCROLL_LINEUP )
3175 EVT_SCROLL_LINEDOWN = wx.PyEventBinder( wxEVT_SCROLL_LINEDOWN )
3176 EVT_SCROLL_PAGEUP = wx.PyEventBinder( wxEVT_SCROLL_PAGEUP )
3177 EVT_SCROLL_PAGEDOWN = wx.PyEventBinder( wxEVT_SCROLL_PAGEDOWN )
3178 EVT_SCROLL_THUMBTRACK = wx.PyEventBinder( wxEVT_SCROLL_THUMBTRACK )
3179 EVT_SCROLL_THUMBRELEASE = wx.PyEventBinder( wxEVT_SCROLL_THUMBRELEASE )
3180 EVT_SCROLL_ENDSCROLL = wx.PyEventBinder( wxEVT_SCROLL_ENDSCROLL )
3181
3182 # Scrolling from wxSlider and wxScrollBar, with an id
3183 EVT_COMMAND_SCROLL = wx.PyEventBinder([ wxEVT_SCROLL_TOP,
3184 wxEVT_SCROLL_BOTTOM,
3185 wxEVT_SCROLL_LINEUP,
3186 wxEVT_SCROLL_LINEDOWN,
3187 wxEVT_SCROLL_PAGEUP,
3188 wxEVT_SCROLL_PAGEDOWN,
3189 wxEVT_SCROLL_THUMBTRACK,
3190 wxEVT_SCROLL_THUMBRELEASE,
3191 wxEVT_SCROLL_ENDSCROLL,
3192 ], 1)
3193
3194 EVT_COMMAND_SCROLL_TOP = wx.PyEventBinder( wxEVT_SCROLL_TOP, 1)
3195 EVT_COMMAND_SCROLL_BOTTOM = wx.PyEventBinder( wxEVT_SCROLL_BOTTOM, 1)
3196 EVT_COMMAND_SCROLL_LINEUP = wx.PyEventBinder( wxEVT_SCROLL_LINEUP, 1)
3197 EVT_COMMAND_SCROLL_LINEDOWN = wx.PyEventBinder( wxEVT_SCROLL_LINEDOWN, 1)
3198 EVT_COMMAND_SCROLL_PAGEUP = wx.PyEventBinder( wxEVT_SCROLL_PAGEUP, 1)
3199 EVT_COMMAND_SCROLL_PAGEDOWN = wx.PyEventBinder( wxEVT_SCROLL_PAGEDOWN, 1)
3200 EVT_COMMAND_SCROLL_THUMBTRACK = wx.PyEventBinder( wxEVT_SCROLL_THUMBTRACK, 1)
3201 EVT_COMMAND_SCROLL_THUMBRELEASE = wx.PyEventBinder( wxEVT_SCROLL_THUMBRELEASE, 1)
3202 EVT_COMMAND_SCROLL_ENDSCROLL = wx.PyEventBinder( wxEVT_SCROLL_ENDSCROLL, 1)
3203
3204 EVT_BUTTON = wx.PyEventBinder( wxEVT_COMMAND_BUTTON_CLICKED, 1)
3205 EVT_CHECKBOX = wx.PyEventBinder( wxEVT_COMMAND_CHECKBOX_CLICKED, 1)
3206 EVT_CHOICE = wx.PyEventBinder( wxEVT_COMMAND_CHOICE_SELECTED, 1)
3207 EVT_LISTBOX = wx.PyEventBinder( wxEVT_COMMAND_LISTBOX_SELECTED, 1)
3208 EVT_LISTBOX_DCLICK = wx.PyEventBinder( wxEVT_COMMAND_LISTBOX_DOUBLECLICKED, 1)
3209 EVT_MENU = wx.PyEventBinder( wxEVT_COMMAND_MENU_SELECTED, 1)
3210 EVT_MENU_RANGE = wx.PyEventBinder( wxEVT_COMMAND_MENU_SELECTED, 2)
3211 EVT_SLIDER = wx.PyEventBinder( wxEVT_COMMAND_SLIDER_UPDATED, 1)
3212 EVT_RADIOBOX = wx.PyEventBinder( wxEVT_COMMAND_RADIOBOX_SELECTED, 1)
3213 EVT_RADIOBUTTON = wx.PyEventBinder( wxEVT_COMMAND_RADIOBUTTON_SELECTED, 1)
3214
3215 EVT_SCROLLBAR = wx.PyEventBinder( wxEVT_COMMAND_SCROLLBAR_UPDATED, 1)
3216 EVT_VLBOX = wx.PyEventBinder( wxEVT_COMMAND_VLBOX_SELECTED, 1)
3217 EVT_COMBOBOX = wx.PyEventBinder( wxEVT_COMMAND_COMBOBOX_SELECTED, 1)
3218 EVT_TOOL = wx.PyEventBinder( wxEVT_COMMAND_TOOL_CLICKED, 1)
3219 EVT_TOOL_RANGE = wx.PyEventBinder( wxEVT_COMMAND_TOOL_CLICKED, 2)
3220 EVT_TOOL_RCLICKED = wx.PyEventBinder( wxEVT_COMMAND_TOOL_RCLICKED, 1)
3221 EVT_TOOL_RCLICKED_RANGE = wx.PyEventBinder( wxEVT_COMMAND_TOOL_RCLICKED, 2)
3222 EVT_TOOL_ENTER = wx.PyEventBinder( wxEVT_COMMAND_TOOL_ENTER, 1)
3223 EVT_CHECKLISTBOX = wx.PyEventBinder( wxEVT_COMMAND_CHECKLISTBOX_TOGGLED, 1)
3224
3225
3226 EVT_COMMAND_LEFT_CLICK = wx.PyEventBinder( wxEVT_COMMAND_LEFT_CLICK, 1)
3227 EVT_COMMAND_LEFT_DCLICK = wx.PyEventBinder( wxEVT_COMMAND_LEFT_DCLICK, 1)
3228 EVT_COMMAND_RIGHT_CLICK = wx.PyEventBinder( wxEVT_COMMAND_RIGHT_CLICK, 1)
3229 EVT_COMMAND_RIGHT_DCLICK = wx.PyEventBinder( wxEVT_COMMAND_RIGHT_DCLICK, 1)
3230 EVT_COMMAND_SET_FOCUS = wx.PyEventBinder( wxEVT_COMMAND_SET_FOCUS, 1)
3231 EVT_COMMAND_KILL_FOCUS = wx.PyEventBinder( wxEVT_COMMAND_KILL_FOCUS, 1)
3232 EVT_COMMAND_ENTER = wx.PyEventBinder( wxEVT_COMMAND_ENTER, 1)
3233
3234 EVT_IDLE = wx.PyEventBinder( wxEVT_IDLE )
3235
3236 EVT_UPDATE_UI = wx.PyEventBinder( wxEVT_UPDATE_UI, 1)
3237 EVT_UPDATE_UI_RANGE = wx.PyEventBinder( wxEVT_UPDATE_UI, 2)
3238
3239 EVT_CONTEXT_MENU = wx.PyEventBinder( wxEVT_CONTEXT_MENU )
3240
3241
3242
3243 #---------------------------------------------------------------------------
3244
3245 class Event(Object):
3246 """Proxy of C++ Event class"""
3247 def __init__(self): raise RuntimeError, "No constructor defined"
3248 def __repr__(self):
3249 return "<%s.%s; proxy of C++ wxEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3250 def __del__(self, destroy=_core_.delete_Event):
3251 """__del__(self)"""
3252 try:
3253 if self.thisown: destroy(self)
3254 except: pass
3255
3256 def SetEventType(*args, **kwargs):
3257 """SetEventType(self, wxEventType typ)"""
3258 return _core_.Event_SetEventType(*args, **kwargs)
3259
3260 def GetEventType(*args, **kwargs):
3261 """GetEventType(self) -> wxEventType"""
3262 return _core_.Event_GetEventType(*args, **kwargs)
3263
3264 def GetEventObject(*args, **kwargs):
3265 """GetEventObject(self) -> Object"""
3266 return _core_.Event_GetEventObject(*args, **kwargs)
3267
3268 def SetEventObject(*args, **kwargs):
3269 """SetEventObject(self, Object obj)"""
3270 return _core_.Event_SetEventObject(*args, **kwargs)
3271
3272 def GetTimestamp(*args, **kwargs):
3273 """GetTimestamp(self) -> long"""
3274 return _core_.Event_GetTimestamp(*args, **kwargs)
3275
3276 def SetTimestamp(*args, **kwargs):
3277 """SetTimestamp(self, long ts=0)"""
3278 return _core_.Event_SetTimestamp(*args, **kwargs)
3279
3280 def GetId(*args, **kwargs):
3281 """GetId(self) -> int"""
3282 return _core_.Event_GetId(*args, **kwargs)
3283
3284 def SetId(*args, **kwargs):
3285 """SetId(self, int Id)"""
3286 return _core_.Event_SetId(*args, **kwargs)
3287
3288 def IsCommandEvent(*args, **kwargs):
3289 """IsCommandEvent(self) -> bool"""
3290 return _core_.Event_IsCommandEvent(*args, **kwargs)
3291
3292 def Skip(*args, **kwargs):
3293 """
3294 Skip(self, bool skip=True)
3295
3296 Called by an event handler, it controls whether additional event
3297 handlers bound to this event will be called after the current event
3298 handler returns. Skip(false) (the default setting) will prevent
3299 additional event handlers from being called and control will be
3300 returned to the sender of the event immediately after the current
3301 handler has finished. Skip(True) will cause the event processing
3302 system to continue searching for a handler function for this event.
3303
3304 """
3305 return _core_.Event_Skip(*args, **kwargs)
3306
3307 def GetSkipped(*args, **kwargs):
3308 """GetSkipped(self) -> bool"""
3309 return _core_.Event_GetSkipped(*args, **kwargs)
3310
3311 def ShouldPropagate(*args, **kwargs):
3312 """ShouldPropagate(self) -> bool"""
3313 return _core_.Event_ShouldPropagate(*args, **kwargs)
3314
3315 def StopPropagation(*args, **kwargs):
3316 """StopPropagation(self) -> int"""
3317 return _core_.Event_StopPropagation(*args, **kwargs)
3318
3319 def ResumePropagation(*args, **kwargs):
3320 """ResumePropagation(self, int propagationLevel)"""
3321 return _core_.Event_ResumePropagation(*args, **kwargs)
3322
3323 def Clone(*args, **kwargs):
3324 """Clone(self) -> Event"""
3325 return _core_.Event_Clone(*args, **kwargs)
3326
3327
3328 class EventPtr(Event):
3329 def __init__(self, this):
3330 self.this = this
3331 if not hasattr(self,"thisown"): self.thisown = 0
3332 self.__class__ = Event
3333 _core_.Event_swigregister(EventPtr)
3334
3335 #---------------------------------------------------------------------------
3336
3337 class PropagationDisabler(object):
3338 """Proxy of C++ PropagationDisabler class"""
3339 def __repr__(self):
3340 return "<%s.%s; proxy of C++ wxPropagationDisabler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3341 def __init__(self, *args, **kwargs):
3342 """__init__(self, Event event) -> PropagationDisabler"""
3343 newobj = _core_.new_PropagationDisabler(*args, **kwargs)
3344 self.this = newobj.this
3345 self.thisown = 1
3346 del newobj.thisown
3347 def __del__(self, destroy=_core_.delete_PropagationDisabler):
3348 """__del__(self)"""
3349 try:
3350 if self.thisown: destroy(self)
3351 except: pass
3352
3353
3354 class PropagationDisablerPtr(PropagationDisabler):
3355 def __init__(self, this):
3356 self.this = this
3357 if not hasattr(self,"thisown"): self.thisown = 0
3358 self.__class__ = PropagationDisabler
3359 _core_.PropagationDisabler_swigregister(PropagationDisablerPtr)
3360
3361 class PropagateOnce(object):
3362 """Proxy of C++ PropagateOnce class"""
3363 def __repr__(self):
3364 return "<%s.%s; proxy of C++ wxPropagateOnce instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3365 def __init__(self, *args, **kwargs):
3366 """__init__(self, Event event) -> PropagateOnce"""
3367 newobj = _core_.new_PropagateOnce(*args, **kwargs)
3368 self.this = newobj.this
3369 self.thisown = 1
3370 del newobj.thisown
3371 def __del__(self, destroy=_core_.delete_PropagateOnce):
3372 """__del__(self)"""
3373 try:
3374 if self.thisown: destroy(self)
3375 except: pass
3376
3377
3378 class PropagateOncePtr(PropagateOnce):
3379 def __init__(self, this):
3380 self.this = this
3381 if not hasattr(self,"thisown"): self.thisown = 0
3382 self.__class__ = PropagateOnce
3383 _core_.PropagateOnce_swigregister(PropagateOncePtr)
3384
3385 #---------------------------------------------------------------------------
3386
3387 class CommandEvent(Event):
3388 """Proxy of C++ CommandEvent class"""
3389 def __repr__(self):
3390 return "<%s.%s; proxy of C++ wxCommandEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3391 def __init__(self, *args, **kwargs):
3392 """__init__(self, wxEventType commandType=wxEVT_NULL, int winid=0) -> CommandEvent"""
3393 newobj = _core_.new_CommandEvent(*args, **kwargs)
3394 self.this = newobj.this
3395 self.thisown = 1
3396 del newobj.thisown
3397 def GetSelection(*args, **kwargs):
3398 """GetSelection(self) -> int"""
3399 return _core_.CommandEvent_GetSelection(*args, **kwargs)
3400
3401 def SetString(*args, **kwargs):
3402 """SetString(self, String s)"""
3403 return _core_.CommandEvent_SetString(*args, **kwargs)
3404
3405 def GetString(*args, **kwargs):
3406 """GetString(self) -> String"""
3407 return _core_.CommandEvent_GetString(*args, **kwargs)
3408
3409 def IsChecked(*args, **kwargs):
3410 """IsChecked(self) -> bool"""
3411 return _core_.CommandEvent_IsChecked(*args, **kwargs)
3412
3413 Checked = IsChecked
3414 def IsSelection(*args, **kwargs):
3415 """IsSelection(self) -> bool"""
3416 return _core_.CommandEvent_IsSelection(*args, **kwargs)
3417
3418 def SetExtraLong(*args, **kwargs):
3419 """SetExtraLong(self, long extraLong)"""
3420 return _core_.CommandEvent_SetExtraLong(*args, **kwargs)
3421
3422 def GetExtraLong(*args, **kwargs):
3423 """GetExtraLong(self) -> long"""
3424 return _core_.CommandEvent_GetExtraLong(*args, **kwargs)
3425
3426 def SetInt(*args, **kwargs):
3427 """SetInt(self, int i)"""
3428 return _core_.CommandEvent_SetInt(*args, **kwargs)
3429
3430 def GetInt(*args, **kwargs):
3431 """GetInt(self) -> long"""
3432 return _core_.CommandEvent_GetInt(*args, **kwargs)
3433
3434 def Clone(*args, **kwargs):
3435 """Clone(self) -> Event"""
3436 return _core_.CommandEvent_Clone(*args, **kwargs)
3437
3438
3439 class CommandEventPtr(CommandEvent):
3440 def __init__(self, this):
3441 self.this = this
3442 if not hasattr(self,"thisown"): self.thisown = 0
3443 self.__class__ = CommandEvent
3444 _core_.CommandEvent_swigregister(CommandEventPtr)
3445
3446 #---------------------------------------------------------------------------
3447
3448 class NotifyEvent(CommandEvent):
3449 """Proxy of C++ NotifyEvent class"""
3450 def __repr__(self):
3451 return "<%s.%s; proxy of C++ wxNotifyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3452 def __init__(self, *args, **kwargs):
3453 """__init__(self, wxEventType commandType=wxEVT_NULL, int winid=0) -> NotifyEvent"""
3454 newobj = _core_.new_NotifyEvent(*args, **kwargs)
3455 self.this = newobj.this
3456 self.thisown = 1
3457 del newobj.thisown
3458 def Veto(*args, **kwargs):
3459 """Veto(self)"""
3460 return _core_.NotifyEvent_Veto(*args, **kwargs)
3461
3462 def Allow(*args, **kwargs):
3463 """Allow(self)"""
3464 return _core_.NotifyEvent_Allow(*args, **kwargs)
3465
3466 def IsAllowed(*args, **kwargs):
3467 """IsAllowed(self) -> bool"""
3468 return _core_.NotifyEvent_IsAllowed(*args, **kwargs)
3469
3470
3471 class NotifyEventPtr(NotifyEvent):
3472 def __init__(self, this):
3473 self.this = this
3474 if not hasattr(self,"thisown"): self.thisown = 0
3475 self.__class__ = NotifyEvent
3476 _core_.NotifyEvent_swigregister(NotifyEventPtr)
3477
3478 #---------------------------------------------------------------------------
3479
3480 class ScrollEvent(CommandEvent):
3481 """Proxy of C++ ScrollEvent class"""
3482 def __repr__(self):
3483 return "<%s.%s; proxy of C++ wxScrollEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3484 def __init__(self, *args, **kwargs):
3485 """
3486 __init__(self, wxEventType commandType=wxEVT_NULL, int winid=0, int pos=0,
3487 int orient=0) -> ScrollEvent
3488 """
3489 newobj = _core_.new_ScrollEvent(*args, **kwargs)
3490 self.this = newobj.this
3491 self.thisown = 1
3492 del newobj.thisown
3493 def GetOrientation(*args, **kwargs):
3494 """GetOrientation(self) -> int"""
3495 return _core_.ScrollEvent_GetOrientation(*args, **kwargs)
3496
3497 def GetPosition(*args, **kwargs):
3498 """GetPosition(self) -> int"""
3499 return _core_.ScrollEvent_GetPosition(*args, **kwargs)
3500
3501 def SetOrientation(*args, **kwargs):
3502 """SetOrientation(self, int orient)"""
3503 return _core_.ScrollEvent_SetOrientation(*args, **kwargs)
3504
3505 def SetPosition(*args, **kwargs):
3506 """SetPosition(self, int pos)"""
3507 return _core_.ScrollEvent_SetPosition(*args, **kwargs)
3508
3509
3510 class ScrollEventPtr(ScrollEvent):
3511 def __init__(self, this):
3512 self.this = this
3513 if not hasattr(self,"thisown"): self.thisown = 0
3514 self.__class__ = ScrollEvent
3515 _core_.ScrollEvent_swigregister(ScrollEventPtr)
3516
3517 #---------------------------------------------------------------------------
3518
3519 class ScrollWinEvent(Event):
3520 """Proxy of C++ ScrollWinEvent class"""
3521 def __repr__(self):
3522 return "<%s.%s; proxy of C++ wxScrollWinEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3523 def __init__(self, *args, **kwargs):
3524 """__init__(self, wxEventType commandType=wxEVT_NULL, int pos=0, int orient=0) -> ScrollWinEvent"""
3525 newobj = _core_.new_ScrollWinEvent(*args, **kwargs)
3526 self.this = newobj.this
3527 self.thisown = 1
3528 del newobj.thisown
3529 def GetOrientation(*args, **kwargs):
3530 """GetOrientation(self) -> int"""
3531 return _core_.ScrollWinEvent_GetOrientation(*args, **kwargs)
3532
3533 def GetPosition(*args, **kwargs):
3534 """GetPosition(self) -> int"""
3535 return _core_.ScrollWinEvent_GetPosition(*args, **kwargs)
3536
3537 def SetOrientation(*args, **kwargs):
3538 """SetOrientation(self, int orient)"""
3539 return _core_.ScrollWinEvent_SetOrientation(*args, **kwargs)
3540
3541 def SetPosition(*args, **kwargs):
3542 """SetPosition(self, int pos)"""
3543 return _core_.ScrollWinEvent_SetPosition(*args, **kwargs)
3544
3545
3546 class ScrollWinEventPtr(ScrollWinEvent):
3547 def __init__(self, this):
3548 self.this = this
3549 if not hasattr(self,"thisown"): self.thisown = 0
3550 self.__class__ = ScrollWinEvent
3551 _core_.ScrollWinEvent_swigregister(ScrollWinEventPtr)
3552
3553 #---------------------------------------------------------------------------
3554
3555 MOUSE_BTN_ANY = _core_.MOUSE_BTN_ANY
3556 MOUSE_BTN_NONE = _core_.MOUSE_BTN_NONE
3557 MOUSE_BTN_LEFT = _core_.MOUSE_BTN_LEFT
3558 MOUSE_BTN_MIDDLE = _core_.MOUSE_BTN_MIDDLE
3559 MOUSE_BTN_RIGHT = _core_.MOUSE_BTN_RIGHT
3560 class MouseEvent(Event):
3561 """Proxy of C++ MouseEvent class"""
3562 def __repr__(self):
3563 return "<%s.%s; proxy of C++ wxMouseEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3564 def __init__(self, *args, **kwargs):
3565 """__init__(self, wxEventType mouseType=wxEVT_NULL) -> MouseEvent"""
3566 newobj = _core_.new_MouseEvent(*args, **kwargs)
3567 self.this = newobj.this
3568 self.thisown = 1
3569 del newobj.thisown
3570 def IsButton(*args, **kwargs):
3571 """IsButton(self) -> bool"""
3572 return _core_.MouseEvent_IsButton(*args, **kwargs)
3573
3574 def ButtonDown(*args, **kwargs):
3575 """ButtonDown(self, int but=MOUSE_BTN_ANY) -> bool"""
3576 return _core_.MouseEvent_ButtonDown(*args, **kwargs)
3577
3578 def ButtonDClick(*args, **kwargs):
3579 """ButtonDClick(self, int but=MOUSE_BTN_ANY) -> bool"""
3580 return _core_.MouseEvent_ButtonDClick(*args, **kwargs)
3581
3582 def ButtonUp(*args, **kwargs):
3583 """ButtonUp(self, int but=MOUSE_BTN_ANY) -> bool"""
3584 return _core_.MouseEvent_ButtonUp(*args, **kwargs)
3585
3586 def Button(*args, **kwargs):
3587 """Button(self, int but) -> bool"""
3588 return _core_.MouseEvent_Button(*args, **kwargs)
3589
3590 def ButtonIsDown(*args, **kwargs):
3591 """ButtonIsDown(self, int but) -> bool"""
3592 return _core_.MouseEvent_ButtonIsDown(*args, **kwargs)
3593
3594 def GetButton(*args, **kwargs):
3595 """GetButton(self) -> int"""
3596 return _core_.MouseEvent_GetButton(*args, **kwargs)
3597
3598 def ControlDown(*args, **kwargs):
3599 """ControlDown(self) -> bool"""
3600 return _core_.MouseEvent_ControlDown(*args, **kwargs)
3601
3602 def MetaDown(*args, **kwargs):
3603 """MetaDown(self) -> bool"""
3604 return _core_.MouseEvent_MetaDown(*args, **kwargs)
3605
3606 def AltDown(*args, **kwargs):
3607 """AltDown(self) -> bool"""
3608 return _core_.MouseEvent_AltDown(*args, **kwargs)
3609
3610 def ShiftDown(*args, **kwargs):
3611 """ShiftDown(self) -> bool"""
3612 return _core_.MouseEvent_ShiftDown(*args, **kwargs)
3613
3614 def CmdDown(*args, **kwargs):
3615 """
3616 CmdDown(self) -> bool
3617
3618 "Cmd" is a pseudo key which is the same as Control for PC and Unix
3619 platforms but the special "Apple" (a.k.a as "Command") key on
3620 Macs: it makes often sense to use it instead of, say, `ControlDown`
3621 because Cmd key is used for the same thing under Mac as Ctrl
3622 elsewhere. The Ctrl still exists, it's just not used for this
3623 purpose. So for non-Mac platforms this is the same as `ControlDown`
3624 and Macs this is the same as `MetaDown`.
3625 """
3626 return _core_.MouseEvent_CmdDown(*args, **kwargs)
3627
3628 def LeftDown(*args, **kwargs):
3629 """LeftDown(self) -> bool"""
3630 return _core_.MouseEvent_LeftDown(*args, **kwargs)
3631
3632 def MiddleDown(*args, **kwargs):
3633 """MiddleDown(self) -> bool"""
3634 return _core_.MouseEvent_MiddleDown(*args, **kwargs)
3635
3636 def RightDown(*args, **kwargs):
3637 """RightDown(self) -> bool"""
3638 return _core_.MouseEvent_RightDown(*args, **kwargs)
3639
3640 def LeftUp(*args, **kwargs):
3641 """LeftUp(self) -> bool"""
3642 return _core_.MouseEvent_LeftUp(*args, **kwargs)
3643
3644 def MiddleUp(*args, **kwargs):
3645 """MiddleUp(self) -> bool"""
3646 return _core_.MouseEvent_MiddleUp(*args, **kwargs)
3647
3648 def RightUp(*args, **kwargs):
3649 """RightUp(self) -> bool"""
3650 return _core_.MouseEvent_RightUp(*args, **kwargs)
3651
3652 def LeftDClick(*args, **kwargs):
3653 """LeftDClick(self) -> bool"""
3654 return _core_.MouseEvent_LeftDClick(*args, **kwargs)
3655
3656 def MiddleDClick(*args, **kwargs):
3657 """MiddleDClick(self) -> bool"""
3658 return _core_.MouseEvent_MiddleDClick(*args, **kwargs)
3659
3660 def RightDClick(*args, **kwargs):
3661 """RightDClick(self) -> bool"""
3662 return _core_.MouseEvent_RightDClick(*args, **kwargs)
3663
3664 def LeftIsDown(*args, **kwargs):
3665 """LeftIsDown(self) -> bool"""
3666 return _core_.MouseEvent_LeftIsDown(*args, **kwargs)
3667
3668 def MiddleIsDown(*args, **kwargs):
3669 """MiddleIsDown(self) -> bool"""
3670 return _core_.MouseEvent_MiddleIsDown(*args, **kwargs)
3671
3672 def RightIsDown(*args, **kwargs):
3673 """RightIsDown(self) -> bool"""
3674 return _core_.MouseEvent_RightIsDown(*args, **kwargs)
3675
3676 def Dragging(*args, **kwargs):
3677 """Dragging(self) -> bool"""
3678 return _core_.MouseEvent_Dragging(*args, **kwargs)
3679
3680 def Moving(*args, **kwargs):
3681 """Moving(self) -> bool"""
3682 return _core_.MouseEvent_Moving(*args, **kwargs)
3683
3684 def Entering(*args, **kwargs):
3685 """Entering(self) -> bool"""
3686 return _core_.MouseEvent_Entering(*args, **kwargs)
3687
3688 def Leaving(*args, **kwargs):
3689 """Leaving(self) -> bool"""
3690 return _core_.MouseEvent_Leaving(*args, **kwargs)
3691
3692 def GetPosition(*args, **kwargs):
3693 """
3694 GetPosition(self) -> Point
3695
3696 Returns the position of the mouse in window coordinates when the event
3697 happened.
3698 """
3699 return _core_.MouseEvent_GetPosition(*args, **kwargs)
3700
3701 def GetPositionTuple(*args, **kwargs):
3702 """
3703 GetPositionTuple() -> (x,y)
3704
3705 Returns the position of the mouse in window coordinates when the event
3706 happened.
3707 """
3708 return _core_.MouseEvent_GetPositionTuple(*args, **kwargs)
3709
3710 def GetLogicalPosition(*args, **kwargs):
3711 """GetLogicalPosition(self, DC dc) -> Point"""
3712 return _core_.MouseEvent_GetLogicalPosition(*args, **kwargs)
3713
3714 def GetX(*args, **kwargs):
3715 """GetX(self) -> int"""
3716 return _core_.MouseEvent_GetX(*args, **kwargs)
3717
3718 def GetY(*args, **kwargs):
3719 """GetY(self) -> int"""
3720 return _core_.MouseEvent_GetY(*args, **kwargs)
3721
3722 def GetWheelRotation(*args, **kwargs):
3723 """GetWheelRotation(self) -> int"""
3724 return _core_.MouseEvent_GetWheelRotation(*args, **kwargs)
3725
3726 def GetWheelDelta(*args, **kwargs):
3727 """GetWheelDelta(self) -> int"""
3728 return _core_.MouseEvent_GetWheelDelta(*args, **kwargs)
3729
3730 def GetLinesPerAction(*args, **kwargs):
3731 """GetLinesPerAction(self) -> int"""
3732 return _core_.MouseEvent_GetLinesPerAction(*args, **kwargs)
3733
3734 def IsPageScroll(*args, **kwargs):
3735 """IsPageScroll(self) -> bool"""
3736 return _core_.MouseEvent_IsPageScroll(*args, **kwargs)
3737
3738 m_x = property(_core_.MouseEvent_m_x_get, _core_.MouseEvent_m_x_set)
3739 m_y = property(_core_.MouseEvent_m_y_get, _core_.MouseEvent_m_y_set)
3740 m_leftDown = property(_core_.MouseEvent_m_leftDown_get, _core_.MouseEvent_m_leftDown_set)
3741 m_middleDown = property(_core_.MouseEvent_m_middleDown_get, _core_.MouseEvent_m_middleDown_set)
3742 m_rightDown = property(_core_.MouseEvent_m_rightDown_get, _core_.MouseEvent_m_rightDown_set)
3743 m_controlDown = property(_core_.MouseEvent_m_controlDown_get, _core_.MouseEvent_m_controlDown_set)
3744 m_shiftDown = property(_core_.MouseEvent_m_shiftDown_get, _core_.MouseEvent_m_shiftDown_set)
3745 m_altDown = property(_core_.MouseEvent_m_altDown_get, _core_.MouseEvent_m_altDown_set)
3746 m_metaDown = property(_core_.MouseEvent_m_metaDown_get, _core_.MouseEvent_m_metaDown_set)
3747 m_wheelRotation = property(_core_.MouseEvent_m_wheelRotation_get, _core_.MouseEvent_m_wheelRotation_set)
3748 m_wheelDelta = property(_core_.MouseEvent_m_wheelDelta_get, _core_.MouseEvent_m_wheelDelta_set)
3749 m_linesPerAction = property(_core_.MouseEvent_m_linesPerAction_get, _core_.MouseEvent_m_linesPerAction_set)
3750
3751 class MouseEventPtr(MouseEvent):
3752 def __init__(self, this):
3753 self.this = this
3754 if not hasattr(self,"thisown"): self.thisown = 0
3755 self.__class__ = MouseEvent
3756 _core_.MouseEvent_swigregister(MouseEventPtr)
3757
3758 #---------------------------------------------------------------------------
3759
3760 class SetCursorEvent(Event):
3761 """Proxy of C++ SetCursorEvent class"""
3762 def __repr__(self):
3763 return "<%s.%s; proxy of C++ wxSetCursorEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3764 def __init__(self, *args, **kwargs):
3765 """__init__(self, int x=0, int y=0) -> SetCursorEvent"""
3766 newobj = _core_.new_SetCursorEvent(*args, **kwargs)
3767 self.this = newobj.this
3768 self.thisown = 1
3769 del newobj.thisown
3770 def GetX(*args, **kwargs):
3771 """GetX(self) -> int"""
3772 return _core_.SetCursorEvent_GetX(*args, **kwargs)
3773
3774 def GetY(*args, **kwargs):
3775 """GetY(self) -> int"""
3776 return _core_.SetCursorEvent_GetY(*args, **kwargs)
3777
3778 def SetCursor(*args, **kwargs):
3779 """SetCursor(self, Cursor cursor)"""
3780 return _core_.SetCursorEvent_SetCursor(*args, **kwargs)
3781
3782 def GetCursor(*args, **kwargs):
3783 """GetCursor(self) -> Cursor"""
3784 return _core_.SetCursorEvent_GetCursor(*args, **kwargs)
3785
3786 def HasCursor(*args, **kwargs):
3787 """HasCursor(self) -> bool"""
3788 return _core_.SetCursorEvent_HasCursor(*args, **kwargs)
3789
3790
3791 class SetCursorEventPtr(SetCursorEvent):
3792 def __init__(self, this):
3793 self.this = this
3794 if not hasattr(self,"thisown"): self.thisown = 0
3795 self.__class__ = SetCursorEvent
3796 _core_.SetCursorEvent_swigregister(SetCursorEventPtr)
3797
3798 #---------------------------------------------------------------------------
3799
3800 class KeyEvent(Event):
3801 """Proxy of C++ KeyEvent class"""
3802 def __repr__(self):
3803 return "<%s.%s; proxy of C++ wxKeyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3804 def __init__(self, *args, **kwargs):
3805 """__init__(self, wxEventType keyType=wxEVT_NULL) -> KeyEvent"""
3806 newobj = _core_.new_KeyEvent(*args, **kwargs)
3807 self.this = newobj.this
3808 self.thisown = 1
3809 del newobj.thisown
3810 def ControlDown(*args, **kwargs):
3811 """ControlDown(self) -> bool"""
3812 return _core_.KeyEvent_ControlDown(*args, **kwargs)
3813
3814 def MetaDown(*args, **kwargs):
3815 """MetaDown(self) -> bool"""
3816 return _core_.KeyEvent_MetaDown(*args, **kwargs)
3817
3818 def AltDown(*args, **kwargs):
3819 """AltDown(self) -> bool"""
3820 return _core_.KeyEvent_AltDown(*args, **kwargs)
3821
3822 def ShiftDown(*args, **kwargs):
3823 """ShiftDown(self) -> bool"""
3824 return _core_.KeyEvent_ShiftDown(*args, **kwargs)
3825
3826 def CmdDown(*args, **kwargs):
3827 """
3828 CmdDown(self) -> bool
3829
3830 "Cmd" is a pseudo key which is the same as Control for PC and Unix
3831 platforms but the special "Apple" (a.k.a as "Command") key on
3832 Macs: it makes often sense to use it instead of, say, `ControlDown`
3833 because Cmd key is used for the same thing under Mac as Ctrl
3834 elsewhere. The Ctrl still exists, it's just not used for this
3835 purpose. So for non-Mac platforms this is the same as `ControlDown`
3836 and Macs this is the same as `MetaDown`.
3837 """
3838 return _core_.KeyEvent_CmdDown(*args, **kwargs)
3839
3840 def HasModifiers(*args, **kwargs):
3841 """HasModifiers(self) -> bool"""
3842 return _core_.KeyEvent_HasModifiers(*args, **kwargs)
3843
3844 def GetKeyCode(*args, **kwargs):
3845 """GetKeyCode(self) -> int"""
3846 return _core_.KeyEvent_GetKeyCode(*args, **kwargs)
3847
3848 KeyCode = GetKeyCode
3849 def GetUnicodeKey(*args, **kwargs):
3850 """GetUnicodeKey(self) -> int"""
3851 return _core_.KeyEvent_GetUnicodeKey(*args, **kwargs)
3852
3853 GetUniChar = GetUnicodeKey
3854 def GetRawKeyCode(*args, **kwargs):
3855 """GetRawKeyCode(self) -> unsigned int"""
3856 return _core_.KeyEvent_GetRawKeyCode(*args, **kwargs)
3857
3858 def GetRawKeyFlags(*args, **kwargs):
3859 """GetRawKeyFlags(self) -> unsigned int"""
3860 return _core_.KeyEvent_GetRawKeyFlags(*args, **kwargs)
3861
3862 def GetPosition(*args, **kwargs):
3863 """
3864 GetPosition(self) -> Point
3865
3866 Find the position of the event.
3867 """
3868 return _core_.KeyEvent_GetPosition(*args, **kwargs)
3869
3870 def GetPositionTuple(*args, **kwargs):
3871 """
3872 GetPositionTuple() -> (x,y)
3873
3874 Find the position of the event.
3875 """
3876 return _core_.KeyEvent_GetPositionTuple(*args, **kwargs)
3877
3878 def GetX(*args, **kwargs):
3879 """GetX(self) -> int"""
3880 return _core_.KeyEvent_GetX(*args, **kwargs)
3881
3882 def GetY(*args, **kwargs):
3883 """GetY(self) -> int"""
3884 return _core_.KeyEvent_GetY(*args, **kwargs)
3885
3886 m_x = property(_core_.KeyEvent_m_x_get, _core_.KeyEvent_m_x_set)
3887 m_y = property(_core_.KeyEvent_m_y_get, _core_.KeyEvent_m_y_set)
3888 m_keyCode = property(_core_.KeyEvent_m_keyCode_get, _core_.KeyEvent_m_keyCode_set)
3889 m_controlDown = property(_core_.KeyEvent_m_controlDown_get, _core_.KeyEvent_m_controlDown_set)
3890 m_shiftDown = property(_core_.KeyEvent_m_shiftDown_get, _core_.KeyEvent_m_shiftDown_set)
3891 m_altDown = property(_core_.KeyEvent_m_altDown_get, _core_.KeyEvent_m_altDown_set)
3892 m_metaDown = property(_core_.KeyEvent_m_metaDown_get, _core_.KeyEvent_m_metaDown_set)
3893 m_scanCode = property(_core_.KeyEvent_m_scanCode_get, _core_.KeyEvent_m_scanCode_set)
3894 m_rawCode = property(_core_.KeyEvent_m_rawCode_get, _core_.KeyEvent_m_rawCode_set)
3895 m_rawFlags = property(_core_.KeyEvent_m_rawFlags_get, _core_.KeyEvent_m_rawFlags_set)
3896
3897 class KeyEventPtr(KeyEvent):
3898 def __init__(self, this):
3899 self.this = this
3900 if not hasattr(self,"thisown"): self.thisown = 0
3901 self.__class__ = KeyEvent
3902 _core_.KeyEvent_swigregister(KeyEventPtr)
3903
3904 #---------------------------------------------------------------------------
3905
3906 class SizeEvent(Event):
3907 """Proxy of C++ SizeEvent class"""
3908 def __repr__(self):
3909 return "<%s.%s; proxy of C++ wxSizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3910 def __init__(self, *args, **kwargs):
3911 """__init__(self, Size sz=DefaultSize, int winid=0) -> SizeEvent"""
3912 newobj = _core_.new_SizeEvent(*args, **kwargs)
3913 self.this = newobj.this
3914 self.thisown = 1
3915 del newobj.thisown
3916 def GetSize(*args, **kwargs):
3917 """GetSize(self) -> Size"""
3918 return _core_.SizeEvent_GetSize(*args, **kwargs)
3919
3920 def GetRect(*args, **kwargs):
3921 """GetRect(self) -> Rect"""
3922 return _core_.SizeEvent_GetRect(*args, **kwargs)
3923
3924 def SetRect(*args, **kwargs):
3925 """SetRect(self, Rect rect)"""
3926 return _core_.SizeEvent_SetRect(*args, **kwargs)
3927
3928 def SetSize(*args, **kwargs):
3929 """SetSize(self, Size size)"""
3930 return _core_.SizeEvent_SetSize(*args, **kwargs)
3931
3932 m_size = property(_core_.SizeEvent_m_size_get, _core_.SizeEvent_m_size_set)
3933 m_rect = property(_core_.SizeEvent_m_rect_get, _core_.SizeEvent_m_rect_set)
3934
3935 class SizeEventPtr(SizeEvent):
3936 def __init__(self, this):
3937 self.this = this
3938 if not hasattr(self,"thisown"): self.thisown = 0
3939 self.__class__ = SizeEvent
3940 _core_.SizeEvent_swigregister(SizeEventPtr)
3941
3942 #---------------------------------------------------------------------------
3943
3944 class MoveEvent(Event):
3945 """Proxy of C++ MoveEvent class"""
3946 def __repr__(self):
3947 return "<%s.%s; proxy of C++ wxMoveEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3948 def __init__(self, *args, **kwargs):
3949 """__init__(self, Point pos=DefaultPosition, int winid=0) -> MoveEvent"""
3950 newobj = _core_.new_MoveEvent(*args, **kwargs)
3951 self.this = newobj.this
3952 self.thisown = 1
3953 del newobj.thisown
3954 def GetPosition(*args, **kwargs):
3955 """GetPosition(self) -> Point"""
3956 return _core_.MoveEvent_GetPosition(*args, **kwargs)
3957
3958 def GetRect(*args, **kwargs):
3959 """GetRect(self) -> Rect"""
3960 return _core_.MoveEvent_GetRect(*args, **kwargs)
3961
3962 def SetRect(*args, **kwargs):
3963 """SetRect(self, Rect rect)"""
3964 return _core_.MoveEvent_SetRect(*args, **kwargs)
3965
3966 def SetPosition(*args, **kwargs):
3967 """SetPosition(self, Point pos)"""
3968 return _core_.MoveEvent_SetPosition(*args, **kwargs)
3969
3970 m_pos = property(GetPosition, SetPosition)
3971 m_rect = property(GetRect, SetRect)
3972
3973
3974 class MoveEventPtr(MoveEvent):
3975 def __init__(self, this):
3976 self.this = this
3977 if not hasattr(self,"thisown"): self.thisown = 0
3978 self.__class__ = MoveEvent
3979 _core_.MoveEvent_swigregister(MoveEventPtr)
3980
3981 #---------------------------------------------------------------------------
3982
3983 class PaintEvent(Event):
3984 """Proxy of C++ PaintEvent class"""
3985 def __repr__(self):
3986 return "<%s.%s; proxy of C++ wxPaintEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3987 def __init__(self, *args, **kwargs):
3988 """__init__(self, int Id=0) -> PaintEvent"""
3989 newobj = _core_.new_PaintEvent(*args, **kwargs)
3990 self.this = newobj.this
3991 self.thisown = 1
3992 del newobj.thisown
3993
3994 class PaintEventPtr(PaintEvent):
3995 def __init__(self, this):
3996 self.this = this
3997 if not hasattr(self,"thisown"): self.thisown = 0
3998 self.__class__ = PaintEvent
3999 _core_.PaintEvent_swigregister(PaintEventPtr)
4000
4001 class NcPaintEvent(Event):
4002 """Proxy of C++ NcPaintEvent class"""
4003 def __repr__(self):
4004 return "<%s.%s; proxy of C++ wxNcPaintEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4005 def __init__(self, *args, **kwargs):
4006 """__init__(self, int winid=0) -> NcPaintEvent"""
4007 newobj = _core_.new_NcPaintEvent(*args, **kwargs)
4008 self.this = newobj.this
4009 self.thisown = 1
4010 del newobj.thisown
4011
4012 class NcPaintEventPtr(NcPaintEvent):
4013 def __init__(self, this):
4014 self.this = this
4015 if not hasattr(self,"thisown"): self.thisown = 0
4016 self.__class__ = NcPaintEvent
4017 _core_.NcPaintEvent_swigregister(NcPaintEventPtr)
4018
4019 #---------------------------------------------------------------------------
4020
4021 class EraseEvent(Event):
4022 """Proxy of C++ EraseEvent class"""
4023 def __repr__(self):
4024 return "<%s.%s; proxy of C++ wxEraseEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4025 def __init__(self, *args, **kwargs):
4026 """__init__(self, int Id=0, DC dc=(wxDC *) NULL) -> EraseEvent"""
4027 newobj = _core_.new_EraseEvent(*args, **kwargs)
4028 self.this = newobj.this
4029 self.thisown = 1
4030 del newobj.thisown
4031 def GetDC(*args, **kwargs):
4032 """GetDC(self) -> DC"""
4033 return _core_.EraseEvent_GetDC(*args, **kwargs)
4034
4035
4036 class EraseEventPtr(EraseEvent):
4037 def __init__(self, this):
4038 self.this = this
4039 if not hasattr(self,"thisown"): self.thisown = 0
4040 self.__class__ = EraseEvent
4041 _core_.EraseEvent_swigregister(EraseEventPtr)
4042
4043 #---------------------------------------------------------------------------
4044
4045 class FocusEvent(Event):
4046 """Proxy of C++ FocusEvent class"""
4047 def __repr__(self):
4048 return "<%s.%s; proxy of C++ wxFocusEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4049 def __init__(self, *args, **kwargs):
4050 """__init__(self, wxEventType type=wxEVT_NULL, int winid=0) -> FocusEvent"""
4051 newobj = _core_.new_FocusEvent(*args, **kwargs)
4052 self.this = newobj.this
4053 self.thisown = 1
4054 del newobj.thisown
4055 def GetWindow(*args, **kwargs):
4056 """GetWindow(self) -> Window"""
4057 return _core_.FocusEvent_GetWindow(*args, **kwargs)
4058
4059 def SetWindow(*args, **kwargs):
4060 """SetWindow(self, Window win)"""
4061 return _core_.FocusEvent_SetWindow(*args, **kwargs)
4062
4063
4064 class FocusEventPtr(FocusEvent):
4065 def __init__(self, this):
4066 self.this = this
4067 if not hasattr(self,"thisown"): self.thisown = 0
4068 self.__class__ = FocusEvent
4069 _core_.FocusEvent_swigregister(FocusEventPtr)
4070
4071 #---------------------------------------------------------------------------
4072
4073 class ChildFocusEvent(CommandEvent):
4074 """Proxy of C++ ChildFocusEvent class"""
4075 def __repr__(self):
4076 return "<%s.%s; proxy of C++ wxChildFocusEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4077 def __init__(self, *args, **kwargs):
4078 """__init__(self, Window win=None) -> ChildFocusEvent"""
4079 newobj = _core_.new_ChildFocusEvent(*args, **kwargs)
4080 self.this = newobj.this
4081 self.thisown = 1
4082 del newobj.thisown
4083 def GetWindow(*args, **kwargs):
4084 """GetWindow(self) -> Window"""
4085 return _core_.ChildFocusEvent_GetWindow(*args, **kwargs)
4086
4087
4088 class ChildFocusEventPtr(ChildFocusEvent):
4089 def __init__(self, this):
4090 self.this = this
4091 if not hasattr(self,"thisown"): self.thisown = 0
4092 self.__class__ = ChildFocusEvent
4093 _core_.ChildFocusEvent_swigregister(ChildFocusEventPtr)
4094
4095 #---------------------------------------------------------------------------
4096
4097 class ActivateEvent(Event):
4098 """Proxy of C++ ActivateEvent class"""
4099 def __repr__(self):
4100 return "<%s.%s; proxy of C++ wxActivateEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4101 def __init__(self, *args, **kwargs):
4102 """__init__(self, wxEventType type=wxEVT_NULL, bool active=True, int Id=0) -> ActivateEvent"""
4103 newobj = _core_.new_ActivateEvent(*args, **kwargs)
4104 self.this = newobj.this
4105 self.thisown = 1
4106 del newobj.thisown
4107 def GetActive(*args, **kwargs):
4108 """GetActive(self) -> bool"""
4109 return _core_.ActivateEvent_GetActive(*args, **kwargs)
4110
4111
4112 class ActivateEventPtr(ActivateEvent):
4113 def __init__(self, this):
4114 self.this = this
4115 if not hasattr(self,"thisown"): self.thisown = 0
4116 self.__class__ = ActivateEvent
4117 _core_.ActivateEvent_swigregister(ActivateEventPtr)
4118
4119 #---------------------------------------------------------------------------
4120
4121 class InitDialogEvent(Event):
4122 """Proxy of C++ InitDialogEvent class"""
4123 def __repr__(self):
4124 return "<%s.%s; proxy of C++ wxInitDialogEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4125 def __init__(self, *args, **kwargs):
4126 """__init__(self, int Id=0) -> InitDialogEvent"""
4127 newobj = _core_.new_InitDialogEvent(*args, **kwargs)
4128 self.this = newobj.this
4129 self.thisown = 1
4130 del newobj.thisown
4131
4132 class InitDialogEventPtr(InitDialogEvent):
4133 def __init__(self, this):
4134 self.this = this
4135 if not hasattr(self,"thisown"): self.thisown = 0
4136 self.__class__ = InitDialogEvent
4137 _core_.InitDialogEvent_swigregister(InitDialogEventPtr)
4138
4139 #---------------------------------------------------------------------------
4140
4141 class MenuEvent(Event):
4142 """Proxy of C++ MenuEvent class"""
4143 def __repr__(self):
4144 return "<%s.%s; proxy of C++ wxMenuEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4145 def __init__(self, *args, **kwargs):
4146 """__init__(self, wxEventType type=wxEVT_NULL, int winid=0, Menu menu=None) -> MenuEvent"""
4147 newobj = _core_.new_MenuEvent(*args, **kwargs)
4148 self.this = newobj.this
4149 self.thisown = 1
4150 del newobj.thisown
4151 def GetMenuId(*args, **kwargs):
4152 """GetMenuId(self) -> int"""
4153 return _core_.MenuEvent_GetMenuId(*args, **kwargs)
4154
4155 def IsPopup(*args, **kwargs):
4156 """IsPopup(self) -> bool"""
4157 return _core_.MenuEvent_IsPopup(*args, **kwargs)
4158
4159 def GetMenu(*args, **kwargs):
4160 """GetMenu(self) -> Menu"""
4161 return _core_.MenuEvent_GetMenu(*args, **kwargs)
4162
4163
4164 class MenuEventPtr(MenuEvent):
4165 def __init__(self, this):
4166 self.this = this
4167 if not hasattr(self,"thisown"): self.thisown = 0
4168 self.__class__ = MenuEvent
4169 _core_.MenuEvent_swigregister(MenuEventPtr)
4170
4171 #---------------------------------------------------------------------------
4172
4173 class CloseEvent(Event):
4174 """Proxy of C++ CloseEvent class"""
4175 def __repr__(self):
4176 return "<%s.%s; proxy of C++ wxCloseEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4177 def __init__(self, *args, **kwargs):
4178 """__init__(self, wxEventType type=wxEVT_NULL, int winid=0) -> CloseEvent"""
4179 newobj = _core_.new_CloseEvent(*args, **kwargs)
4180 self.this = newobj.this
4181 self.thisown = 1
4182 del newobj.thisown
4183 def SetLoggingOff(*args, **kwargs):
4184 """SetLoggingOff(self, bool logOff)"""
4185 return _core_.CloseEvent_SetLoggingOff(*args, **kwargs)
4186
4187 def GetLoggingOff(*args, **kwargs):
4188 """GetLoggingOff(self) -> bool"""
4189 return _core_.CloseEvent_GetLoggingOff(*args, **kwargs)
4190
4191 def Veto(*args, **kwargs):
4192 """Veto(self, bool veto=True)"""
4193 return _core_.CloseEvent_Veto(*args, **kwargs)
4194
4195 def SetCanVeto(*args, **kwargs):
4196 """SetCanVeto(self, bool canVeto)"""
4197 return _core_.CloseEvent_SetCanVeto(*args, **kwargs)
4198
4199 def CanVeto(*args, **kwargs):
4200 """CanVeto(self) -> bool"""
4201 return _core_.CloseEvent_CanVeto(*args, **kwargs)
4202
4203 def GetVeto(*args, **kwargs):
4204 """GetVeto(self) -> bool"""
4205 return _core_.CloseEvent_GetVeto(*args, **kwargs)
4206
4207
4208 class CloseEventPtr(CloseEvent):
4209 def __init__(self, this):
4210 self.this = this
4211 if not hasattr(self,"thisown"): self.thisown = 0
4212 self.__class__ = CloseEvent
4213 _core_.CloseEvent_swigregister(CloseEventPtr)
4214
4215 #---------------------------------------------------------------------------
4216
4217 class ShowEvent(Event):
4218 """Proxy of C++ ShowEvent class"""
4219 def __repr__(self):
4220 return "<%s.%s; proxy of C++ wxShowEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4221 def __init__(self, *args, **kwargs):
4222 """__init__(self, int winid=0, bool show=False) -> ShowEvent"""
4223 newobj = _core_.new_ShowEvent(*args, **kwargs)
4224 self.this = newobj.this
4225 self.thisown = 1
4226 del newobj.thisown
4227 def SetShow(*args, **kwargs):
4228 """SetShow(self, bool show)"""
4229 return _core_.ShowEvent_SetShow(*args, **kwargs)
4230
4231 def GetShow(*args, **kwargs):
4232 """GetShow(self) -> bool"""
4233 return _core_.ShowEvent_GetShow(*args, **kwargs)
4234
4235
4236 class ShowEventPtr(ShowEvent):
4237 def __init__(self, this):
4238 self.this = this
4239 if not hasattr(self,"thisown"): self.thisown = 0
4240 self.__class__ = ShowEvent
4241 _core_.ShowEvent_swigregister(ShowEventPtr)
4242
4243 #---------------------------------------------------------------------------
4244
4245 class IconizeEvent(Event):
4246 """Proxy of C++ IconizeEvent class"""
4247 def __repr__(self):
4248 return "<%s.%s; proxy of C++ wxIconizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4249 def __init__(self, *args, **kwargs):
4250 """__init__(self, int id=0, bool iconized=True) -> IconizeEvent"""
4251 newobj = _core_.new_IconizeEvent(*args, **kwargs)
4252 self.this = newobj.this
4253 self.thisown = 1
4254 del newobj.thisown
4255 def Iconized(*args, **kwargs):
4256 """Iconized(self) -> bool"""
4257 return _core_.IconizeEvent_Iconized(*args, **kwargs)
4258
4259
4260 class IconizeEventPtr(IconizeEvent):
4261 def __init__(self, this):
4262 self.this = this
4263 if not hasattr(self,"thisown"): self.thisown = 0
4264 self.__class__ = IconizeEvent
4265 _core_.IconizeEvent_swigregister(IconizeEventPtr)
4266
4267 #---------------------------------------------------------------------------
4268
4269 class MaximizeEvent(Event):
4270 """Proxy of C++ MaximizeEvent class"""
4271 def __repr__(self):
4272 return "<%s.%s; proxy of C++ wxMaximizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4273 def __init__(self, *args, **kwargs):
4274 """__init__(self, int id=0) -> MaximizeEvent"""
4275 newobj = _core_.new_MaximizeEvent(*args, **kwargs)
4276 self.this = newobj.this
4277 self.thisown = 1
4278 del newobj.thisown
4279
4280 class MaximizeEventPtr(MaximizeEvent):
4281 def __init__(self, this):
4282 self.this = this
4283 if not hasattr(self,"thisown"): self.thisown = 0
4284 self.__class__ = MaximizeEvent
4285 _core_.MaximizeEvent_swigregister(MaximizeEventPtr)
4286
4287 #---------------------------------------------------------------------------
4288
4289 class DropFilesEvent(Event):
4290 """Proxy of C++ DropFilesEvent class"""
4291 def __init__(self): raise RuntimeError, "No constructor defined"
4292 def __repr__(self):
4293 return "<%s.%s; proxy of C++ wxDropFilesEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4294 def GetPosition(*args, **kwargs):
4295 """GetPosition(self) -> Point"""
4296 return _core_.DropFilesEvent_GetPosition(*args, **kwargs)
4297
4298 def GetNumberOfFiles(*args, **kwargs):
4299 """GetNumberOfFiles(self) -> int"""
4300 return _core_.DropFilesEvent_GetNumberOfFiles(*args, **kwargs)
4301
4302 def GetFiles(*args, **kwargs):
4303 """GetFiles(self) -> PyObject"""
4304 return _core_.DropFilesEvent_GetFiles(*args, **kwargs)
4305
4306
4307 class DropFilesEventPtr(DropFilesEvent):
4308 def __init__(self, this):
4309 self.this = this
4310 if not hasattr(self,"thisown"): self.thisown = 0
4311 self.__class__ = DropFilesEvent
4312 _core_.DropFilesEvent_swigregister(DropFilesEventPtr)
4313
4314 #---------------------------------------------------------------------------
4315
4316 UPDATE_UI_PROCESS_ALL = _core_.UPDATE_UI_PROCESS_ALL
4317 UPDATE_UI_PROCESS_SPECIFIED = _core_.UPDATE_UI_PROCESS_SPECIFIED
4318 class UpdateUIEvent(CommandEvent):
4319 """Proxy of C++ UpdateUIEvent class"""
4320 def __repr__(self):
4321 return "<%s.%s; proxy of C++ wxUpdateUIEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4322 def __init__(self, *args, **kwargs):
4323 """__init__(self, int commandId=0) -> UpdateUIEvent"""
4324 newobj = _core_.new_UpdateUIEvent(*args, **kwargs)
4325 self.this = newobj.this
4326 self.thisown = 1
4327 del newobj.thisown
4328 def GetChecked(*args, **kwargs):
4329 """GetChecked(self) -> bool"""
4330 return _core_.UpdateUIEvent_GetChecked(*args, **kwargs)
4331
4332 def GetEnabled(*args, **kwargs):
4333 """GetEnabled(self) -> bool"""
4334 return _core_.UpdateUIEvent_GetEnabled(*args, **kwargs)
4335
4336 def GetText(*args, **kwargs):
4337 """GetText(self) -> String"""
4338 return _core_.UpdateUIEvent_GetText(*args, **kwargs)
4339
4340 def GetSetText(*args, **kwargs):
4341 """GetSetText(self) -> bool"""
4342 return _core_.UpdateUIEvent_GetSetText(*args, **kwargs)
4343
4344 def GetSetChecked(*args, **kwargs):
4345 """GetSetChecked(self) -> bool"""
4346 return _core_.UpdateUIEvent_GetSetChecked(*args, **kwargs)
4347
4348 def GetSetEnabled(*args, **kwargs):
4349 """GetSetEnabled(self) -> bool"""
4350 return _core_.UpdateUIEvent_GetSetEnabled(*args, **kwargs)
4351
4352 def Check(*args, **kwargs):
4353 """Check(self, bool check)"""
4354 return _core_.UpdateUIEvent_Check(*args, **kwargs)
4355
4356 def Enable(*args, **kwargs):
4357 """Enable(self, bool enable)"""
4358 return _core_.UpdateUIEvent_Enable(*args, **kwargs)
4359
4360 def SetText(*args, **kwargs):
4361 """SetText(self, String text)"""
4362 return _core_.UpdateUIEvent_SetText(*args, **kwargs)
4363
4364 def SetUpdateInterval(*args, **kwargs):
4365 """SetUpdateInterval(long updateInterval)"""
4366 return _core_.UpdateUIEvent_SetUpdateInterval(*args, **kwargs)
4367
4368 SetUpdateInterval = staticmethod(SetUpdateInterval)
4369 def GetUpdateInterval(*args, **kwargs):
4370 """GetUpdateInterval() -> long"""
4371 return _core_.UpdateUIEvent_GetUpdateInterval(*args, **kwargs)
4372
4373 GetUpdateInterval = staticmethod(GetUpdateInterval)
4374 def CanUpdate(*args, **kwargs):
4375 """CanUpdate(Window win) -> bool"""
4376 return _core_.UpdateUIEvent_CanUpdate(*args, **kwargs)
4377
4378 CanUpdate = staticmethod(CanUpdate)
4379 def ResetUpdateTime(*args, **kwargs):
4380 """ResetUpdateTime()"""
4381 return _core_.UpdateUIEvent_ResetUpdateTime(*args, **kwargs)
4382
4383 ResetUpdateTime = staticmethod(ResetUpdateTime)
4384 def SetMode(*args, **kwargs):
4385 """SetMode(int mode)"""
4386 return _core_.UpdateUIEvent_SetMode(*args, **kwargs)
4387
4388 SetMode = staticmethod(SetMode)
4389 def GetMode(*args, **kwargs):
4390 """GetMode() -> int"""
4391 return _core_.UpdateUIEvent_GetMode(*args, **kwargs)
4392
4393 GetMode = staticmethod(GetMode)
4394
4395 class UpdateUIEventPtr(UpdateUIEvent):
4396 def __init__(self, this):
4397 self.this = this
4398 if not hasattr(self,"thisown"): self.thisown = 0
4399 self.__class__ = UpdateUIEvent
4400 _core_.UpdateUIEvent_swigregister(UpdateUIEventPtr)
4401
4402 def UpdateUIEvent_SetUpdateInterval(*args, **kwargs):
4403 """UpdateUIEvent_SetUpdateInterval(long updateInterval)"""
4404 return _core_.UpdateUIEvent_SetUpdateInterval(*args, **kwargs)
4405
4406 def UpdateUIEvent_GetUpdateInterval(*args, **kwargs):
4407 """UpdateUIEvent_GetUpdateInterval() -> long"""
4408 return _core_.UpdateUIEvent_GetUpdateInterval(*args, **kwargs)
4409
4410 def UpdateUIEvent_CanUpdate(*args, **kwargs):
4411 """UpdateUIEvent_CanUpdate(Window win) -> bool"""
4412 return _core_.UpdateUIEvent_CanUpdate(*args, **kwargs)
4413
4414 def UpdateUIEvent_ResetUpdateTime(*args, **kwargs):
4415 """UpdateUIEvent_ResetUpdateTime()"""
4416 return _core_.UpdateUIEvent_ResetUpdateTime(*args, **kwargs)
4417
4418 def UpdateUIEvent_SetMode(*args, **kwargs):
4419 """UpdateUIEvent_SetMode(int mode)"""
4420 return _core_.UpdateUIEvent_SetMode(*args, **kwargs)
4421
4422 def UpdateUIEvent_GetMode(*args, **kwargs):
4423 """UpdateUIEvent_GetMode() -> int"""
4424 return _core_.UpdateUIEvent_GetMode(*args, **kwargs)
4425
4426 #---------------------------------------------------------------------------
4427
4428 class SysColourChangedEvent(Event):
4429 """Proxy of C++ SysColourChangedEvent class"""
4430 def __repr__(self):
4431 return "<%s.%s; proxy of C++ wxSysColourChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4432 def __init__(self, *args, **kwargs):
4433 """__init__(self) -> SysColourChangedEvent"""
4434 newobj = _core_.new_SysColourChangedEvent(*args, **kwargs)
4435 self.this = newobj.this
4436 self.thisown = 1
4437 del newobj.thisown
4438
4439 class SysColourChangedEventPtr(SysColourChangedEvent):
4440 def __init__(self, this):
4441 self.this = this
4442 if not hasattr(self,"thisown"): self.thisown = 0
4443 self.__class__ = SysColourChangedEvent
4444 _core_.SysColourChangedEvent_swigregister(SysColourChangedEventPtr)
4445
4446 #---------------------------------------------------------------------------
4447
4448 class MouseCaptureChangedEvent(Event):
4449 """Proxy of C++ MouseCaptureChangedEvent class"""
4450 def __repr__(self):
4451 return "<%s.%s; proxy of C++ wxMouseCaptureChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4452 def __init__(self, *args, **kwargs):
4453 """__init__(self, int winid=0, Window gainedCapture=None) -> MouseCaptureChangedEvent"""
4454 newobj = _core_.new_MouseCaptureChangedEvent(*args, **kwargs)
4455 self.this = newobj.this
4456 self.thisown = 1
4457 del newobj.thisown
4458 def GetCapturedWindow(*args, **kwargs):
4459 """GetCapturedWindow(self) -> Window"""
4460 return _core_.MouseCaptureChangedEvent_GetCapturedWindow(*args, **kwargs)
4461
4462
4463 class MouseCaptureChangedEventPtr(MouseCaptureChangedEvent):
4464 def __init__(self, this):
4465 self.this = this
4466 if not hasattr(self,"thisown"): self.thisown = 0
4467 self.__class__ = MouseCaptureChangedEvent
4468 _core_.MouseCaptureChangedEvent_swigregister(MouseCaptureChangedEventPtr)
4469
4470 #---------------------------------------------------------------------------
4471
4472 class DisplayChangedEvent(Event):
4473 """Proxy of C++ DisplayChangedEvent class"""
4474 def __repr__(self):
4475 return "<%s.%s; proxy of C++ wxDisplayChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4476 def __init__(self, *args, **kwargs):
4477 """__init__(self) -> DisplayChangedEvent"""
4478 newobj = _core_.new_DisplayChangedEvent(*args, **kwargs)
4479 self.this = newobj.this
4480 self.thisown = 1
4481 del newobj.thisown
4482
4483 class DisplayChangedEventPtr(DisplayChangedEvent):
4484 def __init__(self, this):
4485 self.this = this
4486 if not hasattr(self,"thisown"): self.thisown = 0
4487 self.__class__ = DisplayChangedEvent
4488 _core_.DisplayChangedEvent_swigregister(DisplayChangedEventPtr)
4489
4490 #---------------------------------------------------------------------------
4491
4492 class PaletteChangedEvent(Event):
4493 """Proxy of C++ PaletteChangedEvent class"""
4494 def __repr__(self):
4495 return "<%s.%s; proxy of C++ wxPaletteChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4496 def __init__(self, *args, **kwargs):
4497 """__init__(self, int id=0) -> PaletteChangedEvent"""
4498 newobj = _core_.new_PaletteChangedEvent(*args, **kwargs)
4499 self.this = newobj.this
4500 self.thisown = 1
4501 del newobj.thisown
4502 def SetChangedWindow(*args, **kwargs):
4503 """SetChangedWindow(self, Window win)"""
4504 return _core_.PaletteChangedEvent_SetChangedWindow(*args, **kwargs)
4505
4506 def GetChangedWindow(*args, **kwargs):
4507 """GetChangedWindow(self) -> Window"""
4508 return _core_.PaletteChangedEvent_GetChangedWindow(*args, **kwargs)
4509
4510
4511 class PaletteChangedEventPtr(PaletteChangedEvent):
4512 def __init__(self, this):
4513 self.this = this
4514 if not hasattr(self,"thisown"): self.thisown = 0
4515 self.__class__ = PaletteChangedEvent
4516 _core_.PaletteChangedEvent_swigregister(PaletteChangedEventPtr)
4517
4518 #---------------------------------------------------------------------------
4519
4520 class QueryNewPaletteEvent(Event):
4521 """Proxy of C++ QueryNewPaletteEvent class"""
4522 def __repr__(self):
4523 return "<%s.%s; proxy of C++ wxQueryNewPaletteEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4524 def __init__(self, *args, **kwargs):
4525 """__init__(self, int winid=0) -> QueryNewPaletteEvent"""
4526 newobj = _core_.new_QueryNewPaletteEvent(*args, **kwargs)
4527 self.this = newobj.this
4528 self.thisown = 1
4529 del newobj.thisown
4530 def SetPaletteRealized(*args, **kwargs):
4531 """SetPaletteRealized(self, bool realized)"""
4532 return _core_.QueryNewPaletteEvent_SetPaletteRealized(*args, **kwargs)
4533
4534 def GetPaletteRealized(*args, **kwargs):
4535 """GetPaletteRealized(self) -> bool"""
4536 return _core_.QueryNewPaletteEvent_GetPaletteRealized(*args, **kwargs)
4537
4538
4539 class QueryNewPaletteEventPtr(QueryNewPaletteEvent):
4540 def __init__(self, this):
4541 self.this = this
4542 if not hasattr(self,"thisown"): self.thisown = 0
4543 self.__class__ = QueryNewPaletteEvent
4544 _core_.QueryNewPaletteEvent_swigregister(QueryNewPaletteEventPtr)
4545
4546 #---------------------------------------------------------------------------
4547
4548 class NavigationKeyEvent(Event):
4549 """Proxy of C++ NavigationKeyEvent class"""
4550 def __repr__(self):
4551 return "<%s.%s; proxy of C++ wxNavigationKeyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4552 def __init__(self, *args, **kwargs):
4553 """__init__(self) -> NavigationKeyEvent"""
4554 newobj = _core_.new_NavigationKeyEvent(*args, **kwargs)
4555 self.this = newobj.this
4556 self.thisown = 1
4557 del newobj.thisown
4558 def GetDirection(*args, **kwargs):
4559 """GetDirection(self) -> bool"""
4560 return _core_.NavigationKeyEvent_GetDirection(*args, **kwargs)
4561
4562 def SetDirection(*args, **kwargs):
4563 """SetDirection(self, bool forward)"""
4564 return _core_.NavigationKeyEvent_SetDirection(*args, **kwargs)
4565
4566 def IsWindowChange(*args, **kwargs):
4567 """IsWindowChange(self) -> bool"""
4568 return _core_.NavigationKeyEvent_IsWindowChange(*args, **kwargs)
4569
4570 def SetWindowChange(*args, **kwargs):
4571 """SetWindowChange(self, bool ischange)"""
4572 return _core_.NavigationKeyEvent_SetWindowChange(*args, **kwargs)
4573
4574 def SetFlags(*args, **kwargs):
4575 """SetFlags(self, long flags)"""
4576 return _core_.NavigationKeyEvent_SetFlags(*args, **kwargs)
4577
4578 def GetCurrentFocus(*args, **kwargs):
4579 """GetCurrentFocus(self) -> Window"""
4580 return _core_.NavigationKeyEvent_GetCurrentFocus(*args, **kwargs)
4581
4582 def SetCurrentFocus(*args, **kwargs):
4583 """SetCurrentFocus(self, Window win)"""
4584 return _core_.NavigationKeyEvent_SetCurrentFocus(*args, **kwargs)
4585
4586 IsBackward = _core_.NavigationKeyEvent_IsBackward
4587 IsForward = _core_.NavigationKeyEvent_IsForward
4588 WinChange = _core_.NavigationKeyEvent_WinChange
4589
4590 class NavigationKeyEventPtr(NavigationKeyEvent):
4591 def __init__(self, this):
4592 self.this = this
4593 if not hasattr(self,"thisown"): self.thisown = 0
4594 self.__class__ = NavigationKeyEvent
4595 _core_.NavigationKeyEvent_swigregister(NavigationKeyEventPtr)
4596
4597 #---------------------------------------------------------------------------
4598
4599 class WindowCreateEvent(CommandEvent):
4600 """Proxy of C++ WindowCreateEvent class"""
4601 def __repr__(self):
4602 return "<%s.%s; proxy of C++ wxWindowCreateEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4603 def __init__(self, *args, **kwargs):
4604 """__init__(self, Window win=None) -> WindowCreateEvent"""
4605 newobj = _core_.new_WindowCreateEvent(*args, **kwargs)
4606 self.this = newobj.this
4607 self.thisown = 1
4608 del newobj.thisown
4609 def GetWindow(*args, **kwargs):
4610 """GetWindow(self) -> Window"""
4611 return _core_.WindowCreateEvent_GetWindow(*args, **kwargs)
4612
4613
4614 class WindowCreateEventPtr(WindowCreateEvent):
4615 def __init__(self, this):
4616 self.this = this
4617 if not hasattr(self,"thisown"): self.thisown = 0
4618 self.__class__ = WindowCreateEvent
4619 _core_.WindowCreateEvent_swigregister(WindowCreateEventPtr)
4620
4621 class WindowDestroyEvent(CommandEvent):
4622 """Proxy of C++ WindowDestroyEvent class"""
4623 def __repr__(self):
4624 return "<%s.%s; proxy of C++ wxWindowDestroyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4625 def __init__(self, *args, **kwargs):
4626 """__init__(self, Window win=None) -> WindowDestroyEvent"""
4627 newobj = _core_.new_WindowDestroyEvent(*args, **kwargs)
4628 self.this = newobj.this
4629 self.thisown = 1
4630 del newobj.thisown
4631 def GetWindow(*args, **kwargs):
4632 """GetWindow(self) -> Window"""
4633 return _core_.WindowDestroyEvent_GetWindow(*args, **kwargs)
4634
4635
4636 class WindowDestroyEventPtr(WindowDestroyEvent):
4637 def __init__(self, this):
4638 self.this = this
4639 if not hasattr(self,"thisown"): self.thisown = 0
4640 self.__class__ = WindowDestroyEvent
4641 _core_.WindowDestroyEvent_swigregister(WindowDestroyEventPtr)
4642
4643 #---------------------------------------------------------------------------
4644
4645 class ContextMenuEvent(CommandEvent):
4646 """Proxy of C++ ContextMenuEvent class"""
4647 def __repr__(self):
4648 return "<%s.%s; proxy of C++ wxContextMenuEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4649 def __init__(self, *args, **kwargs):
4650 """__init__(self, wxEventType type=wxEVT_NULL, int winid=0, Point pt=DefaultPosition) -> ContextMenuEvent"""
4651 newobj = _core_.new_ContextMenuEvent(*args, **kwargs)
4652 self.this = newobj.this
4653 self.thisown = 1
4654 del newobj.thisown
4655 def GetPosition(*args, **kwargs):
4656 """GetPosition(self) -> Point"""
4657 return _core_.ContextMenuEvent_GetPosition(*args, **kwargs)
4658
4659 def SetPosition(*args, **kwargs):
4660 """SetPosition(self, Point pos)"""
4661 return _core_.ContextMenuEvent_SetPosition(*args, **kwargs)
4662
4663
4664 class ContextMenuEventPtr(ContextMenuEvent):
4665 def __init__(self, this):
4666 self.this = this
4667 if not hasattr(self,"thisown"): self.thisown = 0
4668 self.__class__ = ContextMenuEvent
4669 _core_.ContextMenuEvent_swigregister(ContextMenuEventPtr)
4670
4671 #---------------------------------------------------------------------------
4672
4673 IDLE_PROCESS_ALL = _core_.IDLE_PROCESS_ALL
4674 IDLE_PROCESS_SPECIFIED = _core_.IDLE_PROCESS_SPECIFIED
4675 class IdleEvent(Event):
4676 """Proxy of C++ IdleEvent class"""
4677 def __repr__(self):
4678 return "<%s.%s; proxy of C++ wxIdleEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4679 def __init__(self, *args, **kwargs):
4680 """__init__(self) -> IdleEvent"""
4681 newobj = _core_.new_IdleEvent(*args, **kwargs)
4682 self.this = newobj.this
4683 self.thisown = 1
4684 del newobj.thisown
4685 def RequestMore(*args, **kwargs):
4686 """RequestMore(self, bool needMore=True)"""
4687 return _core_.IdleEvent_RequestMore(*args, **kwargs)
4688
4689 def MoreRequested(*args, **kwargs):
4690 """MoreRequested(self) -> bool"""
4691 return _core_.IdleEvent_MoreRequested(*args, **kwargs)
4692
4693 def SetMode(*args, **kwargs):
4694 """SetMode(int mode)"""
4695 return _core_.IdleEvent_SetMode(*args, **kwargs)
4696
4697 SetMode = staticmethod(SetMode)
4698 def GetMode(*args, **kwargs):
4699 """GetMode() -> int"""
4700 return _core_.IdleEvent_GetMode(*args, **kwargs)
4701
4702 GetMode = staticmethod(GetMode)
4703 def CanSend(*args, **kwargs):
4704 """CanSend(Window win) -> bool"""
4705 return _core_.IdleEvent_CanSend(*args, **kwargs)
4706
4707 CanSend = staticmethod(CanSend)
4708
4709 class IdleEventPtr(IdleEvent):
4710 def __init__(self, this):
4711 self.this = this
4712 if not hasattr(self,"thisown"): self.thisown = 0
4713 self.__class__ = IdleEvent
4714 _core_.IdleEvent_swigregister(IdleEventPtr)
4715
4716 def IdleEvent_SetMode(*args, **kwargs):
4717 """IdleEvent_SetMode(int mode)"""
4718 return _core_.IdleEvent_SetMode(*args, **kwargs)
4719
4720 def IdleEvent_GetMode(*args, **kwargs):
4721 """IdleEvent_GetMode() -> int"""
4722 return _core_.IdleEvent_GetMode(*args, **kwargs)
4723
4724 def IdleEvent_CanSend(*args, **kwargs):
4725 """IdleEvent_CanSend(Window win) -> bool"""
4726 return _core_.IdleEvent_CanSend(*args, **kwargs)
4727
4728 #---------------------------------------------------------------------------
4729
4730 class PyEvent(Event):
4731 """Proxy of C++ PyEvent class"""
4732 def __repr__(self):
4733 return "<%s.%s; proxy of C++ wxPyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4734 def __init__(self, *args, **kwargs):
4735 """__init__(self, int winid=0, wxEventType commandType=wxEVT_NULL) -> PyEvent"""
4736 newobj = _core_.new_PyEvent(*args, **kwargs)
4737 self.this = newobj.this
4738 self.thisown = 1
4739 del newobj.thisown
4740 self.SetSelf(self)
4741
4742 def __del__(self, destroy=_core_.delete_PyEvent):
4743 """__del__(self)"""
4744 try:
4745 if self.thisown: destroy(self)
4746 except: pass
4747
4748 def SetSelf(*args, **kwargs):
4749 """SetSelf(self, PyObject self)"""
4750 return _core_.PyEvent_SetSelf(*args, **kwargs)
4751
4752 def GetSelf(*args, **kwargs):
4753 """GetSelf(self) -> PyObject"""
4754 return _core_.PyEvent_GetSelf(*args, **kwargs)
4755
4756
4757 class PyEventPtr(PyEvent):
4758 def __init__(self, this):
4759 self.this = this
4760 if not hasattr(self,"thisown"): self.thisown = 0
4761 self.__class__ = PyEvent
4762 _core_.PyEvent_swigregister(PyEventPtr)
4763
4764 class PyCommandEvent(CommandEvent):
4765 """Proxy of C++ PyCommandEvent class"""
4766 def __repr__(self):
4767 return "<%s.%s; proxy of C++ wxPyCommandEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4768 def __init__(self, *args, **kwargs):
4769 """__init__(self, wxEventType commandType=wxEVT_NULL, int id=0) -> PyCommandEvent"""
4770 newobj = _core_.new_PyCommandEvent(*args, **kwargs)
4771 self.this = newobj.this
4772 self.thisown = 1
4773 del newobj.thisown
4774 self.SetSelf(self)
4775
4776 def __del__(self, destroy=_core_.delete_PyCommandEvent):
4777 """__del__(self)"""
4778 try:
4779 if self.thisown: destroy(self)
4780 except: pass
4781
4782 def SetSelf(*args, **kwargs):
4783 """SetSelf(self, PyObject self)"""
4784 return _core_.PyCommandEvent_SetSelf(*args, **kwargs)
4785
4786 def GetSelf(*args, **kwargs):
4787 """GetSelf(self) -> PyObject"""
4788 return _core_.PyCommandEvent_GetSelf(*args, **kwargs)
4789
4790
4791 class PyCommandEventPtr(PyCommandEvent):
4792 def __init__(self, this):
4793 self.this = this
4794 if not hasattr(self,"thisown"): self.thisown = 0
4795 self.__class__ = PyCommandEvent
4796 _core_.PyCommandEvent_swigregister(PyCommandEventPtr)
4797
4798 class DateEvent(CommandEvent):
4799 """Proxy of C++ DateEvent class"""
4800 def __repr__(self):
4801 return "<%s.%s; proxy of C++ wxDateEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4802 def __init__(self, *args, **kwargs):
4803 """__init__(self, Window win, DateTime dt, wxEventType type) -> DateEvent"""
4804 newobj = _core_.new_DateEvent(*args, **kwargs)
4805 self.this = newobj.this
4806 self.thisown = 1
4807 del newobj.thisown
4808 def GetDate(*args, **kwargs):
4809 """GetDate(self) -> DateTime"""
4810 return _core_.DateEvent_GetDate(*args, **kwargs)
4811
4812 def SetDate(*args, **kwargs):
4813 """SetDate(self, DateTime date)"""
4814 return _core_.DateEvent_SetDate(*args, **kwargs)
4815
4816
4817 class DateEventPtr(DateEvent):
4818 def __init__(self, this):
4819 self.this = this
4820 if not hasattr(self,"thisown"): self.thisown = 0
4821 self.__class__ = DateEvent
4822 _core_.DateEvent_swigregister(DateEventPtr)
4823
4824 wxEVT_DATE_CHANGED = _core_.wxEVT_DATE_CHANGED
4825 EVT_DATE_CHANGED = wx.PyEventBinder( wxEVT_DATE_CHANGED, 1 )
4826
4827 #---------------------------------------------------------------------------
4828
4829 PYAPP_ASSERT_SUPPRESS = _core_.PYAPP_ASSERT_SUPPRESS
4830 PYAPP_ASSERT_EXCEPTION = _core_.PYAPP_ASSERT_EXCEPTION
4831 PYAPP_ASSERT_DIALOG = _core_.PYAPP_ASSERT_DIALOG
4832 PYAPP_ASSERT_LOG = _core_.PYAPP_ASSERT_LOG
4833 PRINT_WINDOWS = _core_.PRINT_WINDOWS
4834 PRINT_POSTSCRIPT = _core_.PRINT_POSTSCRIPT
4835 class PyApp(EvtHandler):
4836 """
4837 The ``wx.PyApp`` class is an *implementation detail*, please use the
4838 `wx.App` class (or some other derived class) instead.
4839 """
4840 def __repr__(self):
4841 return "<%s.%s; proxy of C++ wxPyApp instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4842 def __init__(self, *args, **kwargs):
4843 """
4844 __init__(self) -> PyApp
4845
4846 Create a new application object, starting the bootstrap process.
4847 """
4848 newobj = _core_.new_PyApp(*args, **kwargs)
4849 self.this = newobj.this
4850 self.thisown = 1
4851 del newobj.thisown
4852 self._setCallbackInfo(self, PyApp)
4853 self._setOORInfo(self)
4854
4855 def __del__(self, destroy=_core_.delete_PyApp):
4856 """__del__(self)"""
4857 try:
4858 if self.thisown: destroy(self)
4859 except: pass
4860
4861 def _setCallbackInfo(*args, **kwargs):
4862 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
4863 return _core_.PyApp__setCallbackInfo(*args, **kwargs)
4864
4865 def GetAppName(*args, **kwargs):
4866 """
4867 GetAppName(self) -> String
4868
4869 Get the application name.
4870 """
4871 return _core_.PyApp_GetAppName(*args, **kwargs)
4872
4873 def SetAppName(*args, **kwargs):
4874 """
4875 SetAppName(self, String name)
4876
4877 Set the application name. This value may be used automatically by
4878 `wx.Config` and such.
4879 """
4880 return _core_.PyApp_SetAppName(*args, **kwargs)
4881
4882 def GetClassName(*args, **kwargs):
4883 """
4884 GetClassName(self) -> String
4885
4886 Get the application's class name.
4887 """
4888 return _core_.PyApp_GetClassName(*args, **kwargs)
4889
4890 def SetClassName(*args, **kwargs):
4891 """
4892 SetClassName(self, String name)
4893
4894 Set the application's class name. This value may be used for
4895 X-resources if applicable for the platform
4896 """
4897 return _core_.PyApp_SetClassName(*args, **kwargs)
4898
4899 def GetVendorName(*args, **kwargs):
4900 """
4901 GetVendorName(self) -> String
4902
4903 Get the application's vendor name.
4904 """
4905 return _core_.PyApp_GetVendorName(*args, **kwargs)
4906
4907 def SetVendorName(*args, **kwargs):
4908 """
4909 SetVendorName(self, String name)
4910
4911 Set the application's vendor name. This value may be used
4912 automatically by `wx.Config` and such.
4913 """
4914 return _core_.PyApp_SetVendorName(*args, **kwargs)
4915
4916 def GetTraits(*args, **kwargs):
4917 """
4918 GetTraits(self) -> wxAppTraits
4919
4920 Return (and create if necessary) the app traits object to which we
4921 delegate for everything which either should be configurable by the
4922 user (then he can change the default behaviour simply by overriding
4923 CreateTraits() and returning his own traits object) or which is
4924 GUI/console dependent as then wx.AppTraits allows us to abstract the
4925 differences behind the common facade.
4926
4927 :todo: Add support for overriding CreateAppTraits in wxPython.
4928 """
4929 return _core_.PyApp_GetTraits(*args, **kwargs)
4930
4931 def ProcessPendingEvents(*args, **kwargs):
4932 """
4933 ProcessPendingEvents(self)
4934
4935 Process all events in the Pending Events list -- it is necessary to
4936 call this function to process posted events. This normally happens
4937 during each event loop iteration.
4938 """
4939 return _core_.PyApp_ProcessPendingEvents(*args, **kwargs)
4940
4941 def Yield(*args, **kwargs):
4942 """
4943 Yield(self, bool onlyIfNeeded=False) -> bool
4944
4945 Process all currently pending events right now, instead of waiting
4946 until return to the event loop. It is an error to call ``Yield``
4947 recursively unless the value of ``onlyIfNeeded`` is True.
4948
4949 :warning: This function is dangerous as it can lead to unexpected
4950 reentrancies (i.e. when called from an event handler it may
4951 result in calling the same event handler again), use with
4952 extreme care or, better, don't use at all!
4953
4954 :see: `wx.Yield`, `wx.YieldIfNeeded`, `wx.SafeYield`
4955
4956 """
4957 return _core_.PyApp_Yield(*args, **kwargs)
4958
4959 def WakeUpIdle(*args, **kwargs):
4960 """
4961 WakeUpIdle(self)
4962
4963 Make sure that idle events are sent again.
4964 :see: `wx.WakeUpIdle`
4965 """
4966 return _core_.PyApp_WakeUpIdle(*args, **kwargs)
4967
4968 def IsMainLoopRunning(*args, **kwargs):
4969 """
4970 IsMainLoopRunning() -> bool
4971
4972 Returns True if we're running the main loop, i.e. if the events can
4973 currently be dispatched.
4974 """
4975 return _core_.PyApp_IsMainLoopRunning(*args, **kwargs)
4976
4977 IsMainLoopRunning = staticmethod(IsMainLoopRunning)
4978 def MainLoop(*args, **kwargs):
4979 """
4980 MainLoop(self) -> int
4981
4982 Execute the main GUI loop, the function doesn't normally return until
4983 all top level windows have been closed and destroyed.
4984 """
4985 return _core_.PyApp_MainLoop(*args, **kwargs)
4986
4987 def Exit(*args, **kwargs):
4988 """
4989 Exit(self)
4990
4991 Exit the main loop thus terminating the application.
4992 :see: `wx.Exit`
4993 """
4994 return _core_.PyApp_Exit(*args, **kwargs)
4995
4996 def ExitMainLoop(*args, **kwargs):
4997 """
4998 ExitMainLoop(self)
4999
5000 Exit the main GUI loop during the next iteration of the main
5001 loop, (i.e. it does not stop the program immediately!)
5002 """
5003 return _core_.PyApp_ExitMainLoop(*args, **kwargs)
5004
5005 def Pending(*args, **kwargs):
5006 """
5007 Pending(self) -> bool
5008
5009 Returns True if there are unprocessed events in the event queue.
5010 """
5011 return _core_.PyApp_Pending(*args, **kwargs)
5012
5013 def Dispatch(*args, **kwargs):
5014 """
5015 Dispatch(self) -> bool
5016
5017 Process the first event in the event queue (blocks until an event
5018 appears if there are none currently)
5019 """
5020 return _core_.PyApp_Dispatch(*args, **kwargs)
5021
5022 def ProcessIdle(*args, **kwargs):
5023 """
5024 ProcessIdle(self) -> bool
5025
5026 Called from the MainLoop when the application becomes idle (there are
5027 no pending events) and sends a `wx.IdleEvent` to all interested
5028 parties. Returns True if more idle events are needed, False if not.
5029 """
5030 return _core_.PyApp_ProcessIdle(*args, **kwargs)
5031
5032 def SendIdleEvents(*args, **kwargs):
5033 """
5034 SendIdleEvents(self, Window win, IdleEvent event) -> bool
5035
5036 Send idle event to window and all subwindows. Returns True if more
5037 idle time is requested.
5038 """
5039 return _core_.PyApp_SendIdleEvents(*args, **kwargs)
5040
5041 def IsActive(*args, **kwargs):
5042 """
5043 IsActive(self) -> bool
5044
5045 Return True if our app has focus.
5046 """
5047 return _core_.PyApp_IsActive(*args, **kwargs)
5048
5049 def SetTopWindow(*args, **kwargs):
5050 """
5051 SetTopWindow(self, Window win)
5052
5053 Set the *main* top level window
5054 """
5055 return _core_.PyApp_SetTopWindow(*args, **kwargs)
5056
5057 def GetTopWindow(*args, **kwargs):
5058 """
5059 GetTopWindow(self) -> Window
5060
5061 Return the *main* top level window (if it hadn't been set previously
5062 with SetTopWindow(), will return just some top level window and, if
5063 there not any, will return None)
5064 """
5065 return _core_.PyApp_GetTopWindow(*args, **kwargs)
5066
5067 def SetExitOnFrameDelete(*args, **kwargs):
5068 """
5069 SetExitOnFrameDelete(self, bool flag)
5070
5071 Control the exit behaviour: by default, the program will exit the main
5072 loop (and so, usually, terminate) when the last top-level program
5073 window is deleted. Beware that if you disable this behaviour (with
5074 SetExitOnFrameDelete(False)), you'll have to call ExitMainLoop()
5075 explicitly from somewhere.
5076 """
5077 return _core_.PyApp_SetExitOnFrameDelete(*args, **kwargs)
5078
5079 def GetExitOnFrameDelete(*args, **kwargs):
5080 """
5081 GetExitOnFrameDelete(self) -> bool
5082
5083 Get the current exit behaviour setting.
5084 """
5085 return _core_.PyApp_GetExitOnFrameDelete(*args, **kwargs)
5086
5087 def SetUseBestVisual(*args, **kwargs):
5088 """
5089 SetUseBestVisual(self, bool flag)
5090
5091 Set whether the app should try to use the best available visual on
5092 systems where more than one is available, (Sun, SGI, XFree86 4, etc.)
5093 """
5094 return _core_.PyApp_SetUseBestVisual(*args, **kwargs)
5095
5096 def GetUseBestVisual(*args, **kwargs):
5097 """
5098 GetUseBestVisual(self) -> bool
5099
5100 Get current UseBestVisual setting.
5101 """
5102 return _core_.PyApp_GetUseBestVisual(*args, **kwargs)
5103
5104 def SetPrintMode(*args, **kwargs):
5105 """SetPrintMode(self, int mode)"""
5106 return _core_.PyApp_SetPrintMode(*args, **kwargs)
5107
5108 def GetPrintMode(*args, **kwargs):
5109 """GetPrintMode(self) -> int"""
5110 return _core_.PyApp_GetPrintMode(*args, **kwargs)
5111
5112 def SetAssertMode(*args, **kwargs):
5113 """
5114 SetAssertMode(self, int mode)
5115
5116 Set the OnAssert behaviour for debug and hybrid builds.
5117 """
5118 return _core_.PyApp_SetAssertMode(*args, **kwargs)
5119
5120 def GetAssertMode(*args, **kwargs):
5121 """
5122 GetAssertMode(self) -> int
5123
5124 Get the current OnAssert behaviour setting.
5125 """
5126 return _core_.PyApp_GetAssertMode(*args, **kwargs)
5127
5128 def GetMacSupportPCMenuShortcuts(*args, **kwargs):
5129 """GetMacSupportPCMenuShortcuts() -> bool"""
5130 return _core_.PyApp_GetMacSupportPCMenuShortcuts(*args, **kwargs)
5131
5132 GetMacSupportPCMenuShortcuts = staticmethod(GetMacSupportPCMenuShortcuts)
5133 def GetMacAboutMenuItemId(*args, **kwargs):
5134 """GetMacAboutMenuItemId() -> long"""
5135 return _core_.PyApp_GetMacAboutMenuItemId(*args, **kwargs)
5136
5137 GetMacAboutMenuItemId = staticmethod(GetMacAboutMenuItemId)
5138 def GetMacPreferencesMenuItemId(*args, **kwargs):
5139 """GetMacPreferencesMenuItemId() -> long"""
5140 return _core_.PyApp_GetMacPreferencesMenuItemId(*args, **kwargs)
5141
5142 GetMacPreferencesMenuItemId = staticmethod(GetMacPreferencesMenuItemId)
5143 def GetMacExitMenuItemId(*args, **kwargs):
5144 """GetMacExitMenuItemId() -> long"""
5145 return _core_.PyApp_GetMacExitMenuItemId(*args, **kwargs)
5146
5147 GetMacExitMenuItemId = staticmethod(GetMacExitMenuItemId)
5148 def GetMacHelpMenuTitleName(*args, **kwargs):
5149 """GetMacHelpMenuTitleName() -> String"""
5150 return _core_.PyApp_GetMacHelpMenuTitleName(*args, **kwargs)
5151
5152 GetMacHelpMenuTitleName = staticmethod(GetMacHelpMenuTitleName)
5153 def SetMacSupportPCMenuShortcuts(*args, **kwargs):
5154 """SetMacSupportPCMenuShortcuts(bool val)"""
5155 return _core_.PyApp_SetMacSupportPCMenuShortcuts(*args, **kwargs)
5156
5157 SetMacSupportPCMenuShortcuts = staticmethod(SetMacSupportPCMenuShortcuts)
5158 def SetMacAboutMenuItemId(*args, **kwargs):
5159 """SetMacAboutMenuItemId(long val)"""
5160 return _core_.PyApp_SetMacAboutMenuItemId(*args, **kwargs)
5161
5162 SetMacAboutMenuItemId = staticmethod(SetMacAboutMenuItemId)
5163 def SetMacPreferencesMenuItemId(*args, **kwargs):
5164 """SetMacPreferencesMenuItemId(long val)"""
5165 return _core_.PyApp_SetMacPreferencesMenuItemId(*args, **kwargs)
5166
5167 SetMacPreferencesMenuItemId = staticmethod(SetMacPreferencesMenuItemId)
5168 def SetMacExitMenuItemId(*args, **kwargs):
5169 """SetMacExitMenuItemId(long val)"""
5170 return _core_.PyApp_SetMacExitMenuItemId(*args, **kwargs)
5171
5172 SetMacExitMenuItemId = staticmethod(SetMacExitMenuItemId)
5173 def SetMacHelpMenuTitleName(*args, **kwargs):
5174 """SetMacHelpMenuTitleName(String val)"""
5175 return _core_.PyApp_SetMacHelpMenuTitleName(*args, **kwargs)
5176
5177 SetMacHelpMenuTitleName = staticmethod(SetMacHelpMenuTitleName)
5178 def _BootstrapApp(*args, **kwargs):
5179 """
5180 _BootstrapApp(self)
5181
5182 For internal use only
5183 """
5184 return _core_.PyApp__BootstrapApp(*args, **kwargs)
5185
5186 def GetComCtl32Version(*args, **kwargs):
5187 """
5188 GetComCtl32Version() -> int
5189
5190 Returns 400, 470, 471, etc. for comctl32.dll 4.00, 4.70, 4.71 or 0 if
5191 it wasn't found at all. Raises an exception on non-Windows platforms.
5192 """
5193 return _core_.PyApp_GetComCtl32Version(*args, **kwargs)
5194
5195 GetComCtl32Version = staticmethod(GetComCtl32Version)
5196
5197 class PyAppPtr(PyApp):
5198 def __init__(self, this):
5199 self.this = this
5200 if not hasattr(self,"thisown"): self.thisown = 0
5201 self.__class__ = PyApp
5202 _core_.PyApp_swigregister(PyAppPtr)
5203
5204 def PyApp_IsMainLoopRunning(*args, **kwargs):
5205 """
5206 PyApp_IsMainLoopRunning() -> bool
5207
5208 Returns True if we're running the main loop, i.e. if the events can
5209 currently be dispatched.
5210 """
5211 return _core_.PyApp_IsMainLoopRunning(*args, **kwargs)
5212
5213 def PyApp_GetMacSupportPCMenuShortcuts(*args, **kwargs):
5214 """PyApp_GetMacSupportPCMenuShortcuts() -> bool"""
5215 return _core_.PyApp_GetMacSupportPCMenuShortcuts(*args, **kwargs)
5216
5217 def PyApp_GetMacAboutMenuItemId(*args, **kwargs):
5218 """PyApp_GetMacAboutMenuItemId() -> long"""
5219 return _core_.PyApp_GetMacAboutMenuItemId(*args, **kwargs)
5220
5221 def PyApp_GetMacPreferencesMenuItemId(*args, **kwargs):
5222 """PyApp_GetMacPreferencesMenuItemId() -> long"""
5223 return _core_.PyApp_GetMacPreferencesMenuItemId(*args, **kwargs)
5224
5225 def PyApp_GetMacExitMenuItemId(*args, **kwargs):
5226 """PyApp_GetMacExitMenuItemId() -> long"""
5227 return _core_.PyApp_GetMacExitMenuItemId(*args, **kwargs)
5228
5229 def PyApp_GetMacHelpMenuTitleName(*args, **kwargs):
5230 """PyApp_GetMacHelpMenuTitleName() -> String"""
5231 return _core_.PyApp_GetMacHelpMenuTitleName(*args, **kwargs)
5232
5233 def PyApp_SetMacSupportPCMenuShortcuts(*args, **kwargs):
5234 """PyApp_SetMacSupportPCMenuShortcuts(bool val)"""
5235 return _core_.PyApp_SetMacSupportPCMenuShortcuts(*args, **kwargs)
5236
5237 def PyApp_SetMacAboutMenuItemId(*args, **kwargs):
5238 """PyApp_SetMacAboutMenuItemId(long val)"""
5239 return _core_.PyApp_SetMacAboutMenuItemId(*args, **kwargs)
5240
5241 def PyApp_SetMacPreferencesMenuItemId(*args, **kwargs):
5242 """PyApp_SetMacPreferencesMenuItemId(long val)"""
5243 return _core_.PyApp_SetMacPreferencesMenuItemId(*args, **kwargs)
5244
5245 def PyApp_SetMacExitMenuItemId(*args, **kwargs):
5246 """PyApp_SetMacExitMenuItemId(long val)"""
5247 return _core_.PyApp_SetMacExitMenuItemId(*args, **kwargs)
5248
5249 def PyApp_SetMacHelpMenuTitleName(*args, **kwargs):
5250 """PyApp_SetMacHelpMenuTitleName(String val)"""
5251 return _core_.PyApp_SetMacHelpMenuTitleName(*args, **kwargs)
5252
5253 def PyApp_GetComCtl32Version(*args, **kwargs):
5254 """
5255 PyApp_GetComCtl32Version() -> int
5256
5257 Returns 400, 470, 471, etc. for comctl32.dll 4.00, 4.70, 4.71 or 0 if
5258 it wasn't found at all. Raises an exception on non-Windows platforms.
5259 """
5260 return _core_.PyApp_GetComCtl32Version(*args, **kwargs)
5261
5262 #---------------------------------------------------------------------------
5263
5264
5265 def Exit(*args, **kwargs):
5266 """
5267 Exit()
5268
5269 Force an exit of the application. Convenience for wx.GetApp().Exit()
5270 """
5271 return _core_.Exit(*args, **kwargs)
5272
5273 def Yield(*args, **kwargs):
5274 """
5275 Yield() -> bool
5276
5277 Yield to other apps/messages. Convenience for wx.GetApp().Yield()
5278 """
5279 return _core_.Yield(*args, **kwargs)
5280
5281 def YieldIfNeeded(*args, **kwargs):
5282 """
5283 YieldIfNeeded() -> bool
5284
5285 Yield to other apps/messages. Convenience for wx.GetApp().Yield(True)
5286 """
5287 return _core_.YieldIfNeeded(*args, **kwargs)
5288
5289 def SafeYield(*args, **kwargs):
5290 """
5291 SafeYield(Window win=None, bool onlyIfNeeded=False) -> bool
5292
5293 This function is similar to `wx.Yield`, except that it disables the
5294 user input to all program windows before calling `wx.Yield` and
5295 re-enables it again afterwards. If ``win`` is not None, this window
5296 will remain enabled, allowing the implementation of some limited user
5297 interaction.
5298
5299 :Returns: the result of the call to `wx.Yield`.
5300 """
5301 return _core_.SafeYield(*args, **kwargs)
5302
5303 def WakeUpIdle(*args, **kwargs):
5304 """
5305 WakeUpIdle()
5306
5307 Cause the message queue to become empty again, so idle events will be
5308 sent.
5309 """
5310 return _core_.WakeUpIdle(*args, **kwargs)
5311
5312 def PostEvent(*args, **kwargs):
5313 """
5314 PostEvent(EvtHandler dest, Event event)
5315
5316 Send an event to a window or other wx.EvtHandler to be processed
5317 later.
5318 """
5319 return _core_.PostEvent(*args, **kwargs)
5320
5321 def App_CleanUp(*args, **kwargs):
5322 """
5323 App_CleanUp()
5324
5325 For internal use only, it is used to cleanup after wxWidgets when
5326 Python shuts down.
5327 """
5328 return _core_.App_CleanUp(*args, **kwargs)
5329
5330 def GetApp(*args, **kwargs):
5331 """
5332 GetApp() -> PyApp
5333
5334 Return a reference to the current wx.App object.
5335 """
5336 return _core_.GetApp(*args, **kwargs)
5337
5338 def SetDefaultPyEncoding(*args, **kwargs):
5339 """
5340 SetDefaultPyEncoding(string encoding)
5341
5342 Sets the encoding that wxPython will use when it needs to convert a
5343 Python string or unicode object to or from a wxString.
5344
5345 The default encoding is the value of ``locale.getdefaultlocale()[1]``
5346 but please be aware that the default encoding within the same locale
5347 may be slightly different on different platforms. For example, please
5348 see http://www.alanwood.net/demos/charsetdiffs.html for differences
5349 between the common latin/roman encodings.
5350 """
5351 return _core_.SetDefaultPyEncoding(*args, **kwargs)
5352
5353 def GetDefaultPyEncoding(*args, **kwargs):
5354 """
5355 GetDefaultPyEncoding() -> string
5356
5357 Gets the current encoding that wxPython will use when it needs to
5358 convert a Python string or unicode object to or from a wxString.
5359 """
5360 return _core_.GetDefaultPyEncoding(*args, **kwargs)
5361 #----------------------------------------------------------------------
5362
5363 class PyOnDemandOutputWindow:
5364 """
5365 A class that can be used for redirecting Python's stdout and
5366 stderr streams. It will do nothing until something is wrriten to
5367 the stream at which point it will create a Frame with a text area
5368 and write the text there.
5369 """
5370 def __init__(self, title = "wxPython: stdout/stderr"):
5371 self.frame = None
5372 self.title = title
5373 self.pos = wx.DefaultPosition
5374 self.size = (450, 300)
5375 self.parent = None
5376
5377 def SetParent(self, parent):
5378 """Set the window to be used as the popup Frame's parent."""
5379 self.parent = parent
5380
5381
5382 def CreateOutputWindow(self, st):
5383 self.frame = wx.Frame(self.parent, -1, self.title, self.pos, self.size,
5384 style=wx.DEFAULT_FRAME_STYLE)
5385 self.text = wx.TextCtrl(self.frame, -1, "",
5386 style=wx.TE_MULTILINE|wx.TE_READONLY)
5387 self.text.AppendText(st)
5388 self.frame.Show(True)
5389 EVT_CLOSE(self.frame, self.OnCloseWindow)
5390
5391
5392 def OnCloseWindow(self, event):
5393 if self.frame is not None:
5394 self.frame.Destroy()
5395 self.frame = None
5396 self.text = None
5397
5398
5399 # These methods provide the file-like output behaviour.
5400 def write(self, text):
5401 """
5402 Create the output window if needed and write the string to it.
5403 If not called in the context of the gui thread then uses
5404 CallAfter to do the work there.
5405 """
5406 if self.frame is None:
5407 if not wx.Thread_IsMain():
5408 wx.CallAfter(self.CreateOutputWindow, text)
5409 else:
5410 self.CreateOutputWindow(text)
5411 else:
5412 if not wx.Thread_IsMain():
5413 wx.CallAfter(self.text.AppendText, text)
5414 else:
5415 self.text.AppendText(text)
5416
5417
5418 def close(self):
5419 if self.frame is not None:
5420 wx.CallAfter(self.frame.Close)
5421
5422
5423 def flush(self):
5424 pass
5425
5426
5427
5428 #----------------------------------------------------------------------
5429
5430 _defRedirect = (wx.Platform == '__WXMSW__' or wx.Platform == '__WXMAC__')
5431
5432 class App(wx.PyApp):
5433 """
5434 The ``wx.App`` class represents the application and is used to:
5435
5436 * bootstrap the wxPython system and initialize the underlying
5437 gui toolkit
5438 * set and get application-wide properties
5439 * implement the windowing system main message or event loop,
5440 and to dispatch events to window instances
5441 * etc.
5442
5443 Every application must have a ``wx.App`` instance, and all
5444 creation of UI objects should be delayed until after the
5445 ``wx.App`` object has been created in order to ensure that the gui
5446 platform and wxWidgets have been fully initialized.
5447
5448 Normally you would derive from this class and implement an
5449 ``OnInit`` method that creates a frame and then calls
5450 ``self.SetTopWindow(frame)``.
5451
5452 :see: `wx.PySimpleApp` for a simpler app class that can be used
5453 directly.
5454 """
5455
5456 outputWindowClass = PyOnDemandOutputWindow
5457
5458 def __init__(self, redirect=_defRedirect, filename=None,
5459 useBestVisual=False, clearSigInt=True):
5460 """
5461 Construct a ``wx.App`` object.
5462
5463 :param redirect: Should ``sys.stdout`` and ``sys.stderr`` be
5464 redirected? Defaults to True on Windows and Mac, False
5465 otherwise. If `filename` is None then output will be
5466 redirected to a window that pops up as needed. (You can
5467 control what kind of window is created for the output by
5468 resetting the class variable ``outputWindowClass`` to a
5469 class of your choosing.)
5470
5471 :param filename: The name of a file to redirect output to, if
5472 redirect is True.
5473
5474 :param useBestVisual: Should the app try to use the best
5475 available visual provided by the system (only relevant on
5476 systems that have more than one visual.) This parameter
5477 must be used instead of calling `SetUseBestVisual` later
5478 on because it must be set before the underlying GUI
5479 toolkit is initialized.
5480
5481 :param clearSigInt: Should SIGINT be cleared? This allows the
5482 app to terminate upon a Ctrl-C in the console like other
5483 GUI apps will.
5484
5485 :note: You should override OnInit to do applicaition
5486 initialization to ensure that the system, toolkit and
5487 wxWidgets are fully initialized.
5488 """
5489 wx.PyApp.__init__(self)
5490
5491 if wx.Platform == "__WXMAC__":
5492 try:
5493 import MacOS
5494 if not MacOS.WMAvailable():
5495 print """\
5496 This program needs access to the screen. Please run with 'pythonw',
5497 not 'python', and only when you are logged in on the main display of
5498 your Mac."""
5499 _sys.exit(1)
5500 except SystemExit:
5501 raise
5502 except:
5503 pass
5504
5505 # This has to be done before OnInit
5506 self.SetUseBestVisual(useBestVisual)
5507
5508 # Set the default handler for SIGINT. This fixes a problem
5509 # where if Ctrl-C is pressed in the console that started this
5510 # app then it will not appear to do anything, (not even send
5511 # KeyboardInterrupt???) but will later segfault on exit. By
5512 # setting the default handler then the app will exit, as
5513 # expected (depending on platform.)
5514 if clearSigInt:
5515 try:
5516 import signal
5517 signal.signal(signal.SIGINT, signal.SIG_DFL)
5518 except:
5519 pass
5520
5521 # Save and redirect the stdio to a window?
5522 self.stdioWin = None
5523 self.saveStdio = (_sys.stdout, _sys.stderr)
5524 if redirect:
5525 self.RedirectStdio(filename)
5526
5527 # Use Python's install prefix as the default
5528 wx.StandardPaths.Get().SetInstallPrefix(_sys.prefix)
5529
5530 # This finishes the initialization of wxWindows and then calls
5531 # the OnInit that should be present in the derived class
5532 self._BootstrapApp()
5533
5534
5535 def __del__(self):
5536 try:
5537 self.RestoreStdio() # Just in case the MainLoop was overridden
5538 except:
5539 pass
5540
5541
5542 def SetTopWindow(self, frame):
5543 """Set the \"main\" top level window"""
5544 if self.stdioWin:
5545 self.stdioWin.SetParent(frame)
5546 wx.PyApp.SetTopWindow(self, frame)
5547
5548
5549 def MainLoop(self):
5550 """Execute the main GUI event loop"""
5551 wx.PyApp.MainLoop(self)
5552 self.RestoreStdio()
5553
5554
5555 def RedirectStdio(self, filename=None):
5556 """Redirect sys.stdout and sys.stderr to a file or a popup window."""
5557 if filename:
5558 _sys.stdout = _sys.stderr = open(filename, 'a')
5559 else:
5560 self.stdioWin = self.outputWindowClass()
5561 _sys.stdout = _sys.stderr = self.stdioWin
5562
5563
5564 def RestoreStdio(self):
5565 _sys.stdout, _sys.stderr = self.saveStdio
5566
5567
5568 def SetOutputWindowAttributes(self, title=None, pos=None, size=None):
5569 """
5570 Set the title, position and/or size of the output window if
5571 the stdio has been redirected. This should be called before
5572 any output would cause the output window to be created.
5573 """
5574 if self.stdioWin:
5575 if title is not None:
5576 self.stdioWin.title = title
5577 if pos is not None:
5578 self.stdioWin.pos = pos
5579 if size is not None:
5580 self.stdioWin.size = size
5581
5582
5583
5584
5585 # change from wx.PyApp_XX to wx.App_XX
5586 App_GetMacSupportPCMenuShortcuts = _core_.PyApp_GetMacSupportPCMenuShortcuts
5587 App_GetMacAboutMenuItemId = _core_.PyApp_GetMacAboutMenuItemId
5588 App_GetMacPreferencesMenuItemId = _core_.PyApp_GetMacPreferencesMenuItemId
5589 App_GetMacExitMenuItemId = _core_.PyApp_GetMacExitMenuItemId
5590 App_GetMacHelpMenuTitleName = _core_.PyApp_GetMacHelpMenuTitleName
5591 App_SetMacSupportPCMenuShortcuts = _core_.PyApp_SetMacSupportPCMenuShortcuts
5592 App_SetMacAboutMenuItemId = _core_.PyApp_SetMacAboutMenuItemId
5593 App_SetMacPreferencesMenuItemId = _core_.PyApp_SetMacPreferencesMenuItemId
5594 App_SetMacExitMenuItemId = _core_.PyApp_SetMacExitMenuItemId
5595 App_SetMacHelpMenuTitleName = _core_.PyApp_SetMacHelpMenuTitleName
5596 App_GetComCtl32Version = _core_.PyApp_GetComCtl32Version
5597
5598 #----------------------------------------------------------------------------
5599
5600 class PySimpleApp(wx.App):
5601 """
5602 A simple application class. You can just create one of these and
5603 then then make your top level windows later, and not have to worry
5604 about OnInit. For example::
5605
5606 app = wx.PySimpleApp()
5607 frame = wx.Frame(None, title='Hello World')
5608 frame.Show()
5609 app.MainLoop()
5610
5611 :see: `wx.App`
5612 """
5613
5614 def __init__(self, redirect=False, filename=None,
5615 useBestVisual=False, clearSigInt=True):
5616 """
5617 :see: `wx.App.__init__`
5618 """
5619 wx.App.__init__(self, redirect, filename, useBestVisual, clearSigInt)
5620
5621 def OnInit(self):
5622 return True
5623
5624
5625
5626 # Is anybody using this one?
5627 class PyWidgetTester(wx.App):
5628 def __init__(self, size = (250, 100)):
5629 self.size = size
5630 wx.App.__init__(self, 0)
5631
5632 def OnInit(self):
5633 self.frame = wx.Frame(None, -1, "Widget Tester", pos=(0,0), size=self.size)
5634 self.SetTopWindow(self.frame)
5635 return True
5636
5637 def SetWidget(self, widgetClass, *args, **kwargs):
5638 w = widgetClass(self.frame, *args, **kwargs)
5639 self.frame.Show(True)
5640
5641 #----------------------------------------------------------------------------
5642 # DO NOT hold any other references to this object. This is how we
5643 # know when to cleanup system resources that wxWidgets is holding. When
5644 # the sys module is unloaded, the refcount on sys.__wxPythonCleanup
5645 # goes to zero and it calls the wx.App_CleanUp function.
5646
5647 class __wxPyCleanup:
5648 def __init__(self):
5649 self.cleanup = _core_.App_CleanUp
5650 def __del__(self):
5651 self.cleanup()
5652
5653 _sys.__wxPythonCleanup = __wxPyCleanup()
5654
5655 ## # another possible solution, but it gets called too early...
5656 ## import atexit
5657 ## atexit.register(_core_.wxApp_CleanUp)
5658
5659
5660 #----------------------------------------------------------------------------
5661
5662 #---------------------------------------------------------------------------
5663
5664 class EventLoop(object):
5665 """Proxy of C++ EventLoop class"""
5666 def __repr__(self):
5667 return "<%s.%s; proxy of C++ wxEventLoop instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
5668 def __init__(self, *args, **kwargs):
5669 """__init__(self) -> EventLoop"""
5670 newobj = _core_.new_EventLoop(*args, **kwargs)
5671 self.this = newobj.this
5672 self.thisown = 1
5673 del newobj.thisown
5674 def __del__(self, destroy=_core_.delete_EventLoop):
5675 """__del__(self)"""
5676 try:
5677 if self.thisown: destroy(self)
5678 except: pass
5679
5680 def Run(*args, **kwargs):
5681 """Run(self) -> int"""
5682 return _core_.EventLoop_Run(*args, **kwargs)
5683
5684 def Exit(*args, **kwargs):
5685 """Exit(self, int rc=0)"""
5686 return _core_.EventLoop_Exit(*args, **kwargs)
5687
5688 def Pending(*args, **kwargs):
5689 """Pending(self) -> bool"""
5690 return _core_.EventLoop_Pending(*args, **kwargs)
5691
5692 def Dispatch(*args, **kwargs):
5693 """Dispatch(self) -> bool"""
5694 return _core_.EventLoop_Dispatch(*args, **kwargs)
5695
5696 def IsRunning(*args, **kwargs):
5697 """IsRunning(self) -> bool"""
5698 return _core_.EventLoop_IsRunning(*args, **kwargs)
5699
5700 def GetActive(*args, **kwargs):
5701 """GetActive() -> EventLoop"""
5702 return _core_.EventLoop_GetActive(*args, **kwargs)
5703
5704 GetActive = staticmethod(GetActive)
5705 def SetActive(*args, **kwargs):
5706 """SetActive(EventLoop loop)"""
5707 return _core_.EventLoop_SetActive(*args, **kwargs)
5708
5709 SetActive = staticmethod(SetActive)
5710
5711 class EventLoopPtr(EventLoop):
5712 def __init__(self, this):
5713 self.this = this
5714 if not hasattr(self,"thisown"): self.thisown = 0
5715 self.__class__ = EventLoop
5716 _core_.EventLoop_swigregister(EventLoopPtr)
5717
5718 def EventLoop_GetActive(*args, **kwargs):
5719 """EventLoop_GetActive() -> EventLoop"""
5720 return _core_.EventLoop_GetActive(*args, **kwargs)
5721
5722 def EventLoop_SetActive(*args, **kwargs):
5723 """EventLoop_SetActive(EventLoop loop)"""
5724 return _core_.EventLoop_SetActive(*args, **kwargs)
5725
5726 #---------------------------------------------------------------------------
5727
5728 class AcceleratorEntry(object):
5729 """
5730 A class used to define items in an `wx.AcceleratorTable`. wxPython
5731 programs can choose to use wx.AcceleratorEntry objects, but using a
5732 list of 3-tuple of integers (flags, keyCode, cmdID) usually works just
5733 as well. See `__init__` for of the tuple values.
5734
5735 :see: `wx.AcceleratorTable`
5736 """
5737 def __repr__(self):
5738 return "<%s.%s; proxy of C++ wxAcceleratorEntry instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
5739 def __init__(self, *args, **kwargs):
5740 """
5741 __init__(self, int flags=0, int keyCode=0, int cmdID=0) -> AcceleratorEntry
5742
5743 Construct a wx.AcceleratorEntry.
5744 """
5745 newobj = _core_.new_AcceleratorEntry(*args, **kwargs)
5746 self.this = newobj.this
5747 self.thisown = 1
5748 del newobj.thisown
5749 def __del__(self, destroy=_core_.delete_AcceleratorEntry):
5750 """__del__(self)"""
5751 try:
5752 if self.thisown: destroy(self)
5753 except: pass
5754
5755 def Set(*args, **kwargs):
5756 """
5757 Set(self, int flags, int keyCode, int cmd)
5758
5759 (Re)set the attributes of a wx.AcceleratorEntry.
5760 :see `__init__`
5761 """
5762 return _core_.AcceleratorEntry_Set(*args, **kwargs)
5763
5764 def GetFlags(*args, **kwargs):
5765 """
5766 GetFlags(self) -> int
5767
5768 Get the AcceleratorEntry's flags.
5769 """
5770 return _core_.AcceleratorEntry_GetFlags(*args, **kwargs)
5771
5772 def GetKeyCode(*args, **kwargs):
5773 """
5774 GetKeyCode(self) -> int
5775
5776 Get the AcceleratorEntry's keycode.
5777 """
5778 return _core_.AcceleratorEntry_GetKeyCode(*args, **kwargs)
5779
5780 def GetCommand(*args, **kwargs):
5781 """
5782 GetCommand(self) -> int
5783
5784 Get the AcceleratorEntry's command ID.
5785 """
5786 return _core_.AcceleratorEntry_GetCommand(*args, **kwargs)
5787
5788
5789 class AcceleratorEntryPtr(AcceleratorEntry):
5790 def __init__(self, this):
5791 self.this = this
5792 if not hasattr(self,"thisown"): self.thisown = 0
5793 self.__class__ = AcceleratorEntry
5794 _core_.AcceleratorEntry_swigregister(AcceleratorEntryPtr)
5795
5796 class AcceleratorTable(Object):
5797 """
5798 An accelerator table allows the application to specify a table of
5799 keyboard shortcuts for menus or other commands. On Windows, menu or
5800 button commands are supported; on GTK, only menu commands are
5801 supported.
5802 """
5803 def __repr__(self):
5804 return "<%s.%s; proxy of C++ wxAcceleratorTable instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
5805 def __init__(self, *args, **kwargs):
5806 """
5807 __init__(entries) -> AcceleratorTable
5808
5809 Construct an AcceleratorTable from a list of `wx.AcceleratorEntry`
5810 items or or of 3-tuples (flags, keyCode, cmdID)
5811
5812 :see: `wx.AcceleratorEntry`
5813 """
5814 newobj = _core_.new_AcceleratorTable(*args, **kwargs)
5815 self.this = newobj.this
5816 self.thisown = 1
5817 del newobj.thisown
5818 def __del__(self, destroy=_core_.delete_AcceleratorTable):
5819 """__del__(self)"""
5820 try:
5821 if self.thisown: destroy(self)
5822 except: pass
5823
5824 def Ok(*args, **kwargs):
5825 """Ok(self) -> bool"""
5826 return _core_.AcceleratorTable_Ok(*args, **kwargs)
5827
5828
5829 class AcceleratorTablePtr(AcceleratorTable):
5830 def __init__(self, this):
5831 self.this = this
5832 if not hasattr(self,"thisown"): self.thisown = 0
5833 self.__class__ = AcceleratorTable
5834 _core_.AcceleratorTable_swigregister(AcceleratorTablePtr)
5835
5836
5837 def GetAccelFromString(*args, **kwargs):
5838 """GetAccelFromString(String label) -> AcceleratorEntry"""
5839 return _core_.GetAccelFromString(*args, **kwargs)
5840 #---------------------------------------------------------------------------
5841
5842 class VisualAttributes(object):
5843 """struct containing all the visual attributes of a control"""
5844 def __repr__(self):
5845 return "<%s.%s; proxy of C++ wxVisualAttributes instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
5846 def __init__(self, *args, **kwargs):
5847 """
5848 __init__(self) -> VisualAttributes
5849
5850 struct containing all the visual attributes of a control
5851 """
5852 newobj = _core_.new_VisualAttributes(*args, **kwargs)
5853 self.this = newobj.this
5854 self.thisown = 1
5855 del newobj.thisown
5856 def __del__(self, destroy=_core_.delete_VisualAttributes):
5857 """__del__(self)"""
5858 try:
5859 if self.thisown: destroy(self)
5860 except: pass
5861
5862 font = property(_core_.VisualAttributes_font_get, _core_.VisualAttributes_font_set)
5863 colFg = property(_core_.VisualAttributes_colFg_get, _core_.VisualAttributes_colFg_set)
5864 colBg = property(_core_.VisualAttributes_colBg_get, _core_.VisualAttributes_colBg_set)
5865
5866 class VisualAttributesPtr(VisualAttributes):
5867 def __init__(self, this):
5868 self.this = this
5869 if not hasattr(self,"thisown"): self.thisown = 0
5870 self.__class__ = VisualAttributes
5871 _core_.VisualAttributes_swigregister(VisualAttributesPtr)
5872 NullAcceleratorTable = cvar.NullAcceleratorTable
5873 PanelNameStr = cvar.PanelNameStr
5874
5875 WINDOW_VARIANT_NORMAL = _core_.WINDOW_VARIANT_NORMAL
5876 WINDOW_VARIANT_SMALL = _core_.WINDOW_VARIANT_SMALL
5877 WINDOW_VARIANT_MINI = _core_.WINDOW_VARIANT_MINI
5878 WINDOW_VARIANT_LARGE = _core_.WINDOW_VARIANT_LARGE
5879 WINDOW_VARIANT_MAX = _core_.WINDOW_VARIANT_MAX
5880 class Window(EvtHandler):
5881 """
5882 wx.Window is the base class for all windows and represents any visible
5883 object on the screen. All controls, top level windows and so on are
5884 wx.Windows. Sizers and device contexts are not however, as they don't
5885 appear on screen themselves.
5886
5887 """
5888 def __repr__(self):
5889 return "<%s.%s; proxy of C++ wxWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
5890 def __init__(self, *args, **kwargs):
5891 """
5892 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
5893 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> Window
5894
5895 Construct and show a generic Window.
5896 """
5897 newobj = _core_.new_Window(*args, **kwargs)
5898 self.this = newobj.this
5899 self.thisown = 1
5900 del newobj.thisown
5901 self._setOORInfo(self)
5902
5903 def Create(*args, **kwargs):
5904 """
5905 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
5906 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> bool
5907
5908 Create the GUI part of the Window for 2-phase creation mode.
5909 """
5910 return _core_.Window_Create(*args, **kwargs)
5911
5912 def Close(*args, **kwargs):
5913 """
5914 Close(self, bool force=False) -> bool
5915
5916 This function simply generates a EVT_CLOSE event whose handler usually
5917 tries to close the window. It doesn't close the window itself,
5918 however. If force is False (the default) then the window's close
5919 handler will be allowed to veto the destruction of the window.
5920 """
5921 return _core_.Window_Close(*args, **kwargs)
5922
5923 def Destroy(*args, **kwargs):
5924 """
5925 Destroy(self) -> bool
5926
5927 Destroys the window safely. Frames and dialogs are not destroyed
5928 immediately when this function is called -- they are added to a list
5929 of windows to be deleted on idle time, when all the window's events
5930 have been processed. This prevents problems with events being sent to
5931 non-existent windows.
5932
5933 Returns True if the window has either been successfully deleted, or it
5934 has been added to the list of windows pending real deletion.
5935 """
5936 return _core_.Window_Destroy(*args, **kwargs)
5937
5938 def DestroyChildren(*args, **kwargs):
5939 """
5940 DestroyChildren(self) -> bool
5941
5942 Destroys all children of a window. Called automatically by the
5943 destructor.
5944 """
5945 return _core_.Window_DestroyChildren(*args, **kwargs)
5946
5947 def IsBeingDeleted(*args, **kwargs):
5948 """
5949 IsBeingDeleted(self) -> bool
5950
5951 Is the window in the process of being deleted?
5952 """
5953 return _core_.Window_IsBeingDeleted(*args, **kwargs)
5954
5955 def SetTitle(*args, **kwargs):
5956 """
5957 SetTitle(self, String title)
5958
5959 Sets the window's title. Applicable only to frames and dialogs.
5960 """
5961 return _core_.Window_SetTitle(*args, **kwargs)
5962
5963 def GetTitle(*args, **kwargs):
5964 """
5965 GetTitle(self) -> String
5966
5967 Gets the window's title. Applicable only to frames and dialogs.
5968 """
5969 return _core_.Window_GetTitle(*args, **kwargs)
5970
5971 def SetLabel(*args, **kwargs):
5972 """
5973 SetLabel(self, String label)
5974
5975 Set the text which the window shows in its label if applicable.
5976 """
5977 return _core_.Window_SetLabel(*args, **kwargs)
5978
5979 def GetLabel(*args, **kwargs):
5980 """
5981 GetLabel(self) -> String
5982
5983 Generic way of getting a label from any window, for identification
5984 purposes. The interpretation of this function differs from class to
5985 class. For frames and dialogs, the value returned is the title. For
5986 buttons or static text controls, it is the button text. This function
5987 can be useful for meta-programs such as testing tools or special-needs
5988 access programs)which need to identify windows by name.
5989 """
5990 return _core_.Window_GetLabel(*args, **kwargs)
5991
5992 def SetName(*args, **kwargs):
5993 """
5994 SetName(self, String name)
5995
5996 Sets the window's name. The window name is used for ressource setting
5997 in X, it is not the same as the window title/label
5998 """
5999 return _core_.Window_SetName(*args, **kwargs)
6000
6001 def GetName(*args, **kwargs):
6002 """
6003 GetName(self) -> String
6004
6005 Returns the windows name. This name is not guaranteed to be unique;
6006 it is up to the programmer to supply an appropriate name in the window
6007 constructor or via wx.Window.SetName.
6008 """
6009 return _core_.Window_GetName(*args, **kwargs)
6010
6011 def SetWindowVariant(*args, **kwargs):
6012 """
6013 SetWindowVariant(self, int variant)
6014
6015 Sets the variant of the window/font size to use for this window, if
6016 the platform supports variants, for example, wxMac.
6017 """
6018 return _core_.Window_SetWindowVariant(*args, **kwargs)
6019
6020 def GetWindowVariant(*args, **kwargs):
6021 """GetWindowVariant(self) -> int"""
6022 return _core_.Window_GetWindowVariant(*args, **kwargs)
6023
6024 def SetId(*args, **kwargs):
6025 """
6026 SetId(self, int winid)
6027
6028 Sets the identifier of the window. Each window has an integer
6029 identifier. If the application has not provided one, an identifier
6030 will be generated. Normally, the identifier should be provided on
6031 creation and should not be modified subsequently.
6032 """
6033 return _core_.Window_SetId(*args, **kwargs)
6034
6035 def GetId(*args, **kwargs):
6036 """
6037 GetId(self) -> int
6038
6039 Returns the identifier of the window. Each window has an integer
6040 identifier. If the application has not provided one (or the default Id
6041 -1 is used) then an unique identifier with a negative value will be
6042 generated.
6043 """
6044 return _core_.Window_GetId(*args, **kwargs)
6045
6046 def NewControlId(*args, **kwargs):
6047 """
6048 NewControlId() -> int
6049
6050 Generate a control id for the controls which were not given one.
6051 """
6052 return _core_.Window_NewControlId(*args, **kwargs)
6053
6054 NewControlId = staticmethod(NewControlId)
6055 def NextControlId(*args, **kwargs):
6056 """
6057 NextControlId(int winid) -> int
6058
6059 Get the id of the control following the one with the given
6060 autogenerated) id
6061 """
6062 return _core_.Window_NextControlId(*args, **kwargs)
6063
6064 NextControlId = staticmethod(NextControlId)
6065 def PrevControlId(*args, **kwargs):
6066 """
6067 PrevControlId(int winid) -> int
6068
6069 Get the id of the control preceding the one with the given
6070 autogenerated) id
6071 """
6072 return _core_.Window_PrevControlId(*args, **kwargs)
6073
6074 PrevControlId = staticmethod(PrevControlId)
6075 def SetSize(*args, **kwargs):
6076 """
6077 SetSize(self, Size size)
6078
6079 Sets the size of the window in pixels.
6080 """
6081 return _core_.Window_SetSize(*args, **kwargs)
6082
6083 def SetDimensions(*args, **kwargs):
6084 """
6085 SetDimensions(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)
6086
6087 Sets the position and size of the window in pixels. The sizeFlags
6088 parameter indicates the interpretation of the other params if they are
6089 equal to -1.
6090
6091 ======================== ======================================
6092 wx.SIZE_AUTO A -1 indicates that a class-specific
6093 default should be used.
6094 wx.SIZE_USE_EXISTING Axisting dimensions should be used if
6095 -1 values are supplied.
6096 wxSIZE_ALLOW_MINUS_ONE Allow dimensions of -1 and less to be
6097 interpreted as real dimensions, not
6098 default values.
6099 ======================== ======================================
6100
6101 """
6102 return _core_.Window_SetDimensions(*args, **kwargs)
6103
6104 def SetRect(*args, **kwargs):
6105 """
6106 SetRect(self, Rect rect, int sizeFlags=SIZE_AUTO)
6107
6108 Sets the position and size of the window in pixels using a wx.Rect.
6109 """
6110 return _core_.Window_SetRect(*args, **kwargs)
6111
6112 def SetSizeWH(*args, **kwargs):
6113 """
6114 SetSizeWH(self, int width, int height)
6115
6116 Sets the size of the window in pixels.
6117 """
6118 return _core_.Window_SetSizeWH(*args, **kwargs)
6119
6120 def Move(*args, **kwargs):
6121 """
6122 Move(self, Point pt, int flags=SIZE_USE_EXISTING)
6123
6124 Moves the window to the given position.
6125 """
6126 return _core_.Window_Move(*args, **kwargs)
6127
6128 SetPosition = Move
6129 def MoveXY(*args, **kwargs):
6130 """
6131 MoveXY(self, int x, int y, int flags=SIZE_USE_EXISTING)
6132
6133 Moves the window to the given position.
6134 """
6135 return _core_.Window_MoveXY(*args, **kwargs)
6136
6137 def SetBestFittingSize(*args, **kwargs):
6138 """
6139 SetBestFittingSize(self, Size size=DefaultSize)
6140
6141 A 'Smart' SetSize that will fill in default size components with the
6142 window's *best size* values. Also set's the minsize for use with sizers.
6143 """
6144 return _core_.Window_SetBestFittingSize(*args, **kwargs)
6145
6146 def Raise(*args, **kwargs):
6147 """
6148 Raise(self)
6149
6150 Raises the window to the top of the window hierarchy if it is a
6151 managed window (dialog or frame).
6152 """
6153 return _core_.Window_Raise(*args, **kwargs)
6154
6155 def Lower(*args, **kwargs):
6156 """
6157 Lower(self)
6158
6159 Lowers the window to the bottom of the window hierarchy if it is a
6160 managed window (dialog or frame).
6161 """
6162 return _core_.Window_Lower(*args, **kwargs)
6163
6164 def SetClientSize(*args, **kwargs):
6165 """
6166 SetClientSize(self, Size size)
6167
6168 This sets the size of the window client area in pixels. Using this
6169 function to size a window tends to be more device-independent than
6170 wx.Window.SetSize, since the application need not worry about what
6171 dimensions the border or title bar have when trying to fit the window
6172 around panel items, for example.
6173 """
6174 return _core_.Window_SetClientSize(*args, **kwargs)
6175
6176 def SetClientSizeWH(*args, **kwargs):
6177 """
6178 SetClientSizeWH(self, int width, int height)
6179
6180 This sets the size of the window client area in pixels. Using this
6181 function to size a window tends to be more device-independent than
6182 wx.Window.SetSize, since the application need not worry about what
6183 dimensions the border or title bar have when trying to fit the window
6184 around panel items, for example.
6185 """
6186 return _core_.Window_SetClientSizeWH(*args, **kwargs)
6187
6188 def SetClientRect(*args, **kwargs):
6189 """
6190 SetClientRect(self, Rect rect)
6191
6192 This sets the size of the window client area in pixels. Using this
6193 function to size a window tends to be more device-independent than
6194 wx.Window.SetSize, since the application need not worry about what
6195 dimensions the border or title bar have when trying to fit the window
6196 around panel items, for example.
6197 """
6198 return _core_.Window_SetClientRect(*args, **kwargs)
6199
6200 def GetPosition(*args, **kwargs):
6201 """
6202 GetPosition(self) -> Point
6203
6204 Get the window's position.
6205 """
6206 return _core_.Window_GetPosition(*args, **kwargs)
6207
6208 def GetPositionTuple(*args, **kwargs):
6209 """
6210 GetPositionTuple() -> (x,y)
6211
6212 Get the window's position.
6213 """
6214 return _core_.Window_GetPositionTuple(*args, **kwargs)
6215
6216 def GetSize(*args, **kwargs):
6217 """
6218 GetSize(self) -> Size
6219
6220 Get the window size.
6221 """
6222 return _core_.Window_GetSize(*args, **kwargs)
6223
6224 def GetSizeTuple(*args, **kwargs):
6225 """
6226 GetSizeTuple() -> (width, height)
6227
6228 Get the window size.
6229 """
6230 return _core_.Window_GetSizeTuple(*args, **kwargs)
6231
6232 def GetRect(*args, **kwargs):
6233 """
6234 GetRect(self) -> Rect
6235
6236 Returns the size and position of the window as a wx.Rect object.
6237 """
6238 return _core_.Window_GetRect(*args, **kwargs)
6239
6240 def GetClientSize(*args, **kwargs):
6241 """
6242 GetClientSize(self) -> Size
6243
6244 This gets the size of the window's 'client area' in pixels. The client
6245 area is the area which may be drawn on by the programmer, excluding
6246 title bar, border, scrollbars, etc.
6247 """
6248 return _core_.Window_GetClientSize(*args, **kwargs)
6249
6250 def GetClientSizeTuple(*args, **kwargs):
6251 """
6252 GetClientSizeTuple() -> (width, height)
6253
6254 This gets the size of the window's 'client area' in pixels. The client
6255 area is the area which may be drawn on by the programmer, excluding
6256 title bar, border, scrollbars, etc.
6257 """
6258 return _core_.Window_GetClientSizeTuple(*args, **kwargs)
6259
6260 def GetClientAreaOrigin(*args, **kwargs):
6261 """
6262 GetClientAreaOrigin(self) -> Point
6263
6264 Get the origin of the client area of the window relative to the
6265 window's top left corner (the client area may be shifted because of
6266 the borders, scrollbars, other decorations...)
6267 """
6268 return _core_.Window_GetClientAreaOrigin(*args, **kwargs)
6269
6270 def GetClientRect(*args, **kwargs):
6271 """
6272 GetClientRect(self) -> Rect
6273
6274 Get the client area position and size as a `wx.Rect` object.
6275 """
6276 return _core_.Window_GetClientRect(*args, **kwargs)
6277
6278 def GetBestSize(*args, **kwargs):
6279 """
6280 GetBestSize(self) -> Size
6281
6282 This function returns the best acceptable minimal size for the
6283 window, if applicable. For example, for a static text control, it will
6284 be the minimal size such that the control label is not truncated. For
6285 windows containing subwindows (suzh aswx.Panel), the size returned by
6286 this function will be the same as the size the window would have had
6287 after calling Fit.
6288 """
6289 return _core_.Window_GetBestSize(*args, **kwargs)
6290
6291 def GetBestSizeTuple(*args, **kwargs):
6292 """
6293 GetBestSizeTuple() -> (width, height)
6294
6295 This function returns the best acceptable minimal size for the
6296 window, if applicable. For example, for a static text control, it will
6297 be the minimal size such that the control label is not truncated. For
6298 windows containing subwindows (suzh aswx.Panel), the size returned by
6299 this function will be the same as the size the window would have had
6300 after calling Fit.
6301 """
6302 return _core_.Window_GetBestSizeTuple(*args, **kwargs)
6303
6304 def InvalidateBestSize(*args, **kwargs):
6305 """
6306 InvalidateBestSize(self)
6307
6308 Reset the cached best size value so it will be recalculated the next
6309 time it is needed.
6310 """
6311 return _core_.Window_InvalidateBestSize(*args, **kwargs)
6312
6313 def GetBestFittingSize(*args, **kwargs):
6314 """
6315 GetBestFittingSize(self) -> Size
6316
6317 This function will merge the window's best size into the window's
6318 minimum size, giving priority to the min size components, and returns
6319 the results.
6320
6321 """
6322 return _core_.Window_GetBestFittingSize(*args, **kwargs)
6323
6324 def GetAdjustedBestSize(*args, **kwargs):
6325 """
6326 GetAdjustedBestSize(self) -> Size
6327
6328 This method is similar to GetBestSize, except in one
6329 thing. GetBestSize should return the minimum untruncated size of the
6330 window, while this method will return the largest of BestSize and any
6331 user specified minimum size. ie. it is the minimum size the window
6332 should currently be drawn at, not the minimal size it can possibly
6333 tolerate.
6334 """
6335 return _core_.Window_GetAdjustedBestSize(*args, **kwargs)
6336
6337 def Center(*args, **kwargs):
6338 """
6339 Center(self, int direction=BOTH)
6340
6341 Centers the window. The parameter specifies the direction for
6342 cetering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may
6343 also include wx.CENTER_ON_SCREEN flag if you want to center the window
6344 on the entire screen and not on its parent window. If it is a
6345 top-level window and has no parent then it will always be centered
6346 relative to the screen.
6347 """
6348 return _core_.Window_Center(*args, **kwargs)
6349
6350 Centre = Center
6351 def CenterOnScreen(*args, **kwargs):
6352 """
6353 CenterOnScreen(self, int dir=BOTH)
6354
6355 Center on screen (only works for top level windows)
6356 """
6357 return _core_.Window_CenterOnScreen(*args, **kwargs)
6358
6359 CentreOnScreen = CenterOnScreen
6360 def CenterOnParent(*args, **kwargs):
6361 """
6362 CenterOnParent(self, int dir=BOTH)
6363
6364 Center with respect to the the parent window
6365 """
6366 return _core_.Window_CenterOnParent(*args, **kwargs)
6367
6368 CentreOnParent = CenterOnParent
6369 def Fit(*args, **kwargs):
6370 """
6371 Fit(self)
6372
6373 Sizes the window so that it fits around its subwindows. This function
6374 won't do anything if there are no subwindows and will only really work
6375 correctly if sizers are used for the subwindows layout. Also, if the
6376 window has exactly one subwindow it is better (faster and the result
6377 is more precise as Fit adds some margin to account for fuzziness of
6378 its calculations) to call window.SetClientSize(child.GetSize())
6379 instead of calling Fit.
6380 """
6381 return _core_.Window_Fit(*args, **kwargs)
6382
6383 def FitInside(*args, **kwargs):
6384 """
6385 FitInside(self)
6386
6387 Similar to Fit, but sizes the interior (virtual) size of a
6388 window. Mainly useful with scrolled windows to reset scrollbars after
6389 sizing changes that do not trigger a size event, and/or scrolled
6390 windows without an interior sizer. This function similarly won't do
6391 anything if there are no subwindows.
6392 """
6393 return _core_.Window_FitInside(*args, **kwargs)
6394
6395 def SetSizeHints(*args, **kwargs):
6396 """
6397 SetSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1,
6398 int incH=-1)
6399
6400 Allows specification of minimum and maximum window sizes, and window
6401 size increments. If a pair of values is not set (or set to -1), the
6402 default values will be used. If this function is called, the user
6403 will not be able to size the window outside the given bounds (if it is
6404 a top-level window.) Sizers will also inspect the minimum window size
6405 and will use that value if set when calculating layout.
6406
6407 The resizing increments are only significant under Motif or Xt.
6408 """
6409 return _core_.Window_SetSizeHints(*args, **kwargs)
6410
6411 def SetSizeHintsSz(*args, **kwargs):
6412 """
6413 SetSizeHintsSz(self, Size minSize, Size maxSize=DefaultSize, Size incSize=DefaultSize)
6414
6415 Allows specification of minimum and maximum window sizes, and window
6416 size increments. If a pair of values is not set (or set to -1), the
6417 default values will be used. If this function is called, the user
6418 will not be able to size the window outside the given bounds (if it is
6419 a top-level window.) Sizers will also inspect the minimum window size
6420 and will use that value if set when calculating layout.
6421
6422 The resizing increments are only significant under Motif or Xt.
6423 """
6424 return _core_.Window_SetSizeHintsSz(*args, **kwargs)
6425
6426 def SetVirtualSizeHints(*args, **kwargs):
6427 """
6428 SetVirtualSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1)
6429
6430 Allows specification of minimum and maximum virtual window sizes. If a
6431 pair of values is not set (or set to -1), the default values will be
6432 used. If this function is called, the user will not be able to size
6433 the virtual area of the window outside the given bounds.
6434 """
6435 return _core_.Window_SetVirtualSizeHints(*args, **kwargs)
6436
6437 def SetVirtualSizeHintsSz(*args, **kwargs):
6438 """
6439 SetVirtualSizeHintsSz(self, Size minSize, Size maxSize=DefaultSize)
6440
6441 Allows specification of minimum and maximum virtual window sizes. If a
6442 pair of values is not set (or set to -1), the default values will be
6443 used. If this function is called, the user will not be able to size
6444 the virtual area of the window outside the given bounds.
6445 """
6446 return _core_.Window_SetVirtualSizeHintsSz(*args, **kwargs)
6447
6448 def GetMaxSize(*args, **kwargs):
6449 """GetMaxSize(self) -> Size"""
6450 return _core_.Window_GetMaxSize(*args, **kwargs)
6451
6452 def GetMinSize(*args, **kwargs):
6453 """GetMinSize(self) -> Size"""
6454 return _core_.Window_GetMinSize(*args, **kwargs)
6455
6456 def SetMinSize(*args, **kwargs):
6457 """
6458 SetMinSize(self, Size minSize)
6459
6460 A more convenient method than `SetSizeHints` for setting just the
6461 min size.
6462 """
6463 return _core_.Window_SetMinSize(*args, **kwargs)
6464
6465 def SetMaxSize(*args, **kwargs):
6466 """
6467 SetMaxSize(self, Size maxSize)
6468
6469 A more convenient method than `SetSizeHints` for setting just the
6470 max size.
6471 """
6472 return _core_.Window_SetMaxSize(*args, **kwargs)
6473
6474 def GetMinWidth(*args, **kwargs):
6475 """GetMinWidth(self) -> int"""
6476 return _core_.Window_GetMinWidth(*args, **kwargs)
6477
6478 def GetMinHeight(*args, **kwargs):
6479 """GetMinHeight(self) -> int"""
6480 return _core_.Window_GetMinHeight(*args, **kwargs)
6481
6482 def GetMaxWidth(*args, **kwargs):
6483 """GetMaxWidth(self) -> int"""
6484 return _core_.Window_GetMaxWidth(*args, **kwargs)
6485
6486 def GetMaxHeight(*args, **kwargs):
6487 """GetMaxHeight(self) -> int"""
6488 return _core_.Window_GetMaxHeight(*args, **kwargs)
6489
6490 def SetVirtualSize(*args, **kwargs):
6491 """
6492 SetVirtualSize(self, Size size)
6493
6494 Set the the virtual size of a window in pixels. For most windows this
6495 is just the client area of the window, but for some like scrolled
6496 windows it is more or less independent of the screen window size.
6497 """
6498 return _core_.Window_SetVirtualSize(*args, **kwargs)
6499
6500 def SetVirtualSizeWH(*args, **kwargs):
6501 """
6502 SetVirtualSizeWH(self, int w, int h)
6503
6504 Set the the virtual size of a window in pixels. For most windows this
6505 is just the client area of the window, but for some like scrolled
6506 windows it is more or less independent of the screen window size.
6507 """
6508 return _core_.Window_SetVirtualSizeWH(*args, **kwargs)
6509
6510 def GetVirtualSize(*args, **kwargs):
6511 """
6512 GetVirtualSize(self) -> Size
6513
6514 Get the the virtual size of the window in pixels. For most windows
6515 this is just the client area of the window, but for some like scrolled
6516 windows it is more or less independent of the screen window size.
6517 """
6518 return _core_.Window_GetVirtualSize(*args, **kwargs)
6519
6520 def GetVirtualSizeTuple(*args, **kwargs):
6521 """
6522 GetVirtualSizeTuple() -> (width, height)
6523
6524 Get the the virtual size of the window in pixels. For most windows
6525 this is just the client area of the window, but for some like scrolled
6526 windows it is more or less independent of the screen window size.
6527 """
6528 return _core_.Window_GetVirtualSizeTuple(*args, **kwargs)
6529
6530 def GetBestVirtualSize(*args, **kwargs):
6531 """
6532 GetBestVirtualSize(self) -> Size
6533
6534 Return the largest of ClientSize and BestSize (as determined by a
6535 sizer, interior children, or other means)
6536 """
6537 return _core_.Window_GetBestVirtualSize(*args, **kwargs)
6538
6539 def Show(*args, **kwargs):
6540 """
6541 Show(self, bool show=True) -> bool
6542
6543 Shows or hides the window. You may need to call Raise for a top level
6544 window if you want to bring it to top, although this is not needed if
6545 Show is called immediately after the frame creation. Returns True if
6546 the window has been shown or hidden or False if nothing was done
6547 because it already was in the requested state.
6548 """
6549 return _core_.Window_Show(*args, **kwargs)
6550
6551 def Hide(*args, **kwargs):
6552 """
6553 Hide(self) -> bool
6554
6555 Equivalent to calling Show(False).
6556 """
6557 return _core_.Window_Hide(*args, **kwargs)
6558
6559 def Enable(*args, **kwargs):
6560 """
6561 Enable(self, bool enable=True) -> bool
6562
6563 Enable or disable the window for user input. Note that when a parent
6564 window is disabled, all of its children are disabled as well and they
6565 are reenabled again when the parent is. Returns true if the window
6566 has been enabled or disabled, false if nothing was done, i.e. if the
6567 window had already been in the specified state.
6568 """
6569 return _core_.Window_Enable(*args, **kwargs)
6570
6571 def Disable(*args, **kwargs):
6572 """
6573 Disable(self) -> bool
6574
6575 Disables the window, same as Enable(false).
6576 """
6577 return _core_.Window_Disable(*args, **kwargs)
6578
6579 def IsShown(*args, **kwargs):
6580 """
6581 IsShown(self) -> bool
6582
6583 Returns true if the window is shown, false if it has been hidden.
6584 """
6585 return _core_.Window_IsShown(*args, **kwargs)
6586
6587 def IsEnabled(*args, **kwargs):
6588 """
6589 IsEnabled(self) -> bool
6590
6591 Returns true if the window is enabled for input, false otherwise.
6592 """
6593 return _core_.Window_IsEnabled(*args, **kwargs)
6594
6595 def SetWindowStyleFlag(*args, **kwargs):
6596 """
6597 SetWindowStyleFlag(self, long style)
6598
6599 Sets the style of the window. Please note that some styles cannot be
6600 changed after the window creation and that Refresh() might need to be
6601 called after changing the others for the change to take place
6602 immediately.
6603 """
6604 return _core_.Window_SetWindowStyleFlag(*args, **kwargs)
6605
6606 def GetWindowStyleFlag(*args, **kwargs):
6607 """
6608 GetWindowStyleFlag(self) -> long
6609
6610 Gets the window style that was passed to the constructor or Create
6611 method.
6612 """
6613 return _core_.Window_GetWindowStyleFlag(*args, **kwargs)
6614
6615 SetWindowStyle = SetWindowStyleFlag; GetWindowStyle = GetWindowStyleFlag
6616 def HasFlag(*args, **kwargs):
6617 """
6618 HasFlag(self, int flag) -> bool
6619
6620 Test if the given style is set for this window.
6621 """
6622 return _core_.Window_HasFlag(*args, **kwargs)
6623
6624 def IsRetained(*args, **kwargs):
6625 """
6626 IsRetained(self) -> bool
6627
6628 Returns true if the window is retained, false otherwise. Retained
6629 windows are only available on X platforms.
6630 """
6631 return _core_.Window_IsRetained(*args, **kwargs)
6632
6633 def SetExtraStyle(*args, **kwargs):
6634 """
6635 SetExtraStyle(self, long exStyle)
6636
6637 Sets the extra style bits for the window. Extra styles are the less
6638 often used style bits which can't be set with the constructor or with
6639 SetWindowStyleFlag()
6640 """
6641 return _core_.Window_SetExtraStyle(*args, **kwargs)
6642
6643 def GetExtraStyle(*args, **kwargs):
6644 """
6645 GetExtraStyle(self) -> long
6646
6647 Returns the extra style bits for the window.
6648 """
6649 return _core_.Window_GetExtraStyle(*args, **kwargs)
6650
6651 def MakeModal(*args, **kwargs):
6652 """
6653 MakeModal(self, bool modal=True)
6654
6655 Disables all other windows in the application so that the user can
6656 only interact with this window. Passing False will reverse this
6657 effect.
6658 """
6659 return _core_.Window_MakeModal(*args, **kwargs)
6660
6661 def SetThemeEnabled(*args, **kwargs):
6662 """
6663 SetThemeEnabled(self, bool enableTheme)
6664
6665 This function tells a window if it should use the system's "theme"
6666 code to draw the windows' background instead if its own background
6667 drawing code. This will only have an effect on platforms that support
6668 the notion of themes in user defined windows. One such platform is
6669 GTK+ where windows can have (very colourful) backgrounds defined by a
6670 user's selected theme.
6671
6672 Dialogs, notebook pages and the status bar have this flag set to true
6673 by default so that the default look and feel is simulated best.
6674 """
6675 return _core_.Window_SetThemeEnabled(*args, **kwargs)
6676
6677 def GetThemeEnabled(*args, **kwargs):
6678 """
6679 GetThemeEnabled(self) -> bool
6680
6681 Return the themeEnabled flag.
6682 """
6683 return _core_.Window_GetThemeEnabled(*args, **kwargs)
6684
6685 def SetFocus(*args, **kwargs):
6686 """
6687 SetFocus(self)
6688
6689 Set's the focus to this window, allowing it to receive keyboard input.
6690 """
6691 return _core_.Window_SetFocus(*args, **kwargs)
6692
6693 def SetFocusFromKbd(*args, **kwargs):
6694 """
6695 SetFocusFromKbd(self)
6696
6697 Set focus to this window as the result of a keyboard action. Normally
6698 only called internally.
6699 """
6700 return _core_.Window_SetFocusFromKbd(*args, **kwargs)
6701
6702 def FindFocus(*args, **kwargs):
6703 """
6704 FindFocus() -> Window
6705
6706 Returns the window or control that currently has the keyboard focus,
6707 or None.
6708 """
6709 return _core_.Window_FindFocus(*args, **kwargs)
6710
6711 FindFocus = staticmethod(FindFocus)
6712 def AcceptsFocus(*args, **kwargs):
6713 """
6714 AcceptsFocus(self) -> bool
6715
6716 Can this window have focus?
6717 """
6718 return _core_.Window_AcceptsFocus(*args, **kwargs)
6719
6720 def AcceptsFocusFromKeyboard(*args, **kwargs):
6721 """
6722 AcceptsFocusFromKeyboard(self) -> bool
6723
6724 Can this window be given focus by keyboard navigation? if not, the
6725 only way to give it focus (provided it accepts it at all) is to click
6726 it.
6727 """
6728 return _core_.Window_AcceptsFocusFromKeyboard(*args, **kwargs)
6729
6730 def GetDefaultItem(*args, **kwargs):
6731 """
6732 GetDefaultItem(self) -> Window
6733
6734 Get the default child of this parent, i.e. the one which is activated
6735 by pressing <Enter> such as the OK button on a wx.Dialog.
6736 """
6737 return _core_.Window_GetDefaultItem(*args, **kwargs)
6738
6739 def SetDefaultItem(*args, **kwargs):
6740 """
6741 SetDefaultItem(self, Window child) -> Window
6742
6743 Set this child as default, return the old default.
6744 """
6745 return _core_.Window_SetDefaultItem(*args, **kwargs)
6746
6747 def SetTmpDefaultItem(*args, **kwargs):
6748 """
6749 SetTmpDefaultItem(self, Window win)
6750
6751 Set this child as temporary default
6752 """
6753 return _core_.Window_SetTmpDefaultItem(*args, **kwargs)
6754
6755 def Navigate(*args, **kwargs):
6756 """
6757 Navigate(self, int flags=NavigationKeyEvent.IsForward) -> bool
6758
6759 Does keyboard navigation from this window to another, by sending a
6760 `wx.NavigationKeyEvent`.
6761 """
6762 return _core_.Window_Navigate(*args, **kwargs)
6763
6764 def MoveAfterInTabOrder(*args, **kwargs):
6765 """
6766 MoveAfterInTabOrder(self, Window win)
6767
6768 Moves this window in the tab navigation order after the specified
6769 sibling window. This means that when the user presses the TAB key on
6770 that other window, the focus switches to this window.
6771
6772 The default tab order is the same as creation order. This function
6773 and `MoveBeforeInTabOrder` allow to change it after creating all the
6774 windows.
6775
6776 """
6777 return _core_.Window_MoveAfterInTabOrder(*args, **kwargs)
6778
6779 def MoveBeforeInTabOrder(*args, **kwargs):
6780 """
6781 MoveBeforeInTabOrder(self, Window win)
6782
6783 Same as `MoveAfterInTabOrder` except that it inserts this window just
6784 before win instead of putting it right after it.
6785 """
6786 return _core_.Window_MoveBeforeInTabOrder(*args, **kwargs)
6787
6788 def GetChildren(*args, **kwargs):
6789 """
6790 GetChildren(self) -> PyObject
6791
6792 Returns a list of the window's children. NOTE: Currently this is a
6793 copy of the child window list maintained by the window, so the return
6794 value of this function is only valid as long as the window's children
6795 do not change.
6796 """
6797 return _core_.Window_GetChildren(*args, **kwargs)
6798
6799 def GetParent(*args, **kwargs):
6800 """
6801 GetParent(self) -> Window
6802
6803 Returns the parent window of this window, or None if there isn't one.
6804 """
6805 return _core_.Window_GetParent(*args, **kwargs)
6806
6807 def GetGrandParent(*args, **kwargs):
6808 """
6809 GetGrandParent(self) -> Window
6810
6811 Returns the parent of the parent of this window, or None if there
6812 isn't one.
6813 """
6814 return _core_.Window_GetGrandParent(*args, **kwargs)
6815
6816 def IsTopLevel(*args, **kwargs):
6817 """
6818 IsTopLevel(self) -> bool
6819
6820 Returns true if the given window is a top-level one. Currently all
6821 frames and dialogs are always considered to be top-level windows (even
6822 if they have a parent window).
6823 """
6824 return _core_.Window_IsTopLevel(*args, **kwargs)
6825
6826 def Reparent(*args, **kwargs):
6827 """
6828 Reparent(self, Window newParent) -> bool
6829
6830 Reparents the window, i.e the window will be removed from its current
6831 parent window (e.g. a non-standard toolbar in a wxFrame) and then
6832 re-inserted into another. Available on Windows and GTK. Returns True
6833 if the parent was changed, False otherwise (error or newParent ==
6834 oldParent)
6835 """
6836 return _core_.Window_Reparent(*args, **kwargs)
6837
6838 def AddChild(*args, **kwargs):
6839 """
6840 AddChild(self, Window child)
6841
6842 Adds a child window. This is called automatically by window creation
6843 functions so should not be required by the application programmer.
6844 """
6845 return _core_.Window_AddChild(*args, **kwargs)
6846
6847 def RemoveChild(*args, **kwargs):
6848 """
6849 RemoveChild(self, Window child)
6850
6851 Removes a child window. This is called automatically by window
6852 deletion functions so should not be required by the application
6853 programmer.
6854 """
6855 return _core_.Window_RemoveChild(*args, **kwargs)
6856
6857 def FindWindowById(*args, **kwargs):
6858 """
6859 FindWindowById(self, long winid) -> Window
6860
6861 Find a chld of this window by window ID
6862 """
6863 return _core_.Window_FindWindowById(*args, **kwargs)
6864
6865 def FindWindowByName(*args, **kwargs):
6866 """
6867 FindWindowByName(self, String name) -> Window
6868
6869 Find a child of this window by name
6870 """
6871 return _core_.Window_FindWindowByName(*args, **kwargs)
6872
6873 def GetEventHandler(*args, **kwargs):
6874 """
6875 GetEventHandler(self) -> EvtHandler
6876
6877 Returns the event handler for this window. By default, the window is
6878 its own event handler.
6879 """
6880 return _core_.Window_GetEventHandler(*args, **kwargs)
6881
6882 def SetEventHandler(*args, **kwargs):
6883 """
6884 SetEventHandler(self, EvtHandler handler)
6885
6886 Sets the event handler for this window. An event handler is an object
6887 that is capable of processing the events sent to a window. By default,
6888 the window is its own event handler, but an application may wish to
6889 substitute another, for example to allow central implementation of
6890 event-handling for a variety of different window classes.
6891
6892 It is usually better to use `wx.Window.PushEventHandler` since this sets
6893 up a chain of event handlers, where an event not handled by one event
6894 handler is handed to the next one in the chain.
6895 """
6896 return _core_.Window_SetEventHandler(*args, **kwargs)
6897
6898 def PushEventHandler(*args, **kwargs):
6899 """
6900 PushEventHandler(self, EvtHandler handler)
6901
6902 Pushes this event handler onto the event handler stack for the window.
6903 An event handler is an object that is capable of processing the events
6904 sent to a window. By default, the window is its own event handler, but
6905 an application may wish to substitute another, for example to allow
6906 central implementation of event-handling for a variety of different
6907 window classes.
6908
6909 wx.Window.PushEventHandler allows an application to set up a chain of
6910 event handlers, where an event not handled by one event handler is
6911 handed to the next one in the chain. Use `wx.Window.PopEventHandler` to
6912 remove the event handler.
6913 """
6914 return _core_.Window_PushEventHandler(*args, **kwargs)
6915
6916 def PopEventHandler(*args, **kwargs):
6917 """
6918 PopEventHandler(self, bool deleteHandler=False) -> EvtHandler
6919
6920 Removes and returns the top-most event handler on the event handler
6921 stack. If deleteHandler is True then the wx.EvtHandler object will be
6922 destroyed after it is popped.
6923 """
6924 return _core_.Window_PopEventHandler(*args, **kwargs)
6925
6926 def RemoveEventHandler(*args, **kwargs):
6927 """
6928 RemoveEventHandler(self, EvtHandler handler) -> bool
6929
6930 Find the given handler in the event handler chain and remove (but not
6931 delete) it from the event handler chain, return True if it was found
6932 and False otherwise (this also results in an assert failure so this
6933 function should only be called when the handler is supposed to be
6934 there.)
6935 """
6936 return _core_.Window_RemoveEventHandler(*args, **kwargs)
6937
6938 def SetValidator(*args, **kwargs):
6939 """
6940 SetValidator(self, Validator validator)
6941
6942 Deletes the current validator (if any) and sets the window validator,
6943 having called wx.Validator.Clone to create a new validator of this
6944 type.
6945 """
6946 return _core_.Window_SetValidator(*args, **kwargs)
6947
6948 def GetValidator(*args, **kwargs):
6949 """
6950 GetValidator(self) -> Validator
6951
6952 Returns a pointer to the current validator for the window, or None if
6953 there is none.
6954 """
6955 return _core_.Window_GetValidator(*args, **kwargs)
6956
6957 def Validate(*args, **kwargs):
6958 """
6959 Validate(self) -> bool
6960
6961 Validates the current values of the child controls using their
6962 validators. If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra
6963 style flag set, the method will also call Validate() of all child
6964 windows. Returns false if any of the validations failed.
6965 """
6966 return _core_.Window_Validate(*args, **kwargs)
6967
6968 def TransferDataToWindow(*args, **kwargs):
6969 """
6970 TransferDataToWindow(self) -> bool
6971
6972 Transfers values to child controls from data areas specified by their
6973 validators. If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra
6974 style flag set, the method will also call TransferDataToWindow() of
6975 all child windows.
6976 """
6977 return _core_.Window_TransferDataToWindow(*args, **kwargs)
6978
6979 def TransferDataFromWindow(*args, **kwargs):
6980 """
6981 TransferDataFromWindow(self) -> bool
6982
6983 Transfers values from child controls to data areas specified by their
6984 validators. Returns false if a transfer failed. If the window has
6985 wx.WS_EX_VALIDATE_RECURSIVELY extra style flag set, the method will
6986 also call TransferDataFromWindow() of all child windows.
6987 """
6988 return _core_.Window_TransferDataFromWindow(*args, **kwargs)
6989
6990 def InitDialog(*args, **kwargs):
6991 """
6992 InitDialog(self)
6993
6994 Sends an EVT_INIT_DIALOG event, whose handler usually transfers data
6995 to the dialog via validators.
6996 """
6997 return _core_.Window_InitDialog(*args, **kwargs)
6998
6999 def SetAcceleratorTable(*args, **kwargs):
7000 """
7001 SetAcceleratorTable(self, AcceleratorTable accel)
7002
7003 Sets the accelerator table for this window.
7004 """
7005 return _core_.Window_SetAcceleratorTable(*args, **kwargs)
7006
7007 def GetAcceleratorTable(*args, **kwargs):
7008 """
7009 GetAcceleratorTable(self) -> AcceleratorTable
7010
7011 Gets the accelerator table for this window.
7012 """
7013 return _core_.Window_GetAcceleratorTable(*args, **kwargs)
7014
7015 def RegisterHotKey(*args, **kwargs):
7016 """
7017 RegisterHotKey(self, int hotkeyId, int modifiers, int keycode) -> bool
7018
7019 Registers a system wide hotkey. Every time the user presses the hotkey
7020 registered here, this window will receive a hotkey event. It will
7021 receive the event even if the application is in the background and
7022 does not have the input focus because the user is working with some
7023 other application. To bind an event handler function to this hotkey
7024 use EVT_HOTKEY with an id equal to hotkeyId. Returns True if the
7025 hotkey was registered successfully.
7026 """
7027 return _core_.Window_RegisterHotKey(*args, **kwargs)
7028
7029 def UnregisterHotKey(*args, **kwargs):
7030 """
7031 UnregisterHotKey(self, int hotkeyId) -> bool
7032
7033 Unregisters a system wide hotkey.
7034 """
7035 return _core_.Window_UnregisterHotKey(*args, **kwargs)
7036
7037 def ConvertDialogPointToPixels(*args, **kwargs):
7038 """
7039 ConvertDialogPointToPixels(self, Point pt) -> Point
7040
7041 Converts a point or size from dialog units to pixels. Dialog units
7042 are used for maintaining a dialog's proportions even if the font
7043 changes. For the x dimension, the dialog units are multiplied by the
7044 average character width and then divided by 4. For the y dimension,
7045 the dialog units are multiplied by the average character height and
7046 then divided by 8.
7047 """
7048 return _core_.Window_ConvertDialogPointToPixels(*args, **kwargs)
7049
7050 def ConvertDialogSizeToPixels(*args, **kwargs):
7051 """
7052 ConvertDialogSizeToPixels(self, Size sz) -> Size
7053
7054 Converts a point or size from dialog units to pixels. Dialog units
7055 are used for maintaining a dialog's proportions even if the font
7056 changes. For the x dimension, the dialog units are multiplied by the
7057 average character width and then divided by 4. For the y dimension,
7058 the dialog units are multiplied by the average character height and
7059 then divided by 8.
7060 """
7061 return _core_.Window_ConvertDialogSizeToPixels(*args, **kwargs)
7062
7063 def DLG_PNT(*args, **kwargs):
7064 """
7065 DLG_PNT(self, Point pt) -> Point
7066
7067 Converts a point or size from dialog units to pixels. Dialog units
7068 are used for maintaining a dialog's proportions even if the font
7069 changes. For the x dimension, the dialog units are multiplied by the
7070 average character width and then divided by 4. For the y dimension,
7071 the dialog units are multiplied by the average character height and
7072 then divided by 8.
7073 """
7074 return _core_.Window_DLG_PNT(*args, **kwargs)
7075
7076 def DLG_SZE(*args, **kwargs):
7077 """
7078 DLG_SZE(self, Size sz) -> Size
7079
7080 Converts a point or size from dialog units to pixels. Dialog units
7081 are used for maintaining a dialog's proportions even if the font
7082 changes. For the x dimension, the dialog units are multiplied by the
7083 average character width and then divided by 4. For the y dimension,
7084 the dialog units are multiplied by the average character height and
7085 then divided by 8.
7086 """
7087 return _core_.Window_DLG_SZE(*args, **kwargs)
7088
7089 def ConvertPixelPointToDialog(*args, **kwargs):
7090 """ConvertPixelPointToDialog(self, Point pt) -> Point"""
7091 return _core_.Window_ConvertPixelPointToDialog(*args, **kwargs)
7092
7093 def ConvertPixelSizeToDialog(*args, **kwargs):
7094 """ConvertPixelSizeToDialog(self, Size sz) -> Size"""
7095 return _core_.Window_ConvertPixelSizeToDialog(*args, **kwargs)
7096
7097 def WarpPointer(*args, **kwargs):
7098 """
7099 WarpPointer(self, int x, int y)
7100
7101 Moves the pointer to the given position on the window.
7102
7103 NOTE: This function is not supported under Mac because Apple Human
7104 Interface Guidelines forbid moving the mouse cursor programmatically.
7105 """
7106 return _core_.Window_WarpPointer(*args, **kwargs)
7107
7108 def CaptureMouse(*args, **kwargs):
7109 """
7110 CaptureMouse(self)
7111
7112 Directs all mouse input to this window. Call wx.Window.ReleaseMouse to
7113 release the capture.
7114
7115 Note that wxWindows maintains the stack of windows having captured the
7116 mouse and when the mouse is released the capture returns to the window
7117 which had had captured it previously and it is only really released if
7118 there were no previous window. In particular, this means that you must
7119 release the mouse as many times as you capture it.
7120 """
7121 return _core_.Window_CaptureMouse(*args, **kwargs)
7122
7123 def ReleaseMouse(*args, **kwargs):
7124 """
7125 ReleaseMouse(self)
7126
7127 Releases mouse input captured with wx.Window.CaptureMouse.
7128 """
7129 return _core_.Window_ReleaseMouse(*args, **kwargs)
7130
7131 def GetCapture(*args, **kwargs):
7132 """
7133 GetCapture() -> Window
7134
7135 Returns the window which currently captures the mouse or None
7136 """
7137 return _core_.Window_GetCapture(*args, **kwargs)
7138
7139 GetCapture = staticmethod(GetCapture)
7140 def HasCapture(*args, **kwargs):
7141 """
7142 HasCapture(self) -> bool
7143
7144 Returns true if this window has the current mouse capture.
7145 """
7146 return _core_.Window_HasCapture(*args, **kwargs)
7147
7148 def Refresh(*args, **kwargs):
7149 """
7150 Refresh(self, bool eraseBackground=True, Rect rect=None)
7151
7152 Mark the specified rectangle (or the whole window) as "dirty" so it
7153 will be repainted. Causes an EVT_PAINT event to be generated and sent
7154 to the window.
7155 """
7156 return _core_.Window_Refresh(*args, **kwargs)
7157
7158 def RefreshRect(*args, **kwargs):
7159 """
7160 RefreshRect(self, Rect rect, bool eraseBackground=True)
7161
7162 Redraws the contents of the given rectangle: the area inside it will
7163 be repainted. This is the same as Refresh but has a nicer syntax.
7164 """
7165 return _core_.Window_RefreshRect(*args, **kwargs)
7166
7167 def Update(*args, **kwargs):
7168 """
7169 Update(self)
7170
7171 Calling this method immediately repaints the invalidated area of the
7172 window instead of waiting for the EVT_PAINT event to happen, (normally
7173 this would usually only happen when the flow of control returns to the
7174 event loop.) Notice that this function doesn't refresh the window and
7175 does nothing if the window has been already repainted. Use Refresh
7176 first if you want to immediately redraw the window (or some portion of
7177 it) unconditionally.
7178 """
7179 return _core_.Window_Update(*args, **kwargs)
7180
7181 def ClearBackground(*args, **kwargs):
7182 """
7183 ClearBackground(self)
7184
7185 Clears the window by filling it with the current background
7186 colour. Does not cause an erase background event to be generated.
7187 """
7188 return _core_.Window_ClearBackground(*args, **kwargs)
7189
7190 def Freeze(*args, **kwargs):
7191 """
7192 Freeze(self)
7193
7194 Freezes the window or, in other words, prevents any updates from
7195 taking place on screen, the window is not redrawn at all. Thaw must be
7196 called to reenable window redrawing. Calls to Freeze/Thaw may be
7197 nested, with the actual Thaw being delayed until all the nesting has
7198 been undone.
7199
7200 This method is useful for visual appearance optimization (for example,
7201 it is a good idea to use it before inserting large amount of text into
7202 a wxTextCtrl under wxGTK) but is not implemented on all platforms nor
7203 for all controls so it is mostly just a hint to wxWindows and not a
7204 mandatory directive.
7205 """
7206 return _core_.Window_Freeze(*args, **kwargs)
7207
7208 def Thaw(*args, **kwargs):
7209 """
7210 Thaw(self)
7211
7212 Reenables window updating after a previous call to Freeze. Calls to
7213 Freeze/Thaw may be nested, so Thaw must be called the same number of
7214 times that Freeze was before the window will be updated.
7215 """
7216 return _core_.Window_Thaw(*args, **kwargs)
7217
7218 def PrepareDC(*args, **kwargs):
7219 """
7220 PrepareDC(self, DC dc)
7221
7222 Call this function to prepare the device context for drawing a
7223 scrolled image. It sets the device origin according to the current
7224 scroll position.
7225 """
7226 return _core_.Window_PrepareDC(*args, **kwargs)
7227
7228 def GetUpdateRegion(*args, **kwargs):
7229 """
7230 GetUpdateRegion(self) -> Region
7231
7232 Returns the region specifying which parts of the window have been
7233 damaged. Should only be called within an EVT_PAINT handler.
7234 """
7235 return _core_.Window_GetUpdateRegion(*args, **kwargs)
7236
7237 def GetUpdateClientRect(*args, **kwargs):
7238 """
7239 GetUpdateClientRect(self) -> Rect
7240
7241 Get the update rectangle region bounding box in client coords.
7242 """
7243 return _core_.Window_GetUpdateClientRect(*args, **kwargs)
7244
7245 def IsExposed(*args, **kwargs):
7246 """
7247 IsExposed(self, int x, int y, int w=1, int h=1) -> bool
7248
7249 Returns true if the given point or rectangle area has been exposed
7250 since the last repaint. Call this in an paint event handler to
7251 optimize redrawing by only redrawing those areas, which have been
7252 exposed.
7253 """
7254 return _core_.Window_IsExposed(*args, **kwargs)
7255
7256 def IsExposedPoint(*args, **kwargs):
7257 """
7258 IsExposedPoint(self, Point pt) -> bool
7259
7260 Returns true if the given point or rectangle area has been exposed
7261 since the last repaint. Call this in an paint event handler to
7262 optimize redrawing by only redrawing those areas, which have been
7263 exposed.
7264 """
7265 return _core_.Window_IsExposedPoint(*args, **kwargs)
7266
7267 def IsExposedRect(*args, **kwargs):
7268 """
7269 IsExposedRect(self, Rect rect) -> bool
7270
7271 Returns true if the given point or rectangle area has been exposed
7272 since the last repaint. Call this in an paint event handler to
7273 optimize redrawing by only redrawing those areas, which have been
7274 exposed.
7275 """
7276 return _core_.Window_IsExposedRect(*args, **kwargs)
7277
7278 def GetDefaultAttributes(*args, **kwargs):
7279 """
7280 GetDefaultAttributes(self) -> VisualAttributes
7281
7282 Get the default attributes for an instance of this class. This is
7283 useful if you want to use the same font or colour in your own control
7284 as in a standard control -- which is a much better idea than hard
7285 coding specific colours or fonts which might look completely out of
7286 place on the user's system, especially if it uses themes.
7287 """
7288 return _core_.Window_GetDefaultAttributes(*args, **kwargs)
7289
7290 def GetClassDefaultAttributes(*args, **kwargs):
7291 """
7292 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
7293
7294 Get the default attributes for this class. This is useful if you want
7295 to use the same font or colour in your own control as in a standard
7296 control -- which is a much better idea than hard coding specific
7297 colours or fonts which might look completely out of place on the
7298 user's system, especially if it uses themes.
7299
7300 The variant parameter is only relevant under Mac currently and is
7301 ignore under other platforms. Under Mac, it will change the size of
7302 the returned font. See `wx.Window.SetWindowVariant` for more about
7303 this.
7304 """
7305 return _core_.Window_GetClassDefaultAttributes(*args, **kwargs)
7306
7307 GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
7308 def SetBackgroundColour(*args, **kwargs):
7309 """
7310 SetBackgroundColour(self, Colour colour) -> bool
7311
7312 Sets the background colour of the window. Returns True if the colour
7313 was changed. The background colour is usually painted by the default
7314 EVT_ERASE_BACKGROUND event handler function under Windows and
7315 automatically under GTK. Using `wx.NullColour` will reset the window
7316 to the default background colour.
7317
7318 Note that setting the background colour may not cause an immediate
7319 refresh, so you may wish to call `ClearBackground` or `Refresh` after
7320 calling this function.
7321
7322 Using this function will disable attempts to use themes for this
7323 window, if the system supports them. Use with care since usually the
7324 themes represent the appearance chosen by the user to be used for all
7325 applications on the system.
7326 """
7327 return _core_.Window_SetBackgroundColour(*args, **kwargs)
7328
7329 def SetOwnBackgroundColour(*args, **kwargs):
7330 """SetOwnBackgroundColour(self, Colour colour)"""
7331 return _core_.Window_SetOwnBackgroundColour(*args, **kwargs)
7332
7333 def SetForegroundColour(*args, **kwargs):
7334 """
7335 SetForegroundColour(self, Colour colour) -> bool
7336
7337 Sets the foreground colour of the window. Returns True is the colour
7338 was changed. The interpretation of foreground colour is dependent on
7339 the window class; it may be the text colour or other colour, or it may
7340 not be used at all.
7341 """
7342 return _core_.Window_SetForegroundColour(*args, **kwargs)
7343
7344 def SetOwnForegroundColour(*args, **kwargs):
7345 """SetOwnForegroundColour(self, Colour colour)"""
7346 return _core_.Window_SetOwnForegroundColour(*args, **kwargs)
7347
7348 def GetBackgroundColour(*args, **kwargs):
7349 """
7350 GetBackgroundColour(self) -> Colour
7351
7352 Returns the background colour of the window.
7353 """
7354 return _core_.Window_GetBackgroundColour(*args, **kwargs)
7355
7356 def GetForegroundColour(*args, **kwargs):
7357 """
7358 GetForegroundColour(self) -> Colour
7359
7360 Returns the foreground colour of the window. The interpretation of
7361 foreground colour is dependent on the window class; it may be the text
7362 colour or other colour, or it may not be used at all.
7363 """
7364 return _core_.Window_GetForegroundColour(*args, **kwargs)
7365
7366 def SetBackgroundStyle(*args, **kwargs):
7367 """
7368 SetBackgroundStyle(self, int style) -> bool
7369
7370 Returns the background style of the window. The background style
7371 indicates how the background of the window is drawn.
7372
7373 ====================== ========================================
7374 wx.BG_STYLE_SYSTEM The background colour or pattern should
7375 be determined by the system
7376 wx.BG_STYLE_COLOUR The background should be a solid colour
7377 wx.BG_STYLE_CUSTOM The background will be implemented by the
7378 application.
7379 ====================== ========================================
7380
7381 On GTK+, use of wx.BG_STYLE_CUSTOM allows the flicker-free drawing of
7382 a custom background, such as a tiled bitmap. Currently the style has
7383 no effect on other platforms.
7384
7385 :see: `GetBackgroundStyle`, `SetBackgroundColour`
7386 """
7387 return _core_.Window_SetBackgroundStyle(*args, **kwargs)
7388
7389 def GetBackgroundStyle(*args, **kwargs):
7390 """
7391 GetBackgroundStyle(self) -> int
7392
7393 Returns the background style of the window.
7394
7395 :see: `SetBackgroundStyle`
7396 """
7397 return _core_.Window_GetBackgroundStyle(*args, **kwargs)
7398
7399 def HasTransparentBackground(*args, **kwargs):
7400 """
7401 HasTransparentBackground(self) -> bool
7402
7403 Returns True if this window's background is transparent (as, for
7404 example, for `wx.StaticText`) and should show the parent window's
7405 background.
7406
7407 This method is mostly used internally by the library itself and you
7408 normally shouldn't have to call it. You may, however, have to override
7409 it in your custom control classes to ensure that background is painted
7410 correctly.
7411 """
7412 return _core_.Window_HasTransparentBackground(*args, **kwargs)
7413
7414 def SetCursor(*args, **kwargs):
7415 """
7416 SetCursor(self, Cursor cursor) -> bool
7417
7418 Sets the window's cursor. Notice that the window cursor also sets it
7419 for the children of the window implicitly.
7420
7421 The cursor may be wx.NullCursor in which case the window cursor will
7422 be reset back to default.
7423 """
7424 return _core_.Window_SetCursor(*args, **kwargs)
7425
7426 def GetCursor(*args, **kwargs):
7427 """
7428 GetCursor(self) -> Cursor
7429
7430 Return the cursor associated with this window.
7431 """
7432 return _core_.Window_GetCursor(*args, **kwargs)
7433
7434 def SetFont(*args, **kwargs):
7435 """
7436 SetFont(self, Font font) -> bool
7437
7438 Sets the font for this window.
7439 """
7440 return _core_.Window_SetFont(*args, **kwargs)
7441
7442 def SetOwnFont(*args, **kwargs):
7443 """SetOwnFont(self, Font font)"""
7444 return _core_.Window_SetOwnFont(*args, **kwargs)
7445
7446 def GetFont(*args, **kwargs):
7447 """
7448 GetFont(self) -> Font
7449
7450 Returns the default font used for this window.
7451 """
7452 return _core_.Window_GetFont(*args, **kwargs)
7453
7454 def SetCaret(*args, **kwargs):
7455 """
7456 SetCaret(self, Caret caret)
7457
7458 Sets the caret associated with the window.
7459 """
7460 return _core_.Window_SetCaret(*args, **kwargs)
7461
7462 def GetCaret(*args, **kwargs):
7463 """
7464 GetCaret(self) -> Caret
7465
7466 Returns the caret associated with the window.
7467 """
7468 return _core_.Window_GetCaret(*args, **kwargs)
7469
7470 def GetCharHeight(*args, **kwargs):
7471 """
7472 GetCharHeight(self) -> int
7473
7474 Get the (average) character size for the current font.
7475 """
7476 return _core_.Window_GetCharHeight(*args, **kwargs)
7477
7478 def GetCharWidth(*args, **kwargs):
7479 """
7480 GetCharWidth(self) -> int
7481
7482 Get the (average) character size for the current font.
7483 """
7484 return _core_.Window_GetCharWidth(*args, **kwargs)
7485
7486 def GetTextExtent(*args, **kwargs):
7487 """
7488 GetTextExtent(String string) -> (width, height)
7489
7490 Get the width and height of the text using the current font.
7491 """
7492 return _core_.Window_GetTextExtent(*args, **kwargs)
7493
7494 def GetFullTextExtent(*args, **kwargs):
7495 """
7496 GetFullTextExtent(String string, Font font=None) ->
7497 (width, height, descent, externalLeading)
7498
7499 Get the width, height, decent and leading of the text using the
7500 current or specified font.
7501 """
7502 return _core_.Window_GetFullTextExtent(*args, **kwargs)
7503
7504 def ClientToScreenXY(*args, **kwargs):
7505 """
7506 ClientToScreenXY(int x, int y) -> (x,y)
7507
7508 Converts to screen coordinates from coordinates relative to this window.
7509 """
7510 return _core_.Window_ClientToScreenXY(*args, **kwargs)
7511
7512 def ScreenToClientXY(*args, **kwargs):
7513 """
7514 ScreenToClientXY(int x, int y) -> (x,y)
7515
7516 Converts from screen to client window coordinates.
7517 """
7518 return _core_.Window_ScreenToClientXY(*args, **kwargs)
7519
7520 def ClientToScreen(*args, **kwargs):
7521 """
7522 ClientToScreen(self, Point pt) -> Point
7523
7524 Converts to screen coordinates from coordinates relative to this window.
7525 """
7526 return _core_.Window_ClientToScreen(*args, **kwargs)
7527
7528 def ScreenToClient(*args, **kwargs):
7529 """
7530 ScreenToClient(self, Point pt) -> Point
7531
7532 Converts from screen to client window coordinates.
7533 """
7534 return _core_.Window_ScreenToClient(*args, **kwargs)
7535
7536 def HitTestXY(*args, **kwargs):
7537 """
7538 HitTestXY(self, int x, int y) -> int
7539
7540 Test where the given (in client coords) point lies
7541 """
7542 return _core_.Window_HitTestXY(*args, **kwargs)
7543
7544 def HitTest(*args, **kwargs):
7545 """
7546 HitTest(self, Point pt) -> int
7547
7548 Test where the given (in client coords) point lies
7549 """
7550 return _core_.Window_HitTest(*args, **kwargs)
7551
7552 def GetBorder(*args):
7553 """
7554 GetBorder(self, long flags) -> int
7555 GetBorder(self) -> int
7556
7557 Get border for the flags of this window
7558 """
7559 return _core_.Window_GetBorder(*args)
7560
7561 def UpdateWindowUI(*args, **kwargs):
7562 """
7563 UpdateWindowUI(self, long flags=UPDATE_UI_NONE)
7564
7565 This function sends EVT_UPDATE_UI events to the window. The particular
7566 implementation depends on the window; for example a wx.ToolBar will
7567 send an update UI event for each toolbar button, and a wx.Frame will
7568 send an update UI event for each menubar menu item. You can call this
7569 function from your application to ensure that your UI is up-to-date at
7570 a particular point in time (as far as your EVT_UPDATE_UI handlers are
7571 concerned). This may be necessary if you have called
7572 wx.UpdateUIEvent.SetMode or wx.UpdateUIEvent.SetUpdateInterval to
7573 limit the overhead that wxWindows incurs by sending update UI events
7574 in idle time.
7575 """
7576 return _core_.Window_UpdateWindowUI(*args, **kwargs)
7577
7578 def PopupMenuXY(*args, **kwargs):
7579 """
7580 PopupMenuXY(self, Menu menu, int x=-1, int y=-1) -> bool
7581
7582 Pops up the given menu at the specified coordinates, relative to this window,
7583 and returns control when the user has dismissed the menu. If a menu item is
7584 selected, the corresponding menu event is generated and will be processed as
7585 usual. If the default position is given then the current position of the
7586 mouse cursor will be used.
7587 """
7588 return _core_.Window_PopupMenuXY(*args, **kwargs)
7589
7590 def PopupMenu(*args, **kwargs):
7591 """
7592 PopupMenu(self, Menu menu, Point pos=DefaultPosition) -> bool
7593
7594 Pops up the given menu at the specified coordinates, relative to this window,
7595 and returns control when the user has dismissed the menu. If a menu item is
7596 selected, the corresponding menu event is generated and will be processed as
7597 usual. If the default position is given then the current position of the
7598 mouse cursor will be used.
7599 """
7600 return _core_.Window_PopupMenu(*args, **kwargs)
7601
7602 def GetHandle(*args, **kwargs):
7603 """
7604 GetHandle(self) -> long
7605
7606 Returns the platform-specific handle (as a long integer) of the
7607 physical window. Currently on wxMac it returns the handle of the
7608 toplevel parent of the window.
7609 """
7610 return _core_.Window_GetHandle(*args, **kwargs)
7611
7612 def AssociateHandle(*args, **kwargs):
7613 """
7614 AssociateHandle(self, long handle)
7615
7616 Associate the window with a new native handle
7617 """
7618 return _core_.Window_AssociateHandle(*args, **kwargs)
7619
7620 def DissociateHandle(*args, **kwargs):
7621 """
7622 DissociateHandle(self)
7623
7624 Dissociate the current native handle from the window
7625 """
7626 return _core_.Window_DissociateHandle(*args, **kwargs)
7627
7628 def HasScrollbar(*args, **kwargs):
7629 """
7630 HasScrollbar(self, int orient) -> bool
7631
7632 Does the window have the scrollbar for this orientation?
7633 """
7634 return _core_.Window_HasScrollbar(*args, **kwargs)
7635
7636 def SetScrollbar(*args, **kwargs):
7637 """
7638 SetScrollbar(self, int orientation, int position, int thumbSize, int range,
7639 bool refresh=True)
7640
7641 Sets the scrollbar properties of a built-in scrollbar.
7642 """
7643 return _core_.Window_SetScrollbar(*args, **kwargs)
7644
7645 def SetScrollPos(*args, **kwargs):
7646 """
7647 SetScrollPos(self, int orientation, int pos, bool refresh=True)
7648
7649 Sets the position of one of the built-in scrollbars.
7650 """
7651 return _core_.Window_SetScrollPos(*args, **kwargs)
7652
7653 def GetScrollPos(*args, **kwargs):
7654 """
7655 GetScrollPos(self, int orientation) -> int
7656
7657 Returns the built-in scrollbar position.
7658 """
7659 return _core_.Window_GetScrollPos(*args, **kwargs)
7660
7661 def GetScrollThumb(*args, **kwargs):
7662 """
7663 GetScrollThumb(self, int orientation) -> int
7664
7665 Returns the built-in scrollbar thumb size.
7666 """
7667 return _core_.Window_GetScrollThumb(*args, **kwargs)
7668
7669 def GetScrollRange(*args, **kwargs):
7670 """
7671 GetScrollRange(self, int orientation) -> int
7672
7673 Returns the built-in scrollbar range.
7674 """
7675 return _core_.Window_GetScrollRange(*args, **kwargs)
7676
7677 def ScrollWindow(*args, **kwargs):
7678 """
7679 ScrollWindow(self, int dx, int dy, Rect rect=None)
7680
7681 Physically scrolls the pixels in the window and move child windows
7682 accordingly. Use this function to optimise your scrolling
7683 implementations, to minimise the area that must be redrawn. Note that
7684 it is rarely required to call this function from a user program.
7685 """
7686 return _core_.Window_ScrollWindow(*args, **kwargs)
7687
7688 def ScrollLines(*args, **kwargs):
7689 """
7690 ScrollLines(self, int lines) -> bool
7691
7692 If the platform and window class supports it, scrolls the window by
7693 the given number of lines down, if lines is positive, or up if lines
7694 is negative. Returns True if the window was scrolled, False if it was
7695 already on top/bottom and nothing was done.
7696 """
7697 return _core_.Window_ScrollLines(*args, **kwargs)
7698
7699 def ScrollPages(*args, **kwargs):
7700 """
7701 ScrollPages(self, int pages) -> bool
7702
7703 If the platform and window class supports it, scrolls the window by
7704 the given number of pages down, if pages is positive, or up if pages
7705 is negative. Returns True if the window was scrolled, False if it was
7706 already on top/bottom and nothing was done.
7707 """
7708 return _core_.Window_ScrollPages(*args, **kwargs)
7709
7710 def LineUp(*args, **kwargs):
7711 """
7712 LineUp(self) -> bool
7713
7714 This is just a wrapper for ScrollLines(-1).
7715 """
7716 return _core_.Window_LineUp(*args, **kwargs)
7717
7718 def LineDown(*args, **kwargs):
7719 """
7720 LineDown(self) -> bool
7721
7722 This is just a wrapper for ScrollLines(1).
7723 """
7724 return _core_.Window_LineDown(*args, **kwargs)
7725
7726 def PageUp(*args, **kwargs):
7727 """
7728 PageUp(self) -> bool
7729
7730 This is just a wrapper for ScrollPages(-1).
7731 """
7732 return _core_.Window_PageUp(*args, **kwargs)
7733
7734 def PageDown(*args, **kwargs):
7735 """
7736 PageDown(self) -> bool
7737
7738 This is just a wrapper for ScrollPages(1).
7739 """
7740 return _core_.Window_PageDown(*args, **kwargs)
7741
7742 def SetHelpText(*args, **kwargs):
7743 """
7744 SetHelpText(self, String text)
7745
7746 Sets the help text to be used as context-sensitive help for this
7747 window. Note that the text is actually stored by the current
7748 wxHelpProvider implementation, and not in the window object itself.
7749 """
7750 return _core_.Window_SetHelpText(*args, **kwargs)
7751
7752 def SetHelpTextForId(*args, **kwargs):
7753 """
7754 SetHelpTextForId(self, String text)
7755
7756 Associate this help text with all windows with the same id as this
7757 one.
7758 """
7759 return _core_.Window_SetHelpTextForId(*args, **kwargs)
7760
7761 def GetHelpText(*args, **kwargs):
7762 """
7763 GetHelpText(self) -> String
7764
7765 Gets the help text to be used as context-sensitive help for this
7766 window. Note that the text is actually stored by the current
7767 wxHelpProvider implementation, and not in the window object itself.
7768 """
7769 return _core_.Window_GetHelpText(*args, **kwargs)
7770
7771 def SetToolTipString(*args, **kwargs):
7772 """
7773 SetToolTipString(self, String tip)
7774
7775 Attach a tooltip to the window.
7776 """
7777 return _core_.Window_SetToolTipString(*args, **kwargs)
7778
7779 def SetToolTip(*args, **kwargs):
7780 """
7781 SetToolTip(self, ToolTip tip)
7782
7783 Attach a tooltip to the window.
7784 """
7785 return _core_.Window_SetToolTip(*args, **kwargs)
7786
7787 def GetToolTip(*args, **kwargs):
7788 """
7789 GetToolTip(self) -> ToolTip
7790
7791 get the associated tooltip or None if none
7792 """
7793 return _core_.Window_GetToolTip(*args, **kwargs)
7794
7795 def SetDropTarget(*args, **kwargs):
7796 """
7797 SetDropTarget(self, DropTarget dropTarget)
7798
7799 Associates a drop target with this window. If the window already has
7800 a drop target, it is deleted.
7801 """
7802 return _core_.Window_SetDropTarget(*args, **kwargs)
7803
7804 def GetDropTarget(*args, **kwargs):
7805 """
7806 GetDropTarget(self) -> DropTarget
7807
7808 Returns the associated drop target, which may be None.
7809 """
7810 return _core_.Window_GetDropTarget(*args, **kwargs)
7811
7812 def SetConstraints(*args, **kwargs):
7813 """
7814 SetConstraints(self, LayoutConstraints constraints)
7815
7816 Sets the window to have the given layout constraints. If an existing
7817 layout constraints object is already owned by the window, it will be
7818 deleted. Pass None to disassociate and delete the window's current
7819 constraints.
7820
7821 You must call SetAutoLayout to tell a window to use the constraints
7822 automatically in its default EVT_SIZE handler; otherwise, you must
7823 handle EVT_SIZE yourself and call Layout() explicitly. When setting
7824 both a wx.LayoutConstraints and a wx.Sizer, only the sizer will have
7825 effect.
7826 """
7827 return _core_.Window_SetConstraints(*args, **kwargs)
7828
7829 def GetConstraints(*args, **kwargs):
7830 """
7831 GetConstraints(self) -> LayoutConstraints
7832
7833 Returns a pointer to the window's layout constraints, or None if there
7834 are none.
7835 """
7836 return _core_.Window_GetConstraints(*args, **kwargs)
7837
7838 def SetAutoLayout(*args, **kwargs):
7839 """
7840 SetAutoLayout(self, bool autoLayout)
7841
7842 Determines whether the Layout function will be called automatically
7843 when the window is resized. It is called implicitly by SetSizer but
7844 if you use SetConstraints you should call it manually or otherwise the
7845 window layout won't be correctly updated when its size changes.
7846 """
7847 return _core_.Window_SetAutoLayout(*args, **kwargs)
7848
7849 def GetAutoLayout(*args, **kwargs):
7850 """
7851 GetAutoLayout(self) -> bool
7852
7853 Returns the current autoLayout setting
7854 """
7855 return _core_.Window_GetAutoLayout(*args, **kwargs)
7856
7857 def Layout(*args, **kwargs):
7858 """
7859 Layout(self) -> bool
7860
7861 Invokes the constraint-based layout algorithm or the sizer-based
7862 algorithm for this window. See SetAutoLayout: when auto layout is on,
7863 this function gets called automatically by the default EVT_SIZE
7864 handler when the window is resized.
7865 """
7866 return _core_.Window_Layout(*args, **kwargs)
7867
7868 def SetSizer(*args, **kwargs):
7869 """
7870 SetSizer(self, Sizer sizer, bool deleteOld=True)
7871
7872 Sets the window to have the given layout sizer. The window will then
7873 own the object, and will take care of its deletion. If an existing
7874 layout sizer object is already owned by the window, it will be deleted
7875 if the deleteOld parameter is true. Note that this function will also
7876 call SetAutoLayout implicitly with a True parameter if the sizer is
7877 non-None, and False otherwise.
7878 """
7879 return _core_.Window_SetSizer(*args, **kwargs)
7880
7881 def SetSizerAndFit(*args, **kwargs):
7882 """
7883 SetSizerAndFit(self, Sizer sizer, bool deleteOld=True)
7884
7885 The same as SetSizer, except it also sets the size hints for the
7886 window based on the sizer's minimum size.
7887 """
7888 return _core_.Window_SetSizerAndFit(*args, **kwargs)
7889
7890 def GetSizer(*args, **kwargs):
7891 """
7892 GetSizer(self) -> Sizer
7893
7894 Return the sizer associated with the window by a previous call to
7895 SetSizer or None if there isn't one.
7896 """
7897 return _core_.Window_GetSizer(*args, **kwargs)
7898
7899 def SetContainingSizer(*args, **kwargs):
7900 """
7901 SetContainingSizer(self, Sizer sizer)
7902
7903 This normally does not need to be called by application code. It is
7904 called internally when a window is added to a sizer, and is used so
7905 the window can remove itself from the sizer when it is destroyed.
7906 """
7907 return _core_.Window_SetContainingSizer(*args, **kwargs)
7908
7909 def GetContainingSizer(*args, **kwargs):
7910 """
7911 GetContainingSizer(self) -> Sizer
7912
7913 Return the sizer that this window is a member of, if any, otherwise None.
7914 """
7915 return _core_.Window_GetContainingSizer(*args, **kwargs)
7916
7917 def InheritAttributes(*args, **kwargs):
7918 """
7919 InheritAttributes(self)
7920
7921 This function is (or should be, in case of custom controls) called
7922 during window creation to intelligently set up the window visual
7923 attributes, that is the font and the foreground and background
7924 colours.
7925
7926 By 'intelligently' the following is meant: by default, all windows use
7927 their own default attributes. However if some of the parent's
7928 attributes are explicitly changed (that is, using SetFont and not
7929 SetOwnFont) and if the corresponding attribute hadn't been
7930 explicitly set for this window itself, then this window takes the same
7931 value as used by the parent. In addition, if the window overrides
7932 ShouldInheritColours to return false, the colours will not be changed
7933 no matter what and only the font might.
7934
7935 This rather complicated logic is necessary in order to accommodate the
7936 different usage scenarios. The most common one is when all default
7937 attributes are used and in this case, nothing should be inherited as
7938 in modern GUIs different controls use different fonts (and colours)
7939 than their siblings so they can't inherit the same value from the
7940 parent. However it was also deemed desirable to allow to simply change
7941 the attributes of all children at once by just changing the font or
7942 colour of their common parent, hence in this case we do inherit the
7943 parents attributes.
7944
7945 """
7946 return _core_.Window_InheritAttributes(*args, **kwargs)
7947
7948 def ShouldInheritColours(*args, **kwargs):
7949 """
7950 ShouldInheritColours(self) -> bool
7951
7952 Return true from here to allow the colours of this window to be
7953 changed by InheritAttributes, returning false forbids inheriting them
7954 from the parent window.
7955
7956 The base class version returns false, but this method is overridden in
7957 wxControl where it returns true.
7958 """
7959 return _core_.Window_ShouldInheritColours(*args, **kwargs)
7960
7961 def PostCreate(self, pre):
7962 """
7963 Phase 3 of the 2-phase create <wink!>
7964 Call this method after precreating the window with the 2-phase create method.
7965 """
7966 self.this = pre.this
7967 self.thisown = pre.thisown
7968 pre.thisown = 0
7969 if hasattr(self, '_setOORInfo'):
7970 self._setOORInfo(self)
7971 if hasattr(self, '_setCallbackInfo'):
7972 self._setCallbackInfo(self, self.__class__)
7973
7974
7975 class WindowPtr(Window):
7976 def __init__(self, this):
7977 self.this = this
7978 if not hasattr(self,"thisown"): self.thisown = 0
7979 self.__class__ = Window
7980 _core_.Window_swigregister(WindowPtr)
7981
7982 def PreWindow(*args, **kwargs):
7983 """
7984 PreWindow() -> Window
7985
7986 Precreate a Window for 2-phase creation.
7987 """
7988 val = _core_.new_PreWindow(*args, **kwargs)
7989 val.thisown = 1
7990 return val
7991
7992 def Window_NewControlId(*args, **kwargs):
7993 """
7994 Window_NewControlId() -> int
7995
7996 Generate a control id for the controls which were not given one.
7997 """
7998 return _core_.Window_NewControlId(*args, **kwargs)
7999
8000 def Window_NextControlId(*args, **kwargs):
8001 """
8002 Window_NextControlId(int winid) -> int
8003
8004 Get the id of the control following the one with the given
8005 autogenerated) id
8006 """
8007 return _core_.Window_NextControlId(*args, **kwargs)
8008
8009 def Window_PrevControlId(*args, **kwargs):
8010 """
8011 Window_PrevControlId(int winid) -> int
8012
8013 Get the id of the control preceding the one with the given
8014 autogenerated) id
8015 """
8016 return _core_.Window_PrevControlId(*args, **kwargs)
8017
8018 def Window_FindFocus(*args, **kwargs):
8019 """
8020 Window_FindFocus() -> Window
8021
8022 Returns the window or control that currently has the keyboard focus,
8023 or None.
8024 """
8025 return _core_.Window_FindFocus(*args, **kwargs)
8026
8027 def Window_GetCapture(*args, **kwargs):
8028 """
8029 Window_GetCapture() -> Window
8030
8031 Returns the window which currently captures the mouse or None
8032 """
8033 return _core_.Window_GetCapture(*args, **kwargs)
8034
8035 def Window_GetClassDefaultAttributes(*args, **kwargs):
8036 """
8037 Window_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
8038
8039 Get the default attributes for this class. This is useful if you want
8040 to use the same font or colour in your own control as in a standard
8041 control -- which is a much better idea than hard coding specific
8042 colours or fonts which might look completely out of place on the
8043 user's system, especially if it uses themes.
8044
8045 The variant parameter is only relevant under Mac currently and is
8046 ignore under other platforms. Under Mac, it will change the size of
8047 the returned font. See `wx.Window.SetWindowVariant` for more about
8048 this.
8049 """
8050 return _core_.Window_GetClassDefaultAttributes(*args, **kwargs)
8051
8052 def DLG_PNT(win, point_or_x, y=None):
8053 """
8054 Convenience function for converting a Point or (x,y) in
8055 dialog units to pixel units.
8056 """
8057 if y is None:
8058 return win.ConvertDialogPointToPixels(point_or_x)
8059 else:
8060 return win.ConvertDialogPointToPixels(wx.Point(point_or_x, y))
8061
8062 def DLG_SZE(win, size_width, height=None):
8063 """
8064 Convenience function for converting a Size or (w,h) in
8065 dialog units to pixel units.
8066 """
8067 if height is None:
8068 return win.ConvertDialogSizeToPixels(size_width)
8069 else:
8070 return win.ConvertDialogSizeToPixels(wx.Size(size_width, height))
8071
8072
8073 def FindWindowById(*args, **kwargs):
8074 """
8075 FindWindowById(long id, Window parent=None) -> Window
8076
8077 Find the first window in the application with the given id. If parent
8078 is None, the search will start from all top-level frames and dialog
8079 boxes; if non-None, the search will be limited to the given window
8080 hierarchy. The search is recursive in both cases.
8081 """
8082 return _core_.FindWindowById(*args, **kwargs)
8083
8084 def FindWindowByName(*args, **kwargs):
8085 """
8086 FindWindowByName(String name, Window parent=None) -> Window
8087
8088 Find a window by its name (as given in a window constructor or Create
8089 function call). If parent is None, the search will start from all
8090 top-level frames and dialog boxes; if non-None, the search will be
8091 limited to the given window hierarchy. The search is recursive in both
8092 cases.
8093
8094 If no window with such name is found, wx.FindWindowByLabel is called.
8095 """
8096 return _core_.FindWindowByName(*args, **kwargs)
8097
8098 def FindWindowByLabel(*args, **kwargs):
8099 """
8100 FindWindowByLabel(String label, Window parent=None) -> Window
8101
8102 Find a window by its label. Depending on the type of window, the label
8103 may be a window title or panel item label. If parent is None, the
8104 search will start from all top-level frames and dialog boxes; if
8105 non-None, the search will be limited to the given window
8106 hierarchy. The search is recursive in both cases.
8107 """
8108 return _core_.FindWindowByLabel(*args, **kwargs)
8109
8110 def Window_FromHWND(*args, **kwargs):
8111 """Window_FromHWND(Window parent, unsigned long _hWnd) -> Window"""
8112 return _core_.Window_FromHWND(*args, **kwargs)
8113 #---------------------------------------------------------------------------
8114
8115 class Validator(EvtHandler):
8116 """Proxy of C++ Validator class"""
8117 def __repr__(self):
8118 return "<%s.%s; proxy of C++ wxValidator instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8119 def __init__(self, *args, **kwargs):
8120 """__init__(self) -> Validator"""
8121 newobj = _core_.new_Validator(*args, **kwargs)
8122 self.this = newobj.this
8123 self.thisown = 1
8124 del newobj.thisown
8125 self._setOORInfo(self)
8126
8127 def Clone(*args, **kwargs):
8128 """Clone(self) -> Validator"""
8129 return _core_.Validator_Clone(*args, **kwargs)
8130
8131 def Validate(*args, **kwargs):
8132 """Validate(self, Window parent) -> bool"""
8133 return _core_.Validator_Validate(*args, **kwargs)
8134
8135 def TransferToWindow(*args, **kwargs):
8136 """TransferToWindow(self) -> bool"""
8137 return _core_.Validator_TransferToWindow(*args, **kwargs)
8138
8139 def TransferFromWindow(*args, **kwargs):
8140 """TransferFromWindow(self) -> bool"""
8141 return _core_.Validator_TransferFromWindow(*args, **kwargs)
8142
8143 def GetWindow(*args, **kwargs):
8144 """GetWindow(self) -> Window"""
8145 return _core_.Validator_GetWindow(*args, **kwargs)
8146
8147 def SetWindow(*args, **kwargs):
8148 """SetWindow(self, Window window)"""
8149 return _core_.Validator_SetWindow(*args, **kwargs)
8150
8151 def IsSilent(*args, **kwargs):
8152 """IsSilent() -> bool"""
8153 return _core_.Validator_IsSilent(*args, **kwargs)
8154
8155 IsSilent = staticmethod(IsSilent)
8156 def SetBellOnError(*args, **kwargs):
8157 """SetBellOnError(int doIt=True)"""
8158 return _core_.Validator_SetBellOnError(*args, **kwargs)
8159
8160 SetBellOnError = staticmethod(SetBellOnError)
8161
8162 class ValidatorPtr(Validator):
8163 def __init__(self, this):
8164 self.this = this
8165 if not hasattr(self,"thisown"): self.thisown = 0
8166 self.__class__ = Validator
8167 _core_.Validator_swigregister(ValidatorPtr)
8168
8169 def Validator_IsSilent(*args, **kwargs):
8170 """Validator_IsSilent() -> bool"""
8171 return _core_.Validator_IsSilent(*args, **kwargs)
8172
8173 def Validator_SetBellOnError(*args, **kwargs):
8174 """Validator_SetBellOnError(int doIt=True)"""
8175 return _core_.Validator_SetBellOnError(*args, **kwargs)
8176
8177 class PyValidator(Validator):
8178 """Proxy of C++ PyValidator class"""
8179 def __repr__(self):
8180 return "<%s.%s; proxy of C++ wxPyValidator instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8181 def __init__(self, *args, **kwargs):
8182 """__init__(self) -> PyValidator"""
8183 newobj = _core_.new_PyValidator(*args, **kwargs)
8184 self.this = newobj.this
8185 self.thisown = 1
8186 del newobj.thisown
8187
8188 self._setCallbackInfo(self, PyValidator, 1)
8189 self._setOORInfo(self)
8190
8191 def _setCallbackInfo(*args, **kwargs):
8192 """_setCallbackInfo(self, PyObject self, PyObject _class, int incref=True)"""
8193 return _core_.PyValidator__setCallbackInfo(*args, **kwargs)
8194
8195
8196 class PyValidatorPtr(PyValidator):
8197 def __init__(self, this):
8198 self.this = this
8199 if not hasattr(self,"thisown"): self.thisown = 0
8200 self.__class__ = PyValidator
8201 _core_.PyValidator_swigregister(PyValidatorPtr)
8202
8203 #---------------------------------------------------------------------------
8204
8205 class Menu(EvtHandler):
8206 """Proxy of C++ Menu class"""
8207 def __repr__(self):
8208 return "<%s.%s; proxy of C++ wxMenu instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8209 def __init__(self, *args, **kwargs):
8210 """__init__(self, String title=EmptyString, long style=0) -> Menu"""
8211 newobj = _core_.new_Menu(*args, **kwargs)
8212 self.this = newobj.this
8213 self.thisown = 1
8214 del newobj.thisown
8215 self._setOORInfo(self)
8216
8217 def Append(*args, **kwargs):
8218 """Append(self, int id, String text, String help=EmptyString, int kind=ITEM_NORMAL) -> MenuItem"""
8219 return _core_.Menu_Append(*args, **kwargs)
8220
8221 def AppendSeparator(*args, **kwargs):
8222 """AppendSeparator(self) -> MenuItem"""
8223 return _core_.Menu_AppendSeparator(*args, **kwargs)
8224
8225 def AppendCheckItem(*args, **kwargs):
8226 """AppendCheckItem(self, int id, String text, String help=EmptyString) -> MenuItem"""
8227 return _core_.Menu_AppendCheckItem(*args, **kwargs)
8228
8229 def AppendRadioItem(*args, **kwargs):
8230 """AppendRadioItem(self, int id, String text, String help=EmptyString) -> MenuItem"""
8231 return _core_.Menu_AppendRadioItem(*args, **kwargs)
8232
8233 def AppendMenu(*args, **kwargs):
8234 """AppendMenu(self, int id, String text, Menu submenu, String help=EmptyString) -> MenuItem"""
8235 return _core_.Menu_AppendMenu(*args, **kwargs)
8236
8237 def AppendItem(*args, **kwargs):
8238 """AppendItem(self, MenuItem item) -> MenuItem"""
8239 return _core_.Menu_AppendItem(*args, **kwargs)
8240
8241 def Break(*args, **kwargs):
8242 """Break(self)"""
8243 return _core_.Menu_Break(*args, **kwargs)
8244
8245 def InsertItem(*args, **kwargs):
8246 """InsertItem(self, size_t pos, MenuItem item) -> MenuItem"""
8247 return _core_.Menu_InsertItem(*args, **kwargs)
8248
8249 def Insert(*args, **kwargs):
8250 """
8251 Insert(self, size_t pos, int id, String text, String help=EmptyString,
8252 int kind=ITEM_NORMAL) -> MenuItem
8253 """
8254 return _core_.Menu_Insert(*args, **kwargs)
8255
8256 def InsertSeparator(*args, **kwargs):
8257 """InsertSeparator(self, size_t pos) -> MenuItem"""
8258 return _core_.Menu_InsertSeparator(*args, **kwargs)
8259
8260 def InsertCheckItem(*args, **kwargs):
8261 """InsertCheckItem(self, size_t pos, int id, String text, String help=EmptyString) -> MenuItem"""
8262 return _core_.Menu_InsertCheckItem(*args, **kwargs)
8263
8264 def InsertRadioItem(*args, **kwargs):
8265 """InsertRadioItem(self, size_t pos, int id, String text, String help=EmptyString) -> MenuItem"""
8266 return _core_.Menu_InsertRadioItem(*args, **kwargs)
8267
8268 def InsertMenu(*args, **kwargs):
8269 """InsertMenu(self, size_t pos, int id, String text, Menu submenu, String help=EmptyString) -> MenuItem"""
8270 return _core_.Menu_InsertMenu(*args, **kwargs)
8271
8272 def PrependItem(*args, **kwargs):
8273 """PrependItem(self, MenuItem item) -> MenuItem"""
8274 return _core_.Menu_PrependItem(*args, **kwargs)
8275
8276 def Prepend(*args, **kwargs):
8277 """Prepend(self, int id, String text, String help=EmptyString, int kind=ITEM_NORMAL) -> MenuItem"""
8278 return _core_.Menu_Prepend(*args, **kwargs)
8279
8280 def PrependSeparator(*args, **kwargs):
8281 """PrependSeparator(self) -> MenuItem"""
8282 return _core_.Menu_PrependSeparator(*args, **kwargs)
8283
8284 def PrependCheckItem(*args, **kwargs):
8285 """PrependCheckItem(self, int id, String text, String help=EmptyString) -> MenuItem"""
8286 return _core_.Menu_PrependCheckItem(*args, **kwargs)
8287
8288 def PrependRadioItem(*args, **kwargs):
8289 """PrependRadioItem(self, int id, String text, String help=EmptyString) -> MenuItem"""
8290 return _core_.Menu_PrependRadioItem(*args, **kwargs)
8291
8292 def PrependMenu(*args, **kwargs):
8293 """PrependMenu(self, int id, String text, Menu submenu, String help=EmptyString) -> MenuItem"""
8294 return _core_.Menu_PrependMenu(*args, **kwargs)
8295
8296 def Remove(*args, **kwargs):
8297 """Remove(self, int id) -> MenuItem"""
8298 return _core_.Menu_Remove(*args, **kwargs)
8299
8300 def RemoveItem(*args, **kwargs):
8301 """RemoveItem(self, MenuItem item) -> MenuItem"""
8302 return _core_.Menu_RemoveItem(*args, **kwargs)
8303
8304 def Delete(*args, **kwargs):
8305 """Delete(self, int id) -> bool"""
8306 return _core_.Menu_Delete(*args, **kwargs)
8307
8308 def DeleteItem(*args, **kwargs):
8309 """DeleteItem(self, MenuItem item) -> bool"""
8310 return _core_.Menu_DeleteItem(*args, **kwargs)
8311
8312 def Destroy(*args, **kwargs):
8313 """
8314 Destroy(self)
8315
8316 Deletes the C++ object this Python object is a proxy for.
8317 """
8318 return _core_.Menu_Destroy(*args, **kwargs)
8319
8320 def DestroyId(*args, **kwargs):
8321 """
8322 DestroyId(self, int id) -> bool
8323
8324 Deletes the C++ object this Python object is a proxy for.
8325 """
8326 return _core_.Menu_DestroyId(*args, **kwargs)
8327
8328 def DestroyItem(*args, **kwargs):
8329 """
8330 DestroyItem(self, MenuItem item) -> bool
8331
8332 Deletes the C++ object this Python object is a proxy for.
8333 """
8334 return _core_.Menu_DestroyItem(*args, **kwargs)
8335
8336 def GetMenuItemCount(*args, **kwargs):
8337 """GetMenuItemCount(self) -> size_t"""
8338 return _core_.Menu_GetMenuItemCount(*args, **kwargs)
8339
8340 def GetMenuItems(*args, **kwargs):
8341 """GetMenuItems(self) -> PyObject"""
8342 return _core_.Menu_GetMenuItems(*args, **kwargs)
8343
8344 def FindItem(*args, **kwargs):
8345 """FindItem(self, String item) -> int"""
8346 return _core_.Menu_FindItem(*args, **kwargs)
8347
8348 def FindItemById(*args, **kwargs):
8349 """FindItemById(self, int id) -> MenuItem"""
8350 return _core_.Menu_FindItemById(*args, **kwargs)
8351
8352 def FindItemByPosition(*args, **kwargs):
8353 """FindItemByPosition(self, size_t position) -> MenuItem"""
8354 return _core_.Menu_FindItemByPosition(*args, **kwargs)
8355
8356 def Enable(*args, **kwargs):
8357 """Enable(self, int id, bool enable)"""
8358 return _core_.Menu_Enable(*args, **kwargs)
8359
8360 def IsEnabled(*args, **kwargs):
8361 """IsEnabled(self, int id) -> bool"""
8362 return _core_.Menu_IsEnabled(*args, **kwargs)
8363
8364 def Check(*args, **kwargs):
8365 """Check(self, int id, bool check)"""
8366 return _core_.Menu_Check(*args, **kwargs)
8367
8368 def IsChecked(*args, **kwargs):
8369 """IsChecked(self, int id) -> bool"""
8370 return _core_.Menu_IsChecked(*args, **kwargs)
8371
8372 def SetLabel(*args, **kwargs):
8373 """SetLabel(self, int id, String label)"""
8374 return _core_.Menu_SetLabel(*args, **kwargs)
8375
8376 def GetLabel(*args, **kwargs):
8377 """GetLabel(self, int id) -> String"""
8378 return _core_.Menu_GetLabel(*args, **kwargs)
8379
8380 def SetHelpString(*args, **kwargs):
8381 """SetHelpString(self, int id, String helpString)"""
8382 return _core_.Menu_SetHelpString(*args, **kwargs)
8383
8384 def GetHelpString(*args, **kwargs):
8385 """GetHelpString(self, int id) -> String"""
8386 return _core_.Menu_GetHelpString(*args, **kwargs)
8387
8388 def SetTitle(*args, **kwargs):
8389 """SetTitle(self, String title)"""
8390 return _core_.Menu_SetTitle(*args, **kwargs)
8391
8392 def GetTitle(*args, **kwargs):
8393 """GetTitle(self) -> String"""
8394 return _core_.Menu_GetTitle(*args, **kwargs)
8395
8396 def SetEventHandler(*args, **kwargs):
8397 """SetEventHandler(self, EvtHandler handler)"""
8398 return _core_.Menu_SetEventHandler(*args, **kwargs)
8399
8400 def GetEventHandler(*args, **kwargs):
8401 """GetEventHandler(self) -> EvtHandler"""
8402 return _core_.Menu_GetEventHandler(*args, **kwargs)
8403
8404 def SetInvokingWindow(*args, **kwargs):
8405 """SetInvokingWindow(self, Window win)"""
8406 return _core_.Menu_SetInvokingWindow(*args, **kwargs)
8407
8408 def GetInvokingWindow(*args, **kwargs):
8409 """GetInvokingWindow(self) -> Window"""
8410 return _core_.Menu_GetInvokingWindow(*args, **kwargs)
8411
8412 def GetStyle(*args, **kwargs):
8413 """GetStyle(self) -> long"""
8414 return _core_.Menu_GetStyle(*args, **kwargs)
8415
8416 def UpdateUI(*args, **kwargs):
8417 """UpdateUI(self, EvtHandler source=None)"""
8418 return _core_.Menu_UpdateUI(*args, **kwargs)
8419
8420 def GetMenuBar(*args, **kwargs):
8421 """GetMenuBar(self) -> MenuBar"""
8422 return _core_.Menu_GetMenuBar(*args, **kwargs)
8423
8424 def Attach(*args, **kwargs):
8425 """Attach(self, wxMenuBarBase menubar)"""
8426 return _core_.Menu_Attach(*args, **kwargs)
8427
8428 def Detach(*args, **kwargs):
8429 """Detach(self)"""
8430 return _core_.Menu_Detach(*args, **kwargs)
8431
8432 def IsAttached(*args, **kwargs):
8433 """IsAttached(self) -> bool"""
8434 return _core_.Menu_IsAttached(*args, **kwargs)
8435
8436 def SetParent(*args, **kwargs):
8437 """SetParent(self, Menu parent)"""
8438 return _core_.Menu_SetParent(*args, **kwargs)
8439
8440 def GetParent(*args, **kwargs):
8441 """GetParent(self) -> Menu"""
8442 return _core_.Menu_GetParent(*args, **kwargs)
8443
8444
8445 class MenuPtr(Menu):
8446 def __init__(self, this):
8447 self.this = this
8448 if not hasattr(self,"thisown"): self.thisown = 0
8449 self.__class__ = Menu
8450 _core_.Menu_swigregister(MenuPtr)
8451 DefaultValidator = cvar.DefaultValidator
8452
8453 #---------------------------------------------------------------------------
8454
8455 class MenuBar(Window):
8456 """Proxy of C++ MenuBar class"""
8457 def __repr__(self):
8458 return "<%s.%s; proxy of C++ wxMenuBar instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8459 def __init__(self, *args, **kwargs):
8460 """__init__(self, long style=0) -> MenuBar"""
8461 newobj = _core_.new_MenuBar(*args, **kwargs)
8462 self.this = newobj.this
8463 self.thisown = 1
8464 del newobj.thisown
8465 self._setOORInfo(self)
8466
8467 def Append(*args, **kwargs):
8468 """Append(self, Menu menu, String title) -> bool"""
8469 return _core_.MenuBar_Append(*args, **kwargs)
8470
8471 def Insert(*args, **kwargs):
8472 """Insert(self, size_t pos, Menu menu, String title) -> bool"""
8473 return _core_.MenuBar_Insert(*args, **kwargs)
8474
8475 def GetMenuCount(*args, **kwargs):
8476 """GetMenuCount(self) -> size_t"""
8477 return _core_.MenuBar_GetMenuCount(*args, **kwargs)
8478
8479 def GetMenu(*args, **kwargs):
8480 """GetMenu(self, size_t pos) -> Menu"""
8481 return _core_.MenuBar_GetMenu(*args, **kwargs)
8482
8483 def Replace(*args, **kwargs):
8484 """Replace(self, size_t pos, Menu menu, String title) -> Menu"""
8485 return _core_.MenuBar_Replace(*args, **kwargs)
8486
8487 def Remove(*args, **kwargs):
8488 """Remove(self, size_t pos) -> Menu"""
8489 return _core_.MenuBar_Remove(*args, **kwargs)
8490
8491 def EnableTop(*args, **kwargs):
8492 """EnableTop(self, size_t pos, bool enable)"""
8493 return _core_.MenuBar_EnableTop(*args, **kwargs)
8494
8495 def IsEnabledTop(*args, **kwargs):
8496 """IsEnabledTop(self, size_t pos) -> bool"""
8497 return _core_.MenuBar_IsEnabledTop(*args, **kwargs)
8498
8499 def SetLabelTop(*args, **kwargs):
8500 """SetLabelTop(self, size_t pos, String label)"""
8501 return _core_.MenuBar_SetLabelTop(*args, **kwargs)
8502
8503 def GetLabelTop(*args, **kwargs):
8504 """GetLabelTop(self, size_t pos) -> String"""
8505 return _core_.MenuBar_GetLabelTop(*args, **kwargs)
8506
8507 def FindMenuItem(*args, **kwargs):
8508 """FindMenuItem(self, String menu, String item) -> int"""
8509 return _core_.MenuBar_FindMenuItem(*args, **kwargs)
8510
8511 def FindItemById(*args, **kwargs):
8512 """FindItemById(self, int id) -> MenuItem"""
8513 return _core_.MenuBar_FindItemById(*args, **kwargs)
8514
8515 def FindMenu(*args, **kwargs):
8516 """FindMenu(self, String title) -> int"""
8517 return _core_.MenuBar_FindMenu(*args, **kwargs)
8518
8519 def Enable(*args, **kwargs):
8520 """Enable(self, int id, bool enable)"""
8521 return _core_.MenuBar_Enable(*args, **kwargs)
8522
8523 def Check(*args, **kwargs):
8524 """Check(self, int id, bool check)"""
8525 return _core_.MenuBar_Check(*args, **kwargs)
8526
8527 def IsChecked(*args, **kwargs):
8528 """IsChecked(self, int id) -> bool"""
8529 return _core_.MenuBar_IsChecked(*args, **kwargs)
8530
8531 def IsEnabled(*args, **kwargs):
8532 """IsEnabled(self, int id) -> bool"""
8533 return _core_.MenuBar_IsEnabled(*args, **kwargs)
8534
8535 def SetLabel(*args, **kwargs):
8536 """SetLabel(self, int id, String label)"""
8537 return _core_.MenuBar_SetLabel(*args, **kwargs)
8538
8539 def GetLabel(*args, **kwargs):
8540 """GetLabel(self, int id) -> String"""
8541 return _core_.MenuBar_GetLabel(*args, **kwargs)
8542
8543 def SetHelpString(*args, **kwargs):
8544 """SetHelpString(self, int id, String helpString)"""
8545 return _core_.MenuBar_SetHelpString(*args, **kwargs)
8546
8547 def GetHelpString(*args, **kwargs):
8548 """GetHelpString(self, int id) -> String"""
8549 return _core_.MenuBar_GetHelpString(*args, **kwargs)
8550
8551 def GetFrame(*args, **kwargs):
8552 """GetFrame(self) -> wxFrame"""
8553 return _core_.MenuBar_GetFrame(*args, **kwargs)
8554
8555 def IsAttached(*args, **kwargs):
8556 """IsAttached(self) -> bool"""
8557 return _core_.MenuBar_IsAttached(*args, **kwargs)
8558
8559 def Attach(*args, **kwargs):
8560 """Attach(self, wxFrame frame)"""
8561 return _core_.MenuBar_Attach(*args, **kwargs)
8562
8563 def Detach(*args, **kwargs):
8564 """Detach(self)"""
8565 return _core_.MenuBar_Detach(*args, **kwargs)
8566
8567
8568 class MenuBarPtr(MenuBar):
8569 def __init__(self, this):
8570 self.this = this
8571 if not hasattr(self,"thisown"): self.thisown = 0
8572 self.__class__ = MenuBar
8573 _core_.MenuBar_swigregister(MenuBarPtr)
8574
8575 #---------------------------------------------------------------------------
8576
8577 class MenuItem(Object):
8578 """Proxy of C++ MenuItem class"""
8579 def __repr__(self):
8580 return "<%s.%s; proxy of C++ wxMenuItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8581 def __init__(self, *args, **kwargs):
8582 """
8583 __init__(self, Menu parentMenu=None, int id=ID_ANY, String text=EmptyString,
8584 String help=EmptyString, int kind=ITEM_NORMAL,
8585 Menu subMenu=None) -> MenuItem
8586 """
8587 newobj = _core_.new_MenuItem(*args, **kwargs)
8588 self.this = newobj.this
8589 self.thisown = 1
8590 del newobj.thisown
8591 def GetMenu(*args, **kwargs):
8592 """GetMenu(self) -> Menu"""
8593 return _core_.MenuItem_GetMenu(*args, **kwargs)
8594
8595 def SetMenu(*args, **kwargs):
8596 """SetMenu(self, Menu menu)"""
8597 return _core_.MenuItem_SetMenu(*args, **kwargs)
8598
8599 def SetId(*args, **kwargs):
8600 """SetId(self, int id)"""
8601 return _core_.MenuItem_SetId(*args, **kwargs)
8602
8603 def GetId(*args, **kwargs):
8604 """GetId(self) -> int"""
8605 return _core_.MenuItem_GetId(*args, **kwargs)
8606
8607 def IsSeparator(*args, **kwargs):
8608 """IsSeparator(self) -> bool"""
8609 return _core_.MenuItem_IsSeparator(*args, **kwargs)
8610
8611 def SetText(*args, **kwargs):
8612 """SetText(self, String str)"""
8613 return _core_.MenuItem_SetText(*args, **kwargs)
8614
8615 def GetLabel(*args, **kwargs):
8616 """GetLabel(self) -> String"""
8617 return _core_.MenuItem_GetLabel(*args, **kwargs)
8618
8619 def GetText(*args, **kwargs):
8620 """GetText(self) -> String"""
8621 return _core_.MenuItem_GetText(*args, **kwargs)
8622
8623 def GetLabelFromText(*args, **kwargs):
8624 """GetLabelFromText(String text) -> String"""
8625 return _core_.MenuItem_GetLabelFromText(*args, **kwargs)
8626
8627 GetLabelFromText = staticmethod(GetLabelFromText)
8628 def GetKind(*args, **kwargs):
8629 """GetKind(self) -> int"""
8630 return _core_.MenuItem_GetKind(*args, **kwargs)
8631
8632 def SetKind(*args, **kwargs):
8633 """SetKind(self, int kind)"""
8634 return _core_.MenuItem_SetKind(*args, **kwargs)
8635
8636 def SetCheckable(*args, **kwargs):
8637 """SetCheckable(self, bool checkable)"""
8638 return _core_.MenuItem_SetCheckable(*args, **kwargs)
8639
8640 def IsCheckable(*args, **kwargs):
8641 """IsCheckable(self) -> bool"""
8642 return _core_.MenuItem_IsCheckable(*args, **kwargs)
8643
8644 def IsSubMenu(*args, **kwargs):
8645 """IsSubMenu(self) -> bool"""
8646 return _core_.MenuItem_IsSubMenu(*args, **kwargs)
8647
8648 def SetSubMenu(*args, **kwargs):
8649 """SetSubMenu(self, Menu menu)"""
8650 return _core_.MenuItem_SetSubMenu(*args, **kwargs)
8651
8652 def GetSubMenu(*args, **kwargs):
8653 """GetSubMenu(self) -> Menu"""
8654 return _core_.MenuItem_GetSubMenu(*args, **kwargs)
8655
8656 def Enable(*args, **kwargs):
8657 """Enable(self, bool enable=True)"""
8658 return _core_.MenuItem_Enable(*args, **kwargs)
8659
8660 def IsEnabled(*args, **kwargs):
8661 """IsEnabled(self) -> bool"""
8662 return _core_.MenuItem_IsEnabled(*args, **kwargs)
8663
8664 def Check(*args, **kwargs):
8665 """Check(self, bool check=True)"""
8666 return _core_.MenuItem_Check(*args, **kwargs)
8667
8668 def IsChecked(*args, **kwargs):
8669 """IsChecked(self) -> bool"""
8670 return _core_.MenuItem_IsChecked(*args, **kwargs)
8671
8672 def Toggle(*args, **kwargs):
8673 """Toggle(self)"""
8674 return _core_.MenuItem_Toggle(*args, **kwargs)
8675
8676 def SetHelp(*args, **kwargs):
8677 """SetHelp(self, String str)"""
8678 return _core_.MenuItem_SetHelp(*args, **kwargs)
8679
8680 def GetHelp(*args, **kwargs):
8681 """GetHelp(self) -> String"""
8682 return _core_.MenuItem_GetHelp(*args, **kwargs)
8683
8684 def GetAccel(*args, **kwargs):
8685 """GetAccel(self) -> AcceleratorEntry"""
8686 return _core_.MenuItem_GetAccel(*args, **kwargs)
8687
8688 def SetAccel(*args, **kwargs):
8689 """SetAccel(self, AcceleratorEntry accel)"""
8690 return _core_.MenuItem_SetAccel(*args, **kwargs)
8691
8692 def GetDefaultMarginWidth(*args, **kwargs):
8693 """GetDefaultMarginWidth() -> int"""
8694 return _core_.MenuItem_GetDefaultMarginWidth(*args, **kwargs)
8695
8696 GetDefaultMarginWidth = staticmethod(GetDefaultMarginWidth)
8697 def SetBitmap(*args, **kwargs):
8698 """SetBitmap(self, Bitmap bitmap)"""
8699 return _core_.MenuItem_SetBitmap(*args, **kwargs)
8700
8701 def GetBitmap(*args, **kwargs):
8702 """GetBitmap(self) -> Bitmap"""
8703 return _core_.MenuItem_GetBitmap(*args, **kwargs)
8704
8705
8706 class MenuItemPtr(MenuItem):
8707 def __init__(self, this):
8708 self.this = this
8709 if not hasattr(self,"thisown"): self.thisown = 0
8710 self.__class__ = MenuItem
8711 _core_.MenuItem_swigregister(MenuItemPtr)
8712
8713 def MenuItem_GetLabelFromText(*args, **kwargs):
8714 """MenuItem_GetLabelFromText(String text) -> String"""
8715 return _core_.MenuItem_GetLabelFromText(*args, **kwargs)
8716
8717 def MenuItem_GetDefaultMarginWidth(*args, **kwargs):
8718 """MenuItem_GetDefaultMarginWidth() -> int"""
8719 return _core_.MenuItem_GetDefaultMarginWidth(*args, **kwargs)
8720
8721 #---------------------------------------------------------------------------
8722
8723 class Control(Window):
8724 """
8725 This is the base class for a control or 'widget'.
8726
8727 A control is generally a small window which processes user input
8728 and/or displays one or more item of data.
8729 """
8730 def __repr__(self):
8731 return "<%s.%s; proxy of C++ wxControl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8732 def __init__(self, *args, **kwargs):
8733 """
8734 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
8735 Size size=DefaultSize, long style=0, Validator validator=DefaultValidator,
8736 String name=ControlNameStr) -> Control
8737
8738 Create a Control. Normally you should only call this from a subclass'
8739 __init__ as a plain old wx.Control is not very useful.
8740 """
8741 newobj = _core_.new_Control(*args, **kwargs)
8742 self.this = newobj.this
8743 self.thisown = 1
8744 del newobj.thisown
8745 self._setOORInfo(self)
8746
8747 def Create(*args, **kwargs):
8748 """
8749 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
8750 Size size=DefaultSize, long style=0, Validator validator=DefaultValidator,
8751 String name=ControlNameStr) -> bool
8752
8753 Do the 2nd phase and create the GUI control.
8754 """
8755 return _core_.Control_Create(*args, **kwargs)
8756
8757 def Command(*args, **kwargs):
8758 """
8759 Command(self, CommandEvent event)
8760
8761 Simulates the effect of the user issuing a command to the item.
8762
8763 :see: `wx.CommandEvent`
8764
8765 """
8766 return _core_.Control_Command(*args, **kwargs)
8767
8768 def GetLabel(*args, **kwargs):
8769 """
8770 GetLabel(self) -> String
8771
8772 Return a control's text.
8773 """
8774 return _core_.Control_GetLabel(*args, **kwargs)
8775
8776 def SetLabel(*args, **kwargs):
8777 """
8778 SetLabel(self, String label)
8779
8780 Sets the item's text.
8781 """
8782 return _core_.Control_SetLabel(*args, **kwargs)
8783
8784 def GetClassDefaultAttributes(*args, **kwargs):
8785 """
8786 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
8787
8788 Get the default attributes for this class. This is useful if you want
8789 to use the same font or colour in your own control as in a standard
8790 control -- which is a much better idea than hard coding specific
8791 colours or fonts which might look completely out of place on the
8792 user's system, especially if it uses themes.
8793
8794 The variant parameter is only relevant under Mac currently and is
8795 ignore under other platforms. Under Mac, it will change the size of
8796 the returned font. See `wx.Window.SetWindowVariant` for more about
8797 this.
8798 """
8799 return _core_.Control_GetClassDefaultAttributes(*args, **kwargs)
8800
8801 GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes)
8802
8803 class ControlPtr(Control):
8804 def __init__(self, this):
8805 self.this = this
8806 if not hasattr(self,"thisown"): self.thisown = 0
8807 self.__class__ = Control
8808 _core_.Control_swigregister(ControlPtr)
8809 ControlNameStr = cvar.ControlNameStr
8810
8811 def PreControl(*args, **kwargs):
8812 """
8813 PreControl() -> Control
8814
8815 Precreate a Control control for 2-phase creation
8816 """
8817 val = _core_.new_PreControl(*args, **kwargs)
8818 val.thisown = 1
8819 return val
8820
8821 def Control_GetClassDefaultAttributes(*args, **kwargs):
8822 """
8823 Control_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
8824
8825 Get the default attributes for this class. This is useful if you want
8826 to use the same font or colour in your own control as in a standard
8827 control -- which is a much better idea than hard coding specific
8828 colours or fonts which might look completely out of place on the
8829 user's system, especially if it uses themes.
8830
8831 The variant parameter is only relevant under Mac currently and is
8832 ignore under other platforms. Under Mac, it will change the size of
8833 the returned font. See `wx.Window.SetWindowVariant` for more about
8834 this.
8835 """
8836 return _core_.Control_GetClassDefaultAttributes(*args, **kwargs)
8837
8838 #---------------------------------------------------------------------------
8839
8840 class ItemContainer(object):
8841 """
8842 The wx.ItemContainer class defines an interface which is implemented
8843 by all controls which have string subitems, each of which may be
8844 selected, such as `wx.ListBox`, `wx.CheckListBox`, `wx.Choice` as well
8845 as `wx.ComboBox` which implements an extended interface deriving from
8846 this one.
8847
8848 It defines the methods for accessing the control's items and although
8849 each of the derived classes implements them differently, they still
8850 all conform to the same interface.
8851
8852 The items in a wx.ItemContainer have (non empty) string labels and,
8853 optionally, client data associated with them.
8854
8855 """
8856 def __init__(self): raise RuntimeError, "No constructor defined"
8857 def __repr__(self):
8858 return "<%s.%s; proxy of C++ wxItemContainer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
8859 def Append(*args, **kwargs):
8860 """
8861 Append(self, String item, PyObject clientData=None) -> int
8862
8863 Adds the item to the control, associating the given data with the item
8864 if not None. The return value is the index of the newly added item
8865 which may be different from the last one if the control is sorted (e.g.
8866 has wx.LB_SORT or wx.CB_SORT style).
8867 """
8868 return _core_.ItemContainer_Append(*args, **kwargs)
8869
8870 def AppendItems(*args, **kwargs):
8871 """
8872 AppendItems(self, List strings)
8873
8874 Apend several items at once to the control. Notice that calling this
8875 method may be much faster than appending the items one by one if you
8876 need to add a lot of items.
8877 """
8878 return _core_.ItemContainer_AppendItems(*args, **kwargs)
8879
8880 def Insert(*args, **kwargs):
8881 """
8882 Insert(self, String item, int pos, PyObject clientData=None) -> int
8883
8884 Insert an item into the control before the item at the ``pos`` index,
8885 optionally associating some data object with the item.
8886 """
8887 return _core_.ItemContainer_Insert(*args, **kwargs)
8888
8889 def Clear(*args, **kwargs):
8890 """
8891 Clear(self)
8892
8893 Removes all items from the control.
8894 """
8895 return _core_.ItemContainer_Clear(*args, **kwargs)
8896
8897 def Delete(*args, **kwargs):
8898 """
8899 Delete(self, int n)
8900
8901 Deletes the item at the zero-based index 'n' from the control. Note
8902 that it is an error (signalled by a `wx.PyAssertionError` exception if
8903 enabled) to remove an item with the index negative or greater or equal
8904 than the number of items in the control.
8905 """
8906 return _core_.ItemContainer_Delete(*args, **kwargs)
8907
8908 def GetClientData(*args, **kwargs):
8909 """
8910 GetClientData(self, int n) -> PyObject
8911
8912 Returns the client data associated with the given item, (if any.)
8913 """
8914 return _core_.ItemContainer_GetClientData(*args, **kwargs)
8915
8916 def SetClientData(*args, **kwargs):
8917 """
8918 SetClientData(self, int n, PyObject clientData)
8919
8920 Associate the given client data with the item at position n.
8921 """
8922 return _core_.ItemContainer_SetClientData(*args, **kwargs)
8923
8924 def GetCount(*args, **kwargs):
8925 """
8926 GetCount(self) -> int
8927
8928 Returns the number of items in the control.
8929 """
8930 return _core_.ItemContainer_GetCount(*args, **kwargs)
8931
8932 def IsEmpty(*args, **kwargs):
8933 """
8934 IsEmpty(self) -> bool
8935
8936 Returns True if the control is empty or False if it has some items.
8937 """
8938 return _core_.ItemContainer_IsEmpty(*args, **kwargs)
8939
8940 def GetString(*args, **kwargs):
8941 """
8942 GetString(self, int n) -> String
8943
8944 Returns the label of the item with the given index.
8945 """
8946 return _core_.ItemContainer_GetString(*args, **kwargs)
8947
8948 def GetStrings(*args, **kwargs):
8949 """GetStrings(self) -> wxArrayString"""
8950 return _core_.ItemContainer_GetStrings(*args, **kwargs)
8951
8952 def SetString(*args, **kwargs):
8953 """
8954 SetString(self, int n, String s)
8955
8956 Sets the label for the given item.
8957 """
8958 return _core_.ItemContainer_SetString(*args, **kwargs)
8959
8960 def FindString(*args, **kwargs):
8961 """
8962 FindString(self, String s) -> int
8963
8964 Finds an item whose label matches the given string. Returns the
8965 zero-based position of the item, or ``wx.NOT_FOUND`` if the string was not
8966 found.
8967 """
8968 return _core_.ItemContainer_FindString(*args, **kwargs)
8969
8970 def SetSelection(*args, **kwargs):
8971 """
8972 SetSelection(self, int n)
8973
8974 Sets the item at index 'n' to be the selected item.
8975 """
8976 return _core_.ItemContainer_SetSelection(*args, **kwargs)
8977
8978 def GetSelection(*args, **kwargs):
8979 """
8980 GetSelection(self) -> int
8981
8982 Returns the index of the selected item or ``wx.NOT_FOUND`` if no item
8983 is selected.
8984 """
8985 return _core_.ItemContainer_GetSelection(*args, **kwargs)
8986
8987 def SetStringSelection(*args, **kwargs):
8988 """SetStringSelection(self, String s) -> bool"""
8989 return _core_.ItemContainer_SetStringSelection(*args, **kwargs)
8990
8991 def GetStringSelection(*args, **kwargs):
8992 """
8993 GetStringSelection(self) -> String
8994
8995 Returns the label of the selected item or an empty string if no item
8996 is selected.
8997 """
8998 return _core_.ItemContainer_GetStringSelection(*args, **kwargs)
8999
9000 def Select(*args, **kwargs):
9001 """
9002 Select(self, int n)
9003
9004 This is the same as `SetSelection` and exists only because it is
9005 slightly more natural for controls which support multiple selection.
9006 """
9007 return _core_.ItemContainer_Select(*args, **kwargs)
9008
9009
9010 class ItemContainerPtr(ItemContainer):
9011 def __init__(self, this):
9012 self.this = this
9013 if not hasattr(self,"thisown"): self.thisown = 0
9014 self.__class__ = ItemContainer
9015 _core_.ItemContainer_swigregister(ItemContainerPtr)
9016
9017 #---------------------------------------------------------------------------
9018
9019 class ControlWithItems(Control,ItemContainer):
9020 """
9021 wx.ControlWithItems combines the ``wx.ItemContainer`` class with the
9022 wx.Control class, and is used for the base class of various controls
9023 that have items.
9024 """
9025 def __init__(self): raise RuntimeError, "No constructor defined"
9026 def __repr__(self):
9027 return "<%s.%s; proxy of C++ wxControlWithItems instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
9028
9029 class ControlWithItemsPtr(ControlWithItems):
9030 def __init__(self, this):
9031 self.this = this
9032 if not hasattr(self,"thisown"): self.thisown = 0
9033 self.__class__ = ControlWithItems
9034 _core_.ControlWithItems_swigregister(ControlWithItemsPtr)
9035
9036 #---------------------------------------------------------------------------
9037
9038 class SizerItem(Object):
9039 """
9040 The wx.SizerItem class is used to track the position, size and other
9041 attributes of each item managed by a `wx.Sizer`. In normal usage user
9042 code should never need to deal directly with a wx.SizerItem, but
9043 custom classes derived from `wx.PySizer` will probably need to use the
9044 collection of wx.SizerItems held by wx.Sizer when calculating layout.
9045
9046 :see: `wx.Sizer`, `wx.GBSizerItem`
9047 """
9048 def __repr__(self):
9049 return "<%s.%s; proxy of C++ wxSizerItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
9050 def __init__(self, *args, **kwargs):
9051 """
9052 __init__(self) -> SizerItem
9053
9054 Constructs an empty wx.SizerItem. Either a window, sizer or spacer
9055 size will need to be set before this item can be used in a Sizer.
9056
9057 You will probably never need to create a wx.SizerItem directly as they
9058 are created automatically when the sizer's Add, Insert or Prepend
9059 methods are called.
9060
9061 :see: `wx.SizerItemSpacer`, `wx.SizerItemWindow`, `wx.SizerItemSizer`
9062 """
9063 newobj = _core_.new_SizerItem(*args, **kwargs)
9064 self.this = newobj.this
9065 self.thisown = 1
9066 del newobj.thisown
9067 def DeleteWindows(*args, **kwargs):
9068 """
9069 DeleteWindows(self)
9070
9071 Destroy the window or the windows in a subsizer, depending on the type
9072 of item.
9073 """
9074 return _core_.SizerItem_DeleteWindows(*args, **kwargs)
9075
9076 def DetachSizer(*args, **kwargs):
9077 """
9078 DetachSizer(self)
9079
9080 Enable deleting the SizerItem without destroying the contained sizer.
9081 """
9082 return _core_.SizerItem_DetachSizer(*args, **kwargs)
9083
9084 def GetSize(*args, **kwargs):
9085 """
9086 GetSize(self) -> Size
9087
9088 Get the current size of the item, as set in the last Layout.
9089 """
9090 return _core_.SizerItem_GetSize(*args, **kwargs)
9091
9092 def CalcMin(*args, **kwargs):
9093 """
9094 CalcMin(self) -> Size
9095
9096 Calculates the minimum desired size for the item, including any space
9097 needed by borders.
9098 """
9099 return _core_.SizerItem_CalcMin(*args, **kwargs)
9100
9101 def SetDimension(*args, **kwargs):
9102 """
9103 SetDimension(self, Point pos, Size size)
9104
9105 Set the position and size of the space allocated for this item by the
9106 sizer, and adjust the position and size of the item (window or
9107 subsizer) to be within that space taking alignment and borders into
9108 account.
9109 """
9110 return _core_.SizerItem_SetDimension(*args, **kwargs)
9111
9112 def GetMinSize(*args, **kwargs):
9113 """
9114 GetMinSize(self) -> Size
9115
9116 Get the minimum size needed for the item.
9117 """
9118 return _core_.SizerItem_GetMinSize(*args, **kwargs)
9119
9120 def GetMinSizeWithBorder(*args, **kwargs):
9121 """
9122 GetMinSizeWithBorder(self) -> Size
9123
9124 Get the minimum size needed for the item with space for the borders
9125 added, if needed.
9126 """
9127 return _core_.SizerItem_GetMinSizeWithBorder(*args, **kwargs)
9128
9129 def SetInitSize(*args, **kwargs):
9130 """SetInitSize(self, int x, int y)"""
9131 return _core_.SizerItem_SetInitSize(*args, **kwargs)
9132
9133 def SetRatioWH(*args, **kwargs):
9134 """
9135 SetRatioWH(self, int width, int height)
9136
9137 Set the ratio item attribute.
9138 """
9139 return _core_.SizerItem_SetRatioWH(*args, **kwargs)
9140
9141 def SetRatioSize(*args, **kwargs):
9142 """
9143 SetRatioSize(self, Size size)
9144
9145 Set the ratio item attribute.
9146 """
9147 return _core_.SizerItem_SetRatioSize(*args, **kwargs)
9148
9149 def SetRatio(*args, **kwargs):
9150 """
9151 SetRatio(self, float ratio)
9152
9153 Set the ratio item attribute.
9154 """
9155 return _core_.SizerItem_SetRatio(*args, **kwargs)
9156
9157 def GetRatio(*args, **kwargs):
9158 """
9159 GetRatio(self) -> float
9160
9161 Set the ratio item attribute.
9162 """
9163 return _core_.SizerItem_GetRatio(*args, **kwargs)
9164
9165 def GetRect(*args, **kwargs):
9166 """
9167 GetRect(self) -> Rect
9168
9169 Returns the rectangle that the sizer item should occupy
9170 """
9171 return _core_.SizerItem_GetRect(*args, **kwargs)
9172
9173 def IsWindow(*args, **kwargs):
9174 """
9175 IsWindow(self) -> bool
9176
9177 Is this sizer item a window?
9178 """
9179 return _core_.SizerItem_IsWindow(*args, **kwargs)
9180
9181 def IsSizer(*args, **kwargs):
9182 """
9183 IsSizer(self) -> bool
9184
9185 Is this sizer item a subsizer?
9186 """
9187 return _core_.SizerItem_IsSizer(*args, **kwargs)
9188
9189 def IsSpacer(*args, **kwargs):
9190 """
9191 IsSpacer(self) -> bool
9192
9193 Is this sizer item a spacer?
9194 """
9195 return _core_.SizerItem_IsSpacer(*args, **kwargs)
9196
9197 def SetProportion(*args, **kwargs):
9198 """
9199 SetProportion(self, int proportion)
9200
9201 Set the proportion value for this item.
9202 """
9203 return _core_.SizerItem_SetProportion(*args, **kwargs)
9204
9205 def GetProportion(*args, **kwargs):
9206 """
9207 GetProportion(self) -> int
9208
9209 Get the proportion value for this item.
9210 """
9211 return _core_.SizerItem_GetProportion(*args, **kwargs)
9212
9213 SetOption = wx._deprecated(SetProportion, "Please use `SetProportion` instead.")
9214 GetOption = wx._deprecated(GetProportion, "Please use `GetProportion` instead.")
9215 def SetFlag(*args, **kwargs):
9216 """
9217 SetFlag(self, int flag)
9218
9219 Set the flag value for this item.
9220 """
9221 return _core_.SizerItem_SetFlag(*args, **kwargs)
9222
9223 def GetFlag(*args, **kwargs):
9224 """
9225 GetFlag(self) -> int
9226
9227 Get the flag value for this item.
9228 """
9229 return _core_.SizerItem_GetFlag(*args, **kwargs)
9230
9231 def SetBorder(*args, **kwargs):
9232 """
9233 SetBorder(self, int border)
9234
9235 Set the border value for this item.
9236 """
9237 return _core_.SizerItem_SetBorder(*args, **kwargs)
9238
9239 def GetBorder(*args, **kwargs):
9240 """
9241 GetBorder(self) -> int
9242
9243 Get the border value for this item.
9244 """
9245 return _core_.SizerItem_GetBorder(*args, **kwargs)
9246
9247 def GetWindow(*args, **kwargs):
9248 """
9249 GetWindow(self) -> Window
9250
9251 Get the window (if any) that is managed by this sizer item.
9252 """
9253 return _core_.SizerItem_GetWindow(*args, **kwargs)
9254
9255 def SetWindow(*args, **kwargs):
9256 """
9257 SetWindow(self, Window window)
9258
9259 Set the window to be managed by this sizer item.
9260 """
9261 return _core_.SizerItem_SetWindow(*args, **kwargs)
9262
9263 def GetSizer(*args, **kwargs):
9264 """
9265 GetSizer(self) -> Sizer
9266
9267 Get the subsizer (if any) that is managed by this sizer item.
9268 """
9269 return _core_.SizerItem_GetSizer(*args, **kwargs)
9270
9271 def SetSizer(*args, **kwargs):
9272 """
9273 SetSizer(self, Sizer sizer)
9274
9275 Set the subsizer to be managed by this sizer item.
9276 """
9277 return _core_.SizerItem_SetSizer(*args, **kwargs)
9278
9279 def GetSpacer(*args, **kwargs):
9280 """
9281 GetSpacer(self) -> Size
9282
9283 Get the size of the spacer managed by this sizer item.
9284 """
9285 return _core_.SizerItem_GetSpacer(*args, **kwargs)
9286
9287 def SetSpacer(*args, **kwargs):
9288 """
9289 SetSpacer(self, Size size)
9290
9291 Set the size of the spacer to be managed by this sizer item.
9292 """
9293 return _core_.SizerItem_SetSpacer(*args, **kwargs)
9294
9295 def Show(*args, **kwargs):
9296 """
9297 Show(self, bool show)
9298
9299 Set the show item attribute, which sizers use to determine if the item
9300 is to be made part of the layout or not. If the item is tracking a
9301 window then it is shown or hidden as needed.
9302 """
9303 return _core_.SizerItem_Show(*args, **kwargs)
9304
9305 def IsShown(*args, **kwargs):
9306 """
9307 IsShown(self) -> bool
9308
9309 Is the item to be shown in the layout?
9310 """
9311 return _core_.SizerItem_IsShown(*args, **kwargs)
9312
9313 def GetPosition(*args, **kwargs):
9314 """
9315 GetPosition(self) -> Point
9316
9317 Returns the current position of the item, as set in the last Layout.
9318 """
9319 return _core_.SizerItem_GetPosition(*args, **kwargs)
9320
9321 def GetUserData(*args, **kwargs):
9322 """
9323 GetUserData(self) -> PyObject
9324
9325 Returns the userData associated with this sizer item, or None if there
9326 isn't any.
9327 """
9328 return _core_.SizerItem_GetUserData(*args, **kwargs)
9329
9330
9331 class SizerItemPtr(SizerItem):
9332 def __init__(self, this):
9333 self.this = this
9334 if not hasattr(self,"thisown"): self.thisown = 0
9335 self.__class__ = SizerItem
9336 _core_.SizerItem_swigregister(SizerItemPtr)
9337
9338 def SizerItemWindow(*args, **kwargs):
9339 """
9340 SizerItemWindow(Window window, int proportion, int flag, int border,
9341 PyObject userData=None) -> SizerItem
9342
9343 Constructs a `wx.SizerItem` for tracking a window.
9344 """
9345 val = _core_.new_SizerItemWindow(*args, **kwargs)
9346 val.thisown = 1
9347 return val
9348
9349 def SizerItemSpacer(*args, **kwargs):
9350 """
9351 SizerItemSpacer(int width, int height, int proportion, int flag, int border,
9352 PyObject userData=None) -> SizerItem
9353
9354 Constructs a `wx.SizerItem` for tracking a spacer.
9355 """
9356 val = _core_.new_SizerItemSpacer(*args, **kwargs)
9357 val.thisown = 1
9358 return val
9359
9360 def SizerItemSizer(*args, **kwargs):
9361 """
9362 SizerItemSizer(Sizer sizer, int proportion, int flag, int border,
9363 PyObject userData=None) -> SizerItem
9364
9365 Constructs a `wx.SizerItem` for tracking a subsizer
9366 """
9367 val = _core_.new_SizerItemSizer(*args, **kwargs)
9368 val.thisown = 1
9369 return val
9370
9371 class Sizer(Object):
9372 """
9373 wx.Sizer is the abstract base class used for laying out subwindows in
9374 a window. You cannot use wx.Sizer directly; instead, you will have to
9375 use one of the sizer classes derived from it such as `wx.BoxSizer`,
9376 `wx.StaticBoxSizer`, `wx.NotebookSizer`, `wx.GridSizer`, `wx.FlexGridSizer`
9377 and `wx.GridBagSizer`.
9378
9379 The concept implemented by sizers in wxWidgets is closely related to
9380 layout tools in other GUI toolkits, such as Java's AWT, the GTK
9381 toolkit or the Qt toolkit. It is based upon the idea of the individual
9382 subwindows reporting their minimal required size and their ability to
9383 get stretched if the size of the parent window has changed. This will
9384 most often mean that the programmer does not set the original size of
9385 a dialog in the beginning, rather the dialog will assigned a sizer and
9386 this sizer will be queried about the recommended size. The sizer in
9387 turn will query its children, which can be normal windows or contorls,
9388 empty space or other sizers, so that a hierarchy of sizers can be
9389 constructed. Note that wxSizer does not derive from wxWindow and thus
9390 do not interfere with tab ordering and requires very little resources
9391 compared to a real window on screen.
9392
9393 What makes sizers so well fitted for use in wxWidgets is the fact that
9394 every control reports its own minimal size and the algorithm can
9395 handle differences in font sizes or different window (dialog item)
9396 sizes on different platforms without problems. If for example the
9397 standard font as well as the overall design of Mac widgets requires
9398 more space than on Windows, then the initial size of a dialog using a
9399 sizer will automatically be bigger on Mac than on Windows.
9400 """
9401 def __init__(self): raise RuntimeError, "No constructor defined"
9402 def __repr__(self):
9403 return "<%s.%s; proxy of C++ wxSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
9404 def _setOORInfo(*args, **kwargs):
9405 """_setOORInfo(self, PyObject _self)"""
9406 return _core_.Sizer__setOORInfo(*args, **kwargs)
9407
9408 def Add(*args, **kwargs):
9409 """
9410 Add(self, item, int proportion=0, int flag=0, int border=0,
9411 PyObject userData=None) -> wx.SizerItem
9412
9413 Appends a child item to the sizer.
9414 """
9415 return _core_.Sizer_Add(*args, **kwargs)
9416
9417 def Insert(*args, **kwargs):
9418 """
9419 Insert(self, int before, item, int proportion=0, int flag=0, int border=0,
9420 PyObject userData=None) -> wx.SizerItem
9421
9422 Inserts a new item into the list of items managed by this sizer before
9423 the item at index *before*. See `Add` for a description of the parameters.
9424 """
9425 return _core_.Sizer_Insert(*args, **kwargs)
9426
9427 def Prepend(*args, **kwargs):
9428 """
9429 Prepend(self, item, int proportion=0, int flag=0, int border=0,
9430 PyObject userData=None) -> wx.SizerItem
9431
9432 Adds a new item to the begining of the list of sizer items managed by
9433 this sizer. See `Add` for a description of the parameters.
9434 """
9435 return _core_.Sizer_Prepend(*args, **kwargs)
9436
9437 def Remove(*args, **kwargs):
9438 """
9439 Remove(self, item) -> bool
9440
9441 Removes an item from the sizer and destroys it. This method does not
9442 cause any layout or resizing to take place, call `Layout` to update
9443 the layout on screen after removing a child from the sizer. The
9444 *item* parameter can be either a window, a sizer, or the zero-based
9445 index of an item to remove. Returns True if the child item was found
9446 and removed.
9447 """
9448 return _core_.Sizer_Remove(*args, **kwargs)
9449
9450 def Detach(*args, **kwargs):
9451 """
9452 Detach(self, item) -> bool
9453
9454 Detaches an item from the sizer without destroying it. This method
9455 does not cause any layout or resizing to take place, call `Layout` to
9456 do so. The *item* parameter can be either a window, a sizer, or the
9457 zero-based index of the item to be detached. Returns True if the child item
9458 was found and detached.
9459 """
9460 return _core_.Sizer_Detach(*args, **kwargs)
9461
9462 def GetItem(*args, **kwargs):
9463 """
9464 GetItem(self, item) -> wx.SizerItem
9465
9466 Returns the `wx.SizerItem` which holds the *item* given. The *item*
9467 parameter can be either a window, a sizer, or the zero-based index of
9468 the item to be detached.
9469 """
9470 return _core_.Sizer_GetItem(*args, **kwargs)
9471
9472 def _SetItemMinSize(*args, **kwargs):
9473 """_SetItemMinSize(self, PyObject item, Size size)"""
9474 return _core_.Sizer__SetItemMinSize(*args, **kwargs)
9475
9476 def SetItemMinSize(self, item, *args):
9477 """
9478 SetItemMinSize(self, item, Size size)
9479
9480 Sets the minimum size that will be allocated for an item in the sizer.
9481 The *item* parameter can be either a window, a sizer, or the
9482 zero-based index of the item. If a window or sizer is given then it
9483 will be searched for recursivly in subsizers if neccessary.
9484 """
9485 if len(args) == 2:
9486 # for backward compatibility accept separate width,height args too
9487 return self._SetItemMinSize(item, args)
9488 else:
9489 return self._SetItemMinSize(item, args[0])
9490
9491 def AddItem(*args, **kwargs):
9492 """
9493 AddItem(self, SizerItem item)
9494
9495 Adds a `wx.SizerItem` to the sizer.
9496 """
9497 return _core_.Sizer_AddItem(*args, **kwargs)
9498
9499 def InsertItem(*args, **kwargs):
9500 """
9501 InsertItem(self, int index, SizerItem item)
9502
9503 Inserts a `wx.SizerItem` to the sizer at the position given by *index*.
9504 """
9505 return _core_.Sizer_InsertItem(*args, **kwargs)
9506
9507 def PrependItem(*args, **kwargs):
9508 """
9509 PrependItem(self, SizerItem item)
9510
9511 Prepends a `wx.SizerItem` to the sizer.
9512 """
9513 return _core_.Sizer_PrependItem(*args, **kwargs)
9514
9515 def AddMany(self, items):
9516 """
9517 AddMany is a convenience method for adding several items
9518 to a sizer at one time. Simply pass it a list of tuples,
9519 where each tuple consists of the parameters that you
9520 would normally pass to the `Add` method.
9521 """
9522 for item in items:
9523 if type(item) != type(()) or (len(item) == 2 and type(item[0]) == type(1)):
9524 item = (item, )
9525 self.Add(*item)
9526
9527 # for backwards compatibility only, please do not use in new code
9528 AddWindow = wx._deprecated(Add, "AddWindow is deprecated, use `Add` instead.")
9529 AddSizer = wx._deprecated(Add, "AddSizer is deprecated, use `Add` instead.")
9530 AddSpacer = wx._deprecated(Add, "AddSpacer is deprecated, use `Add` instead.")
9531 PrependWindow = wx._deprecated(Prepend, "PrependWindow is deprecated, use `Prepend` instead.")
9532 PrependSizer = wx._deprecated(Prepend, "PrependSizer is deprecated, use `Prepend` instead.")
9533 PrependSpacer = wx._deprecated(Prepend, "PrependSpacer is deprecated, use `Prepend` instead.")
9534 InsertWindow = wx._deprecated(Insert, "InsertWindow is deprecated, use `Insert` instead.")
9535 InsertSizer = wx._deprecated(Insert, "InsertSizer is deprecated, use `Insert` instead.")
9536 InsertSpacer = wx._deprecated(Insert, "InsertSpacer is deprecated, use `Insert` instead.")
9537 RemoveWindow = wx._deprecated(Remove, "RemoveWindow is deprecated, use `Remove` instead.")
9538 RemoveSizer = wx._deprecated(Remove, "RemoveSizer is deprecated, use `Remove` instead.")
9539 RemovePos = wx._deprecated(Remove, "RemovePos is deprecated, use `Remove` instead.")
9540
9541
9542 def SetDimension(*args, **kwargs):
9543 """
9544 SetDimension(self, int x, int y, int width, int height)
9545
9546 Call this to force the sizer to take the given dimension and thus
9547 force the items owned by the sizer to resize themselves according to
9548 the rules defined by the parameter in the `Add`, `Insert` or `Prepend`
9549 methods.
9550 """
9551 return _core_.Sizer_SetDimension(*args, **kwargs)
9552
9553 def SetMinSize(*args, **kwargs):
9554 """
9555 SetMinSize(self, Size size)
9556
9557 Call this to give the sizer a minimal size. Normally, the sizer will
9558 calculate its minimal size based purely on how much space its children
9559 need. After calling this method `GetMinSize` will return either the
9560 minimal size as requested by its children or the minimal size set
9561 here, depending on which is bigger.
9562 """
9563 return _core_.Sizer_SetMinSize(*args, **kwargs)
9564
9565 def GetSize(*args, **kwargs):
9566 """
9567 GetSize(self) -> Size
9568
9569 Returns the current size of the space managed by the sizer.
9570 """
9571 return _core_.Sizer_GetSize(*args, **kwargs)
9572
9573 def GetPosition(*args, **kwargs):
9574 """
9575 GetPosition(self) -> Point
9576
9577 Returns the current position of the sizer's managed space.
9578 """
9579 return _core_.Sizer_GetPosition(*args, **kwargs)
9580
9581 def GetMinSize(*args, **kwargs):
9582 """
9583 GetMinSize(self) -> Size
9584
9585 Returns the minimal size of the sizer. This is either the combined
9586 minimal size of all the children and their borders or the minimal size
9587 set by SetMinSize, depending on which is bigger.
9588 """
9589 return _core_.Sizer_GetMinSize(*args, **kwargs)
9590
9591 def GetSizeTuple(self):
9592 return self.GetSize().Get()
9593 def GetPositionTuple(self):
9594 return self.GetPosition().Get()
9595 def GetMinSizeTuple(self):
9596 return self.GetMinSize().Get()
9597
9598 def RecalcSizes(*args, **kwargs):
9599 """
9600 RecalcSizes(self)
9601
9602 Using the sizes calculated by `CalcMin` reposition and resize all the
9603 items managed by this sizer. You should not need to call this directly as
9604 it is called by `Layout`.
9605 """
9606 return _core_.Sizer_RecalcSizes(*args, **kwargs)
9607
9608 def CalcMin(*args, **kwargs):
9609 """
9610 CalcMin(self) -> Size
9611
9612 This method is where the sizer will do the actual calculation of its
9613 children's minimal sizes. You should not need to call this directly as
9614 it is called by `Layout`.
9615 """
9616 return _core_.Sizer_CalcMin(*args, **kwargs)
9617
9618 def Layout(*args, **kwargs):
9619 """
9620 Layout(self)
9621
9622 This method will force the recalculation and layout of the items
9623 controlled by the sizer using the current space allocated to the
9624 sizer. Normally this is called automatically from the owning window's
9625 EVT_SIZE handler, but it is also useful to call it from user code when
9626 one of the items in a sizer change size, or items are added or
9627 removed.
9628 """
9629 return _core_.Sizer_Layout(*args, **kwargs)
9630
9631 def Fit(*args, **kwargs):
9632 """
9633 Fit(self, Window window) -> Size
9634
9635 Tell the sizer to resize the *window* to match the sizer's minimal
9636 size. This is commonly done in the constructor of the window itself in
9637 order to set its initial size to match the needs of the children as
9638 determined by the sizer. Returns the new size.
9639
9640 For a top level window this is the total window size, not the client size.
9641 """
9642 return _core_.Sizer_Fit(*args, **kwargs)
9643
9644 def FitInside(*args, **kwargs):
9645 """
9646 FitInside(self, Window window)
9647
9648 Tell the sizer to resize the *virtual size* of the *window* to match the
9649 sizer's minimal size. This will not alter the on screen size of the
9650 window, but may cause the addition/removal/alteration of scrollbars
9651 required to view the virtual area in windows which manage it.
9652
9653 :see: `wx.ScrolledWindow.SetScrollbars`, `SetVirtualSizeHints`
9654
9655 """
9656 return _core_.Sizer_FitInside(*args, **kwargs)
9657
9658 def SetSizeHints(*args, **kwargs):
9659 """
9660 SetSizeHints(self, Window window)
9661
9662 Tell the sizer to set (and `Fit`) the minimal size of the *window* to
9663 match the sizer's minimal size. This is commonly done in the
9664 constructor of the window itself if the window is resizable (as are
9665 many dialogs under Unix and frames on probably all platforms) in order
9666 to prevent the window from being sized smaller than the minimal size
9667 required by the sizer.
9668 """
9669 return _core_.Sizer_SetSizeHints(*args, **kwargs)
9670
9671 def SetVirtualSizeHints(*args, **kwargs):
9672 """
9673 SetVirtualSizeHints(self, Window window)
9674
9675 Tell the sizer to set the minimal size of the window virtual area to
9676 match the sizer's minimal size. For windows with managed scrollbars
9677 this will set them appropriately.
9678
9679 :see: `wx.ScrolledWindow.SetScrollbars`
9680
9681 """
9682 return _core_.Sizer_SetVirtualSizeHints(*args, **kwargs)
9683
9684 def Clear(*args, **kwargs):
9685 """
9686 Clear(self, bool deleteWindows=False)
9687
9688 Clear all items from the sizer, optionally destroying the window items
9689 as well.
9690 """
9691 return _core_.Sizer_Clear(*args, **kwargs)
9692
9693 def DeleteWindows(*args, **kwargs):
9694 """
9695 DeleteWindows(self)
9696
9697 Destroy all windows managed by the sizer.
9698 """
9699 return _core_.Sizer_DeleteWindows(*args, **kwargs)
9700
9701 def GetChildren(*args, **kwargs):
9702 """
9703 GetChildren(self) -> list
9704
9705 Returns a list of all the `wx.SizerItem` objects managed by the sizer.
9706 """
9707 return _core_.Sizer_GetChildren(*args, **kwargs)
9708
9709 def Show(*args, **kwargs):
9710 """
9711 Show(self, item, bool show=True, bool recursive=false) -> bool
9712
9713 Shows or hides an item managed by the sizer. To make a sizer item
9714 disappear or reappear, use Show followed by `Layout`. The *item*
9715 parameter can be either a window, a sizer, or the zero-based index of
9716 the item. Use the recursive parameter to show or hide an item in a
9717 subsizer. Returns True if the item was found.
9718 """
9719 return _core_.Sizer_Show(*args, **kwargs)
9720
9721 def IsShown(*args, **kwargs):
9722 """
9723 IsShown(self, item)
9724
9725 Determines if the item is currently shown. sizer. To make a sizer
9726 item disappear or reappear, use Show followed by `Layout`. The *item*
9727 parameter can be either a window, a sizer, or the zero-based index of
9728 the item.
9729 """
9730 return _core_.Sizer_IsShown(*args, **kwargs)
9731
9732 def Hide(self, item, recursive=False):
9733 """
9734 A convenience method for Show(item, False, recursive).
9735 """
9736 return self.Show(item, False, recursive)
9737
9738 def ShowItems(*args, **kwargs):
9739 """
9740 ShowItems(self, bool show)
9741
9742 Recursively call `wx.SizerItem.Show` on all sizer items.
9743 """
9744 return _core_.Sizer_ShowItems(*args, **kwargs)
9745
9746
9747 class SizerPtr(Sizer):
9748 def __init__(self, this):
9749 self.this = this
9750 if not hasattr(self,"thisown"): self.thisown = 0
9751 self.__class__ = Sizer
9752 _core_.Sizer_swigregister(SizerPtr)
9753
9754 class PySizer(Sizer):
9755 """
9756 wx.PySizer is a special version of `wx.Sizer` that has been
9757 instrumented to allow the C++ virtual methods to be overloaded in
9758 Python derived classes. You would derive from this class if you are
9759 wanting to implement a custom sizer in Python code. Simply implement
9760 `CalcMin` and `RecalcSizes` in the derived class and you're all set.
9761 For example::
9762
9763 class MySizer(wx.PySizer):
9764 def __init__(self):
9765 wx.PySizer.__init__(self)
9766
9767 def CalcMin(self):
9768 for item in self.GetChildren():
9769 # calculate the total minimum width and height needed
9770 # by all items in the sizer according to this sizer's
9771 # layout algorithm.
9772 ...
9773 return wx.Size(width, height)
9774
9775 def RecalcSizes(self):
9776 # find the space allotted to this sizer
9777 pos = self.GetPosition()
9778 size = self.GetSize()
9779 for item in self.GetChildren():
9780 # Recalculate (if necessary) the position and size of
9781 # each item and then call item.SetDimension to do the
9782 # actual positioning and sizing of the items within the
9783 # space alloted to this sizer.
9784 ...
9785 item.SetDimension(itemPos, itemSize)
9786
9787
9788 When `Layout` is called it first calls `CalcMin` followed by
9789 `RecalcSizes` so you can optimize a bit by saving the results of
9790 `CalcMin` and reusing them in `RecalcSizes`.
9791
9792 :see: `wx.SizerItem`, `wx.Sizer.GetChildren`
9793
9794
9795 """
9796 def __repr__(self):
9797 return "<%s.%s; proxy of C++ wxPySizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
9798 def __init__(self, *args, **kwargs):
9799 """
9800 __init__(self) -> PySizer
9801
9802 Creates a wx.PySizer. Must be called from the __init__ in the derived
9803 class.
9804 """
9805 newobj = _core_.new_PySizer(*args, **kwargs)
9806 self.this = newobj.this
9807 self.thisown = 1
9808 del newobj.thisown
9809 self._setCallbackInfo(self, PySizer);self._setOORInfo(self)
9810
9811 def _setCallbackInfo(*args, **kwargs):
9812 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
9813 return _core_.PySizer__setCallbackInfo(*args, **kwargs)
9814
9815
9816 class PySizerPtr(PySizer):
9817 def __init__(self, this):
9818 self.this = this
9819 if not hasattr(self,"thisown"): self.thisown = 0
9820 self.__class__ = PySizer
9821 _core_.PySizer_swigregister(PySizerPtr)
9822
9823 #---------------------------------------------------------------------------
9824
9825 class BoxSizer(Sizer):
9826 """
9827 The basic idea behind a box sizer is that windows will most often be
9828 laid out in rather simple basic geometry, typically in a row or a
9829 column or nested hierarchies of either. A wx.BoxSizer will lay out
9830 its items in a simple row or column, depending on the orientation
9831 parameter passed to the constructor.
9832 """
9833 def __repr__(self):
9834 return "<%s.%s; proxy of C++ wxBoxSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
9835 def __init__(self, *args, **kwargs):
9836 """
9837 __init__(self, int orient=HORIZONTAL) -> BoxSizer
9838
9839 Constructor for a wx.BoxSizer. *orient* may be one of ``wx.VERTICAL``
9840 or ``wx.HORIZONTAL`` for creating either a column sizer or a row
9841 sizer.
9842 """
9843 newobj = _core_.new_BoxSizer(*args, **kwargs)
9844 self.this = newobj.this
9845 self.thisown = 1
9846 del newobj.thisown
9847 self._setOORInfo(self)
9848
9849 def GetOrientation(*args, **kwargs):
9850 """
9851 GetOrientation(self) -> int
9852
9853 Returns the current orientation of the sizer.
9854 """
9855 return _core_.BoxSizer_GetOrientation(*args, **kwargs)
9856
9857 def SetOrientation(*args, **kwargs):
9858 """
9859 SetOrientation(self, int orient)
9860
9861 Resets the orientation of the sizer.
9862 """
9863 return _core_.BoxSizer_SetOrientation(*args, **kwargs)
9864
9865
9866 class BoxSizerPtr(BoxSizer):
9867 def __init__(self, this):
9868 self.this = this
9869 if not hasattr(self,"thisown"): self.thisown = 0
9870 self.__class__ = BoxSizer
9871 _core_.BoxSizer_swigregister(BoxSizerPtr)
9872
9873 #---------------------------------------------------------------------------
9874
9875 class StaticBoxSizer(BoxSizer):
9876 """
9877 wx.StaticBoxSizer derives from and functions identically to the
9878 `wx.BoxSizer` and adds a `wx.StaticBox` around the items that the sizer
9879 manages. Note that this static box must be created separately and
9880 passed to the sizer constructor.
9881 """
9882 def __repr__(self):
9883 return "<%s.%s; proxy of C++ wxStaticBoxSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
9884 def __init__(self, *args, **kwargs):
9885 """
9886 __init__(self, StaticBox box, int orient=HORIZONTAL) -> StaticBoxSizer
9887
9888 Constructor. It takes an associated static box and the orientation
9889 *orient* as parameters - orient can be either of ``wx.VERTICAL`` or
9890 ``wx.HORIZONTAL``.
9891 """
9892 newobj = _core_.new_StaticBoxSizer(*args, **kwargs)
9893 self.this = newobj.this
9894 self.thisown = 1
9895 del newobj.thisown
9896 self._setOORInfo(self)
9897
9898 def GetStaticBox(*args, **kwargs):
9899 """
9900 GetStaticBox(self) -> StaticBox
9901
9902 Returns the static box associated with this sizer.
9903 """
9904 return _core_.StaticBoxSizer_GetStaticBox(*args, **kwargs)
9905
9906
9907 class StaticBoxSizerPtr(StaticBoxSizer):
9908 def __init__(self, this):
9909 self.this = this
9910 if not hasattr(self,"thisown"): self.thisown = 0
9911 self.__class__ = StaticBoxSizer
9912 _core_.StaticBoxSizer_swigregister(StaticBoxSizerPtr)
9913
9914 #---------------------------------------------------------------------------
9915
9916 class GridSizer(Sizer):
9917 """
9918 A grid sizer is a sizer which lays out its children in a
9919 two-dimensional table with all cells having the same size. In other
9920 words, the width of each cell within the grid is the width of the
9921 widest item added to the sizer and the height of each grid cell is the
9922 height of the tallest item. An optional vertical and/or horizontal
9923 gap between items can also be specified (in pixels.)
9924
9925 Items are placed in the cells of the grid in the order they are added,
9926 in row-major order. In other words, the first row is filled first,
9927 then the second, and so on until all items have been added. (If
9928 neccessary, additional rows will be added as items are added.) If you
9929 need to have greater control over the cells that items are placed in
9930 then use the `wx.GridBagSizer`.
9931
9932 """
9933 def __repr__(self):
9934 return "<%s.%s; proxy of C++ wxGridSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
9935 def __init__(self, *args, **kwargs):
9936 """
9937 __init__(self, int rows=1, int cols=0, int vgap=0, int hgap=0) -> GridSizer
9938
9939 Constructor for a wx.GridSizer. *rows* and *cols* determine the number
9940 of columns and rows in the sizer - if either of the parameters is
9941 zero, it will be calculated to from the total number of children in
9942 the sizer, thus making the sizer grow dynamically. *vgap* and *hgap*
9943 define extra space between all children.
9944 """
9945 newobj = _core_.new_GridSizer(*args, **kwargs)
9946 self.this = newobj.this
9947 self.thisown = 1
9948 del newobj.thisown
9949 self._setOORInfo(self)
9950
9951 def SetCols(*args, **kwargs):
9952 """
9953 SetCols(self, int cols)
9954
9955 Sets the number of columns in the sizer.
9956 """
9957 return _core_.GridSizer_SetCols(*args, **kwargs)
9958
9959 def SetRows(*args, **kwargs):
9960 """
9961 SetRows(self, int rows)
9962
9963 Sets the number of rows in the sizer.
9964 """
9965 return _core_.GridSizer_SetRows(*args, **kwargs)
9966
9967 def SetVGap(*args, **kwargs):
9968 """
9969 SetVGap(self, int gap)
9970
9971 Sets the vertical gap (in pixels) between the cells in the sizer.
9972 """
9973 return _core_.GridSizer_SetVGap(*args, **kwargs)
9974
9975 def SetHGap(*args, **kwargs):
9976 """
9977 SetHGap(self, int gap)
9978
9979 Sets the horizontal gap (in pixels) between cells in the sizer
9980 """
9981 return _core_.GridSizer_SetHGap(*args, **kwargs)
9982
9983 def GetCols(*args, **kwargs):
9984 """
9985 GetCols(self) -> int
9986
9987 Returns the number of columns in the sizer.
9988 """
9989 return _core_.GridSizer_GetCols(*args, **kwargs)
9990
9991 def GetRows(*args, **kwargs):
9992 """
9993 GetRows(self) -> int
9994
9995 Returns the number of rows in the sizer.
9996 """
9997 return _core_.GridSizer_GetRows(*args, **kwargs)
9998
9999 def GetVGap(*args, **kwargs):
10000 """
10001 GetVGap(self) -> int
10002
10003 Returns the vertical gap (in pixels) between the cells in the sizer.
10004 """
10005 return _core_.GridSizer_GetVGap(*args, **kwargs)
10006
10007 def GetHGap(*args, **kwargs):
10008 """
10009 GetHGap(self) -> int
10010
10011 Returns the horizontal gap (in pixels) between cells in the sizer.
10012 """
10013 return _core_.GridSizer_GetHGap(*args, **kwargs)
10014
10015
10016 class GridSizerPtr(GridSizer):
10017 def __init__(self, this):
10018 self.this = this
10019 if not hasattr(self,"thisown"): self.thisown = 0
10020 self.__class__ = GridSizer
10021 _core_.GridSizer_swigregister(GridSizerPtr)
10022
10023 #---------------------------------------------------------------------------
10024
10025 FLEX_GROWMODE_NONE = _core_.FLEX_GROWMODE_NONE
10026 FLEX_GROWMODE_SPECIFIED = _core_.FLEX_GROWMODE_SPECIFIED
10027 FLEX_GROWMODE_ALL = _core_.FLEX_GROWMODE_ALL
10028 class FlexGridSizer(GridSizer):
10029 """
10030 A flex grid sizer is a sizer which lays out its children in a
10031 two-dimensional table with all table cells in one row having the same
10032 height and all cells in one column having the same width, but all
10033 rows or all columns are not necessarily the same height or width as in
10034 the `wx.GridSizer`.
10035
10036 wx.FlexGridSizer can also size items equally in one direction but
10037 unequally ("flexibly") in the other. If the sizer is only flexible
10038 in one direction (this can be changed using `SetFlexibleDirection`), it
10039 needs to be decided how the sizer should grow in the other ("non
10040 flexible") direction in order to fill the available space. The
10041 `SetNonFlexibleGrowMode` method serves this purpose.
10042
10043
10044 """
10045 def __repr__(self):
10046 return "<%s.%s; proxy of C++ wxFlexGridSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10047 def __init__(self, *args, **kwargs):
10048 """
10049 __init__(self, int rows=1, int cols=0, int vgap=0, int hgap=0) -> FlexGridSizer
10050
10051 Constructor for a wx.FlexGridSizer. *rows* and *cols* determine the
10052 number of columns and rows in the sizer - if either of the parameters
10053 is zero, it will be calculated to from the total number of children in
10054 the sizer, thus making the sizer grow dynamically. *vgap* and *hgap*
10055 define extra space between all children.
10056 """
10057 newobj = _core_.new_FlexGridSizer(*args, **kwargs)
10058 self.this = newobj.this
10059 self.thisown = 1
10060 del newobj.thisown
10061 self._setOORInfo(self)
10062
10063 def AddGrowableRow(*args, **kwargs):
10064 """
10065 AddGrowableRow(self, size_t idx, int proportion=0)
10066
10067 Specifies that row *idx* (starting from zero) should be grown if there
10068 is extra space available to the sizer.
10069
10070 The *proportion* parameter has the same meaning as the stretch factor
10071 for the box sizers except that if all proportions are 0, then all
10072 columns are resized equally (instead of not being resized at all).
10073 """
10074 return _core_.FlexGridSizer_AddGrowableRow(*args, **kwargs)
10075
10076 def RemoveGrowableRow(*args, **kwargs):
10077 """
10078 RemoveGrowableRow(self, size_t idx)
10079
10080 Specifies that row *idx* is no longer growable.
10081 """
10082 return _core_.FlexGridSizer_RemoveGrowableRow(*args, **kwargs)
10083
10084 def AddGrowableCol(*args, **kwargs):
10085 """
10086 AddGrowableCol(self, size_t idx, int proportion=0)
10087
10088 Specifies that column *idx* (starting from zero) should be grown if
10089 there is extra space available to the sizer.
10090
10091 The *proportion* parameter has the same meaning as the stretch factor
10092 for the box sizers except that if all proportions are 0, then all
10093 columns are resized equally (instead of not being resized at all).
10094 """
10095 return _core_.FlexGridSizer_AddGrowableCol(*args, **kwargs)
10096
10097 def RemoveGrowableCol(*args, **kwargs):
10098 """
10099 RemoveGrowableCol(self, size_t idx)
10100
10101 Specifies that column *idx* is no longer growable.
10102 """
10103 return _core_.FlexGridSizer_RemoveGrowableCol(*args, **kwargs)
10104
10105 def SetFlexibleDirection(*args, **kwargs):
10106 """
10107 SetFlexibleDirection(self, int direction)
10108
10109 Specifies whether the sizer should flexibly resize its columns, rows,
10110 or both. Argument *direction* can be one of the following values. Any
10111 other value is ignored.
10112
10113 ============== =======================================
10114 wx.VERTICAL Rows are flexibly sized.
10115 wx.HORIZONTAL Columns are flexibly sized.
10116 wx.BOTH Both rows and columns are flexibly sized
10117 (this is the default value).
10118 ============== =======================================
10119
10120 Note that this method does not trigger relayout.
10121
10122 """
10123 return _core_.FlexGridSizer_SetFlexibleDirection(*args, **kwargs)
10124
10125 def GetFlexibleDirection(*args, **kwargs):
10126 """
10127 GetFlexibleDirection(self) -> int
10128
10129 Returns a value that specifies whether the sizer
10130 flexibly resizes its columns, rows, or both (default).
10131
10132 :see: `SetFlexibleDirection`
10133 """
10134 return _core_.FlexGridSizer_GetFlexibleDirection(*args, **kwargs)
10135
10136 def SetNonFlexibleGrowMode(*args, **kwargs):
10137 """
10138 SetNonFlexibleGrowMode(self, int mode)
10139
10140 Specifies how the sizer should grow in the non-flexible direction if
10141 there is one (so `SetFlexibleDirection` must have been called
10142 previously). Argument *mode* can be one of the following values:
10143
10144 ========================== =================================================
10145 wx.FLEX_GROWMODE_NONE Sizer doesn't grow in the non flexible direction.
10146 wx.FLEX_GROWMODE_SPECIFIED Sizer honors growable columns/rows set with
10147 `AddGrowableCol` and `AddGrowableRow`. In this
10148 case equal sizing applies to minimum sizes of
10149 columns or rows (this is the default value).
10150 wx.FLEX_GROWMODE_ALL Sizer equally stretches all columns or rows in
10151 the non flexible direction, whether they are
10152 growable or not in the flexbile direction.
10153 ========================== =================================================
10154
10155 Note that this method does not trigger relayout.
10156
10157
10158 """
10159 return _core_.FlexGridSizer_SetNonFlexibleGrowMode(*args, **kwargs)
10160
10161 def GetNonFlexibleGrowMode(*args, **kwargs):
10162 """
10163 GetNonFlexibleGrowMode(self) -> int
10164
10165 Returns the value that specifies how the sizer grows in the
10166 non-flexible direction if there is one.
10167
10168 :see: `SetNonFlexibleGrowMode`
10169 """
10170 return _core_.FlexGridSizer_GetNonFlexibleGrowMode(*args, **kwargs)
10171
10172 def GetRowHeights(*args, **kwargs):
10173 """
10174 GetRowHeights(self) -> list
10175
10176 Returns a list of integers representing the heights of each of the
10177 rows in the sizer.
10178 """
10179 return _core_.FlexGridSizer_GetRowHeights(*args, **kwargs)
10180
10181 def GetColWidths(*args, **kwargs):
10182 """
10183 GetColWidths(self) -> list
10184
10185 Returns a list of integers representing the widths of each of the
10186 columns in the sizer.
10187 """
10188 return _core_.FlexGridSizer_GetColWidths(*args, **kwargs)
10189
10190
10191 class FlexGridSizerPtr(FlexGridSizer):
10192 def __init__(self, this):
10193 self.this = this
10194 if not hasattr(self,"thisown"): self.thisown = 0
10195 self.__class__ = FlexGridSizer
10196 _core_.FlexGridSizer_swigregister(FlexGridSizerPtr)
10197
10198 class StdDialogButtonSizer(BoxSizer):
10199 """
10200 A special sizer that knows how to order and position standard buttons
10201 in order to conform to the current platform's standards. You simply
10202 need to add each `wx.Button` to the sizer, and be sure to create the
10203 buttons using the standard ID's. Then call `Realize` and the sizer
10204 will take care of the rest.
10205
10206 """
10207 def __repr__(self):
10208 return "<%s.%s; proxy of C++ wxStdDialogButtonSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10209 def __init__(self, *args, **kwargs):
10210 """__init__(self) -> StdDialogButtonSizer"""
10211 newobj = _core_.new_StdDialogButtonSizer(*args, **kwargs)
10212 self.this = newobj.this
10213 self.thisown = 1
10214 del newobj.thisown
10215 def AddButton(*args, **kwargs):
10216 """
10217 AddButton(self, wxButton button)
10218
10219 Use this to add the buttons to this sizer. Do not use the `Add`
10220 method in the base class.
10221 """
10222 return _core_.StdDialogButtonSizer_AddButton(*args, **kwargs)
10223
10224 def Realize(*args, **kwargs):
10225 """
10226 Realize(self)
10227
10228 This funciton needs to be called after all the buttons have been added
10229 to the sizer. It will reorder them and position them in a platform
10230 specifc manner.
10231 """
10232 return _core_.StdDialogButtonSizer_Realize(*args, **kwargs)
10233
10234 def SetAffirmativeButton(*args, **kwargs):
10235 """SetAffirmativeButton(self, wxButton button)"""
10236 return _core_.StdDialogButtonSizer_SetAffirmativeButton(*args, **kwargs)
10237
10238 def SetNegativeButton(*args, **kwargs):
10239 """SetNegativeButton(self, wxButton button)"""
10240 return _core_.StdDialogButtonSizer_SetNegativeButton(*args, **kwargs)
10241
10242 def SetCancelButton(*args, **kwargs):
10243 """SetCancelButton(self, wxButton button)"""
10244 return _core_.StdDialogButtonSizer_SetCancelButton(*args, **kwargs)
10245
10246 def GetAffirmativeButton(*args, **kwargs):
10247 """GetAffirmativeButton(self) -> wxButton"""
10248 return _core_.StdDialogButtonSizer_GetAffirmativeButton(*args, **kwargs)
10249
10250 def GetApplyButton(*args, **kwargs):
10251 """GetApplyButton(self) -> wxButton"""
10252 return _core_.StdDialogButtonSizer_GetApplyButton(*args, **kwargs)
10253
10254 def GetNegativeButton(*args, **kwargs):
10255 """GetNegativeButton(self) -> wxButton"""
10256 return _core_.StdDialogButtonSizer_GetNegativeButton(*args, **kwargs)
10257
10258 def GetCancelButton(*args, **kwargs):
10259 """GetCancelButton(self) -> wxButton"""
10260 return _core_.StdDialogButtonSizer_GetCancelButton(*args, **kwargs)
10261
10262 def GetHelpButton(*args, **kwargs):
10263 """GetHelpButton(self) -> wxButton"""
10264 return _core_.StdDialogButtonSizer_GetHelpButton(*args, **kwargs)
10265
10266
10267 class StdDialogButtonSizerPtr(StdDialogButtonSizer):
10268 def __init__(self, this):
10269 self.this = this
10270 if not hasattr(self,"thisown"): self.thisown = 0
10271 self.__class__ = StdDialogButtonSizer
10272 _core_.StdDialogButtonSizer_swigregister(StdDialogButtonSizerPtr)
10273
10274 #---------------------------------------------------------------------------
10275
10276 class GBPosition(object):
10277 """
10278 This class represents the position of an item in a virtual grid of
10279 rows and columns managed by a `wx.GridBagSizer`. wxPython has
10280 typemaps that will automatically convert from a 2-element sequence of
10281 integers to a wx.GBPosition, so you can use the more pythonic
10282 representation of the position nearly transparently in Python code.
10283 """
10284 def __repr__(self):
10285 return "<%s.%s; proxy of C++ wxGBPosition instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10286 def __init__(self, *args, **kwargs):
10287 """
10288 __init__(self, int row=0, int col=0) -> GBPosition
10289
10290 This class represents the position of an item in a virtual grid of
10291 rows and columns managed by a `wx.GridBagSizer`. wxPython has
10292 typemaps that will automatically convert from a 2-element sequence of
10293 integers to a wx.GBPosition, so you can use the more pythonic
10294 representation of the position nearly transparently in Python code.
10295 """
10296 newobj = _core_.new_GBPosition(*args, **kwargs)
10297 self.this = newobj.this
10298 self.thisown = 1
10299 del newobj.thisown
10300 def GetRow(*args, **kwargs):
10301 """GetRow(self) -> int"""
10302 return _core_.GBPosition_GetRow(*args, **kwargs)
10303
10304 def GetCol(*args, **kwargs):
10305 """GetCol(self) -> int"""
10306 return _core_.GBPosition_GetCol(*args, **kwargs)
10307
10308 def SetRow(*args, **kwargs):
10309 """SetRow(self, int row)"""
10310 return _core_.GBPosition_SetRow(*args, **kwargs)
10311
10312 def SetCol(*args, **kwargs):
10313 """SetCol(self, int col)"""
10314 return _core_.GBPosition_SetCol(*args, **kwargs)
10315
10316 def __eq__(*args, **kwargs):
10317 """__eq__(self, GBPosition other) -> bool"""
10318 return _core_.GBPosition___eq__(*args, **kwargs)
10319
10320 def __ne__(*args, **kwargs):
10321 """__ne__(self, GBPosition other) -> bool"""
10322 return _core_.GBPosition___ne__(*args, **kwargs)
10323
10324 def Set(*args, **kwargs):
10325 """Set(self, int row=0, int col=0)"""
10326 return _core_.GBPosition_Set(*args, **kwargs)
10327
10328 def Get(*args, **kwargs):
10329 """Get(self) -> PyObject"""
10330 return _core_.GBPosition_Get(*args, **kwargs)
10331
10332 asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead")
10333 def __str__(self): return str(self.Get())
10334 def __repr__(self): return 'wx.GBPosition'+str(self.Get())
10335 def __len__(self): return len(self.Get())
10336 def __getitem__(self, index): return self.Get()[index]
10337 def __setitem__(self, index, val):
10338 if index == 0: self.SetRow(val)
10339 elif index == 1: self.SetCol(val)
10340 else: raise IndexError
10341 def __nonzero__(self): return self.Get() != (0,0)
10342 __safe_for_unpickling__ = True
10343 def __reduce__(self): return (wx.GBPosition, self.Get())
10344
10345 row = property(GetRow, SetRow)
10346 col = property(GetCol, SetCol)
10347
10348
10349 class GBPositionPtr(GBPosition):
10350 def __init__(self, this):
10351 self.this = this
10352 if not hasattr(self,"thisown"): self.thisown = 0
10353 self.__class__ = GBPosition
10354 _core_.GBPosition_swigregister(GBPositionPtr)
10355
10356 class GBSpan(object):
10357 """
10358 This class is used to hold the row and column spanning attributes of
10359 items in a `wx.GridBagSizer`. wxPython has typemaps that will
10360 automatically convert from a 2-element sequence of integers to a
10361 wx.GBSpan, so you can use the more pythonic representation of the span
10362 nearly transparently in Python code.
10363
10364 """
10365 def __repr__(self):
10366 return "<%s.%s; proxy of C++ wxGBSpan instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10367 def __init__(self, *args, **kwargs):
10368 """
10369 __init__(self, int rowspan=1, int colspan=1) -> GBSpan
10370
10371 Construct a new wxGBSpan, optionally setting the rowspan and
10372 colspan. The default is (1,1). (Meaning that the item occupies one
10373 cell in each direction.
10374 """
10375 newobj = _core_.new_GBSpan(*args, **kwargs)
10376 self.this = newobj.this
10377 self.thisown = 1
10378 del newobj.thisown
10379 def GetRowspan(*args, **kwargs):
10380 """GetRowspan(self) -> int"""
10381 return _core_.GBSpan_GetRowspan(*args, **kwargs)
10382
10383 def GetColspan(*args, **kwargs):
10384 """GetColspan(self) -> int"""
10385 return _core_.GBSpan_GetColspan(*args, **kwargs)
10386
10387 def SetRowspan(*args, **kwargs):
10388 """SetRowspan(self, int rowspan)"""
10389 return _core_.GBSpan_SetRowspan(*args, **kwargs)
10390
10391 def SetColspan(*args, **kwargs):
10392 """SetColspan(self, int colspan)"""
10393 return _core_.GBSpan_SetColspan(*args, **kwargs)
10394
10395 def __eq__(*args, **kwargs):
10396 """__eq__(self, GBSpan other) -> bool"""
10397 return _core_.GBSpan___eq__(*args, **kwargs)
10398
10399 def __ne__(*args, **kwargs):
10400 """__ne__(self, GBSpan other) -> bool"""
10401 return _core_.GBSpan___ne__(*args, **kwargs)
10402
10403 def Set(*args, **kwargs):
10404 """Set(self, int rowspan=1, int colspan=1)"""
10405 return _core_.GBSpan_Set(*args, **kwargs)
10406
10407 def Get(*args, **kwargs):
10408 """Get(self) -> PyObject"""
10409 return _core_.GBSpan_Get(*args, **kwargs)
10410
10411 asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead")
10412 def __str__(self): return str(self.Get())
10413 def __repr__(self): return 'wx.GBSpan'+str(self.Get())
10414 def __len__(self): return len(self.Get())
10415 def __getitem__(self, index): return self.Get()[index]
10416 def __setitem__(self, index, val):
10417 if index == 0: self.SetRowspan(val)
10418 elif index == 1: self.SetColspan(val)
10419 else: raise IndexError
10420 def __nonzero__(self): return self.Get() != (0,0)
10421 __safe_for_unpickling__ = True
10422 def __reduce__(self): return (wx.GBSpan, self.Get())
10423
10424 rowspan = property(GetRowspan, SetRowspan)
10425 colspan = property(GetColspan, SetColspan)
10426
10427
10428 class GBSpanPtr(GBSpan):
10429 def __init__(self, this):
10430 self.this = this
10431 if not hasattr(self,"thisown"): self.thisown = 0
10432 self.__class__ = GBSpan
10433 _core_.GBSpan_swigregister(GBSpanPtr)
10434
10435 class GBSizerItem(SizerItem):
10436 """
10437 The wx.GBSizerItem class is used to track the additional data about
10438 items in a `wx.GridBagSizer` such as the item's position in the grid
10439 and how many rows or columns it spans.
10440
10441 """
10442 def __repr__(self):
10443 return "<%s.%s; proxy of C++ wxGBSizerItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10444 def __init__(self, *args, **kwargs):
10445 """
10446 __init__(self) -> GBSizerItem
10447
10448 Constructs an empty wx.GBSizerItem. Either a window, sizer or spacer
10449 size will need to be set, as well as a position and span before this
10450 item can be used in a Sizer.
10451
10452 You will probably never need to create a wx.GBSizerItem directly as they
10453 are created automatically when the sizer's Add method is called.
10454 """
10455 newobj = _core_.new_GBSizerItem(*args, **kwargs)
10456 self.this = newobj.this
10457 self.thisown = 1
10458 del newobj.thisown
10459 def GetPos(*args, **kwargs):
10460 """
10461 GetPos(self) -> GBPosition
10462
10463 Get the grid position of the item
10464 """
10465 return _core_.GBSizerItem_GetPos(*args, **kwargs)
10466
10467 def GetPosTuple(self): return self.GetPos().Get()
10468 def GetSpan(*args, **kwargs):
10469 """
10470 GetSpan(self) -> GBSpan
10471
10472 Get the row and column spanning of the item
10473 """
10474 return _core_.GBSizerItem_GetSpan(*args, **kwargs)
10475
10476 def GetSpanTuple(self): return self.GetSpan().Get()
10477 def SetPos(*args, **kwargs):
10478 """
10479 SetPos(self, GBPosition pos) -> bool
10480
10481 If the item is already a member of a sizer then first ensure that
10482 there is no other item that would intersect with this one at the new
10483 position, then set the new position. Returns True if the change is
10484 successful and after the next Layout() the item will be moved.
10485 """
10486 return _core_.GBSizerItem_SetPos(*args, **kwargs)
10487
10488 def SetSpan(*args, **kwargs):
10489 """
10490 SetSpan(self, GBSpan span) -> bool
10491
10492 If the item is already a member of a sizer then first ensure that
10493 there is no other item that would intersect with this one with its new
10494 spanning size, then set the new spanning. Returns True if the change
10495 is successful and after the next Layout() the item will be resized.
10496
10497 """
10498 return _core_.GBSizerItem_SetSpan(*args, **kwargs)
10499
10500 def Intersects(*args, **kwargs):
10501 """
10502 Intersects(self, GBSizerItem other) -> bool
10503
10504 Returns True if this item and the other item instersect.
10505 """
10506 return _core_.GBSizerItem_Intersects(*args, **kwargs)
10507
10508 def IntersectsPos(*args, **kwargs):
10509 """
10510 IntersectsPos(self, GBPosition pos, GBSpan span) -> bool
10511
10512 Returns True if the given pos/span would intersect with this item.
10513 """
10514 return _core_.GBSizerItem_IntersectsPos(*args, **kwargs)
10515
10516 def GetEndPos(*args, **kwargs):
10517 """
10518 GetEndPos(self) -> GBPosition
10519
10520 Get the row and column of the endpoint of this item.
10521 """
10522 return _core_.GBSizerItem_GetEndPos(*args, **kwargs)
10523
10524 def GetGBSizer(*args, **kwargs):
10525 """
10526 GetGBSizer(self) -> GridBagSizer
10527
10528 Get the sizer this item is a member of.
10529 """
10530 return _core_.GBSizerItem_GetGBSizer(*args, **kwargs)
10531
10532 def SetGBSizer(*args, **kwargs):
10533 """
10534 SetGBSizer(self, GridBagSizer sizer)
10535
10536 Set the sizer this item is a member of.
10537 """
10538 return _core_.GBSizerItem_SetGBSizer(*args, **kwargs)
10539
10540
10541 class GBSizerItemPtr(GBSizerItem):
10542 def __init__(self, this):
10543 self.this = this
10544 if not hasattr(self,"thisown"): self.thisown = 0
10545 self.__class__ = GBSizerItem
10546 _core_.GBSizerItem_swigregister(GBSizerItemPtr)
10547 DefaultSpan = cvar.DefaultSpan
10548
10549 def GBSizerItemWindow(*args, **kwargs):
10550 """
10551 GBSizerItemWindow(Window window, GBPosition pos, GBSpan span, int flag,
10552 int border, PyObject userData=None) -> GBSizerItem
10553
10554 Construct a `wx.GBSizerItem` for a window.
10555 """
10556 val = _core_.new_GBSizerItemWindow(*args, **kwargs)
10557 val.thisown = 1
10558 return val
10559
10560 def GBSizerItemSizer(*args, **kwargs):
10561 """
10562 GBSizerItemSizer(Sizer sizer, GBPosition pos, GBSpan span, int flag,
10563 int border, PyObject userData=None) -> GBSizerItem
10564
10565 Construct a `wx.GBSizerItem` for a sizer
10566 """
10567 val = _core_.new_GBSizerItemSizer(*args, **kwargs)
10568 val.thisown = 1
10569 return val
10570
10571 def GBSizerItemSpacer(*args, **kwargs):
10572 """
10573 GBSizerItemSpacer(int width, int height, GBPosition pos, GBSpan span,
10574 int flag, int border, PyObject userData=None) -> GBSizerItem
10575
10576 Construct a `wx.GBSizerItem` for a spacer.
10577 """
10578 val = _core_.new_GBSizerItemSpacer(*args, **kwargs)
10579 val.thisown = 1
10580 return val
10581
10582 class GridBagSizer(FlexGridSizer):
10583 """
10584 A `wx.Sizer` that can lay out items in a virtual grid like a
10585 `wx.FlexGridSizer` but in this case explicit positioning of the items
10586 is allowed using `wx.GBPosition`, and items can optionally span more
10587 than one row and/or column using `wx.GBSpan`. The total size of the
10588 virtual grid is determined by the largest row and column that items are
10589 positioned at, adjusted for spanning.
10590
10591 """
10592 def __repr__(self):
10593 return "<%s.%s; proxy of C++ wxGridBagSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10594 def __init__(self, *args, **kwargs):
10595 """
10596 __init__(self, int vgap=0, int hgap=0) -> GridBagSizer
10597
10598 Constructor, with optional parameters to specify the gap between the
10599 rows and columns.
10600 """
10601 newobj = _core_.new_GridBagSizer(*args, **kwargs)
10602 self.this = newobj.this
10603 self.thisown = 1
10604 del newobj.thisown
10605 self._setOORInfo(self)
10606
10607 def Add(*args, **kwargs):
10608 """
10609 Add(self, item, GBPosition pos, GBSpan span=DefaultSpan, int flag=0,
10610 int border=0, userData=None) -> wx.GBSizerItem
10611
10612 Adds an item to the sizer at the grid cell *pos*, optionally spanning
10613 more than one row or column as specified with *span*. The remaining
10614 args behave similarly to `wx.Sizer.Add`.
10615
10616 Returns True if the item was successfully placed at the given cell
10617 position, False if something was already there.
10618
10619 """
10620 return _core_.GridBagSizer_Add(*args, **kwargs)
10621
10622 def AddItem(*args, **kwargs):
10623 """
10624 Add(self, GBSizerItem item) -> wx.GBSizerItem
10625
10626 Add an item to the sizer using a `wx.GBSizerItem`. Returns True if
10627 the item was successfully placed at its given cell position, False if
10628 something was already there.
10629 """
10630 return _core_.GridBagSizer_AddItem(*args, **kwargs)
10631
10632 def GetCellSize(*args, **kwargs):
10633 """
10634 GetCellSize(self, int row, int col) -> Size
10635
10636 Get the size of the specified cell, including hgap and
10637 vgap. Only valid after a Layout.
10638 """
10639 return _core_.GridBagSizer_GetCellSize(*args, **kwargs)
10640
10641 def GetEmptyCellSize(*args, **kwargs):
10642 """
10643 GetEmptyCellSize(self) -> Size
10644
10645 Get the size used for cells in the grid with no item.
10646 """
10647 return _core_.GridBagSizer_GetEmptyCellSize(*args, **kwargs)
10648
10649 def SetEmptyCellSize(*args, **kwargs):
10650 """
10651 SetEmptyCellSize(self, Size sz)
10652
10653 Set the size used for cells in the grid with no item.
10654 """
10655 return _core_.GridBagSizer_SetEmptyCellSize(*args, **kwargs)
10656
10657 def GetItemPosition(*args):
10658 """
10659 GetItemPosition(self, item) -> GBPosition
10660
10661 Get the grid position of the specified *item* where *item* is either a
10662 window or subsizer that is a member of this sizer, or a zero-based
10663 index of an item.
10664 """
10665 return _core_.GridBagSizer_GetItemPosition(*args)
10666
10667 def SetItemPosition(*args):
10668 """
10669 SetItemPosition(self, item, GBPosition pos) -> bool
10670
10671 Set the grid position of the specified *item* where *item* is either a
10672 window or subsizer that is a member of this sizer, or a zero-based
10673 index of an item. Returns True on success. If the move is not
10674 allowed (because an item is already there) then False is returned.
10675
10676 """
10677 return _core_.GridBagSizer_SetItemPosition(*args)
10678
10679 def GetItemSpan(*args):
10680 """
10681 GetItemSpan(self, item) -> GBSpan
10682
10683 Get the row/col spanning of the specified *item* where *item* is
10684 either a window or subsizer that is a member of this sizer, or a
10685 zero-based index of an item.
10686 """
10687 return _core_.GridBagSizer_GetItemSpan(*args)
10688
10689 def SetItemSpan(*args):
10690 """
10691 SetItemSpan(self, item, GBSpan span) -> bool
10692
10693 Set the row/col spanning of the specified *item* where *item* is
10694 either a window or subsizer that is a member of this sizer, or a
10695 zero-based index of an item. Returns True on success. If the move is
10696 not allowed (because an item is already there) then False is returned.
10697 """
10698 return _core_.GridBagSizer_SetItemSpan(*args)
10699
10700 def FindItem(*args):
10701 """
10702 FindItem(self, item) -> GBSizerItem
10703
10704 Find the sizer item for the given window or subsizer, returns None if
10705 not found. (non-recursive)
10706 """
10707 return _core_.GridBagSizer_FindItem(*args)
10708
10709 def FindItemAtPosition(*args, **kwargs):
10710 """
10711 FindItemAtPosition(self, GBPosition pos) -> GBSizerItem
10712
10713 Return the sizer item for the given grid cell, or None if there is no
10714 item at that position. (non-recursive)
10715 """
10716 return _core_.GridBagSizer_FindItemAtPosition(*args, **kwargs)
10717
10718 def FindItemAtPoint(*args, **kwargs):
10719 """
10720 FindItemAtPoint(self, Point pt) -> GBSizerItem
10721
10722 Return the sizer item located at the point given in *pt*, or None if
10723 there is no item at that point. The (x,y) coordinates in pt correspond
10724 to the client coordinates of the window using the sizer for
10725 layout. (non-recursive)
10726 """
10727 return _core_.GridBagSizer_FindItemAtPoint(*args, **kwargs)
10728
10729 def CheckForIntersection(*args, **kwargs):
10730 """
10731 CheckForIntersection(self, GBSizerItem item, GBSizerItem excludeItem=None) -> bool
10732
10733 Look at all items and see if any intersect (or would overlap) the
10734 given *item*. Returns True if so, False if there would be no overlap.
10735 If an *excludeItem* is given then it will not be checked for
10736 intersection, for example it may be the item we are checking the
10737 position of.
10738
10739 """
10740 return _core_.GridBagSizer_CheckForIntersection(*args, **kwargs)
10741
10742 def CheckForIntersectionPos(*args, **kwargs):
10743 """
10744 CheckForIntersectionPos(self, GBPosition pos, GBSpan span, GBSizerItem excludeItem=None) -> bool
10745
10746 Look at all items and see if any intersect (or would overlap) the
10747 given position and span. Returns True if so, False if there would be
10748 no overlap. If an *excludeItem* is given then it will not be checked
10749 for intersection, for example it may be the item we are checking the
10750 position of.
10751 """
10752 return _core_.GridBagSizer_CheckForIntersectionPos(*args, **kwargs)
10753
10754
10755 class GridBagSizerPtr(GridBagSizer):
10756 def __init__(self, this):
10757 self.this = this
10758 if not hasattr(self,"thisown"): self.thisown = 0
10759 self.__class__ = GridBagSizer
10760 _core_.GridBagSizer_swigregister(GridBagSizerPtr)
10761
10762 #---------------------------------------------------------------------------
10763
10764 Left = _core_.Left
10765 Top = _core_.Top
10766 Right = _core_.Right
10767 Bottom = _core_.Bottom
10768 Width = _core_.Width
10769 Height = _core_.Height
10770 Centre = _core_.Centre
10771 Center = _core_.Center
10772 CentreX = _core_.CentreX
10773 CentreY = _core_.CentreY
10774 Unconstrained = _core_.Unconstrained
10775 AsIs = _core_.AsIs
10776 PercentOf = _core_.PercentOf
10777 Above = _core_.Above
10778 Below = _core_.Below
10779 LeftOf = _core_.LeftOf
10780 RightOf = _core_.RightOf
10781 SameAs = _core_.SameAs
10782 Absolute = _core_.Absolute
10783 class IndividualLayoutConstraint(Object):
10784 """
10785 Objects of this class are stored in the `wx.LayoutConstraints` class as
10786 one of eight possible constraints that a window can be involved in.
10787 You will never need to create an instance of
10788 wx.IndividualLayoutConstraint, rather you should create a
10789 `wx.LayoutConstraints` instance and use the individual contstraints
10790 that it contains.
10791 """
10792 def __init__(self): raise RuntimeError, "No constructor defined"
10793 def __repr__(self):
10794 return "<%s.%s; proxy of C++ wxIndividualLayoutConstraint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
10795 def Set(*args, **kwargs):
10796 """
10797 Set(self, int rel, Window otherW, int otherE, int val=0, int marg=wxLAYOUT_DEFAULT_MARGIN)
10798
10799 Sets the properties of the constraint. Normally called by one of the
10800 convenience functions such as Above, RightOf, SameAs.
10801 """
10802 return _core_.IndividualLayoutConstraint_Set(*args, **kwargs)
10803
10804 def LeftOf(*args, **kwargs):
10805 """
10806 LeftOf(self, Window sibling, int marg=0)
10807
10808 Constrains this edge to be to the left of the given window, with an
10809 optional margin. Implicitly, this is relative to the left edge of the
10810 other window.
10811 """
10812 return _core_.IndividualLayoutConstraint_LeftOf(*args, **kwargs)
10813
10814 def RightOf(*args, **kwargs):
10815 """
10816 RightOf(self, Window sibling, int marg=0)
10817
10818 Constrains this edge to be to the right of the given window, with an
10819 optional margin. Implicitly, this is relative to the right edge of the
10820 other window.
10821 """
10822 return _core_.IndividualLayoutConstraint_RightOf(*args, **kwargs)
10823
10824 def Above(*args, **kwargs):
10825 """
10826 Above(self, Window sibling, int marg=0)
10827
10828 Constrains this edge to be above the given window, with an optional
10829 margin. Implicitly, this is relative to the top edge of the other
10830 window.
10831 """
10832 return _core_.IndividualLayoutConstraint_Above(*args, **kwargs)
10833
10834 def Below(*args, **kwargs):
10835 """
10836 Below(self, Window sibling, int marg=0)
10837
10838 Constrains this edge to be below the given window, with an optional
10839 margin. Implicitly, this is relative to the bottom edge of the other
10840 window.
10841 """
10842 return _core_.IndividualLayoutConstraint_Below(*args, **kwargs)
10843
10844 def SameAs(*args, **kwargs):
10845 """
10846 SameAs(self, Window otherW, int edge, int marg=0)
10847
10848 Constrains this edge or dimension to be to the same as the edge of the
10849 given window, with an optional margin.
10850 """
10851 return _core_.IndividualLayoutConstraint_SameAs(*args, **kwargs)
10852
10853 def PercentOf(*args, **kwargs):
10854 """
10855 PercentOf(self, Window otherW, int wh, int per)
10856
10857 Constrains this edge or dimension to be to a percentage of the given
10858 window, with an optional margin.
10859 """
10860 return _core_.IndividualLayoutConstraint_PercentOf(*args, **kwargs)
10861
10862 def Absolute(*args, **kwargs):
10863 """
10864 Absolute(self, int val)
10865
10866 Constrains this edge or dimension to be the given absolute value.
10867 """
10868 return _core_.IndividualLayoutConstraint_Absolute(*args, **kwargs)
10869
10870 def Unconstrained(*args, **kwargs):
10871 """
10872 Unconstrained(self)
10873
10874 Sets this edge or dimension to be unconstrained, that is, dependent on
10875 other edges and dimensions from which this value can be deduced.
10876 """
10877 return _core_.IndividualLayoutConstraint_Unconstrained(*args, **kwargs)
10878
10879 def AsIs(*args, **kwargs):
10880 """
10881 AsIs(self)
10882
10883 Sets this edge or constraint to be whatever the window's value is at
10884 the moment. If either of the width and height constraints are *as is*,
10885 the window will not be resized, but moved instead. This is important
10886 when considering panel items which are intended to have a default
10887 size, such as a button, which may take its size from the size of the
10888 button label.
10889 """
10890 return _core_.IndividualLayoutConstraint_AsIs(*args, **kwargs)
10891
10892 def GetOtherWindow(*args, **kwargs):
10893 """GetOtherWindow(self) -> Window"""
10894 return _core_.IndividualLayoutConstraint_GetOtherWindow(*args, **kwargs)
10895
10896 def GetMyEdge(*args, **kwargs):
10897 """GetMyEdge(self) -> int"""
10898 return _core_.IndividualLayoutConstraint_GetMyEdge(*args, **kwargs)
10899
10900 def SetEdge(*args, **kwargs):
10901 """SetEdge(self, int which)"""
10902 return _core_.IndividualLayoutConstraint_SetEdge(*args, **kwargs)
10903
10904 def SetValue(*args, **kwargs):
10905 """SetValue(self, int v)"""
10906 return _core_.IndividualLayoutConstraint_SetValue(*args, **kwargs)
10907
10908 def GetMargin(*args, **kwargs):
10909 """GetMargin(self) -> int"""
10910 return _core_.IndividualLayoutConstraint_GetMargin(*args, **kwargs)
10911
10912 def SetMargin(*args, **kwargs):
10913 """SetMargin(self, int m)"""
10914 return _core_.IndividualLayoutConstraint_SetMargin(*args, **kwargs)
10915
10916 def GetValue(*args, **kwargs):
10917 """GetValue(self) -> int"""
10918 return _core_.IndividualLayoutConstraint_GetValue(*args, **kwargs)
10919
10920 def GetPercent(*args, **kwargs):
10921 """GetPercent(self) -> int"""
10922 return _core_.IndividualLayoutConstraint_GetPercent(*args, **kwargs)
10923
10924 def GetOtherEdge(*args, **kwargs):
10925 """GetOtherEdge(self) -> int"""
10926 return _core_.IndividualLayoutConstraint_GetOtherEdge(*args, **kwargs)
10927
10928 def GetDone(*args, **kwargs):
10929 """GetDone(self) -> bool"""
10930 return _core_.IndividualLayoutConstraint_GetDone(*args, **kwargs)
10931
10932 def SetDone(*args, **kwargs):
10933 """SetDone(self, bool d)"""
10934 return _core_.IndividualLayoutConstraint_SetDone(*args, **kwargs)
10935
10936 def GetRelationship(*args, **kwargs):
10937 """GetRelationship(self) -> int"""
10938 return _core_.IndividualLayoutConstraint_GetRelationship(*args, **kwargs)
10939
10940 def SetRelationship(*args, **kwargs):
10941 """SetRelationship(self, int r)"""
10942 return _core_.IndividualLayoutConstraint_SetRelationship(*args, **kwargs)
10943
10944 def ResetIfWin(*args, **kwargs):
10945 """
10946 ResetIfWin(self, Window otherW) -> bool
10947
10948 Reset constraint if it mentions otherWin
10949 """
10950 return _core_.IndividualLayoutConstraint_ResetIfWin(*args, **kwargs)
10951
10952 def SatisfyConstraint(*args, **kwargs):
10953 """
10954 SatisfyConstraint(self, LayoutConstraints constraints, Window win) -> bool
10955
10956 Try to satisfy constraint
10957 """
10958 return _core_.IndividualLayoutConstraint_SatisfyConstraint(*args, **kwargs)
10959
10960 def GetEdge(*args, **kwargs):
10961 """
10962 GetEdge(self, int which, Window thisWin, Window other) -> int
10963
10964 Get the value of this edge or dimension, or if this
10965 is not determinable, -1.
10966 """
10967 return _core_.IndividualLayoutConstraint_GetEdge(*args, **kwargs)
10968
10969
10970 class IndividualLayoutConstraintPtr(IndividualLayoutConstraint):
10971 def __init__(self, this):
10972 self.this = this
10973 if not hasattr(self,"thisown"): self.thisown = 0
10974 self.__class__ = IndividualLayoutConstraint
10975 _core_.IndividualLayoutConstraint_swigregister(IndividualLayoutConstraintPtr)
10976
10977 class LayoutConstraints(Object):
10978 """
10979 **Note:** constraints are now deprecated and you should use sizers
10980 instead.
10981
10982 Objects of this class can be associated with a window to define its
10983 layout constraints, with respect to siblings or its parent.
10984
10985 The class consists of the following eight constraints of class
10986 wx.IndividualLayoutConstraint, some or all of which should be accessed
10987 directly to set the appropriate constraints.
10988
10989 * left: represents the left hand edge of the window
10990 * right: represents the right hand edge of the window
10991 * top: represents the top edge of the window
10992 * bottom: represents the bottom edge of the window
10993 * width: represents the width of the window
10994 * height: represents the height of the window
10995 * centreX: represents the horizontal centre point of the window
10996 * centreY: represents the vertical centre point of the window
10997
10998 Most constraints are initially set to have the relationship
10999 wxUnconstrained, which means that their values should be calculated by
11000 looking at known constraints. The exceptions are width and height,
11001 which are set to wxAsIs to ensure that if the user does not specify a
11002 constraint, the existing width and height will be used, to be
11003 compatible with panel items which often have take a default size. If
11004 the constraint is ``wx.AsIs``, the dimension will not be changed.
11005
11006 :see: `wx.IndividualLayoutConstraint`, `wx.Window.SetConstraints`
11007
11008 """
11009 def __repr__(self):
11010 return "<%s.%s; proxy of C++ wxLayoutConstraints instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
11011 left = property(_core_.LayoutConstraints_left_get)
11012 top = property(_core_.LayoutConstraints_top_get)
11013 right = property(_core_.LayoutConstraints_right_get)
11014 bottom = property(_core_.LayoutConstraints_bottom_get)
11015 width = property(_core_.LayoutConstraints_width_get)
11016 height = property(_core_.LayoutConstraints_height_get)
11017 centreX = property(_core_.LayoutConstraints_centreX_get)
11018 centreY = property(_core_.LayoutConstraints_centreY_get)
11019 def __init__(self, *args, **kwargs):
11020 """__init__(self) -> LayoutConstraints"""
11021 newobj = _core_.new_LayoutConstraints(*args, **kwargs)
11022 self.this = newobj.this
11023 self.thisown = 1
11024 del newobj.thisown
11025 def SatisfyConstraints(*args, **kwargs):
11026 """SatisfyConstraints(Window win) -> (areSatisfied, noChanges)"""
11027 return _core_.LayoutConstraints_SatisfyConstraints(*args, **kwargs)
11028
11029 def AreSatisfied(*args, **kwargs):
11030 """AreSatisfied(self) -> bool"""
11031 return _core_.LayoutConstraints_AreSatisfied(*args, **kwargs)
11032
11033
11034 class LayoutConstraintsPtr(LayoutConstraints):
11035 def __init__(self, this):
11036 self.this = this
11037 if not hasattr(self,"thisown"): self.thisown = 0
11038 self.__class__ = LayoutConstraints
11039 _core_.LayoutConstraints_swigregister(LayoutConstraintsPtr)
11040
11041 #----------------------------------------------------------------------------
11042
11043 # Use Python's bool constants if available, make some if not
11044 try:
11045 True
11046 except NameError:
11047 __builtins__.True = 1==1
11048 __builtins__.False = 1==0
11049 def bool(value): return not not value
11050 __builtins__.bool = bool
11051
11052
11053
11054 # workarounds for bad wxRTTI names
11055 __wxPyPtrTypeMap['wxGauge95'] = 'wxGauge'
11056 __wxPyPtrTypeMap['wxSlider95'] = 'wxSlider'
11057 __wxPyPtrTypeMap['wxStatusBar95'] = 'wxStatusBar'
11058
11059
11060 #----------------------------------------------------------------------------
11061 # Load version numbers from __version__... Ensure that major and minor
11062 # versions are the same for both wxPython and wxWidgets.
11063
11064 from __version__ import *
11065 __version__ = VERSION_STRING
11066
11067 assert MAJOR_VERSION == _core_.MAJOR_VERSION, "wxPython/wxWidgets version mismatch"
11068 assert MINOR_VERSION == _core_.MINOR_VERSION, "wxPython/wxWidgets version mismatch"
11069 if RELEASE_VERSION != _core_.RELEASE_VERSION:
11070 import warnings
11071 warnings.warn("wxPython/wxWidgets release number mismatch")
11072
11073 #----------------------------------------------------------------------------
11074
11075 # Set the default string<-->unicode conversion encoding from the
11076 # locale. This encoding is used when string or unicode objects need
11077 # to be converted in order to pass them to wxWidgets. Please be aware
11078 # that the default encoding within the same locale may be slightly
11079 # different on different platforms. For example, please see
11080 # http://www.alanwood.net/demos/charsetdiffs.html for differences
11081 # between the common latin/roman encodings.
11082 import locale
11083 default = locale.getdefaultlocale()[1]
11084 if default:
11085 wx.SetDefaultPyEncoding(default)
11086 del default
11087 del locale
11088
11089 #----------------------------------------------------------------------------
11090
11091 class PyDeadObjectError(AttributeError):
11092 pass
11093
11094 class _wxPyDeadObject(object):
11095 """
11096 Instances of wx objects that are OOR capable will have their __class__
11097 changed to this class when the C++ object is deleted. This should help
11098 prevent crashes due to referencing a bogus C++ pointer.
11099 """
11100 reprStr = "wxPython wrapper for DELETED %s object! (The C++ object no longer exists.)"
11101 attrStr = "The C++ part of the %s object has been deleted, attribute access no longer allowed."
11102
11103 def __repr__(self):
11104 if not hasattr(self, "_name"):
11105 self._name = "[unknown]"
11106 return self.reprStr % self._name
11107
11108 def __getattr__(self, *args):
11109 if not hasattr(self, "_name"):
11110 self._name = "[unknown]"
11111 raise PyDeadObjectError(self.attrStr % self._name)
11112
11113 def __nonzero__(self):
11114 return 0
11115
11116
11117
11118 class PyUnbornObjectError(AttributeError):
11119 pass
11120
11121 class _wxPyUnbornObject(object):
11122 """
11123 Some stock objects are created when the wx._core module is
11124 imported, but their C++ instance is not created until the wx.App
11125 object is created and initialized. These object instances will
11126 temporarily have their __class__ changed to this class so an
11127 exception will be raised if they are used before the C++ instance
11128 is ready.
11129 """
11130
11131 reprStr = "wxPython wrapper for UNBORN object! (The C++ object is not initialized yet.)"
11132 attrStr = "The C++ part of this object has not been initialized, attribute access not allowed."
11133
11134 def __repr__(self):
11135 #if not hasattr(self, "_name"):
11136 # self._name = "[unknown]"
11137 return self.reprStr #% self._name
11138
11139 def __getattr__(self, *args):
11140 #if not hasattr(self, "_name"):
11141 # self._name = "[unknown]"
11142 raise PyUnbornObjectError(self.attrStr) # % self._name )
11143
11144 def __nonzero__(self):
11145 return 0
11146
11147
11148 #----------------------------------------------------------------------------
11149
11150 def CallAfter(callable, *args, **kw):
11151 """
11152 Call the specified function after the current and pending event
11153 handlers have been completed. This is also good for making GUI
11154 method calls from non-GUI threads. Any extra positional or
11155 keyword args are passed on to the callable when it is called.
11156
11157 :see: `wx.FutureCall`
11158 """
11159 app = wx.GetApp()
11160 assert app is not None, 'No wx.App created yet'
11161
11162 if not hasattr(app, "_CallAfterId"):
11163 app._CallAfterId = wx.NewEventType()
11164 app.Connect(-1, -1, app._CallAfterId,
11165 lambda event: event.callable(*event.args, **event.kw) )
11166 evt = wx.PyEvent()
11167 evt.SetEventType(app._CallAfterId)
11168 evt.callable = callable
11169 evt.args = args
11170 evt.kw = kw
11171 wx.PostEvent(app, evt)
11172
11173 #----------------------------------------------------------------------------
11174
11175
11176 class FutureCall:
11177 """
11178 A convenience class for `wx.Timer`, that calls the given callable
11179 object once after the given amount of milliseconds, passing any
11180 positional or keyword args. The return value of the callable is
11181 availbale after it has been run with the `GetResult` method.
11182
11183 If you don't need to get the return value or restart the timer
11184 then there is no need to hold a reference to this object. It will
11185 hold a reference to itself while the timer is running (the timer
11186 has a reference to self.Notify) but the cycle will be broken when
11187 the timer completes, automatically cleaning up the wx.FutureCall
11188 object.
11189
11190 :see: `wx.CallAfter`
11191 """
11192 def __init__(self, millis, callable, *args, **kwargs):
11193 self.millis = millis
11194 self.callable = callable
11195 self.SetArgs(*args, **kwargs)
11196 self.runCount = 0
11197 self.running = False
11198 self.hasRun = False
11199 self.result = None
11200 self.timer = None
11201 self.Start()
11202
11203 def __del__(self):
11204 self.Stop()
11205
11206
11207 def Start(self, millis=None, *args, **kwargs):
11208 """
11209 (Re)start the timer
11210 """
11211 self.hasRun = False
11212 if millis is not None:
11213 self.millis = millis
11214 if args or kwargs:
11215 self.SetArgs(*args, **kwargs)
11216 self.Stop()
11217 self.timer = wx.PyTimer(self.Notify)
11218 self.timer.Start(self.millis, wx.TIMER_ONE_SHOT)
11219 self.running = True
11220 Restart = Start
11221
11222
11223 def Stop(self):
11224 """
11225 Stop and destroy the timer.
11226 """
11227 if self.timer is not None:
11228 self.timer.Stop()
11229 self.timer = None
11230
11231
11232 def GetInterval(self):
11233 if self.timer is not None:
11234 return self.timer.GetInterval()
11235 else:
11236 return 0
11237
11238
11239 def IsRunning(self):
11240 return self.timer is not None and self.timer.IsRunning()
11241
11242
11243 def SetArgs(self, *args, **kwargs):
11244 """
11245 (Re)set the args passed to the callable object. This is
11246 useful in conjunction with Restart if you want to schedule a
11247 new call to the same callable object but with different
11248 parameters.
11249 """
11250 self.args = args
11251 self.kwargs = kwargs
11252
11253
11254 def HasRun(self):
11255 return self.hasRun
11256
11257 def GetResult(self):
11258 return self.result
11259
11260 def Notify(self):
11261 """
11262 The timer has expired so call the callable.
11263 """
11264 if self.callable and getattr(self.callable, 'im_self', True):
11265 self.runCount += 1
11266 self.running = False
11267 self.result = self.callable(*self.args, **self.kwargs)
11268 self.hasRun = True
11269 if not self.running:
11270 # if it wasn't restarted, then cleanup
11271 wx.CallAfter(self.Stop)
11272
11273
11274
11275 #----------------------------------------------------------------------------
11276 # Control which items in this module should be documented by epydoc.
11277 # We allow only classes and functions, which will help reduce the size
11278 # of the docs by filtering out the zillions of constants, EVT objects,
11279 # and etc that don't make much sense by themselves, but are instead
11280 # documented (or will be) as part of the classes/functions/methods
11281 # where they should be used.
11282
11283 class __DocFilter:
11284 """
11285 A filter for epydoc that only allows non-Ptr classes and
11286 fucntions, in order to reduce the clutter in the API docs.
11287 """
11288 def __init__(self, globals):
11289 self._globals = globals
11290
11291 def __call__(self, name):
11292 import types
11293 obj = self._globals.get(name, None)
11294 if type(obj) not in [type, types.ClassType, types.FunctionType, types.BuiltinFunctionType]:
11295 return False
11296 if name.startswith('_') or name.endswith('Ptr') or name.startswith('EVT'):
11297 return False
11298 return True
11299
11300 #----------------------------------------------------------------------------
11301 #----------------------------------------------------------------------------
11302
11303 # Import other modules in this package that should show up in the
11304 # "core" wx namespace
11305 from _gdi import *
11306 from _windows import *
11307 from _controls import *
11308 from _misc import *
11309
11310
11311 # Fixup the stock objects since they can't be used yet. (They will be
11312 # restored in wx.PyApp.OnInit.)
11313 _core_._wxPyFixStockObjects()
11314
11315 #----------------------------------------------------------------------------
11316 #----------------------------------------------------------------------------
11317
11318