1 # This file was created automatically by SWIG.
2 # Don't modify this file, modify the SWIG interface instead.
6 def _swig_setattr_nondynamic(self
,class_type
,name
,value
,static
=1):
8 if isinstance(value
, class_type
):
9 self
.__dict
__[name
] = value
.this
10 if hasattr(value
,"thisown"): self
.__dict
__["thisown"] = value
.thisown
13 method
= class_type
.__swig
_setmethods
__.get(name
,None)
14 if method
: return method(self
,value
)
15 if (not static
) or hasattr(self
,name
) or (name
== "thisown"):
16 self
.__dict
__[name
] = value
18 raise AttributeError("You cannot add attributes to %s" % self
)
20 def _swig_setattr(self
,class_type
,name
,value
):
21 return _swig_setattr_nondynamic(self
,class_type
,name
,value
,0)
23 def _swig_getattr(self
,class_type
,name
):
24 method
= class_type
.__swig
_getmethods
__.get(name
,None)
25 if method
: return method(self
)
26 raise AttributeError,name
30 _object
= types
.ObjectType
32 except AttributeError:
38 def _swig_setattr_nondynamic_method(set):
39 def set_attr(self
,name
,value
):
40 if hasattr(self
,name
) or (name
in ("this", "thisown")):
43 raise AttributeError("You cannot add attributes to %s" % self
)
47 #// Give a reference to the dictionary of this module to the C++ extension
49 _core_
._wxPySetDictionary
(vars())
51 #// A little trick to make 'wx' be a reference to this module so wx.Names can
54 wx
= _sys
.modules
[__name__
]
57 #----------------------------------------------------------------------------
59 def _deprecated(callable, msg
=None):
61 Create a wrapper function that will raise a DeprecationWarning
62 before calling the callable.
65 msg
= "%s is deprecated" % callable
66 def deprecatedWrapper(*args
, **kwargs
):
68 warnings
.warn(msg
, DeprecationWarning, stacklevel
=2)
69 return callable(*args
, **kwargs
)
70 deprecatedWrapper
.__doc
__ = msg
71 return deprecatedWrapper
74 #----------------------------------------------------------------------------
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 DEFAULT_CONTROL_BORDER
= _core_
.DEFAULT_CONTROL_BORDER
89 DEFAULT_STATUSBAR_STYLE
= _core_
.DEFAULT_STATUSBAR_STYLE
90 TAB_TRAVERSAL
= _core_
.TAB_TRAVERSAL
91 WANTS_CHARS
= _core_
.WANTS_CHARS
92 POPUP_WINDOW
= _core_
.POPUP_WINDOW
93 CENTER_FRAME
= _core_
.CENTER_FRAME
94 CENTRE_ON_SCREEN
= _core_
.CENTRE_ON_SCREEN
95 CENTER_ON_SCREEN
= _core_
.CENTER_ON_SCREEN
96 CLIP_CHILDREN
= _core_
.CLIP_CHILDREN
97 CLIP_SIBLINGS
= _core_
.CLIP_SIBLINGS
98 ALWAYS_SHOW_SB
= _core_
.ALWAYS_SHOW_SB
99 RETAINED
= _core_
.RETAINED
100 BACKINGSTORE
= _core_
.BACKINGSTORE
101 COLOURED
= _core_
.COLOURED
102 FIXED_LENGTH
= _core_
.FIXED_LENGTH
103 LB_NEEDED_SB
= _core_
.LB_NEEDED_SB
104 LB_ALWAYS_SB
= _core_
.LB_ALWAYS_SB
105 LB_SORT
= _core_
.LB_SORT
106 LB_SINGLE
= _core_
.LB_SINGLE
107 LB_MULTIPLE
= _core_
.LB_MULTIPLE
108 LB_EXTENDED
= _core_
.LB_EXTENDED
109 LB_OWNERDRAW
= _core_
.LB_OWNERDRAW
110 LB_HSCROLL
= _core_
.LB_HSCROLL
111 PROCESS_ENTER
= _core_
.PROCESS_ENTER
112 PASSWORD
= _core_
.PASSWORD
113 CB_SIMPLE
= _core_
.CB_SIMPLE
114 CB_DROPDOWN
= _core_
.CB_DROPDOWN
115 CB_SORT
= _core_
.CB_SORT
116 CB_READONLY
= _core_
.CB_READONLY
117 RA_HORIZONTAL
= _core_
.RA_HORIZONTAL
118 RA_VERTICAL
= _core_
.RA_VERTICAL
119 RA_SPECIFY_ROWS
= _core_
.RA_SPECIFY_ROWS
120 RA_SPECIFY_COLS
= _core_
.RA_SPECIFY_COLS
121 RA_USE_CHECKBOX
= _core_
.RA_USE_CHECKBOX
122 RB_GROUP
= _core_
.RB_GROUP
123 RB_SINGLE
= _core_
.RB_SINGLE
124 SB_HORIZONTAL
= _core_
.SB_HORIZONTAL
125 SB_VERTICAL
= _core_
.SB_VERTICAL
126 RB_USE_CHECKBOX
= _core_
.RB_USE_CHECKBOX
127 ST_SIZEGRIP
= _core_
.ST_SIZEGRIP
128 ST_NO_AUTORESIZE
= _core_
.ST_NO_AUTORESIZE
129 FLOOD_SURFACE
= _core_
.FLOOD_SURFACE
130 FLOOD_BORDER
= _core_
.FLOOD_BORDER
131 ODDEVEN_RULE
= _core_
.ODDEVEN_RULE
132 WINDING_RULE
= _core_
.WINDING_RULE
133 TOOL_TOP
= _core_
.TOOL_TOP
134 TOOL_BOTTOM
= _core_
.TOOL_BOTTOM
135 TOOL_LEFT
= _core_
.TOOL_LEFT
136 TOOL_RIGHT
= _core_
.TOOL_RIGHT
138 YES_NO
= _core_
.YES_NO
139 CANCEL
= _core_
.CANCEL
142 NO_DEFAULT
= _core_
.NO_DEFAULT
143 YES_DEFAULT
= _core_
.YES_DEFAULT
144 ICON_EXCLAMATION
= _core_
.ICON_EXCLAMATION
145 ICON_HAND
= _core_
.ICON_HAND
146 ICON_QUESTION
= _core_
.ICON_QUESTION
147 ICON_INFORMATION
= _core_
.ICON_INFORMATION
148 ICON_STOP
= _core_
.ICON_STOP
149 ICON_ASTERISK
= _core_
.ICON_ASTERISK
150 ICON_MASK
= _core_
.ICON_MASK
151 ICON_WARNING
= _core_
.ICON_WARNING
152 ICON_ERROR
= _core_
.ICON_ERROR
153 FORWARD
= _core_
.FORWARD
154 BACKWARD
= _core_
.BACKWARD
159 SIZE_AUTO_WIDTH
= _core_
.SIZE_AUTO_WIDTH
160 SIZE_AUTO_HEIGHT
= _core_
.SIZE_AUTO_HEIGHT
161 SIZE_AUTO
= _core_
.SIZE_AUTO
162 SIZE_USE_EXISTING
= _core_
.SIZE_USE_EXISTING
163 SIZE_ALLOW_MINUS_ONE
= _core_
.SIZE_ALLOW_MINUS_ONE
164 PORTRAIT
= _core_
.PORTRAIT
165 LANDSCAPE
= _core_
.LANDSCAPE
166 PRINT_QUALITY_HIGH
= _core_
.PRINT_QUALITY_HIGH
167 PRINT_QUALITY_MEDIUM
= _core_
.PRINT_QUALITY_MEDIUM
168 PRINT_QUALITY_LOW
= _core_
.PRINT_QUALITY_LOW
169 PRINT_QUALITY_DRAFT
= _core_
.PRINT_QUALITY_DRAFT
170 ID_ANY
= _core_
.ID_ANY
171 ID_SEPARATOR
= _core_
.ID_SEPARATOR
172 ID_LOWEST
= _core_
.ID_LOWEST
173 ID_OPEN
= _core_
.ID_OPEN
174 ID_CLOSE
= _core_
.ID_CLOSE
175 ID_NEW
= _core_
.ID_NEW
176 ID_SAVE
= _core_
.ID_SAVE
177 ID_SAVEAS
= _core_
.ID_SAVEAS
178 ID_REVERT
= _core_
.ID_REVERT
179 ID_EXIT
= _core_
.ID_EXIT
180 ID_UNDO
= _core_
.ID_UNDO
181 ID_REDO
= _core_
.ID_REDO
182 ID_HELP
= _core_
.ID_HELP
183 ID_PRINT
= _core_
.ID_PRINT
184 ID_PRINT_SETUP
= _core_
.ID_PRINT_SETUP
185 ID_PREVIEW
= _core_
.ID_PREVIEW
186 ID_ABOUT
= _core_
.ID_ABOUT
187 ID_HELP_CONTENTS
= _core_
.ID_HELP_CONTENTS
188 ID_HELP_COMMANDS
= _core_
.ID_HELP_COMMANDS
189 ID_HELP_PROCEDURES
= _core_
.ID_HELP_PROCEDURES
190 ID_HELP_CONTEXT
= _core_
.ID_HELP_CONTEXT
191 ID_CLOSE_ALL
= _core_
.ID_CLOSE_ALL
192 ID_PREFERENCES
= _core_
.ID_PREFERENCES
193 ID_CUT
= _core_
.ID_CUT
194 ID_COPY
= _core_
.ID_COPY
195 ID_PASTE
= _core_
.ID_PASTE
196 ID_CLEAR
= _core_
.ID_CLEAR
197 ID_FIND
= _core_
.ID_FIND
198 ID_DUPLICATE
= _core_
.ID_DUPLICATE
199 ID_SELECTALL
= _core_
.ID_SELECTALL
200 ID_DELETE
= _core_
.ID_DELETE
201 ID_REPLACE
= _core_
.ID_REPLACE
202 ID_REPLACE_ALL
= _core_
.ID_REPLACE_ALL
203 ID_PROPERTIES
= _core_
.ID_PROPERTIES
204 ID_VIEW_DETAILS
= _core_
.ID_VIEW_DETAILS
205 ID_VIEW_LARGEICONS
= _core_
.ID_VIEW_LARGEICONS
206 ID_VIEW_SMALLICONS
= _core_
.ID_VIEW_SMALLICONS
207 ID_VIEW_LIST
= _core_
.ID_VIEW_LIST
208 ID_VIEW_SORTDATE
= _core_
.ID_VIEW_SORTDATE
209 ID_VIEW_SORTNAME
= _core_
.ID_VIEW_SORTNAME
210 ID_VIEW_SORTSIZE
= _core_
.ID_VIEW_SORTSIZE
211 ID_VIEW_SORTTYPE
= _core_
.ID_VIEW_SORTTYPE
212 ID_FILE1
= _core_
.ID_FILE1
213 ID_FILE2
= _core_
.ID_FILE2
214 ID_FILE3
= _core_
.ID_FILE3
215 ID_FILE4
= _core_
.ID_FILE4
216 ID_FILE5
= _core_
.ID_FILE5
217 ID_FILE6
= _core_
.ID_FILE6
218 ID_FILE7
= _core_
.ID_FILE7
219 ID_FILE8
= _core_
.ID_FILE8
220 ID_FILE9
= _core_
.ID_FILE9
222 ID_CANCEL
= _core_
.ID_CANCEL
223 ID_APPLY
= _core_
.ID_APPLY
224 ID_YES
= _core_
.ID_YES
226 ID_STATIC
= _core_
.ID_STATIC
227 ID_FORWARD
= _core_
.ID_FORWARD
228 ID_BACKWARD
= _core_
.ID_BACKWARD
229 ID_DEFAULT
= _core_
.ID_DEFAULT
230 ID_MORE
= _core_
.ID_MORE
231 ID_SETUP
= _core_
.ID_SETUP
232 ID_RESET
= _core_
.ID_RESET
233 ID_CONTEXT_HELP
= _core_
.ID_CONTEXT_HELP
234 ID_YESTOALL
= _core_
.ID_YESTOALL
235 ID_NOTOALL
= _core_
.ID_NOTOALL
236 ID_ABORT
= _core_
.ID_ABORT
237 ID_RETRY
= _core_
.ID_RETRY
238 ID_IGNORE
= _core_
.ID_IGNORE
239 ID_ADD
= _core_
.ID_ADD
240 ID_REMOVE
= _core_
.ID_REMOVE
242 ID_DOWN
= _core_
.ID_DOWN
243 ID_HOME
= _core_
.ID_HOME
244 ID_REFRESH
= _core_
.ID_REFRESH
245 ID_STOP
= _core_
.ID_STOP
246 ID_INDEX
= _core_
.ID_INDEX
247 ID_BOLD
= _core_
.ID_BOLD
248 ID_ITALIC
= _core_
.ID_ITALIC
249 ID_JUSTIFY_CENTER
= _core_
.ID_JUSTIFY_CENTER
250 ID_JUSTIFY_FILL
= _core_
.ID_JUSTIFY_FILL
251 ID_JUSTIFY_RIGHT
= _core_
.ID_JUSTIFY_RIGHT
252 ID_JUSTIFY_LEFT
= _core_
.ID_JUSTIFY_LEFT
253 ID_UNDERLINE
= _core_
.ID_UNDERLINE
254 ID_INDENT
= _core_
.ID_INDENT
255 ID_UNINDENT
= _core_
.ID_UNINDENT
256 ID_ZOOM_100
= _core_
.ID_ZOOM_100
257 ID_ZOOM_FIT
= _core_
.ID_ZOOM_FIT
258 ID_ZOOM_IN
= _core_
.ID_ZOOM_IN
259 ID_ZOOM_OUT
= _core_
.ID_ZOOM_OUT
260 ID_UNDELETE
= _core_
.ID_UNDELETE
261 ID_REVERT_TO_SAVED
= _core_
.ID_REVERT_TO_SAVED
262 ID_HIGHEST
= _core_
.ID_HIGHEST
265 HIDE_READONLY
= _core_
.HIDE_READONLY
266 OVERWRITE_PROMPT
= _core_
.OVERWRITE_PROMPT
267 FILE_MUST_EXIST
= _core_
.FILE_MUST_EXIST
268 MULTIPLE
= _core_
.MULTIPLE
269 CHANGE_DIR
= _core_
.CHANGE_DIR
270 ACCEL_ALT
= _core_
.ACCEL_ALT
271 ACCEL_CTRL
= _core_
.ACCEL_CTRL
272 ACCEL_SHIFT
= _core_
.ACCEL_SHIFT
273 ACCEL_NORMAL
= _core_
.ACCEL_NORMAL
274 PD_AUTO_HIDE
= _core_
.PD_AUTO_HIDE
275 PD_APP_MODAL
= _core_
.PD_APP_MODAL
276 PD_CAN_ABORT
= _core_
.PD_CAN_ABORT
277 PD_ELAPSED_TIME
= _core_
.PD_ELAPSED_TIME
278 PD_ESTIMATED_TIME
= _core_
.PD_ESTIMATED_TIME
279 PD_REMAINING_TIME
= _core_
.PD_REMAINING_TIME
280 PD_SMOOTH
= _core_
.PD_SMOOTH
281 PD_CAN_SKIP
= _core_
.PD_CAN_SKIP
282 DD_NEW_DIR_BUTTON
= _core_
.DD_NEW_DIR_BUTTON
283 DD_DEFAULT_STYLE
= _core_
.DD_DEFAULT_STYLE
284 MENU_TEAROFF
= _core_
.MENU_TEAROFF
285 MB_DOCKABLE
= _core_
.MB_DOCKABLE
286 NO_FULL_REPAINT_ON_RESIZE
= _core_
.NO_FULL_REPAINT_ON_RESIZE
287 FULL_REPAINT_ON_RESIZE
= _core_
.FULL_REPAINT_ON_RESIZE
288 LI_HORIZONTAL
= _core_
.LI_HORIZONTAL
289 LI_VERTICAL
= _core_
.LI_VERTICAL
290 WS_EX_VALIDATE_RECURSIVELY
= _core_
.WS_EX_VALIDATE_RECURSIVELY
291 WS_EX_BLOCK_EVENTS
= _core_
.WS_EX_BLOCK_EVENTS
292 WS_EX_TRANSIENT
= _core_
.WS_EX_TRANSIENT
293 WS_EX_THEMED_BACKGROUND
= _core_
.WS_EX_THEMED_BACKGROUND
294 WS_EX_PROCESS_IDLE
= _core_
.WS_EX_PROCESS_IDLE
295 WS_EX_PROCESS_UI_UPDATES
= _core_
.WS_EX_PROCESS_UI_UPDATES
296 MM_TEXT
= _core_
.MM_TEXT
297 MM_LOMETRIC
= _core_
.MM_LOMETRIC
298 MM_HIMETRIC
= _core_
.MM_HIMETRIC
299 MM_LOENGLISH
= _core_
.MM_LOENGLISH
300 MM_HIENGLISH
= _core_
.MM_HIENGLISH
301 MM_TWIPS
= _core_
.MM_TWIPS
302 MM_ISOTROPIC
= _core_
.MM_ISOTROPIC
303 MM_ANISOTROPIC
= _core_
.MM_ANISOTROPIC
304 MM_POINTS
= _core_
.MM_POINTS
305 MM_METRIC
= _core_
.MM_METRIC
306 CENTRE
= _core_
.CENTRE
307 CENTER
= _core_
.CENTER
308 HORIZONTAL
= _core_
.HORIZONTAL
309 VERTICAL
= _core_
.VERTICAL
316 BOTTOM
= _core_
.BOTTOM
322 ALIGN_NOT
= _core_
.ALIGN_NOT
323 ALIGN_CENTER_HORIZONTAL
= _core_
.ALIGN_CENTER_HORIZONTAL
324 ALIGN_CENTRE_HORIZONTAL
= _core_
.ALIGN_CENTRE_HORIZONTAL
325 ALIGN_LEFT
= _core_
.ALIGN_LEFT
326 ALIGN_TOP
= _core_
.ALIGN_TOP
327 ALIGN_RIGHT
= _core_
.ALIGN_RIGHT
328 ALIGN_BOTTOM
= _core_
.ALIGN_BOTTOM
329 ALIGN_CENTER_VERTICAL
= _core_
.ALIGN_CENTER_VERTICAL
330 ALIGN_CENTRE_VERTICAL
= _core_
.ALIGN_CENTRE_VERTICAL
331 ALIGN_CENTER
= _core_
.ALIGN_CENTER
332 ALIGN_CENTRE
= _core_
.ALIGN_CENTRE
333 ALIGN_MASK
= _core_
.ALIGN_MASK
334 STRETCH_NOT
= _core_
.STRETCH_NOT
335 SHRINK
= _core_
.SHRINK
337 EXPAND
= _core_
.EXPAND
338 SHAPED
= _core_
.SHAPED
339 FIXED_MINSIZE
= _core_
.FIXED_MINSIZE
341 ADJUST_MINSIZE
= _core_
.ADJUST_MINSIZE
342 BORDER_DEFAULT
= _core_
.BORDER_DEFAULT
343 BORDER_NONE
= _core_
.BORDER_NONE
344 BORDER_STATIC
= _core_
.BORDER_STATIC
345 BORDER_SIMPLE
= _core_
.BORDER_SIMPLE
346 BORDER_RAISED
= _core_
.BORDER_RAISED
347 BORDER_SUNKEN
= _core_
.BORDER_SUNKEN
348 BORDER_DOUBLE
= _core_
.BORDER_DOUBLE
349 BORDER_MASK
= _core_
.BORDER_MASK
350 BG_STYLE_SYSTEM
= _core_
.BG_STYLE_SYSTEM
351 BG_STYLE_COLOUR
= _core_
.BG_STYLE_COLOUR
352 BG_STYLE_CUSTOM
= _core_
.BG_STYLE_CUSTOM
353 DEFAULT
= _core_
.DEFAULT
354 DECORATIVE
= _core_
.DECORATIVE
356 SCRIPT
= _core_
.SCRIPT
358 MODERN
= _core_
.MODERN
359 TELETYPE
= _core_
.TELETYPE
360 VARIABLE
= _core_
.VARIABLE
362 NORMAL
= _core_
.NORMAL
365 ITALIC
= _core_
.ITALIC
369 LONG_DASH
= _core_
.LONG_DASH
370 SHORT_DASH
= _core_
.SHORT_DASH
371 DOT_DASH
= _core_
.DOT_DASH
372 USER_DASH
= _core_
.USER_DASH
373 TRANSPARENT
= _core_
.TRANSPARENT
374 STIPPLE
= _core_
.STIPPLE
375 STIPPLE_MASK
= _core_
.STIPPLE_MASK
376 STIPPLE_MASK_OPAQUE
= _core_
.STIPPLE_MASK_OPAQUE
377 BDIAGONAL_HATCH
= _core_
.BDIAGONAL_HATCH
378 CROSSDIAG_HATCH
= _core_
.CROSSDIAG_HATCH
379 FDIAGONAL_HATCH
= _core_
.FDIAGONAL_HATCH
380 CROSS_HATCH
= _core_
.CROSS_HATCH
381 HORIZONTAL_HATCH
= _core_
.HORIZONTAL_HATCH
382 VERTICAL_HATCH
= _core_
.VERTICAL_HATCH
383 JOIN_BEVEL
= _core_
.JOIN_BEVEL
384 JOIN_MITER
= _core_
.JOIN_MITER
385 JOIN_ROUND
= _core_
.JOIN_ROUND
386 CAP_ROUND
= _core_
.CAP_ROUND
387 CAP_PROJECTING
= _core_
.CAP_PROJECTING
388 CAP_BUTT
= _core_
.CAP_BUTT
391 INVERT
= _core_
.INVERT
392 OR_REVERSE
= _core_
.OR_REVERSE
393 AND_REVERSE
= _core_
.AND_REVERSE
396 AND_INVERT
= _core_
.AND_INVERT
400 SRC_INVERT
= _core_
.SRC_INVERT
401 OR_INVERT
= _core_
.OR_INVERT
405 WXK_BACK
= _core_
.WXK_BACK
406 WXK_TAB
= _core_
.WXK_TAB
407 WXK_RETURN
= _core_
.WXK_RETURN
408 WXK_ESCAPE
= _core_
.WXK_ESCAPE
409 WXK_SPACE
= _core_
.WXK_SPACE
410 WXK_DELETE
= _core_
.WXK_DELETE
411 WXK_START
= _core_
.WXK_START
412 WXK_LBUTTON
= _core_
.WXK_LBUTTON
413 WXK_RBUTTON
= _core_
.WXK_RBUTTON
414 WXK_CANCEL
= _core_
.WXK_CANCEL
415 WXK_MBUTTON
= _core_
.WXK_MBUTTON
416 WXK_CLEAR
= _core_
.WXK_CLEAR
417 WXK_SHIFT
= _core_
.WXK_SHIFT
418 WXK_ALT
= _core_
.WXK_ALT
419 WXK_CONTROL
= _core_
.WXK_CONTROL
420 WXK_MENU
= _core_
.WXK_MENU
421 WXK_PAUSE
= _core_
.WXK_PAUSE
422 WXK_CAPITAL
= _core_
.WXK_CAPITAL
423 WXK_PRIOR
= _core_
.WXK_PRIOR
424 WXK_NEXT
= _core_
.WXK_NEXT
425 WXK_END
= _core_
.WXK_END
426 WXK_HOME
= _core_
.WXK_HOME
427 WXK_LEFT
= _core_
.WXK_LEFT
428 WXK_UP
= _core_
.WXK_UP
429 WXK_RIGHT
= _core_
.WXK_RIGHT
430 WXK_DOWN
= _core_
.WXK_DOWN
431 WXK_SELECT
= _core_
.WXK_SELECT
432 WXK_PRINT
= _core_
.WXK_PRINT
433 WXK_EXECUTE
= _core_
.WXK_EXECUTE
434 WXK_SNAPSHOT
= _core_
.WXK_SNAPSHOT
435 WXK_INSERT
= _core_
.WXK_INSERT
436 WXK_HELP
= _core_
.WXK_HELP
437 WXK_NUMPAD0
= _core_
.WXK_NUMPAD0
438 WXK_NUMPAD1
= _core_
.WXK_NUMPAD1
439 WXK_NUMPAD2
= _core_
.WXK_NUMPAD2
440 WXK_NUMPAD3
= _core_
.WXK_NUMPAD3
441 WXK_NUMPAD4
= _core_
.WXK_NUMPAD4
442 WXK_NUMPAD5
= _core_
.WXK_NUMPAD5
443 WXK_NUMPAD6
= _core_
.WXK_NUMPAD6
444 WXK_NUMPAD7
= _core_
.WXK_NUMPAD7
445 WXK_NUMPAD8
= _core_
.WXK_NUMPAD8
446 WXK_NUMPAD9
= _core_
.WXK_NUMPAD9
447 WXK_MULTIPLY
= _core_
.WXK_MULTIPLY
448 WXK_ADD
= _core_
.WXK_ADD
449 WXK_SEPARATOR
= _core_
.WXK_SEPARATOR
450 WXK_SUBTRACT
= _core_
.WXK_SUBTRACT
451 WXK_DECIMAL
= _core_
.WXK_DECIMAL
452 WXK_DIVIDE
= _core_
.WXK_DIVIDE
453 WXK_F1
= _core_
.WXK_F1
454 WXK_F2
= _core_
.WXK_F2
455 WXK_F3
= _core_
.WXK_F3
456 WXK_F4
= _core_
.WXK_F4
457 WXK_F5
= _core_
.WXK_F5
458 WXK_F6
= _core_
.WXK_F6
459 WXK_F7
= _core_
.WXK_F7
460 WXK_F8
= _core_
.WXK_F8
461 WXK_F9
= _core_
.WXK_F9
462 WXK_F10
= _core_
.WXK_F10
463 WXK_F11
= _core_
.WXK_F11
464 WXK_F12
= _core_
.WXK_F12
465 WXK_F13
= _core_
.WXK_F13
466 WXK_F14
= _core_
.WXK_F14
467 WXK_F15
= _core_
.WXK_F15
468 WXK_F16
= _core_
.WXK_F16
469 WXK_F17
= _core_
.WXK_F17
470 WXK_F18
= _core_
.WXK_F18
471 WXK_F19
= _core_
.WXK_F19
472 WXK_F20
= _core_
.WXK_F20
473 WXK_F21
= _core_
.WXK_F21
474 WXK_F22
= _core_
.WXK_F22
475 WXK_F23
= _core_
.WXK_F23
476 WXK_F24
= _core_
.WXK_F24
477 WXK_NUMLOCK
= _core_
.WXK_NUMLOCK
478 WXK_SCROLL
= _core_
.WXK_SCROLL
479 WXK_PAGEUP
= _core_
.WXK_PAGEUP
480 WXK_PAGEDOWN
= _core_
.WXK_PAGEDOWN
481 WXK_NUMPAD_SPACE
= _core_
.WXK_NUMPAD_SPACE
482 WXK_NUMPAD_TAB
= _core_
.WXK_NUMPAD_TAB
483 WXK_NUMPAD_ENTER
= _core_
.WXK_NUMPAD_ENTER
484 WXK_NUMPAD_F1
= _core_
.WXK_NUMPAD_F1
485 WXK_NUMPAD_F2
= _core_
.WXK_NUMPAD_F2
486 WXK_NUMPAD_F3
= _core_
.WXK_NUMPAD_F3
487 WXK_NUMPAD_F4
= _core_
.WXK_NUMPAD_F4
488 WXK_NUMPAD_HOME
= _core_
.WXK_NUMPAD_HOME
489 WXK_NUMPAD_LEFT
= _core_
.WXK_NUMPAD_LEFT
490 WXK_NUMPAD_UP
= _core_
.WXK_NUMPAD_UP
491 WXK_NUMPAD_RIGHT
= _core_
.WXK_NUMPAD_RIGHT
492 WXK_NUMPAD_DOWN
= _core_
.WXK_NUMPAD_DOWN
493 WXK_NUMPAD_PRIOR
= _core_
.WXK_NUMPAD_PRIOR
494 WXK_NUMPAD_PAGEUP
= _core_
.WXK_NUMPAD_PAGEUP
495 WXK_NUMPAD_NEXT
= _core_
.WXK_NUMPAD_NEXT
496 WXK_NUMPAD_PAGEDOWN
= _core_
.WXK_NUMPAD_PAGEDOWN
497 WXK_NUMPAD_END
= _core_
.WXK_NUMPAD_END
498 WXK_NUMPAD_BEGIN
= _core_
.WXK_NUMPAD_BEGIN
499 WXK_NUMPAD_INSERT
= _core_
.WXK_NUMPAD_INSERT
500 WXK_NUMPAD_DELETE
= _core_
.WXK_NUMPAD_DELETE
501 WXK_NUMPAD_EQUAL
= _core_
.WXK_NUMPAD_EQUAL
502 WXK_NUMPAD_MULTIPLY
= _core_
.WXK_NUMPAD_MULTIPLY
503 WXK_NUMPAD_ADD
= _core_
.WXK_NUMPAD_ADD
504 WXK_NUMPAD_SEPARATOR
= _core_
.WXK_NUMPAD_SEPARATOR
505 WXK_NUMPAD_SUBTRACT
= _core_
.WXK_NUMPAD_SUBTRACT
506 WXK_NUMPAD_DECIMAL
= _core_
.WXK_NUMPAD_DECIMAL
507 WXK_NUMPAD_DIVIDE
= _core_
.WXK_NUMPAD_DIVIDE
508 WXK_WINDOWS_LEFT
= _core_
.WXK_WINDOWS_LEFT
509 WXK_WINDOWS_RIGHT
= _core_
.WXK_WINDOWS_RIGHT
510 WXK_WINDOWS_MENU
= _core_
.WXK_WINDOWS_MENU
511 WXK_COMMAND
= _core_
.WXK_COMMAND
512 WXK_SPECIAL1
= _core_
.WXK_SPECIAL1
513 WXK_SPECIAL2
= _core_
.WXK_SPECIAL2
514 WXK_SPECIAL3
= _core_
.WXK_SPECIAL3
515 WXK_SPECIAL4
= _core_
.WXK_SPECIAL4
516 WXK_SPECIAL5
= _core_
.WXK_SPECIAL5
517 WXK_SPECIAL6
= _core_
.WXK_SPECIAL6
518 WXK_SPECIAL7
= _core_
.WXK_SPECIAL7
519 WXK_SPECIAL8
= _core_
.WXK_SPECIAL8
520 WXK_SPECIAL9
= _core_
.WXK_SPECIAL9
521 WXK_SPECIAL10
= _core_
.WXK_SPECIAL10
522 WXK_SPECIAL11
= _core_
.WXK_SPECIAL11
523 WXK_SPECIAL12
= _core_
.WXK_SPECIAL12
524 WXK_SPECIAL13
= _core_
.WXK_SPECIAL13
525 WXK_SPECIAL14
= _core_
.WXK_SPECIAL14
526 WXK_SPECIAL15
= _core_
.WXK_SPECIAL15
527 WXK_SPECIAL16
= _core_
.WXK_SPECIAL16
528 WXK_SPECIAL17
= _core_
.WXK_SPECIAL17
529 WXK_SPECIAL18
= _core_
.WXK_SPECIAL18
530 WXK_SPECIAL19
= _core_
.WXK_SPECIAL19
531 WXK_SPECIAL20
= _core_
.WXK_SPECIAL20
532 PAPER_NONE
= _core_
.PAPER_NONE
533 PAPER_LETTER
= _core_
.PAPER_LETTER
534 PAPER_LEGAL
= _core_
.PAPER_LEGAL
535 PAPER_A4
= _core_
.PAPER_A4
536 PAPER_CSHEET
= _core_
.PAPER_CSHEET
537 PAPER_DSHEET
= _core_
.PAPER_DSHEET
538 PAPER_ESHEET
= _core_
.PAPER_ESHEET
539 PAPER_LETTERSMALL
= _core_
.PAPER_LETTERSMALL
540 PAPER_TABLOID
= _core_
.PAPER_TABLOID
541 PAPER_LEDGER
= _core_
.PAPER_LEDGER
542 PAPER_STATEMENT
= _core_
.PAPER_STATEMENT
543 PAPER_EXECUTIVE
= _core_
.PAPER_EXECUTIVE
544 PAPER_A3
= _core_
.PAPER_A3
545 PAPER_A4SMALL
= _core_
.PAPER_A4SMALL
546 PAPER_A5
= _core_
.PAPER_A5
547 PAPER_B4
= _core_
.PAPER_B4
548 PAPER_B5
= _core_
.PAPER_B5
549 PAPER_FOLIO
= _core_
.PAPER_FOLIO
550 PAPER_QUARTO
= _core_
.PAPER_QUARTO
551 PAPER_10X14
= _core_
.PAPER_10X14
552 PAPER_11X17
= _core_
.PAPER_11X17
553 PAPER_NOTE
= _core_
.PAPER_NOTE
554 PAPER_ENV_9
= _core_
.PAPER_ENV_9
555 PAPER_ENV_10
= _core_
.PAPER_ENV_10
556 PAPER_ENV_11
= _core_
.PAPER_ENV_11
557 PAPER_ENV_12
= _core_
.PAPER_ENV_12
558 PAPER_ENV_14
= _core_
.PAPER_ENV_14
559 PAPER_ENV_DL
= _core_
.PAPER_ENV_DL
560 PAPER_ENV_C5
= _core_
.PAPER_ENV_C5
561 PAPER_ENV_C3
= _core_
.PAPER_ENV_C3
562 PAPER_ENV_C4
= _core_
.PAPER_ENV_C4
563 PAPER_ENV_C6
= _core_
.PAPER_ENV_C6
564 PAPER_ENV_C65
= _core_
.PAPER_ENV_C65
565 PAPER_ENV_B4
= _core_
.PAPER_ENV_B4
566 PAPER_ENV_B5
= _core_
.PAPER_ENV_B5
567 PAPER_ENV_B6
= _core_
.PAPER_ENV_B6
568 PAPER_ENV_ITALY
= _core_
.PAPER_ENV_ITALY
569 PAPER_ENV_MONARCH
= _core_
.PAPER_ENV_MONARCH
570 PAPER_ENV_PERSONAL
= _core_
.PAPER_ENV_PERSONAL
571 PAPER_FANFOLD_US
= _core_
.PAPER_FANFOLD_US
572 PAPER_FANFOLD_STD_GERMAN
= _core_
.PAPER_FANFOLD_STD_GERMAN
573 PAPER_FANFOLD_LGL_GERMAN
= _core_
.PAPER_FANFOLD_LGL_GERMAN
574 PAPER_ISO_B4
= _core_
.PAPER_ISO_B4
575 PAPER_JAPANESE_POSTCARD
= _core_
.PAPER_JAPANESE_POSTCARD
576 PAPER_9X11
= _core_
.PAPER_9X11
577 PAPER_10X11
= _core_
.PAPER_10X11
578 PAPER_15X11
= _core_
.PAPER_15X11
579 PAPER_ENV_INVITE
= _core_
.PAPER_ENV_INVITE
580 PAPER_LETTER_EXTRA
= _core_
.PAPER_LETTER_EXTRA
581 PAPER_LEGAL_EXTRA
= _core_
.PAPER_LEGAL_EXTRA
582 PAPER_TABLOID_EXTRA
= _core_
.PAPER_TABLOID_EXTRA
583 PAPER_A4_EXTRA
= _core_
.PAPER_A4_EXTRA
584 PAPER_LETTER_TRANSVERSE
= _core_
.PAPER_LETTER_TRANSVERSE
585 PAPER_A4_TRANSVERSE
= _core_
.PAPER_A4_TRANSVERSE
586 PAPER_LETTER_EXTRA_TRANSVERSE
= _core_
.PAPER_LETTER_EXTRA_TRANSVERSE
587 PAPER_A_PLUS
= _core_
.PAPER_A_PLUS
588 PAPER_B_PLUS
= _core_
.PAPER_B_PLUS
589 PAPER_LETTER_PLUS
= _core_
.PAPER_LETTER_PLUS
590 PAPER_A4_PLUS
= _core_
.PAPER_A4_PLUS
591 PAPER_A5_TRANSVERSE
= _core_
.PAPER_A5_TRANSVERSE
592 PAPER_B5_TRANSVERSE
= _core_
.PAPER_B5_TRANSVERSE
593 PAPER_A3_EXTRA
= _core_
.PAPER_A3_EXTRA
594 PAPER_A5_EXTRA
= _core_
.PAPER_A5_EXTRA
595 PAPER_B5_EXTRA
= _core_
.PAPER_B5_EXTRA
596 PAPER_A2
= _core_
.PAPER_A2
597 PAPER_A3_TRANSVERSE
= _core_
.PAPER_A3_TRANSVERSE
598 PAPER_A3_EXTRA_TRANSVERSE
= _core_
.PAPER_A3_EXTRA_TRANSVERSE
599 PAPER_DBL_JAPANESE_POSTCARD
= _core_
.PAPER_DBL_JAPANESE_POSTCARD
600 PAPER_A6
= _core_
.PAPER_A6
601 PAPER_JENV_KAKU2
= _core_
.PAPER_JENV_KAKU2
602 PAPER_JENV_KAKU3
= _core_
.PAPER_JENV_KAKU3
603 PAPER_JENV_CHOU3
= _core_
.PAPER_JENV_CHOU3
604 PAPER_JENV_CHOU4
= _core_
.PAPER_JENV_CHOU4
605 PAPER_LETTER_ROTATED
= _core_
.PAPER_LETTER_ROTATED
606 PAPER_A3_ROTATED
= _core_
.PAPER_A3_ROTATED
607 PAPER_A4_ROTATED
= _core_
.PAPER_A4_ROTATED
608 PAPER_A5_ROTATED
= _core_
.PAPER_A5_ROTATED
609 PAPER_B4_JIS_ROTATED
= _core_
.PAPER_B4_JIS_ROTATED
610 PAPER_B5_JIS_ROTATED
= _core_
.PAPER_B5_JIS_ROTATED
611 PAPER_JAPANESE_POSTCARD_ROTATED
= _core_
.PAPER_JAPANESE_POSTCARD_ROTATED
612 PAPER_DBL_JAPANESE_POSTCARD_ROTATED
= _core_
.PAPER_DBL_JAPANESE_POSTCARD_ROTATED
613 PAPER_A6_ROTATED
= _core_
.PAPER_A6_ROTATED
614 PAPER_JENV_KAKU2_ROTATED
= _core_
.PAPER_JENV_KAKU2_ROTATED
615 PAPER_JENV_KAKU3_ROTATED
= _core_
.PAPER_JENV_KAKU3_ROTATED
616 PAPER_JENV_CHOU3_ROTATED
= _core_
.PAPER_JENV_CHOU3_ROTATED
617 PAPER_JENV_CHOU4_ROTATED
= _core_
.PAPER_JENV_CHOU4_ROTATED
618 PAPER_B6_JIS
= _core_
.PAPER_B6_JIS
619 PAPER_B6_JIS_ROTATED
= _core_
.PAPER_B6_JIS_ROTATED
620 PAPER_12X11
= _core_
.PAPER_12X11
621 PAPER_JENV_YOU4
= _core_
.PAPER_JENV_YOU4
622 PAPER_JENV_YOU4_ROTATED
= _core_
.PAPER_JENV_YOU4_ROTATED
623 PAPER_P16K
= _core_
.PAPER_P16K
624 PAPER_P32K
= _core_
.PAPER_P32K
625 PAPER_P32KBIG
= _core_
.PAPER_P32KBIG
626 PAPER_PENV_1
= _core_
.PAPER_PENV_1
627 PAPER_PENV_2
= _core_
.PAPER_PENV_2
628 PAPER_PENV_3
= _core_
.PAPER_PENV_3
629 PAPER_PENV_4
= _core_
.PAPER_PENV_4
630 PAPER_PENV_5
= _core_
.PAPER_PENV_5
631 PAPER_PENV_6
= _core_
.PAPER_PENV_6
632 PAPER_PENV_7
= _core_
.PAPER_PENV_7
633 PAPER_PENV_8
= _core_
.PAPER_PENV_8
634 PAPER_PENV_9
= _core_
.PAPER_PENV_9
635 PAPER_PENV_10
= _core_
.PAPER_PENV_10
636 PAPER_P16K_ROTATED
= _core_
.PAPER_P16K_ROTATED
637 PAPER_P32K_ROTATED
= _core_
.PAPER_P32K_ROTATED
638 PAPER_P32KBIG_ROTATED
= _core_
.PAPER_P32KBIG_ROTATED
639 PAPER_PENV_1_ROTATED
= _core_
.PAPER_PENV_1_ROTATED
640 PAPER_PENV_2_ROTATED
= _core_
.PAPER_PENV_2_ROTATED
641 PAPER_PENV_3_ROTATED
= _core_
.PAPER_PENV_3_ROTATED
642 PAPER_PENV_4_ROTATED
= _core_
.PAPER_PENV_4_ROTATED
643 PAPER_PENV_5_ROTATED
= _core_
.PAPER_PENV_5_ROTATED
644 PAPER_PENV_6_ROTATED
= _core_
.PAPER_PENV_6_ROTATED
645 PAPER_PENV_7_ROTATED
= _core_
.PAPER_PENV_7_ROTATED
646 PAPER_PENV_8_ROTATED
= _core_
.PAPER_PENV_8_ROTATED
647 PAPER_PENV_9_ROTATED
= _core_
.PAPER_PENV_9_ROTATED
648 PAPER_PENV_10_ROTATED
= _core_
.PAPER_PENV_10_ROTATED
649 DUPLEX_SIMPLEX
= _core_
.DUPLEX_SIMPLEX
650 DUPLEX_HORIZONTAL
= _core_
.DUPLEX_HORIZONTAL
651 DUPLEX_VERTICAL
= _core_
.DUPLEX_VERTICAL
652 ITEM_SEPARATOR
= _core_
.ITEM_SEPARATOR
653 ITEM_NORMAL
= _core_
.ITEM_NORMAL
654 ITEM_CHECK
= _core_
.ITEM_CHECK
655 ITEM_RADIO
= _core_
.ITEM_RADIO
656 ITEM_MAX
= _core_
.ITEM_MAX
657 HT_NOWHERE
= _core_
.HT_NOWHERE
658 HT_SCROLLBAR_FIRST
= _core_
.HT_SCROLLBAR_FIRST
659 HT_SCROLLBAR_ARROW_LINE_1
= _core_
.HT_SCROLLBAR_ARROW_LINE_1
660 HT_SCROLLBAR_ARROW_LINE_2
= _core_
.HT_SCROLLBAR_ARROW_LINE_2
661 HT_SCROLLBAR_ARROW_PAGE_1
= _core_
.HT_SCROLLBAR_ARROW_PAGE_1
662 HT_SCROLLBAR_ARROW_PAGE_2
= _core_
.HT_SCROLLBAR_ARROW_PAGE_2
663 HT_SCROLLBAR_THUMB
= _core_
.HT_SCROLLBAR_THUMB
664 HT_SCROLLBAR_BAR_1
= _core_
.HT_SCROLLBAR_BAR_1
665 HT_SCROLLBAR_BAR_2
= _core_
.HT_SCROLLBAR_BAR_2
666 HT_SCROLLBAR_LAST
= _core_
.HT_SCROLLBAR_LAST
667 HT_WINDOW_OUTSIDE
= _core_
.HT_WINDOW_OUTSIDE
668 HT_WINDOW_INSIDE
= _core_
.HT_WINDOW_INSIDE
669 HT_WINDOW_VERT_SCROLLBAR
= _core_
.HT_WINDOW_VERT_SCROLLBAR
670 HT_WINDOW_HORZ_SCROLLBAR
= _core_
.HT_WINDOW_HORZ_SCROLLBAR
671 HT_WINDOW_CORNER
= _core_
.HT_WINDOW_CORNER
672 HT_MAX
= _core_
.HT_MAX
673 MOD_NONE
= _core_
.MOD_NONE
674 MOD_ALT
= _core_
.MOD_ALT
675 MOD_CONTROL
= _core_
.MOD_CONTROL
676 MOD_SHIFT
= _core_
.MOD_SHIFT
677 MOD_WIN
= _core_
.MOD_WIN
678 UPDATE_UI_NONE
= _core_
.UPDATE_UI_NONE
679 UPDATE_UI_RECURSE
= _core_
.UPDATE_UI_RECURSE
680 UPDATE_UI_FROMIDLE
= _core_
.UPDATE_UI_FROMIDLE
681 #---------------------------------------------------------------------------
683 class Object(object):
685 The base class for most wx objects, although in wxPython not
686 much functionality is needed nor exposed.
688 def __init__(self
): raise RuntimeError, "No constructor defined"
690 return "<%s.%s; proxy of C++ wxObject instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
691 def GetClassName(*args
, **kwargs
):
693 GetClassName(self) -> String
695 Returns the class name of the C++ class using wxRTTI.
697 return _core_
.Object_GetClassName(*args
, **kwargs
)
699 def Destroy(*args
, **kwargs
):
703 Deletes the C++ object this Python object is a proxy for.
705 return _core_
.Object_Destroy(*args
, **kwargs
)
708 class ObjectPtr(Object
):
709 def __init__(self
, this
):
711 if not hasattr(self
,"thisown"): self
.thisown
= 0
712 self
.__class
__ = Object
713 _core_
.Object_swigregister(ObjectPtr
)
714 _wxPySetDictionary
= _core_
._wxPySetDictionary
716 _wxPyFixStockObjects
= _core_
._wxPyFixStockObjects
719 EmptyString
= cvar
.EmptyString
721 #---------------------------------------------------------------------------
723 BITMAP_TYPE_INVALID
= _core_
.BITMAP_TYPE_INVALID
724 BITMAP_TYPE_BMP
= _core_
.BITMAP_TYPE_BMP
725 BITMAP_TYPE_ICO
= _core_
.BITMAP_TYPE_ICO
726 BITMAP_TYPE_CUR
= _core_
.BITMAP_TYPE_CUR
727 BITMAP_TYPE_XBM
= _core_
.BITMAP_TYPE_XBM
728 BITMAP_TYPE_XBM_DATA
= _core_
.BITMAP_TYPE_XBM_DATA
729 BITMAP_TYPE_XPM
= _core_
.BITMAP_TYPE_XPM
730 BITMAP_TYPE_XPM_DATA
= _core_
.BITMAP_TYPE_XPM_DATA
731 BITMAP_TYPE_TIF
= _core_
.BITMAP_TYPE_TIF
732 BITMAP_TYPE_GIF
= _core_
.BITMAP_TYPE_GIF
733 BITMAP_TYPE_PNG
= _core_
.BITMAP_TYPE_PNG
734 BITMAP_TYPE_JPEG
= _core_
.BITMAP_TYPE_JPEG
735 BITMAP_TYPE_PNM
= _core_
.BITMAP_TYPE_PNM
736 BITMAP_TYPE_PCX
= _core_
.BITMAP_TYPE_PCX
737 BITMAP_TYPE_PICT
= _core_
.BITMAP_TYPE_PICT
738 BITMAP_TYPE_ICON
= _core_
.BITMAP_TYPE_ICON
739 BITMAP_TYPE_ANI
= _core_
.BITMAP_TYPE_ANI
740 BITMAP_TYPE_IFF
= _core_
.BITMAP_TYPE_IFF
741 BITMAP_TYPE_MACCURSOR
= _core_
.BITMAP_TYPE_MACCURSOR
742 BITMAP_TYPE_ANY
= _core_
.BITMAP_TYPE_ANY
743 CURSOR_NONE
= _core_
.CURSOR_NONE
744 CURSOR_ARROW
= _core_
.CURSOR_ARROW
745 CURSOR_RIGHT_ARROW
= _core_
.CURSOR_RIGHT_ARROW
746 CURSOR_BULLSEYE
= _core_
.CURSOR_BULLSEYE
747 CURSOR_CHAR
= _core_
.CURSOR_CHAR
748 CURSOR_CROSS
= _core_
.CURSOR_CROSS
749 CURSOR_HAND
= _core_
.CURSOR_HAND
750 CURSOR_IBEAM
= _core_
.CURSOR_IBEAM
751 CURSOR_LEFT_BUTTON
= _core_
.CURSOR_LEFT_BUTTON
752 CURSOR_MAGNIFIER
= _core_
.CURSOR_MAGNIFIER
753 CURSOR_MIDDLE_BUTTON
= _core_
.CURSOR_MIDDLE_BUTTON
754 CURSOR_NO_ENTRY
= _core_
.CURSOR_NO_ENTRY
755 CURSOR_PAINT_BRUSH
= _core_
.CURSOR_PAINT_BRUSH
756 CURSOR_PENCIL
= _core_
.CURSOR_PENCIL
757 CURSOR_POINT_LEFT
= _core_
.CURSOR_POINT_LEFT
758 CURSOR_POINT_RIGHT
= _core_
.CURSOR_POINT_RIGHT
759 CURSOR_QUESTION_ARROW
= _core_
.CURSOR_QUESTION_ARROW
760 CURSOR_RIGHT_BUTTON
= _core_
.CURSOR_RIGHT_BUTTON
761 CURSOR_SIZENESW
= _core_
.CURSOR_SIZENESW
762 CURSOR_SIZENS
= _core_
.CURSOR_SIZENS
763 CURSOR_SIZENWSE
= _core_
.CURSOR_SIZENWSE
764 CURSOR_SIZEWE
= _core_
.CURSOR_SIZEWE
765 CURSOR_SIZING
= _core_
.CURSOR_SIZING
766 CURSOR_SPRAYCAN
= _core_
.CURSOR_SPRAYCAN
767 CURSOR_WAIT
= _core_
.CURSOR_WAIT
768 CURSOR_WATCH
= _core_
.CURSOR_WATCH
769 CURSOR_BLANK
= _core_
.CURSOR_BLANK
770 CURSOR_DEFAULT
= _core_
.CURSOR_DEFAULT
771 CURSOR_COPY_ARROW
= _core_
.CURSOR_COPY_ARROW
772 CURSOR_ARROWWAIT
= _core_
.CURSOR_ARROWWAIT
773 CURSOR_MAX
= _core_
.CURSOR_MAX
774 #---------------------------------------------------------------------------
778 wx.Size is a useful data structure used to represent the size of
779 something. It simply contians integer width and height
780 proprtites. In most places in wxPython where a wx.Size is
781 expected a (width, height) tuple can be used instead.
784 return "<%s.%s; proxy of C++ wxSize instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
785 width
= property(_core_
.Size_width_get
, _core_
.Size_width_set
)
786 height
= property(_core_
.Size_height_get
, _core_
.Size_height_set
)
787 x
= width
; y
= height
788 def __init__(self
, *args
, **kwargs
):
790 __init__(self, int w=0, int h=0) -> Size
792 Creates a size object.
794 newobj
= _core_
.new_Size(*args
, **kwargs
)
795 self
.this
= newobj
.this
798 def __del__(self
, destroy
=_core_
.delete_Size
):
801 if self
.thisown
: destroy(self
)
804 def __eq__(*args
, **kwargs
):
806 __eq__(self, Size sz) -> bool
808 Test for equality of wx.Size objects.
810 return _core_
.Size___eq__(*args
, **kwargs
)
812 def __ne__(*args
, **kwargs
):
814 __ne__(self, Size sz) -> bool
818 return _core_
.Size___ne__(*args
, **kwargs
)
820 def __add__(*args
, **kwargs
):
822 __add__(self, Size sz) -> Size
824 Add sz's proprties to this and return the result.
826 return _core_
.Size___add__(*args
, **kwargs
)
828 def __sub__(*args
, **kwargs
):
830 __sub__(self, Size sz) -> Size
832 Subtract sz's properties from this and return the result.
834 return _core_
.Size___sub__(*args
, **kwargs
)
836 def IncTo(*args
, **kwargs
):
840 Increments this object so that both of its dimensions are not less
841 than the corresponding dimensions of the size.
843 return _core_
.Size_IncTo(*args
, **kwargs
)
845 def DecTo(*args
, **kwargs
):
849 Decrements this object so that both of its dimensions are not greater
850 than the corresponding dimensions of the size.
852 return _core_
.Size_DecTo(*args
, **kwargs
)
854 def Set(*args
, **kwargs
):
856 Set(self, int w, int h)
858 Set both width and height.
860 return _core_
.Size_Set(*args
, **kwargs
)
862 def SetWidth(*args
, **kwargs
):
863 """SetWidth(self, int w)"""
864 return _core_
.Size_SetWidth(*args
, **kwargs
)
866 def SetHeight(*args
, **kwargs
):
867 """SetHeight(self, int h)"""
868 return _core_
.Size_SetHeight(*args
, **kwargs
)
870 def GetWidth(*args
, **kwargs
):
871 """GetWidth(self) -> int"""
872 return _core_
.Size_GetWidth(*args
, **kwargs
)
874 def GetHeight(*args
, **kwargs
):
875 """GetHeight(self) -> int"""
876 return _core_
.Size_GetHeight(*args
, **kwargs
)
878 def IsFullySpecified(*args
, **kwargs
):
880 IsFullySpecified(self) -> bool
882 Returns True if both components of the size are non-default values.
884 return _core_
.Size_IsFullySpecified(*args
, **kwargs
)
886 def SetDefaults(*args
, **kwargs
):
888 SetDefaults(self, Size size)
890 Combine this size with the other one replacing the default components
891 of this object (i.e. equal to -1) with those of the other.
893 return _core_
.Size_SetDefaults(*args
, **kwargs
)
895 def Get(*args
, **kwargs
):
897 Get() -> (width,height)
899 Returns the width and height properties as a tuple.
901 return _core_
.Size_Get(*args
, **kwargs
)
903 asTuple
= wx
._deprecated
(Get
, "asTuple is deprecated, use `Get` instead")
904 def __str__(self
): return str(self
.Get())
905 def __repr__(self
): return 'wx.Size'+str(self
.Get())
906 def __len__(self
): return len(self
.Get())
907 def __getitem__(self
, index
): return self
.Get()[index
]
908 def __setitem__(self
, index
, val
):
909 if index
== 0: self
.width
= val
910 elif index
== 1: self
.height
= val
911 else: raise IndexError
912 def __nonzero__(self
): return self
.Get() != (0,0)
913 __safe_for_unpickling__
= True
914 def __reduce__(self
): return (wx
.Size
, self
.Get())
918 def __init__(self
, this
):
920 if not hasattr(self
,"thisown"): self
.thisown
= 0
921 self
.__class
__ = Size
922 _core_
.Size_swigregister(SizePtr
)
924 #---------------------------------------------------------------------------
926 class RealPoint(object):
928 A data structure for representing a point or position with floating
929 point x and y properties. In wxPython most places that expect a
930 wx.RealPoint can also accept a (x,y) tuple.
933 return "<%s.%s; proxy of C++ wxRealPoint instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
934 x
= property(_core_
.RealPoint_x_get
, _core_
.RealPoint_x_set
)
935 y
= property(_core_
.RealPoint_y_get
, _core_
.RealPoint_y_set
)
936 def __init__(self
, *args
, **kwargs
):
938 __init__(self, double x=0.0, double y=0.0) -> RealPoint
940 Create a wx.RealPoint object
942 newobj
= _core_
.new_RealPoint(*args
, **kwargs
)
943 self
.this
= newobj
.this
946 def __del__(self
, destroy
=_core_
.delete_RealPoint
):
949 if self
.thisown
: destroy(self
)
952 def __eq__(*args
, **kwargs
):
954 __eq__(self, RealPoint pt) -> bool
956 Test for equality of wx.RealPoint objects.
958 return _core_
.RealPoint___eq__(*args
, **kwargs
)
960 def __ne__(*args
, **kwargs
):
962 __ne__(self, RealPoint pt) -> bool
964 Test for inequality of wx.RealPoint objects.
966 return _core_
.RealPoint___ne__(*args
, **kwargs
)
968 def __add__(*args
, **kwargs
):
970 __add__(self, RealPoint pt) -> RealPoint
972 Add pt's proprties to this and return the result.
974 return _core_
.RealPoint___add__(*args
, **kwargs
)
976 def __sub__(*args
, **kwargs
):
978 __sub__(self, RealPoint pt) -> RealPoint
980 Subtract pt's proprties from this and return the result
982 return _core_
.RealPoint___sub__(*args
, **kwargs
)
984 def Set(*args
, **kwargs
):
986 Set(self, double x, double y)
988 Set both the x and y properties
990 return _core_
.RealPoint_Set(*args
, **kwargs
)
992 def Get(*args
, **kwargs
):
996 Return the x and y properties as a tuple.
998 return _core_
.RealPoint_Get(*args
, **kwargs
)
1000 asTuple
= wx
._deprecated
(Get
, "asTuple is deprecated, use `Get` instead")
1001 def __str__(self
): return str(self
.Get())
1002 def __repr__(self
): return 'wx.RealPoint'+str(self
.Get())
1003 def __len__(self
): return len(self
.Get())
1004 def __getitem__(self
, index
): return self
.Get()[index
]
1005 def __setitem__(self
, index
, val
):
1006 if index
== 0: self
.x
= val
1007 elif index
== 1: self
.y
= val
1008 else: raise IndexError
1009 def __nonzero__(self
): return self
.Get() != (0.0, 0.0)
1010 __safe_for_unpickling__
= True
1011 def __reduce__(self
): return (wx
.RealPoint
, self
.Get())
1014 class RealPointPtr(RealPoint
):
1015 def __init__(self
, this
):
1017 if not hasattr(self
,"thisown"): self
.thisown
= 0
1018 self
.__class
__ = RealPoint
1019 _core_
.RealPoint_swigregister(RealPointPtr
)
1021 #---------------------------------------------------------------------------
1023 class Point(object):
1025 A data structure for representing a point or position with integer x
1026 and y properties. Most places in wxPython that expect a wx.Point can
1027 also accept a (x,y) tuple.
1030 return "<%s.%s; proxy of C++ wxPoint instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1031 x
= property(_core_
.Point_x_get
, _core_
.Point_x_set
)
1032 y
= property(_core_
.Point_y_get
, _core_
.Point_y_set
)
1033 def __init__(self
, *args
, **kwargs
):
1035 __init__(self, int x=0, int y=0) -> Point
1037 Create a wx.Point object
1039 newobj
= _core_
.new_Point(*args
, **kwargs
)
1040 self
.this
= newobj
.this
1043 def __del__(self
, destroy
=_core_
.delete_Point
):
1046 if self
.thisown
: destroy(self
)
1049 def __eq__(*args
, **kwargs
):
1051 __eq__(self, Point pt) -> bool
1053 Test for equality of wx.Point objects.
1055 return _core_
.Point___eq__(*args
, **kwargs
)
1057 def __ne__(*args
, **kwargs
):
1059 __ne__(self, Point pt) -> bool
1061 Test for inequality of wx.Point objects.
1063 return _core_
.Point___ne__(*args
, **kwargs
)
1065 def __add__(*args
, **kwargs
):
1067 __add__(self, Point pt) -> Point
1069 Add pt's proprties to this and return the result.
1071 return _core_
.Point___add__(*args
, **kwargs
)
1073 def __sub__(*args
, **kwargs
):
1075 __sub__(self, Point pt) -> Point
1077 Subtract pt's proprties from this and return the result
1079 return _core_
.Point___sub__(*args
, **kwargs
)
1081 def __iadd__(*args
, **kwargs
):
1083 __iadd__(self, Point pt) -> Point
1085 Add pt to this object.
1087 return _core_
.Point___iadd__(*args
, **kwargs
)
1089 def __isub__(*args
, **kwargs
):
1091 __isub__(self, Point pt) -> Point
1093 Subtract pt from this object.
1095 return _core_
.Point___isub__(*args
, **kwargs
)
1097 def Set(*args
, **kwargs
):
1099 Set(self, long x, long y)
1101 Set both the x and y properties
1103 return _core_
.Point_Set(*args
, **kwargs
)
1105 def Get(*args
, **kwargs
):
1109 Return the x and y properties as a tuple.
1111 return _core_
.Point_Get(*args
, **kwargs
)
1113 asTuple
= wx
._deprecated
(Get
, "asTuple is deprecated, use `Get` instead")
1114 def __str__(self
): return str(self
.Get())
1115 def __repr__(self
): return 'wx.Point'+str(self
.Get())
1116 def __len__(self
): return len(self
.Get())
1117 def __getitem__(self
, index
): return self
.Get()[index
]
1118 def __setitem__(self
, index
, val
):
1119 if index
== 0: self
.x
= val
1120 elif index
== 1: self
.y
= val
1121 else: raise IndexError
1122 def __nonzero__(self
): return self
.Get() != (0,0)
1123 __safe_for_unpickling__
= True
1124 def __reduce__(self
): return (wx
.Point
, self
.Get())
1127 class PointPtr(Point
):
1128 def __init__(self
, this
):
1130 if not hasattr(self
,"thisown"): self
.thisown
= 0
1131 self
.__class
__ = Point
1132 _core_
.Point_swigregister(PointPtr
)
1134 #---------------------------------------------------------------------------
1138 A class for representing and manipulating rectangles. It has x, y,
1139 width and height properties. In wxPython most palces that expect a
1140 wx.Rect can also accept a (x,y,width,height) tuple.
1143 return "<%s.%s; proxy of C++ wxRect instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1144 def __init__(self
, *args
, **kwargs
):
1146 __init__(self, int x=0, int y=0, int width=0, int height=0) -> Rect
1148 Create a new Rect object.
1150 newobj
= _core_
.new_Rect(*args
, **kwargs
)
1151 self
.this
= newobj
.this
1154 def __del__(self
, destroy
=_core_
.delete_Rect
):
1157 if self
.thisown
: destroy(self
)
1160 def GetX(*args
, **kwargs
):
1161 """GetX(self) -> int"""
1162 return _core_
.Rect_GetX(*args
, **kwargs
)
1164 def SetX(*args
, **kwargs
):
1165 """SetX(self, int x)"""
1166 return _core_
.Rect_SetX(*args
, **kwargs
)
1168 def GetY(*args
, **kwargs
):
1169 """GetY(self) -> int"""
1170 return _core_
.Rect_GetY(*args
, **kwargs
)
1172 def SetY(*args
, **kwargs
):
1173 """SetY(self, int y)"""
1174 return _core_
.Rect_SetY(*args
, **kwargs
)
1176 def GetWidth(*args
, **kwargs
):
1177 """GetWidth(self) -> int"""
1178 return _core_
.Rect_GetWidth(*args
, **kwargs
)
1180 def SetWidth(*args
, **kwargs
):
1181 """SetWidth(self, int w)"""
1182 return _core_
.Rect_SetWidth(*args
, **kwargs
)
1184 def GetHeight(*args
, **kwargs
):
1185 """GetHeight(self) -> int"""
1186 return _core_
.Rect_GetHeight(*args
, **kwargs
)
1188 def SetHeight(*args
, **kwargs
):
1189 """SetHeight(self, int h)"""
1190 return _core_
.Rect_SetHeight(*args
, **kwargs
)
1192 def GetPosition(*args
, **kwargs
):
1193 """GetPosition(self) -> Point"""
1194 return _core_
.Rect_GetPosition(*args
, **kwargs
)
1196 def SetPosition(*args
, **kwargs
):
1197 """SetPosition(self, Point p)"""
1198 return _core_
.Rect_SetPosition(*args
, **kwargs
)
1200 def GetSize(*args
, **kwargs
):
1201 """GetSize(self) -> Size"""
1202 return _core_
.Rect_GetSize(*args
, **kwargs
)
1204 def SetSize(*args
, **kwargs
):
1205 """SetSize(self, Size s)"""
1206 return _core_
.Rect_SetSize(*args
, **kwargs
)
1208 def IsEmpty(*args
, **kwargs
):
1209 """IsEmpty(self) -> bool"""
1210 return _core_
.Rect_IsEmpty(*args
, **kwargs
)
1212 def GetTopLeft(*args
, **kwargs
):
1213 """GetTopLeft(self) -> Point"""
1214 return _core_
.Rect_GetTopLeft(*args
, **kwargs
)
1216 def SetTopLeft(*args
, **kwargs
):
1217 """SetTopLeft(self, Point p)"""
1218 return _core_
.Rect_SetTopLeft(*args
, **kwargs
)
1220 def GetBottomRight(*args
, **kwargs
):
1221 """GetBottomRight(self) -> Point"""
1222 return _core_
.Rect_GetBottomRight(*args
, **kwargs
)
1224 def SetBottomRight(*args
, **kwargs
):
1225 """SetBottomRight(self, Point p)"""
1226 return _core_
.Rect_SetBottomRight(*args
, **kwargs
)
1228 def GetLeft(*args
, **kwargs
):
1229 """GetLeft(self) -> int"""
1230 return _core_
.Rect_GetLeft(*args
, **kwargs
)
1232 def GetTop(*args
, **kwargs
):
1233 """GetTop(self) -> int"""
1234 return _core_
.Rect_GetTop(*args
, **kwargs
)
1236 def GetBottom(*args
, **kwargs
):
1237 """GetBottom(self) -> int"""
1238 return _core_
.Rect_GetBottom(*args
, **kwargs
)
1240 def GetRight(*args
, **kwargs
):
1241 """GetRight(self) -> int"""
1242 return _core_
.Rect_GetRight(*args
, **kwargs
)
1244 def SetLeft(*args
, **kwargs
):
1245 """SetLeft(self, int left)"""
1246 return _core_
.Rect_SetLeft(*args
, **kwargs
)
1248 def SetRight(*args
, **kwargs
):
1249 """SetRight(self, int right)"""
1250 return _core_
.Rect_SetRight(*args
, **kwargs
)
1252 def SetTop(*args
, **kwargs
):
1253 """SetTop(self, int top)"""
1254 return _core_
.Rect_SetTop(*args
, **kwargs
)
1256 def SetBottom(*args
, **kwargs
):
1257 """SetBottom(self, int bottom)"""
1258 return _core_
.Rect_SetBottom(*args
, **kwargs
)
1260 position
= property(GetPosition
, SetPosition
)
1261 size
= property(GetSize
, SetSize
)
1262 left
= property(GetLeft
, SetLeft
)
1263 right
= property(GetRight
, SetRight
)
1264 top
= property(GetTop
, SetTop
)
1265 bottom
= property(GetBottom
, SetBottom
)
1267 def Inflate(*args
, **kwargs
):
1269 Inflate(self, int dx, int dy) -> Rect
1271 Increases the size of the rectangle.
1273 The left border is moved farther left and the right border is moved
1274 farther right by ``dx``. The upper border is moved farther up and the
1275 bottom border is moved farther down by ``dy``. (Note the the width and
1276 height of the rectangle thus change by ``2*dx`` and ``2*dy``,
1277 respectively.) If one or both of ``dx`` and ``dy`` are negative, the
1278 opposite happens: the rectangle size decreases in the respective
1281 The change is made to the rectangle inplace, if instead you need a
1282 copy that is inflated, preserving the original then make the copy
1285 copy = wx.Rect(*original)
1290 return _core_
.Rect_Inflate(*args
, **kwargs
)
1292 def Deflate(*args
, **kwargs
):
1294 Deflate(self, int dx, int dy) -> Rect
1296 Decrease the rectangle size. This method is the opposite of `Inflate`
1297 in that Deflate(a,b) is equivalent to Inflate(-a,-b). Please refer to
1298 `Inflate` for a full description.
1300 return _core_
.Rect_Deflate(*args
, **kwargs
)
1302 def OffsetXY(*args
, **kwargs
):
1304 OffsetXY(self, int dx, int dy)
1306 Moves the rectangle by the specified offset. If dx is positive, the
1307 rectangle is moved to the right, if dy is positive, it is moved to the
1308 bottom, otherwise it is moved to the left or top respectively.
1310 return _core_
.Rect_OffsetXY(*args
, **kwargs
)
1312 def Offset(*args
, **kwargs
):
1314 Offset(self, Point pt)
1316 Same as OffsetXY but uses dx,dy from Point
1318 return _core_
.Rect_Offset(*args
, **kwargs
)
1320 def Intersect(*args
, **kwargs
):
1322 Intersect(self, Rect rect) -> Rect
1324 Returns the intersectsion of this rectangle and rect.
1326 return _core_
.Rect_Intersect(*args
, **kwargs
)
1328 def Union(*args
, **kwargs
):
1330 Union(self, Rect rect) -> Rect
1332 Returns the union of this rectangle and rect.
1334 return _core_
.Rect_Union(*args
, **kwargs
)
1336 def __add__(*args
, **kwargs
):
1338 __add__(self, Rect rect) -> Rect
1340 Add the properties of rect to this rectangle and return the result.
1342 return _core_
.Rect___add__(*args
, **kwargs
)
1344 def __iadd__(*args
, **kwargs
):
1346 __iadd__(self, Rect rect) -> Rect
1348 Add the properties of rect to this rectangle, updating this rectangle.
1350 return _core_
.Rect___iadd__(*args
, **kwargs
)
1352 def __eq__(*args
, **kwargs
):
1354 __eq__(self, Rect rect) -> bool
1358 return _core_
.Rect___eq__(*args
, **kwargs
)
1360 def __ne__(*args
, **kwargs
):
1362 __ne__(self, Rect rect) -> bool
1364 Test for inequality.
1366 return _core_
.Rect___ne__(*args
, **kwargs
)
1368 def InsideXY(*args
, **kwargs
):
1370 InsideXY(self, int x, int y) -> bool
1372 Return True if the point is (not strcitly) inside the rect.
1374 return _core_
.Rect_InsideXY(*args
, **kwargs
)
1376 def Inside(*args
, **kwargs
):
1378 Inside(self, Point pt) -> bool
1380 Return True if the point is (not strcitly) inside the rect.
1382 return _core_
.Rect_Inside(*args
, **kwargs
)
1384 def Intersects(*args
, **kwargs
):
1386 Intersects(self, Rect rect) -> bool
1388 Returns True if the rectangles have a non empty intersection.
1390 return _core_
.Rect_Intersects(*args
, **kwargs
)
1392 x
= property(_core_
.Rect_x_get
, _core_
.Rect_x_set
)
1393 y
= property(_core_
.Rect_y_get
, _core_
.Rect_y_set
)
1394 width
= property(_core_
.Rect_width_get
, _core_
.Rect_width_set
)
1395 height
= property(_core_
.Rect_height_get
, _core_
.Rect_height_set
)
1396 def Set(*args
, **kwargs
):
1398 Set(self, int x=0, int y=0, int width=0, int height=0)
1400 Set all rectangle properties.
1402 return _core_
.Rect_Set(*args
, **kwargs
)
1404 def Get(*args
, **kwargs
):
1406 Get() -> (x,y,width,height)
1408 Return the rectangle properties as a tuple.
1410 return _core_
.Rect_Get(*args
, **kwargs
)
1412 asTuple
= wx
._deprecated
(Get
, "asTuple is deprecated, use `Get` instead")
1413 def __str__(self
): return str(self
.Get())
1414 def __repr__(self
): return 'wx.Rect'+str(self
.Get())
1415 def __len__(self
): return len(self
.Get())
1416 def __getitem__(self
, index
): return self
.Get()[index
]
1417 def __setitem__(self
, index
, val
):
1418 if index
== 0: self
.x
= val
1419 elif index
== 1: self
.y
= val
1420 elif index
== 2: self
.width
= val
1421 elif index
== 3: self
.height
= val
1422 else: raise IndexError
1423 def __nonzero__(self
): return self
.Get() != (0,0,0,0)
1424 __safe_for_unpickling__
= True
1425 def __reduce__(self
): return (wx
.Rect
, self
.Get())
1428 class RectPtr(Rect
):
1429 def __init__(self
, this
):
1431 if not hasattr(self
,"thisown"): self
.thisown
= 0
1432 self
.__class
__ = Rect
1433 _core_
.Rect_swigregister(RectPtr
)
1435 def RectPP(*args
, **kwargs
):
1437 RectPP(Point topLeft, Point bottomRight) -> Rect
1439 Create a new Rect object from Points representing two corners.
1441 val
= _core_
.new_RectPP(*args
, **kwargs
)
1445 def RectPS(*args
, **kwargs
):
1447 RectPS(Point pos, Size size) -> Rect
1449 Create a new Rect from a position and size.
1451 val
= _core_
.new_RectPS(*args
, **kwargs
)
1455 def RectS(*args
, **kwargs
):
1457 RectS(Size size) -> Rect
1459 Create a new Rect from a size only.
1461 val
= _core_
.new_RectS(*args
, **kwargs
)
1466 def IntersectRect(*args
, **kwargs
):
1468 IntersectRect(Rect r1, Rect r2) -> Rect
1470 Calculate and return the intersection of r1 and r2.
1472 return _core_
.IntersectRect(*args
, **kwargs
)
1473 #---------------------------------------------------------------------------
1475 class Point2D(object):
1477 wx.Point2Ds represent a point or a vector in a 2d coordinate system
1478 with floating point values.
1481 return "<%s.%s; proxy of C++ wxPoint2D instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1482 def __init__(self
, *args
, **kwargs
):
1484 __init__(self, double x=0.0, double y=0.0) -> Point2D
1486 Create a w.Point2D object.
1488 newobj
= _core_
.new_Point2D(*args
, **kwargs
)
1489 self
.this
= newobj
.this
1492 def GetFloor(*args
, **kwargs
):
1498 return _core_
.Point2D_GetFloor(*args
, **kwargs
)
1500 def GetRounded(*args
, **kwargs
):
1502 GetRounded() -> (x,y)
1506 return _core_
.Point2D_GetRounded(*args
, **kwargs
)
1508 def GetVectorLength(*args
, **kwargs
):
1509 """GetVectorLength(self) -> double"""
1510 return _core_
.Point2D_GetVectorLength(*args
, **kwargs
)
1512 def GetVectorAngle(*args
, **kwargs
):
1513 """GetVectorAngle(self) -> double"""
1514 return _core_
.Point2D_GetVectorAngle(*args
, **kwargs
)
1516 def SetVectorLength(*args
, **kwargs
):
1517 """SetVectorLength(self, double length)"""
1518 return _core_
.Point2D_SetVectorLength(*args
, **kwargs
)
1520 def SetVectorAngle(*args
, **kwargs
):
1521 """SetVectorAngle(self, double degrees)"""
1522 return _core_
.Point2D_SetVectorAngle(*args
, **kwargs
)
1524 def SetPolarCoordinates(self
, angle
, length
):
1525 self
.SetVectorLength(length
)
1526 self
.SetVectorAngle(angle
)
1527 def Normalize(self
):
1528 self
.SetVectorLength(1.0)
1530 def GetDistance(*args
, **kwargs
):
1531 """GetDistance(self, Point2D pt) -> double"""
1532 return _core_
.Point2D_GetDistance(*args
, **kwargs
)
1534 def GetDistanceSquare(*args
, **kwargs
):
1535 """GetDistanceSquare(self, Point2D pt) -> double"""
1536 return _core_
.Point2D_GetDistanceSquare(*args
, **kwargs
)
1538 def GetDotProduct(*args
, **kwargs
):
1539 """GetDotProduct(self, Point2D vec) -> double"""
1540 return _core_
.Point2D_GetDotProduct(*args
, **kwargs
)
1542 def GetCrossProduct(*args
, **kwargs
):
1543 """GetCrossProduct(self, Point2D vec) -> double"""
1544 return _core_
.Point2D_GetCrossProduct(*args
, **kwargs
)
1546 def __neg__(*args
, **kwargs
):
1548 __neg__(self) -> Point2D
1550 the reflection of this point
1552 return _core_
.Point2D___neg__(*args
, **kwargs
)
1554 def __iadd__(*args
, **kwargs
):
1555 """__iadd__(self, Point2D pt) -> Point2D"""
1556 return _core_
.Point2D___iadd__(*args
, **kwargs
)
1558 def __isub__(*args
, **kwargs
):
1559 """__isub__(self, Point2D pt) -> Point2D"""
1560 return _core_
.Point2D___isub__(*args
, **kwargs
)
1562 def __imul__(*args
, **kwargs
):
1563 """__imul__(self, Point2D pt) -> Point2D"""
1564 return _core_
.Point2D___imul__(*args
, **kwargs
)
1566 def __idiv__(*args
, **kwargs
):
1567 """__idiv__(self, Point2D pt) -> Point2D"""
1568 return _core_
.Point2D___idiv__(*args
, **kwargs
)
1570 def __eq__(*args
, **kwargs
):
1572 __eq__(self, Point2D pt) -> bool
1576 return _core_
.Point2D___eq__(*args
, **kwargs
)
1578 def __ne__(*args
, **kwargs
):
1580 __ne__(self, Point2D pt) -> bool
1584 return _core_
.Point2D___ne__(*args
, **kwargs
)
1586 x
= property(_core_
.Point2D_x_get
, _core_
.Point2D_x_set
)
1587 y
= property(_core_
.Point2D_y_get
, _core_
.Point2D_y_set
)
1588 def Set(*args
, **kwargs
):
1589 """Set(self, double x=0, double y=0)"""
1590 return _core_
.Point2D_Set(*args
, **kwargs
)
1592 def Get(*args
, **kwargs
):
1596 Return x and y properties as a tuple.
1598 return _core_
.Point2D_Get(*args
, **kwargs
)
1600 asTuple
= wx
._deprecated
(Get
, "asTuple is deprecated, use `Get` instead")
1601 def __str__(self
): return str(self
.Get())
1602 def __repr__(self
): return 'wx.Point2D'+str(self
.Get())
1603 def __len__(self
): return len(self
.Get())
1604 def __getitem__(self
, index
): return self
.Get()[index
]
1605 def __setitem__(self
, index
, val
):
1606 if index
== 0: self
.x
= val
1607 elif index
== 1: self
.y
= val
1608 else: raise IndexError
1609 def __nonzero__(self
): return self
.Get() != (0.0, 0.0)
1610 __safe_for_unpickling__
= True
1611 def __reduce__(self
): return (wx
.Point2D
, self
.Get())
1614 class Point2DPtr(Point2D
):
1615 def __init__(self
, this
):
1617 if not hasattr(self
,"thisown"): self
.thisown
= 0
1618 self
.__class
__ = Point2D
1619 _core_
.Point2D_swigregister(Point2DPtr
)
1621 def Point2DCopy(*args
, **kwargs
):
1623 Point2DCopy(Point2D pt) -> Point2D
1625 Create a w.Point2D object.
1627 val
= _core_
.new_Point2DCopy(*args
, **kwargs
)
1631 def Point2DFromPoint(*args
, **kwargs
):
1633 Point2DFromPoint(Point pt) -> Point2D
1635 Create a w.Point2D object.
1637 val
= _core_
.new_Point2DFromPoint(*args
, **kwargs
)
1641 #---------------------------------------------------------------------------
1643 FromStart
= _core_
.FromStart
1644 FromCurrent
= _core_
.FromCurrent
1645 FromEnd
= _core_
.FromEnd
1646 class InputStream(object):
1647 """Proxy of C++ InputStream class"""
1649 return "<%s.%s; proxy of C++ wxPyInputStream instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1650 def __init__(self
, *args
, **kwargs
):
1651 """__init__(self, PyObject p) -> InputStream"""
1652 newobj
= _core_
.new_InputStream(*args
, **kwargs
)
1653 self
.this
= newobj
.this
1656 def __del__(self
, destroy
=_core_
.delete_InputStream
):
1659 if self
.thisown
: destroy(self
)
1662 def close(*args
, **kwargs
):
1664 return _core_
.InputStream_close(*args
, **kwargs
)
1666 def flush(*args
, **kwargs
):
1668 return _core_
.InputStream_flush(*args
, **kwargs
)
1670 def eof(*args
, **kwargs
):
1671 """eof(self) -> bool"""
1672 return _core_
.InputStream_eof(*args
, **kwargs
)
1674 def read(*args
, **kwargs
):
1675 """read(self, int size=-1) -> PyObject"""
1676 return _core_
.InputStream_read(*args
, **kwargs
)
1678 def readline(*args
, **kwargs
):
1679 """readline(self, int size=-1) -> PyObject"""
1680 return _core_
.InputStream_readline(*args
, **kwargs
)
1682 def readlines(*args
, **kwargs
):
1683 """readlines(self, int sizehint=-1) -> PyObject"""
1684 return _core_
.InputStream_readlines(*args
, **kwargs
)
1686 def seek(*args
, **kwargs
):
1687 """seek(self, int offset, int whence=0)"""
1688 return _core_
.InputStream_seek(*args
, **kwargs
)
1690 def tell(*args
, **kwargs
):
1691 """tell(self) -> int"""
1692 return _core_
.InputStream_tell(*args
, **kwargs
)
1694 def Peek(*args
, **kwargs
):
1695 """Peek(self) -> char"""
1696 return _core_
.InputStream_Peek(*args
, **kwargs
)
1698 def GetC(*args
, **kwargs
):
1699 """GetC(self) -> char"""
1700 return _core_
.InputStream_GetC(*args
, **kwargs
)
1702 def LastRead(*args
, **kwargs
):
1703 """LastRead(self) -> size_t"""
1704 return _core_
.InputStream_LastRead(*args
, **kwargs
)
1706 def CanRead(*args
, **kwargs
):
1707 """CanRead(self) -> bool"""
1708 return _core_
.InputStream_CanRead(*args
, **kwargs
)
1710 def Eof(*args
, **kwargs
):
1711 """Eof(self) -> bool"""
1712 return _core_
.InputStream_Eof(*args
, **kwargs
)
1714 def Ungetch(*args
, **kwargs
):
1715 """Ungetch(self, char c) -> bool"""
1716 return _core_
.InputStream_Ungetch(*args
, **kwargs
)
1718 def SeekI(*args
, **kwargs
):
1719 """SeekI(self, long pos, int mode=FromStart) -> long"""
1720 return _core_
.InputStream_SeekI(*args
, **kwargs
)
1722 def TellI(*args
, **kwargs
):
1723 """TellI(self) -> long"""
1724 return _core_
.InputStream_TellI(*args
, **kwargs
)
1727 class InputStreamPtr(InputStream
):
1728 def __init__(self
, this
):
1730 if not hasattr(self
,"thisown"): self
.thisown
= 0
1731 self
.__class
__ = InputStream
1732 _core_
.InputStream_swigregister(InputStreamPtr
)
1733 DefaultPosition
= cvar
.DefaultPosition
1734 DefaultSize
= cvar
.DefaultSize
1736 class OutputStream(object):
1737 """Proxy of C++ OutputStream class"""
1738 def __init__(self
): raise RuntimeError, "No constructor defined"
1740 return "<%s.%s; proxy of C++ wxOutputStream instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1741 def write(*args
, **kwargs
):
1742 """write(self, PyObject obj)"""
1743 return _core_
.OutputStream_write(*args
, **kwargs
)
1746 class OutputStreamPtr(OutputStream
):
1747 def __init__(self
, this
):
1749 if not hasattr(self
,"thisown"): self
.thisown
= 0
1750 self
.__class
__ = OutputStream
1751 _core_
.OutputStream_swigregister(OutputStreamPtr
)
1753 #---------------------------------------------------------------------------
1755 class FSFile(Object
):
1756 """Proxy of C++ FSFile class"""
1758 return "<%s.%s; proxy of C++ wxFSFile instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1759 def __init__(self
, *args
, **kwargs
):
1761 __init__(self, InputStream stream, String loc, String mimetype, String anchor,
1762 DateTime modif) -> FSFile
1764 newobj
= _core_
.new_FSFile(*args
, **kwargs
)
1765 self
.this
= newobj
.this
1768 self
.thisown
= 0 # It will normally be deleted by the user of the wx.FileSystem
1770 def __del__(self
, destroy
=_core_
.delete_FSFile
):
1773 if self
.thisown
: destroy(self
)
1776 def GetStream(*args
, **kwargs
):
1777 """GetStream(self) -> InputStream"""
1778 return _core_
.FSFile_GetStream(*args
, **kwargs
)
1780 def GetMimeType(*args
, **kwargs
):
1781 """GetMimeType(self) -> String"""
1782 return _core_
.FSFile_GetMimeType(*args
, **kwargs
)
1784 def GetLocation(*args
, **kwargs
):
1785 """GetLocation(self) -> String"""
1786 return _core_
.FSFile_GetLocation(*args
, **kwargs
)
1788 def GetAnchor(*args
, **kwargs
):
1789 """GetAnchor(self) -> String"""
1790 return _core_
.FSFile_GetAnchor(*args
, **kwargs
)
1792 def GetModificationTime(*args
, **kwargs
):
1793 """GetModificationTime(self) -> DateTime"""
1794 return _core_
.FSFile_GetModificationTime(*args
, **kwargs
)
1797 class FSFilePtr(FSFile
):
1798 def __init__(self
, this
):
1800 if not hasattr(self
,"thisown"): self
.thisown
= 0
1801 self
.__class
__ = FSFile
1802 _core_
.FSFile_swigregister(FSFilePtr
)
1804 class CPPFileSystemHandler(object):
1805 """Proxy of C++ CPPFileSystemHandler class"""
1806 def __init__(self
): raise RuntimeError, "No constructor defined"
1808 return "<%s.%s; proxy of C++ wxFileSystemHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1810 class CPPFileSystemHandlerPtr(CPPFileSystemHandler
):
1811 def __init__(self
, this
):
1813 if not hasattr(self
,"thisown"): self
.thisown
= 0
1814 self
.__class
__ = CPPFileSystemHandler
1815 _core_
.CPPFileSystemHandler_swigregister(CPPFileSystemHandlerPtr
)
1817 class FileSystemHandler(CPPFileSystemHandler
):
1818 """Proxy of C++ FileSystemHandler class"""
1820 return "<%s.%s; proxy of C++ wxPyFileSystemHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1821 def __init__(self
, *args
, **kwargs
):
1822 """__init__(self) -> FileSystemHandler"""
1823 newobj
= _core_
.new_FileSystemHandler(*args
, **kwargs
)
1824 self
.this
= newobj
.this
1827 self
._setCallbackInfo
(self
, FileSystemHandler
)
1829 def _setCallbackInfo(*args
, **kwargs
):
1830 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
1831 return _core_
.FileSystemHandler__setCallbackInfo(*args
, **kwargs
)
1833 def CanOpen(*args
, **kwargs
):
1834 """CanOpen(self, String location) -> bool"""
1835 return _core_
.FileSystemHandler_CanOpen(*args
, **kwargs
)
1837 def OpenFile(*args
, **kwargs
):
1838 """OpenFile(self, FileSystem fs, String location) -> FSFile"""
1839 return _core_
.FileSystemHandler_OpenFile(*args
, **kwargs
)
1841 def FindFirst(*args
, **kwargs
):
1842 """FindFirst(self, String spec, int flags=0) -> String"""
1843 return _core_
.FileSystemHandler_FindFirst(*args
, **kwargs
)
1845 def FindNext(*args
, **kwargs
):
1846 """FindNext(self) -> String"""
1847 return _core_
.FileSystemHandler_FindNext(*args
, **kwargs
)
1849 def GetProtocol(*args
, **kwargs
):
1850 """GetProtocol(self, String location) -> String"""
1851 return _core_
.FileSystemHandler_GetProtocol(*args
, **kwargs
)
1853 def GetLeftLocation(*args
, **kwargs
):
1854 """GetLeftLocation(self, String location) -> String"""
1855 return _core_
.FileSystemHandler_GetLeftLocation(*args
, **kwargs
)
1857 def GetAnchor(*args
, **kwargs
):
1858 """GetAnchor(self, String location) -> String"""
1859 return _core_
.FileSystemHandler_GetAnchor(*args
, **kwargs
)
1861 def GetRightLocation(*args
, **kwargs
):
1862 """GetRightLocation(self, String location) -> String"""
1863 return _core_
.FileSystemHandler_GetRightLocation(*args
, **kwargs
)
1865 def GetMimeTypeFromExt(*args
, **kwargs
):
1866 """GetMimeTypeFromExt(self, String location) -> String"""
1867 return _core_
.FileSystemHandler_GetMimeTypeFromExt(*args
, **kwargs
)
1870 class FileSystemHandlerPtr(FileSystemHandler
):
1871 def __init__(self
, this
):
1873 if not hasattr(self
,"thisown"): self
.thisown
= 0
1874 self
.__class
__ = FileSystemHandler
1875 _core_
.FileSystemHandler_swigregister(FileSystemHandlerPtr
)
1877 class FileSystem(Object
):
1878 """Proxy of C++ FileSystem class"""
1880 return "<%s.%s; proxy of C++ wxFileSystem instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1881 def __init__(self
, *args
, **kwargs
):
1882 """__init__(self) -> FileSystem"""
1883 newobj
= _core_
.new_FileSystem(*args
, **kwargs
)
1884 self
.this
= newobj
.this
1887 def __del__(self
, destroy
=_core_
.delete_FileSystem
):
1890 if self
.thisown
: destroy(self
)
1893 def ChangePathTo(*args
, **kwargs
):
1894 """ChangePathTo(self, String location, bool is_dir=False)"""
1895 return _core_
.FileSystem_ChangePathTo(*args
, **kwargs
)
1897 def GetPath(*args
, **kwargs
):
1898 """GetPath(self) -> String"""
1899 return _core_
.FileSystem_GetPath(*args
, **kwargs
)
1901 def OpenFile(*args
, **kwargs
):
1902 """OpenFile(self, String location) -> FSFile"""
1903 return _core_
.FileSystem_OpenFile(*args
, **kwargs
)
1905 def FindFirst(*args
, **kwargs
):
1906 """FindFirst(self, String spec, int flags=0) -> String"""
1907 return _core_
.FileSystem_FindFirst(*args
, **kwargs
)
1909 def FindNext(*args
, **kwargs
):
1910 """FindNext(self) -> String"""
1911 return _core_
.FileSystem_FindNext(*args
, **kwargs
)
1913 def AddHandler(*args
, **kwargs
):
1914 """AddHandler(CPPFileSystemHandler handler)"""
1915 return _core_
.FileSystem_AddHandler(*args
, **kwargs
)
1917 AddHandler
= staticmethod(AddHandler
)
1918 def CleanUpHandlers(*args
, **kwargs
):
1919 """CleanUpHandlers()"""
1920 return _core_
.FileSystem_CleanUpHandlers(*args
, **kwargs
)
1922 CleanUpHandlers
= staticmethod(CleanUpHandlers
)
1923 def FileNameToURL(*args
, **kwargs
):
1924 """FileNameToURL(String filename) -> String"""
1925 return _core_
.FileSystem_FileNameToURL(*args
, **kwargs
)
1927 FileNameToURL
= staticmethod(FileNameToURL
)
1928 def URLToFileName(*args
, **kwargs
):
1929 """URLToFileName(String url) -> String"""
1930 return _core_
.FileSystem_URLToFileName(*args
, **kwargs
)
1932 URLToFileName
= staticmethod(URLToFileName
)
1934 class FileSystemPtr(FileSystem
):
1935 def __init__(self
, this
):
1937 if not hasattr(self
,"thisown"): self
.thisown
= 0
1938 self
.__class
__ = FileSystem
1939 _core_
.FileSystem_swigregister(FileSystemPtr
)
1941 def FileSystem_AddHandler(*args
, **kwargs
):
1942 """FileSystem_AddHandler(CPPFileSystemHandler handler)"""
1943 return _core_
.FileSystem_AddHandler(*args
, **kwargs
)
1945 def FileSystem_CleanUpHandlers(*args
, **kwargs
):
1946 """FileSystem_CleanUpHandlers()"""
1947 return _core_
.FileSystem_CleanUpHandlers(*args
, **kwargs
)
1949 def FileSystem_FileNameToURL(*args
, **kwargs
):
1950 """FileSystem_FileNameToURL(String filename) -> String"""
1951 return _core_
.FileSystem_FileNameToURL(*args
, **kwargs
)
1953 def FileSystem_URLToFileName(*args
, **kwargs
):
1954 """FileSystem_URLToFileName(String url) -> String"""
1955 return _core_
.FileSystem_URLToFileName(*args
, **kwargs
)
1957 class InternetFSHandler(CPPFileSystemHandler
):
1958 """Proxy of C++ InternetFSHandler class"""
1960 return "<%s.%s; proxy of C++ wxInternetFSHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1961 def __init__(self
, *args
, **kwargs
):
1962 """__init__(self) -> InternetFSHandler"""
1963 newobj
= _core_
.new_InternetFSHandler(*args
, **kwargs
)
1964 self
.this
= newobj
.this
1967 def CanOpen(*args
, **kwargs
):
1968 """CanOpen(self, String location) -> bool"""
1969 return _core_
.InternetFSHandler_CanOpen(*args
, **kwargs
)
1971 def OpenFile(*args
, **kwargs
):
1972 """OpenFile(self, FileSystem fs, String location) -> FSFile"""
1973 return _core_
.InternetFSHandler_OpenFile(*args
, **kwargs
)
1976 class InternetFSHandlerPtr(InternetFSHandler
):
1977 def __init__(self
, this
):
1979 if not hasattr(self
,"thisown"): self
.thisown
= 0
1980 self
.__class
__ = InternetFSHandler
1981 _core_
.InternetFSHandler_swigregister(InternetFSHandlerPtr
)
1983 class ZipFSHandler(CPPFileSystemHandler
):
1984 """Proxy of C++ ZipFSHandler class"""
1986 return "<%s.%s; proxy of C++ wxZipFSHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
1987 def __init__(self
, *args
, **kwargs
):
1988 """__init__(self) -> ZipFSHandler"""
1989 newobj
= _core_
.new_ZipFSHandler(*args
, **kwargs
)
1990 self
.this
= newobj
.this
1993 def CanOpen(*args
, **kwargs
):
1994 """CanOpen(self, String location) -> bool"""
1995 return _core_
.ZipFSHandler_CanOpen(*args
, **kwargs
)
1997 def OpenFile(*args
, **kwargs
):
1998 """OpenFile(self, FileSystem fs, String location) -> FSFile"""
1999 return _core_
.ZipFSHandler_OpenFile(*args
, **kwargs
)
2001 def FindFirst(*args
, **kwargs
):
2002 """FindFirst(self, String spec, int flags=0) -> String"""
2003 return _core_
.ZipFSHandler_FindFirst(*args
, **kwargs
)
2005 def FindNext(*args
, **kwargs
):
2006 """FindNext(self) -> String"""
2007 return _core_
.ZipFSHandler_FindNext(*args
, **kwargs
)
2010 class ZipFSHandlerPtr(ZipFSHandler
):
2011 def __init__(self
, this
):
2013 if not hasattr(self
,"thisown"): self
.thisown
= 0
2014 self
.__class
__ = ZipFSHandler
2015 _core_
.ZipFSHandler_swigregister(ZipFSHandlerPtr
)
2018 def __wxMemoryFSHandler_AddFile_wxImage(*args
, **kwargs
):
2019 """__wxMemoryFSHandler_AddFile_wxImage(String filename, Image image, long type)"""
2020 return _core_
.__wxMemoryFSHandler
_AddFile
_wxImage
(*args
, **kwargs
)
2022 def __wxMemoryFSHandler_AddFile_wxBitmap(*args
, **kwargs
):
2023 """__wxMemoryFSHandler_AddFile_wxBitmap(String filename, Bitmap bitmap, long type)"""
2024 return _core_
.__wxMemoryFSHandler
_AddFile
_wxBitmap
(*args
, **kwargs
)
2026 def __wxMemoryFSHandler_AddFile_Data(*args
, **kwargs
):
2027 """__wxMemoryFSHandler_AddFile_Data(String filename, PyObject data)"""
2028 return _core_
.__wxMemoryFSHandler
_AddFile
_Data
(*args
, **kwargs
)
2029 def MemoryFSHandler_AddFile(filename
, dataItem
, imgType
=-1):
2031 Add 'file' to the memory filesystem. The dataItem parameter can
2032 either be a `wx.Bitmap`, `wx.Image` or a string that can contain
2033 arbitrary data. If a bitmap or image is used then the imgType
2034 parameter should specify what kind of image file it should be
2035 written as, wx.BITMAP_TYPE_PNG, etc.
2037 if isinstance(dataItem
, wx
.Image
):
2038 __wxMemoryFSHandler_AddFile_wxImage(filename
, dataItem
, imgType
)
2039 elif isinstance(dataItem
, wx
.Bitmap
):
2040 __wxMemoryFSHandler_AddFile_wxBitmap(filename
, dataItem
, imgType
)
2041 elif type(dataItem
) == str:
2042 __wxMemoryFSHandler_AddFile_Data(filename
, dataItem
)
2044 raise TypeError, 'wx.Image, wx.Bitmap or string expected'
2046 class MemoryFSHandler(CPPFileSystemHandler
):
2047 """Proxy of C++ MemoryFSHandler class"""
2049 return "<%s.%s; proxy of C++ wxMemoryFSHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2050 def __init__(self
, *args
, **kwargs
):
2051 """__init__(self) -> MemoryFSHandler"""
2052 newobj
= _core_
.new_MemoryFSHandler(*args
, **kwargs
)
2053 self
.this
= newobj
.this
2056 def RemoveFile(*args
, **kwargs
):
2057 """RemoveFile(String filename)"""
2058 return _core_
.MemoryFSHandler_RemoveFile(*args
, **kwargs
)
2060 RemoveFile
= staticmethod(RemoveFile
)
2061 AddFile
= staticmethod(MemoryFSHandler_AddFile
)
2062 def CanOpen(*args
, **kwargs
):
2063 """CanOpen(self, String location) -> bool"""
2064 return _core_
.MemoryFSHandler_CanOpen(*args
, **kwargs
)
2066 def OpenFile(*args
, **kwargs
):
2067 """OpenFile(self, FileSystem fs, String location) -> FSFile"""
2068 return _core_
.MemoryFSHandler_OpenFile(*args
, **kwargs
)
2070 def FindFirst(*args
, **kwargs
):
2071 """FindFirst(self, String spec, int flags=0) -> String"""
2072 return _core_
.MemoryFSHandler_FindFirst(*args
, **kwargs
)
2074 def FindNext(*args
, **kwargs
):
2075 """FindNext(self) -> String"""
2076 return _core_
.MemoryFSHandler_FindNext(*args
, **kwargs
)
2079 class MemoryFSHandlerPtr(MemoryFSHandler
):
2080 def __init__(self
, this
):
2082 if not hasattr(self
,"thisown"): self
.thisown
= 0
2083 self
.__class
__ = MemoryFSHandler
2084 _core_
.MemoryFSHandler_swigregister(MemoryFSHandlerPtr
)
2086 def MemoryFSHandler_RemoveFile(*args
, **kwargs
):
2087 """MemoryFSHandler_RemoveFile(String filename)"""
2088 return _core_
.MemoryFSHandler_RemoveFile(*args
, **kwargs
)
2090 IMAGE_ALPHA_TRANSPARENT
= _core_
.IMAGE_ALPHA_TRANSPARENT
2091 IMAGE_ALPHA_THRESHOLD
= _core_
.IMAGE_ALPHA_THRESHOLD
2092 IMAGE_ALPHA_OPAQUE
= _core_
.IMAGE_ALPHA_OPAQUE
2093 #---------------------------------------------------------------------------
2095 class ImageHandler(Object
):
2097 This is the base class for implementing image file loading/saving, and
2098 image creation from data. It is used within `wx.Image` and is not
2099 normally seen by the application.
2101 def __init__(self
): raise RuntimeError, "No constructor defined"
2103 return "<%s.%s; proxy of C++ wxImageHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2104 def GetName(*args
, **kwargs
):
2105 """GetName(self) -> String"""
2106 return _core_
.ImageHandler_GetName(*args
, **kwargs
)
2108 def GetExtension(*args
, **kwargs
):
2109 """GetExtension(self) -> String"""
2110 return _core_
.ImageHandler_GetExtension(*args
, **kwargs
)
2112 def GetType(*args
, **kwargs
):
2113 """GetType(self) -> long"""
2114 return _core_
.ImageHandler_GetType(*args
, **kwargs
)
2116 def GetMimeType(*args
, **kwargs
):
2117 """GetMimeType(self) -> String"""
2118 return _core_
.ImageHandler_GetMimeType(*args
, **kwargs
)
2120 def CanRead(*args
, **kwargs
):
2121 """CanRead(self, String name) -> bool"""
2122 return _core_
.ImageHandler_CanRead(*args
, **kwargs
)
2124 def SetName(*args
, **kwargs
):
2125 """SetName(self, String name)"""
2126 return _core_
.ImageHandler_SetName(*args
, **kwargs
)
2128 def SetExtension(*args
, **kwargs
):
2129 """SetExtension(self, String extension)"""
2130 return _core_
.ImageHandler_SetExtension(*args
, **kwargs
)
2132 def SetType(*args
, **kwargs
):
2133 """SetType(self, long type)"""
2134 return _core_
.ImageHandler_SetType(*args
, **kwargs
)
2136 def SetMimeType(*args
, **kwargs
):
2137 """SetMimeType(self, String mimetype)"""
2138 return _core_
.ImageHandler_SetMimeType(*args
, **kwargs
)
2141 class ImageHandlerPtr(ImageHandler
):
2142 def __init__(self
, this
):
2144 if not hasattr(self
,"thisown"): self
.thisown
= 0
2145 self
.__class
__ = ImageHandler
2146 _core_
.ImageHandler_swigregister(ImageHandlerPtr
)
2148 class ImageHistogram(object):
2149 """Proxy of C++ ImageHistogram class"""
2151 return "<%s.%s; proxy of C++ wxImageHistogram instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2152 def __init__(self
, *args
, **kwargs
):
2153 """__init__(self) -> ImageHistogram"""
2154 newobj
= _core_
.new_ImageHistogram(*args
, **kwargs
)
2155 self
.this
= newobj
.this
2158 def MakeKey(*args
, **kwargs
):
2160 MakeKey(byte r, byte g, byte b) -> unsigned long
2162 Get the key in the histogram for the given RGB values
2164 return _core_
.ImageHistogram_MakeKey(*args
, **kwargs
)
2166 MakeKey
= staticmethod(MakeKey
)
2167 def FindFirstUnusedColour(*args
, **kwargs
):
2169 FindFirstUnusedColour(int startR=1, int startG=0, int startB=0) -> (success, r, g, b)
2171 Find first colour that is not used in the image and has higher RGB
2172 values than startR, startG, startB. Returns a tuple consisting of a
2173 success flag and rgb values.
2175 return _core_
.ImageHistogram_FindFirstUnusedColour(*args
, **kwargs
)
2177 def GetCount(*args
, **kwargs
):
2179 GetCount(self, unsigned long key) -> unsigned long
2181 Returns the pixel count for the given key. Use `MakeKey` to create a
2182 key value from a RGB tripple.
2184 return _core_
.ImageHistogram_GetCount(*args
, **kwargs
)
2186 def GetCountRGB(*args
, **kwargs
):
2188 GetCountRGB(self, byte r, byte g, byte b) -> unsigned long
2190 Returns the pixel count for the given RGB values.
2192 return _core_
.ImageHistogram_GetCountRGB(*args
, **kwargs
)
2194 def GetCountColour(*args
, **kwargs
):
2196 GetCountColour(self, Colour colour) -> unsigned long
2198 Returns the pixel count for the given `wx.Colour` value.
2200 return _core_
.ImageHistogram_GetCountColour(*args
, **kwargs
)
2203 class ImageHistogramPtr(ImageHistogram
):
2204 def __init__(self
, this
):
2206 if not hasattr(self
,"thisown"): self
.thisown
= 0
2207 self
.__class
__ = ImageHistogram
2208 _core_
.ImageHistogram_swigregister(ImageHistogramPtr
)
2210 def ImageHistogram_MakeKey(*args
, **kwargs
):
2212 ImageHistogram_MakeKey(byte r, byte g, byte b) -> unsigned long
2214 Get the key in the histogram for the given RGB values
2216 return _core_
.ImageHistogram_MakeKey(*args
, **kwargs
)
2218 class Image_RGBValue(object):
2219 """Proxy of C++ Image_RGBValue class"""
2221 return "<%s.%s; proxy of C++ wxImage_RGBValue instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2222 def __init__(self
, *args
, **kwargs
):
2223 """__init__(self, byte r=0, byte g=0, byte b=0) -> Image_RGBValue"""
2224 newobj
= _core_
.new_Image_RGBValue(*args
, **kwargs
)
2225 self
.this
= newobj
.this
2228 red
= property(_core_
.Image_RGBValue_red_get
, _core_
.Image_RGBValue_red_set
)
2229 green
= property(_core_
.Image_RGBValue_green_get
, _core_
.Image_RGBValue_green_set
)
2230 blue
= property(_core_
.Image_RGBValue_blue_get
, _core_
.Image_RGBValue_blue_set
)
2232 class Image_RGBValuePtr(Image_RGBValue
):
2233 def __init__(self
, this
):
2235 if not hasattr(self
,"thisown"): self
.thisown
= 0
2236 self
.__class
__ = Image_RGBValue
2237 _core_
.Image_RGBValue_swigregister(Image_RGBValuePtr
)
2239 class Image_HSVValue(object):
2240 """Proxy of C++ Image_HSVValue class"""
2242 return "<%s.%s; proxy of C++ wxImage_HSVValue instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2243 def __init__(self
, *args
, **kwargs
):
2244 """__init__(self, double h=0.0, double s=0.0, double v=0.0) -> Image_HSVValue"""
2245 newobj
= _core_
.new_Image_HSVValue(*args
, **kwargs
)
2246 self
.this
= newobj
.this
2249 hue
= property(_core_
.Image_HSVValue_hue_get
, _core_
.Image_HSVValue_hue_set
)
2250 saturation
= property(_core_
.Image_HSVValue_saturation_get
, _core_
.Image_HSVValue_saturation_set
)
2251 value
= property(_core_
.Image_HSVValue_value_get
, _core_
.Image_HSVValue_value_set
)
2253 class Image_HSVValuePtr(Image_HSVValue
):
2254 def __init__(self
, this
):
2256 if not hasattr(self
,"thisown"): self
.thisown
= 0
2257 self
.__class
__ = Image_HSVValue
2258 _core_
.Image_HSVValue_swigregister(Image_HSVValuePtr
)
2260 class Image(Object
):
2262 A platform-independent image class. An image can be created from
2263 data, or using `wx.Bitmap.ConvertToImage`, or loaded from a file in a
2264 variety of formats. Functions are available to set and get image
2265 bits, so it can be used for basic image manipulation.
2267 A wx.Image cannot be drawn directly to a `wx.DC`. Instead, a
2268 platform-specific `wx.Bitmap` object must be created from it using the
2269 `wx.BitmapFromImage` constructor. This bitmap can then be drawn in a
2270 device context, using `wx.DC.DrawBitmap`.
2272 One colour value of the image may be used as a mask colour which will
2273 lead to the automatic creation of a `wx.Mask` object associated to the
2276 wx.Image supports alpha channel data, that is in addition to a byte
2277 for the red, green and blue colour components for each pixel it also
2278 stores a byte representing the pixel opacity. An alpha value of 0
2279 corresponds to a transparent pixel (null opacity) while a value of 255
2280 means that the pixel is 100% opaque.
2282 Unlike RGB data, not all images have an alpha channel and before using
2283 `GetAlpha` you should check if this image contains an alpha channel
2284 with `HasAlpha`. Note that currently only images loaded from PNG files
2285 with transparency information will have an alpha channel.
2288 return "<%s.%s; proxy of C++ wxImage instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
2289 def __init__(self
, *args
, **kwargs
):
2291 __init__(self, String name, long type=BITMAP_TYPE_ANY, int index=-1) -> Image
2293 Loads an image from a file.
2295 newobj
= _core_
.new_Image(*args
, **kwargs
)
2296 self
.this
= newobj
.this
2299 def __del__(self
, destroy
=_core_
.delete_Image
):
2302 if self
.thisown
: destroy(self
)
2305 def Create(*args
, **kwargs
):
2307 Create(self, int width, int height, bool clear=True)
2309 Creates a fresh image. If clear is ``True``, the new image will be
2310 initialized to black. Otherwise, the image data will be uninitialized.
2312 return _core_
.Image_Create(*args
, **kwargs
)
2314 def Destroy(*args
, **kwargs
):
2318 Destroys the image data.
2320 return _core_
.Image_Destroy(*args
, **kwargs
)
2322 def Scale(*args
, **kwargs
):
2324 Scale(self, int width, int height) -> Image
2326 Returns a scaled version of the image. This is also useful for scaling
2327 bitmaps in general as the only other way to scale bitmaps is to blit a
2328 `wx.MemoryDC` into another `wx.MemoryDC`.
2330 return _core_
.Image_Scale(*args
, **kwargs
)
2332 def ShrinkBy(*args
, **kwargs
):
2334 ShrinkBy(self, int xFactor, int yFactor) -> Image
2336 Return a version of the image scaled smaller by the given factors.
2338 return _core_
.Image_ShrinkBy(*args
, **kwargs
)
2340 def Rescale(*args
, **kwargs
):
2342 Rescale(self, int width, int height) -> Image
2344 Changes the size of the image in-place by scaling it: after a call to
2345 this function, the image will have the given width and height.
2347 Returns the (modified) image itself.
2349 return _core_
.Image_Rescale(*args
, **kwargs
)
2351 def Resize(*args
, **kwargs
):
2353 Resize(self, Size size, Point pos, int r=-1, int g=-1, int b=-1) -> Image
2355 Changes the size of the image in-place without scaling it, by adding
2356 either a border with the given colour or cropping as necessary. The
2357 image is pasted into a new image with the given size and background
2358 colour at the position pos relative to the upper left of the new
2359 image. If red = green = blue = -1 then use either the current mask
2360 colour if set or find, use, and set a suitable mask colour for any
2361 newly exposed areas.
2363 Returns the (modified) image itself.
2365 return _core_
.Image_Resize(*args
, **kwargs
)
2367 def SetRGB(*args
, **kwargs
):
2369 SetRGB(self, int x, int y, byte r, byte g, byte b)
2371 Sets the pixel at the given coordinate. This routine performs
2372 bounds-checks for the coordinate so it can be considered a safe way to
2373 manipulate the data, but in some cases this might be too slow so that
2374 the data will have to be set directly. In that case you will have to
2375 get access to the image data using the `GetData` method.
2377 return _core_
.Image_SetRGB(*args
, **kwargs
)
2379 def SetRGBRect(*args
, **kwargs
):
2381 SetRGBRect(self, Rect rect, byte r, byte g, byte b)
2383 Sets the colour of the pixels within the given rectangle. This routine
2384 performs bounds-checks for the rectangle so it can be considered a
2385 safe way to manipulate the data.
2387 return _core_
.Image_SetRGBRect(*args
, **kwargs
)
2389 def GetRed(*args
, **kwargs
):
2391 GetRed(self, int x, int y) -> byte
2393 Returns the red intensity at the given coordinate.
2395 return _core_
.Image_GetRed(*args
, **kwargs
)
2397 def GetGreen(*args
, **kwargs
):
2399 GetGreen(self, int x, int y) -> byte
2401 Returns the green intensity at the given coordinate.
2403 return _core_
.Image_GetGreen(*args
, **kwargs
)
2405 def GetBlue(*args
, **kwargs
):
2407 GetBlue(self, int x, int y) -> byte
2409 Returns the blue intensity at the given coordinate.
2411 return _core_
.Image_GetBlue(*args
, **kwargs
)
2413 def SetAlpha(*args
, **kwargs
):
2415 SetAlpha(self, int x, int y, byte alpha)
2417 Sets the alpha value for the given pixel. This function should only be
2418 called if the image has alpha channel data, use `HasAlpha` to check
2421 return _core_
.Image_SetAlpha(*args
, **kwargs
)
2423 def GetAlpha(*args
, **kwargs
):
2425 GetAlpha(self, int x, int y) -> byte
2427 Returns the alpha value for the given pixel. This function may only be
2428 called for the images with alpha channel, use `HasAlpha` to check for
2431 The returned value is the *opacity* of the image, i.e. the value of 0
2432 corresponds to the fully transparent pixels while the value of 255 to
2433 the fully opaque pixels.
2435 return _core_
.Image_GetAlpha(*args
, **kwargs
)
2437 def HasAlpha(*args
, **kwargs
):
2439 HasAlpha(self) -> bool
2441 Returns true if this image has alpha channel, false otherwise.
2443 return _core_
.Image_HasAlpha(*args
, **kwargs
)
2445 def InitAlpha(*args
, **kwargs
):
2449 Initializes the image alpha channel data. It is an error to call it if
2450 the image already has alpha data. If it doesn't, alpha data will be by
2451 default initialized to all pixels being fully opaque. But if the image
2452 has a a mask colour, all mask pixels will be completely transparent.
2454 return _core_
.Image_InitAlpha(*args
, **kwargs
)
2456 def IsTransparent(*args
, **kwargs
):
2458 IsTransparent(self, int x, int y, byte threshold=IMAGE_ALPHA_THRESHOLD) -> bool
2460 Returns ``True`` if this pixel is masked or has an alpha value less
2461 than the spcified threshold.
2463 return _core_
.Image_IsTransparent(*args
, **kwargs
)
2465 def FindFirstUnusedColour(*args
, **kwargs
):
2467 FindFirstUnusedColour(int startR=1, int startG=0, int startB=0) -> (success, r, g, b)
2469 Find first colour that is not used in the image and has higher RGB
2470 values than startR, startG, startB. Returns a tuple consisting of a
2471 success flag and rgb values.
2473 return _core_
.Image_FindFirstUnusedColour(*args
, **kwargs
)
2475 def ConvertAlphaToMask(*args
, **kwargs
):
2477 ConvertAlphaToMask(self, byte threshold=IMAGE_ALPHA_THRESHOLD) -> bool
2479 If the image has alpha channel, this method converts it to mask. All
2480 pixels with alpha value less than ``threshold`` are replaced with the
2481 mask colour and the alpha channel is removed. The mask colour is
2482 chosen automatically using `FindFirstUnusedColour`.
2484 If the image image doesn't have alpha channel, ConvertAlphaToMask does
2487 return _core_
.Image_ConvertAlphaToMask(*args
, **kwargs
)
2489 def ConvertColourToAlpha(*args
, **kwargs
):
2491 ConvertColourToAlpha(self, byte r, byte g, byte b) -> bool
2493 This method converts an image where the original alpha information is
2494 only available as a shades of a colour (actually shades of grey)
2495 typically when you draw anti-aliased text into a bitmap. The DC
2496 drawing routines draw grey values on the black background although
2497 they actually mean to draw white with differnt alpha values. This
2498 method reverses it, assuming a black (!) background and white text.
2499 The method will then fill up the whole image with the colour given.
2501 return _core_
.Image_ConvertColourToAlpha(*args
, **kwargs
)
2503 def SetMaskFromImage(*args
, **kwargs
):
2505 SetMaskFromImage(self, Image mask, byte mr, byte mg, byte mb) -> bool
2507 Sets the image's mask so that the pixels that have RGB value of
2508 ``(mr,mg,mb)`` in ``mask`` will be masked in this image. This is done
2509 by first finding an unused colour in the image, setting this colour as
2510 the mask colour and then using this colour to draw all pixels in the
2511 image who corresponding pixel in mask has given RGB value.
2513 Returns ``False`` if ``mask`` does not have same dimensions as the
2514 image or if there is no unused colour left. Returns ``True`` if the
2515 mask was successfully applied.
2517 Note that this method involves computing the histogram, which is
2518 computationally intensive operation.
2520 return _core_
.Image_SetMaskFromImage(*args
, **kwargs
)
2522 def CanRead(*args
, **kwargs
):
2524 CanRead(String filename) -> bool
2526 Returns True if the image handlers can read this file.
2528 return _core_
.Image_CanRead(*args
, **kwargs
)
2530 CanRead
= staticmethod(CanRead
)
2531 def GetImageCount(*args
, **kwargs
):
2533 GetImageCount(String filename, long type=BITMAP_TYPE_ANY) -> int
2535 If the image file contains more than one image and the image handler
2536 is capable of retrieving these individually, this function will return
2537 the number of available images.
2539 return _core_
.Image_GetImageCount(*args
, **kwargs
)
2541 GetImageCount
= staticmethod(GetImageCount
)
2542 def LoadFile(*args
, **kwargs
):
2544 LoadFile(self, String name, long type=BITMAP_TYPE_ANY, int index=-1) -> bool
2546 Loads an image from a file. If no handler type is provided, the
2547 library will try to autodetect the format.
2549 return _core_
.Image_LoadFile(*args
, **kwargs
)
2551 def LoadMimeFile(*args
, **kwargs
):
2553 LoadMimeFile(self, String name, String mimetype, int index=-1) -> bool
2555 Loads an image from a file, specifying the image type with a MIME type
2558 return _core_
.Image_LoadMimeFile(*args
, **kwargs
)
2560 def SaveFile(*args
, **kwargs
):
2562 SaveFile(self, String name, int type) -> bool
2564 Saves an image in the named file.
2566 return _core_
.Image_SaveFile(*args
, **kwargs
)
2568 def SaveMimeFile(*args
, **kwargs
):
2570 SaveMimeFile(self, String name, String mimetype) -> bool
2572 Saves an image in the named file.
2574 return _core_
.Image_SaveMimeFile(*args
, **kwargs
)
2576 def CanReadStream(*args
, **kwargs
):
2578 CanReadStream(InputStream stream) -> bool
2580 Returns True if the image handlers can read an image file from the
2581 data currently on the input stream, or a readable Python file-like
2584 return _core_
.Image_CanReadStream(*args
, **kwargs
)
2586 CanReadStream
= staticmethod(CanReadStream
)
2587 def LoadStream(*args
, **kwargs
):
2589 LoadStream(self, InputStream stream, long type=BITMAP_TYPE_ANY, int index=-1) -> bool
2591 Loads an image from an input stream or a readable Python file-like
2592 object. If no handler type is provided, the library will try to
2593 autodetect the format.
2595 return _core_
.Image_LoadStream(*args
, **kwargs
)
2597 def LoadMimeStream(*args
, **kwargs
):
2599 LoadMimeStream(self, InputStream stream, String mimetype, int index=-1) -> bool
2601 Loads an image from an input stream or a readable Python file-like
2602 object, using a MIME type string to specify the image file format.
2604 return _core_
.Image_LoadMimeStream(*args
, **kwargs
)
2606 def Ok(*args
, **kwargs
):
2610 Returns true if image data is present.
2612 return _core_
.Image_Ok(*args
, **kwargs
)
2614 def GetWidth(*args
, **kwargs
):
2616 GetWidth(self) -> int
2618 Gets the width of the image in pixels.
2620 return _core_
.Image_GetWidth(*args
, **kwargs
)
2622 def GetHeight(*args
, **kwargs
):
2624 GetHeight(self) -> int
2626 Gets the height of the image in pixels.
2628 return _core_
.Image_GetHeight(*args
, **kwargs
)
2630 def GetSize(*args
, **kwargs
):
2632 GetSize(self) -> Size
2634 Returns the size of the image in pixels.
2636 return _core_
.Image_GetSize(*args
, **kwargs
)
2638 def GetSubImage(*args
, **kwargs
):
2640 GetSubImage(self, Rect rect) -> Image
2642 Returns a sub image of the current one as long as the rect belongs
2643 entirely to the image.
2645 return _core_
.Image_GetSubImage(*args
, **kwargs
)
2647 def Size(*args
, **kwargs
):
2649 Size(self, Size size, Point pos, int r=-1, int g=-1, int b=-1) -> Image
2651 Returns a resized version of this image without scaling it by adding
2652 either a border with the given colour or cropping as necessary. The
2653 image is pasted into a new image with the given size and background
2654 colour at the position ``pos`` relative to the upper left of the new
2655 image. If red = green = blue = -1 then use either the current mask
2656 colour if set or find, use, and set a suitable mask colour for any
2657 newly exposed areas.
2659 return _core_
.Image_Size(*args
, **kwargs
)
2661 def Copy(*args
, **kwargs
):
2665 Returns an identical copy of the image.
2667 return _core_
.Image_Copy(*args
, **kwargs
)
2669 def Paste(*args
, **kwargs
):
2671 Paste(self, Image image, int x, int y)
2673 Pastes ``image`` into this instance and takes care of the mask colour
2674 and any out of bounds problems.
2676 return _core_
.Image_Paste(*args
, **kwargs
)
2678 def GetData(*args
, **kwargs
):
2680 GetData(self) -> PyObject
2682 Returns a string containing a copy of the RGB bytes of the image.
2684 return _core_
.Image_GetData(*args
, **kwargs
)
2686 def SetData(*args
, **kwargs
):
2688 SetData(self, buffer data)
2690 Resets the Image's RGB data from a buffer of RGB bytes. Accepts
2691 either a string or a buffer object holding the data and the length of
2692 the data must be width*height*3.
2694 return _core_
.Image_SetData(*args
, **kwargs
)
2696 def GetDataBuffer(*args
, **kwargs
):
2698 GetDataBuffer(self) -> PyObject
2700 Returns a writable Python buffer object that is pointing at the RGB
2701 image data buffer inside the wx.Image. You need to ensure that you do
2702 not use this buffer object after the image has been destroyed.
2704 return _core_
.Image_GetDataBuffer(*args
, **kwargs
)
2706 def SetDataBuffer(*args
, **kwargs
):
2708 SetDataBuffer(self, buffer data)
2710 Sets the internal image data pointer to point at a Python buffer
2711 object. This can save making an extra copy of the data but you must
2712 ensure that the buffer object lives longer than the wx.Image does.
2714 return _core_
.Image_SetDataBuffer(*args
, **kwargs
)
2716 def GetAlphaData(*args
, **kwargs
):
2718 GetAlphaData(self) -> PyObject
2720 Returns a string containing a copy of the alpha bytes of the image.
2722 return _core_
.Image_GetAlphaData(*args
, **kwargs
)
2724 def SetAlphaData(*args
, **kwargs
):
2726 SetAlphaData(self, buffer alpha)
2728 Resets the Image's alpha data from a buffer of bytes. Accepts either
2729 a string or a buffer object holding the data and the length of the
2730 data must be width*height.
2732 return _core_
.Image_SetAlphaData(*args
, **kwargs
)
2734 def GetAlphaBuffer(*args
, **kwargs
):
2735 """GetAlphaBuffer(self) -> PyObject"""
2736 return _core_
.Image_GetAlphaBuffer(*args
, **kwargs
)
2738 def SetAlphaBuffer(*args
, **kwargs
):
2739 """SetAlphaBuffer(self, buffer alpha)"""
2740 return _core_
.Image_SetAlphaBuffer(*args
, **kwargs
)
2742 def SetMaskColour(*args
, **kwargs
):
2744 SetMaskColour(self, byte r, byte g, byte b)
2746 Sets the mask colour for this image (and tells the image to use the
2749 return _core_
.Image_SetMaskColour(*args
, **kwargs
)
2751 def GetOrFindMaskColour(*args
, **kwargs
):
2753 GetOrFindMaskColour() -> (r,g,b)
2755 Get the current mask colour or find a suitable colour.
2757 return _core_
.Image_GetOrFindMaskColour(*args
, **kwargs
)
2759 def GetMaskRed(*args
, **kwargs
):
2761 GetMaskRed(self) -> byte
2763 Gets the red component of the mask colour.
2765 return _core_
.Image_GetMaskRed(*args
, **kwargs
)
2767 def GetMaskGreen(*args
, **kwargs
):
2769 GetMaskGreen(self) -> byte
2771 Gets the green component of the mask colour.
2773 return _core_
.Image_GetMaskGreen(*args
, **kwargs
)
2775 def GetMaskBlue(*args
, **kwargs
):
2777 GetMaskBlue(self) -> byte
2779 Gets the blue component of the mask colour.
2781 return _core_
.Image_GetMaskBlue(*args
, **kwargs
)
2783 def SetMask(*args
, **kwargs
):
2785 SetMask(self, bool mask=True)
2787 Specifies whether there is a mask or not. The area of the mask is
2788 determined by the current mask colour.
2790 return _core_
.Image_SetMask(*args
, **kwargs
)
2792 def HasMask(*args
, **kwargs
):
2794 HasMask(self) -> bool
2796 Returns ``True`` if there is a mask active, ``False`` otherwise.
2798 return _core_
.Image_HasMask(*args
, **kwargs
)
2800 def Rotate(*args
, **kwargs
):
2802 Rotate(self, double angle, Point centre_of_rotation, bool interpolating=True,
2803 Point offset_after_rotation=None) -> Image
2805 Rotates the image about the given point, by ``angle`` radians. Passing
2806 ``True`` to ``interpolating`` results in better image quality, but is
2807 slower. If the image has a mask, then the mask colour is used for the
2808 uncovered pixels in the rotated image background. Otherwise, black
2809 will be used as the fill colour.
2811 Returns the rotated image, leaving this image intact.
2813 return _core_
.Image_Rotate(*args
, **kwargs
)
2815 def Rotate90(*args
, **kwargs
):
2817 Rotate90(self, bool clockwise=True) -> Image
2819 Returns a copy of the image rotated 90 degrees in the direction
2820 indicated by ``clockwise``.
2822 return _core_
.Image_Rotate90(*args
, **kwargs
)
2824 def Mirror(*args
, **kwargs
):
2826 Mirror(self, bool horizontally=True) -> Image
2828 Returns a mirrored copy of the image. The parameter ``horizontally``
2829 indicates the orientation.
2831 return _core_
.Image_Mirror(*args
, **kwargs
)
2833 def Replace(*args
, **kwargs
):
2835 Replace(self, byte r1, byte g1, byte b1, byte r2, byte g2, byte b2)
2837 Replaces the colour specified by ``(r1,g1,b1)`` by the colour
2840 return _core_
.Image_Replace(*args
, **kwargs
)
2842 def ConvertToMono(*args
, **kwargs
):
2844 ConvertToMono(self, byte r, byte g, byte b) -> Image
2846 Returns monochromatic version of the image. The returned image has
2847 white colour where the original has ``(r,g,b)`` colour and black
2848 colour everywhere else.
2850 return _core_
.Image_ConvertToMono(*args
, **kwargs
)
2852 def SetOption(*args
, **kwargs
):
2854 SetOption(self, String name, String value)
2856 Sets an image handler defined option. For example, when saving as a
2857 JPEG file, the option ``wx.IMAGE_OPTION_QUALITY`` is used, which is a
2858 number between 0 and 100 (0 is terrible, 100 is very good).
2860 return _core_
.Image_SetOption(*args
, **kwargs
)
2862 def SetOptionInt(*args
, **kwargs
):
2864 SetOptionInt(self, String name, int value)
2866 Sets an image option as an integer.
2868 return _core_
.Image_SetOptionInt(*args
, **kwargs
)
2870 def GetOption(*args
, **kwargs
):
2872 GetOption(self, String name) -> String
2874 Gets the value of an image handler option.
2876 return _core_
.Image_GetOption(*args
, **kwargs
)
2878 def GetOptionInt(*args
, **kwargs
):
2880 GetOptionInt(self, String name) -> int
2882 Gets the value of an image handler option as an integer. If the given
2883 option is not present, the function returns 0.
2885 return _core_
.Image_GetOptionInt(*args
, **kwargs
)
2887 def HasOption(*args
, **kwargs
):
2889 HasOption(self, String name) -> bool
2891 Returns true if the given option is present.
2893 return _core_
.Image_HasOption(*args
, **kwargs
)
2895 def CountColours(*args
, **kwargs
):
2896 """CountColours(self, unsigned long stopafter=(unsigned long) -1) -> unsigned long"""
2897 return _core_
.Image_CountColours(*args
, **kwargs
)
2899 def ComputeHistogram(*args
, **kwargs
):
2900 """ComputeHistogram(self, ImageHistogram h) -> unsigned long"""
2901 return _core_
.Image_ComputeHistogram(*args
, **kwargs
)
2903 def AddHandler(*args
, **kwargs
):
2904 """AddHandler(ImageHandler handler)"""
2905 return _core_
.Image_AddHandler(*args
, **kwargs
)
2907 AddHandler
= staticmethod(AddHandler
)
2908 def InsertHandler(*args
, **kwargs
):
2909 """InsertHandler(ImageHandler handler)"""
2910 return _core_
.Image_InsertHandler(*args
, **kwargs
)
2912 InsertHandler
= staticmethod(InsertHandler
)
2913 def RemoveHandler(*args
, **kwargs
):
2914 """RemoveHandler(String name) -> bool"""
2915 return _core_
.Image_RemoveHandler(*args
, **kwargs
)
2917 RemoveHandler
= staticmethod(RemoveHandler
)
2918 def GetImageExtWildcard(*args
, **kwargs
):
2920 GetImageExtWildcard() -> String
2922 Iterates all registered wxImageHandler objects, and returns a string
2923 containing file extension masks suitable for passing to file open/save
2926 return _core_
.Image_GetImageExtWildcard(*args
, **kwargs
)
2928 GetImageExtWildcard
= staticmethod(GetImageExtWildcard
)
2929 def ConvertToBitmap(*args
, **kwargs
):
2930 """ConvertToBitmap(self, int depth=-1) -> Bitmap"""
2931 return _core_
.Image_ConvertToBitmap(*args
, **kwargs
)
2933 def ConvertToMonoBitmap(*args
, **kwargs
):
2934 """ConvertToMonoBitmap(self, byte red, byte green, byte blue) -> Bitmap"""
2935 return _core_
.Image_ConvertToMonoBitmap(*args
, **kwargs
)
2937 def RotateHue(*args
, **kwargs
):
2939 RotateHue(self, double angle)
2941 Rotates the hue of each pixel of the image. Hue is a double in the
2942 range -1.0..1.0 where -1.0 is -360 degrees and 1.0 is 360 degrees
2944 return _core_
.Image_RotateHue(*args
, **kwargs
)
2946 def RGBtoHSV(*args
, **kwargs
):
2947 """RGBtoHSV(Image_RGBValue rgb) -> Image_HSVValue"""
2948 return _core_
.Image_RGBtoHSV(*args
, **kwargs
)
2950 RGBtoHSV
= staticmethod(RGBtoHSV
)
2951 def HSVtoRGB(*args
, **kwargs
):
2952 """HSVtoRGB(Image_HSVValue hsv) -> Image_RGBValue"""
2953 return _core_
.Image_HSVtoRGB(*args
, **kwargs
)
2955 HSVtoRGB
= staticmethod(HSVtoRGB
)
2956 def __nonzero__(self
): return self
.Ok()
2958 class ImagePtr(Image
):
2959 def __init__(self
, this
):
2961 if not hasattr(self
,"thisown"): self
.thisown
= 0
2962 self
.__class
__ = Image
2963 _core_
.Image_swigregister(ImagePtr
)
2965 def ImageFromMime(*args
, **kwargs
):
2967 ImageFromMime(String name, String mimetype, int index=-1) -> Image
2969 Loads an image from a file, using a MIME type string (such as
2970 'image/jpeg') to specify image type.
2972 val
= _core_
.new_ImageFromMime(*args
, **kwargs
)
2976 def ImageFromStream(*args
, **kwargs
):
2978 ImageFromStream(InputStream stream, long type=BITMAP_TYPE_ANY, int index=-1) -> Image
2980 Loads an image from an input stream, or any readable Python file-like
2983 val
= _core_
.new_ImageFromStream(*args
, **kwargs
)
2987 def ImageFromStreamMime(*args
, **kwargs
):
2989 ImageFromStreamMime(InputStream stream, String mimetype, int index=-1) -> Image
2991 Loads an image from an input stream, or any readable Python file-like
2992 object, specifying the image format with a MIME type string.
2994 val
= _core_
.new_ImageFromStreamMime(*args
, **kwargs
)
2998 def EmptyImage(*args
, **kwargs
):
3000 EmptyImage(int width=0, int height=0, bool clear=True) -> Image
3002 Construct an empty image of a given size, optionally setting all
3005 val
= _core_
.new_EmptyImage(*args
, **kwargs
)
3009 def ImageFromBitmap(*args
, **kwargs
):
3011 ImageFromBitmap(Bitmap bitmap) -> Image
3013 Construct an Image from a `wx.Bitmap`.
3015 val
= _core_
.new_ImageFromBitmap(*args
, **kwargs
)
3019 def ImageFromData(*args
, **kwargs
):
3021 ImageFromData(int width, int height, buffer data) -> Image
3023 Construct an Image from a buffer of RGB bytes. Accepts either a
3024 string or a buffer object holding the data and the length of the data
3025 must be width*height*3.
3027 val
= _core_
.new_ImageFromData(*args
, **kwargs
)
3031 def ImageFromDataWithAlpha(*args
, **kwargs
):
3033 ImageFromDataWithAlpha(int width, int height, buffer data, buffer alpha) -> Image
3035 Construct an Image from a buffer of RGB bytes with an Alpha channel.
3036 Accepts either a string or a buffer object holding the data and the
3037 length of the data must be width*height*3 bytes, and the length of the
3038 alpha data must be width*height bytes.
3040 val
= _core_
.new_ImageFromDataWithAlpha(*args
, **kwargs
)
3044 def Image_CanRead(*args
, **kwargs
):
3046 Image_CanRead(String filename) -> bool
3048 Returns True if the image handlers can read this file.
3050 return _core_
.Image_CanRead(*args
, **kwargs
)
3052 def Image_GetImageCount(*args
, **kwargs
):
3054 Image_GetImageCount(String filename, long type=BITMAP_TYPE_ANY) -> int
3056 If the image file contains more than one image and the image handler
3057 is capable of retrieving these individually, this function will return
3058 the number of available images.
3060 return _core_
.Image_GetImageCount(*args
, **kwargs
)
3062 def Image_CanReadStream(*args
, **kwargs
):
3064 Image_CanReadStream(InputStream stream) -> bool
3066 Returns True if the image handlers can read an image file from the
3067 data currently on the input stream, or a readable Python file-like
3070 return _core_
.Image_CanReadStream(*args
, **kwargs
)
3072 def Image_AddHandler(*args
, **kwargs
):
3073 """Image_AddHandler(ImageHandler handler)"""
3074 return _core_
.Image_AddHandler(*args
, **kwargs
)
3076 def Image_InsertHandler(*args
, **kwargs
):
3077 """Image_InsertHandler(ImageHandler handler)"""
3078 return _core_
.Image_InsertHandler(*args
, **kwargs
)
3080 def Image_RemoveHandler(*args
, **kwargs
):
3081 """Image_RemoveHandler(String name) -> bool"""
3082 return _core_
.Image_RemoveHandler(*args
, **kwargs
)
3084 def Image_GetImageExtWildcard(*args
, **kwargs
):
3086 Image_GetImageExtWildcard() -> String
3088 Iterates all registered wxImageHandler objects, and returns a string
3089 containing file extension masks suitable for passing to file open/save
3092 return _core_
.Image_GetImageExtWildcard(*args
, **kwargs
)
3094 def Image_RGBtoHSV(*args
, **kwargs
):
3095 """Image_RGBtoHSV(Image_RGBValue rgb) -> Image_HSVValue"""
3096 return _core_
.Image_RGBtoHSV(*args
, **kwargs
)
3098 def Image_HSVtoRGB(*args
, **kwargs
):
3099 """Image_HSVtoRGB(Image_HSVValue hsv) -> Image_RGBValue"""
3100 return _core_
.Image_HSVtoRGB(*args
, **kwargs
)
3102 def InitAllImageHandlers():
3104 The former functionality of InitAllImageHanders is now done internal to
3105 the _core_ extension module and so this function has become a simple NOP.
3109 IMAGE_RESOLUTION_INCHES
= _core_
.IMAGE_RESOLUTION_INCHES
3110 IMAGE_RESOLUTION_CM
= _core_
.IMAGE_RESOLUTION_CM
3111 PNG_TYPE_COLOUR
= _core_
.PNG_TYPE_COLOUR
3112 PNG_TYPE_GREY
= _core_
.PNG_TYPE_GREY
3113 PNG_TYPE_GREY_RED
= _core_
.PNG_TYPE_GREY_RED
3114 BMP_24BPP
= _core_
.BMP_24BPP
3115 BMP_8BPP
= _core_
.BMP_8BPP
3116 BMP_8BPP_GREY
= _core_
.BMP_8BPP_GREY
3117 BMP_8BPP_GRAY
= _core_
.BMP_8BPP_GRAY
3118 BMP_8BPP_RED
= _core_
.BMP_8BPP_RED
3119 BMP_8BPP_PALETTE
= _core_
.BMP_8BPP_PALETTE
3120 BMP_4BPP
= _core_
.BMP_4BPP
3121 BMP_1BPP
= _core_
.BMP_1BPP
3122 BMP_1BPP_BW
= _core_
.BMP_1BPP_BW
3123 class BMPHandler(ImageHandler
):
3124 """A `wx.ImageHandler` for \*.bmp bitmap files."""
3126 return "<%s.%s; proxy of C++ wxBMPHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3127 def __init__(self
, *args
, **kwargs
):
3129 __init__(self) -> BMPHandler
3131 A `wx.ImageHandler` for \*.bmp bitmap files.
3133 newobj
= _core_
.new_BMPHandler(*args
, **kwargs
)
3134 self
.this
= newobj
.this
3138 class BMPHandlerPtr(BMPHandler
):
3139 def __init__(self
, this
):
3141 if not hasattr(self
,"thisown"): self
.thisown
= 0
3142 self
.__class
__ = BMPHandler
3143 _core_
.BMPHandler_swigregister(BMPHandlerPtr
)
3144 NullImage
= cvar
.NullImage
3145 IMAGE_OPTION_FILENAME
= cvar
.IMAGE_OPTION_FILENAME
3146 IMAGE_OPTION_BMP_FORMAT
= cvar
.IMAGE_OPTION_BMP_FORMAT
3147 IMAGE_OPTION_CUR_HOTSPOT_X
= cvar
.IMAGE_OPTION_CUR_HOTSPOT_X
3148 IMAGE_OPTION_CUR_HOTSPOT_Y
= cvar
.IMAGE_OPTION_CUR_HOTSPOT_Y
3149 IMAGE_OPTION_RESOLUTION
= cvar
.IMAGE_OPTION_RESOLUTION
3150 IMAGE_OPTION_RESOLUTIONX
= cvar
.IMAGE_OPTION_RESOLUTIONX
3151 IMAGE_OPTION_RESOLUTIONY
= cvar
.IMAGE_OPTION_RESOLUTIONY
3152 IMAGE_OPTION_RESOLUTIONUNIT
= cvar
.IMAGE_OPTION_RESOLUTIONUNIT
3153 IMAGE_OPTION_QUALITY
= cvar
.IMAGE_OPTION_QUALITY
3154 IMAGE_OPTION_BITSPERSAMPLE
= cvar
.IMAGE_OPTION_BITSPERSAMPLE
3155 IMAGE_OPTION_SAMPLESPERPIXEL
= cvar
.IMAGE_OPTION_SAMPLESPERPIXEL
3156 IMAGE_OPTION_COMPRESSION
= cvar
.IMAGE_OPTION_COMPRESSION
3157 IMAGE_OPTION_IMAGEDESCRIPTOR
= cvar
.IMAGE_OPTION_IMAGEDESCRIPTOR
3158 IMAGE_OPTION_PNG_FORMAT
= cvar
.IMAGE_OPTION_PNG_FORMAT
3159 IMAGE_OPTION_PNG_BITDEPTH
= cvar
.IMAGE_OPTION_PNG_BITDEPTH
3161 class ICOHandler(BMPHandler
):
3162 """A `wx.ImageHandler` for \*.ico icon files."""
3164 return "<%s.%s; proxy of C++ wxICOHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3165 def __init__(self
, *args
, **kwargs
):
3167 __init__(self) -> ICOHandler
3169 A `wx.ImageHandler` for \*.ico icon files.
3171 newobj
= _core_
.new_ICOHandler(*args
, **kwargs
)
3172 self
.this
= newobj
.this
3176 class ICOHandlerPtr(ICOHandler
):
3177 def __init__(self
, this
):
3179 if not hasattr(self
,"thisown"): self
.thisown
= 0
3180 self
.__class
__ = ICOHandler
3181 _core_
.ICOHandler_swigregister(ICOHandlerPtr
)
3183 class CURHandler(ICOHandler
):
3184 """A `wx.ImageHandler` for \*.cur cursor files."""
3186 return "<%s.%s; proxy of C++ wxCURHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3187 def __init__(self
, *args
, **kwargs
):
3189 __init__(self) -> CURHandler
3191 A `wx.ImageHandler` for \*.cur cursor files.
3193 newobj
= _core_
.new_CURHandler(*args
, **kwargs
)
3194 self
.this
= newobj
.this
3198 class CURHandlerPtr(CURHandler
):
3199 def __init__(self
, this
):
3201 if not hasattr(self
,"thisown"): self
.thisown
= 0
3202 self
.__class
__ = CURHandler
3203 _core_
.CURHandler_swigregister(CURHandlerPtr
)
3205 class ANIHandler(CURHandler
):
3206 """A `wx.ImageHandler` for \*.ani animated cursor files."""
3208 return "<%s.%s; proxy of C++ wxANIHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3209 def __init__(self
, *args
, **kwargs
):
3211 __init__(self) -> ANIHandler
3213 A `wx.ImageHandler` for \*.ani animated cursor files.
3215 newobj
= _core_
.new_ANIHandler(*args
, **kwargs
)
3216 self
.this
= newobj
.this
3220 class ANIHandlerPtr(ANIHandler
):
3221 def __init__(self
, this
):
3223 if not hasattr(self
,"thisown"): self
.thisown
= 0
3224 self
.__class
__ = ANIHandler
3225 _core_
.ANIHandler_swigregister(ANIHandlerPtr
)
3227 class PNGHandler(ImageHandler
):
3228 """A `wx.ImageHandler` for PNG image files."""
3230 return "<%s.%s; proxy of C++ wxPNGHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3231 def __init__(self
, *args
, **kwargs
):
3233 __init__(self) -> PNGHandler
3235 A `wx.ImageHandler` for PNG image files.
3237 newobj
= _core_
.new_PNGHandler(*args
, **kwargs
)
3238 self
.this
= newobj
.this
3242 class PNGHandlerPtr(PNGHandler
):
3243 def __init__(self
, this
):
3245 if not hasattr(self
,"thisown"): self
.thisown
= 0
3246 self
.__class
__ = PNGHandler
3247 _core_
.PNGHandler_swigregister(PNGHandlerPtr
)
3249 class GIFHandler(ImageHandler
):
3250 """A `wx.ImageHandler` for GIF image files."""
3252 return "<%s.%s; proxy of C++ wxGIFHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3253 def __init__(self
, *args
, **kwargs
):
3255 __init__(self) -> GIFHandler
3257 A `wx.ImageHandler` for GIF image files.
3259 newobj
= _core_
.new_GIFHandler(*args
, **kwargs
)
3260 self
.this
= newobj
.this
3264 class GIFHandlerPtr(GIFHandler
):
3265 def __init__(self
, this
):
3267 if not hasattr(self
,"thisown"): self
.thisown
= 0
3268 self
.__class
__ = GIFHandler
3269 _core_
.GIFHandler_swigregister(GIFHandlerPtr
)
3271 class PCXHandler(ImageHandler
):
3272 """A `wx.ImageHandler` for PCX imager files."""
3274 return "<%s.%s; proxy of C++ wxPCXHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3275 def __init__(self
, *args
, **kwargs
):
3277 __init__(self) -> PCXHandler
3279 A `wx.ImageHandler` for PCX imager files.
3281 newobj
= _core_
.new_PCXHandler(*args
, **kwargs
)
3282 self
.this
= newobj
.this
3286 class PCXHandlerPtr(PCXHandler
):
3287 def __init__(self
, this
):
3289 if not hasattr(self
,"thisown"): self
.thisown
= 0
3290 self
.__class
__ = PCXHandler
3291 _core_
.PCXHandler_swigregister(PCXHandlerPtr
)
3293 class JPEGHandler(ImageHandler
):
3294 """A `wx.ImageHandler` for JPEG/JPG image files."""
3296 return "<%s.%s; proxy of C++ wxJPEGHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3297 def __init__(self
, *args
, **kwargs
):
3299 __init__(self) -> JPEGHandler
3301 A `wx.ImageHandler` for JPEG/JPG image files.
3303 newobj
= _core_
.new_JPEGHandler(*args
, **kwargs
)
3304 self
.this
= newobj
.this
3308 class JPEGHandlerPtr(JPEGHandler
):
3309 def __init__(self
, this
):
3311 if not hasattr(self
,"thisown"): self
.thisown
= 0
3312 self
.__class
__ = JPEGHandler
3313 _core_
.JPEGHandler_swigregister(JPEGHandlerPtr
)
3315 class PNMHandler(ImageHandler
):
3316 """A `wx.ImageHandler` for PNM image files."""
3318 return "<%s.%s; proxy of C++ wxPNMHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3319 def __init__(self
, *args
, **kwargs
):
3321 __init__(self) -> PNMHandler
3323 A `wx.ImageHandler` for PNM image files.
3325 newobj
= _core_
.new_PNMHandler(*args
, **kwargs
)
3326 self
.this
= newobj
.this
3330 class PNMHandlerPtr(PNMHandler
):
3331 def __init__(self
, this
):
3333 if not hasattr(self
,"thisown"): self
.thisown
= 0
3334 self
.__class
__ = PNMHandler
3335 _core_
.PNMHandler_swigregister(PNMHandlerPtr
)
3337 class XPMHandler(ImageHandler
):
3338 """A `wx.ImageHandler` for XPM image."""
3340 return "<%s.%s; proxy of C++ wxXPMHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3341 def __init__(self
, *args
, **kwargs
):
3343 __init__(self) -> XPMHandler
3345 A `wx.ImageHandler` for XPM image.
3347 newobj
= _core_
.new_XPMHandler(*args
, **kwargs
)
3348 self
.this
= newobj
.this
3352 class XPMHandlerPtr(XPMHandler
):
3353 def __init__(self
, this
):
3355 if not hasattr(self
,"thisown"): self
.thisown
= 0
3356 self
.__class
__ = XPMHandler
3357 _core_
.XPMHandler_swigregister(XPMHandlerPtr
)
3359 class TIFFHandler(ImageHandler
):
3360 """A `wx.ImageHandler` for TIFF image files."""
3362 return "<%s.%s; proxy of C++ wxTIFFHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3363 def __init__(self
, *args
, **kwargs
):
3365 __init__(self) -> TIFFHandler
3367 A `wx.ImageHandler` for TIFF image files.
3369 newobj
= _core_
.new_TIFFHandler(*args
, **kwargs
)
3370 self
.this
= newobj
.this
3374 class TIFFHandlerPtr(TIFFHandler
):
3375 def __init__(self
, this
):
3377 if not hasattr(self
,"thisown"): self
.thisown
= 0
3378 self
.__class
__ = TIFFHandler
3379 _core_
.TIFFHandler_swigregister(TIFFHandlerPtr
)
3381 QUANTIZE_INCLUDE_WINDOWS_COLOURS
= _core_
.QUANTIZE_INCLUDE_WINDOWS_COLOURS
3382 QUANTIZE_FILL_DESTINATION_IMAGE
= _core_
.QUANTIZE_FILL_DESTINATION_IMAGE
3383 class Quantize(object):
3384 """Performs quantization, or colour reduction, on a wxImage."""
3385 def __init__(self
): raise RuntimeError, "No constructor defined"
3387 return "<%s.%s; proxy of C++ wxQuantize instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3388 def Quantize(*args
, **kwargs
):
3390 Quantize(Image src, Image dest, int desiredNoColours=236, int flags=wxQUANTIZE_INCLUDE_WINDOWS_COLOURS|wxQUANTIZE_FILL_DESTINATION_IMAGE) -> bool
3392 Reduce the colours in the source image and put the result into the
3393 destination image, setting the palette in the destination if
3394 needed. Both images may be the same, to overwrite the source image.
3396 return _core_
.Quantize_Quantize(*args
, **kwargs
)
3398 Quantize
= staticmethod(Quantize
)
3400 class QuantizePtr(Quantize
):
3401 def __init__(self
, this
):
3403 if not hasattr(self
,"thisown"): self
.thisown
= 0
3404 self
.__class
__ = Quantize
3405 _core_
.Quantize_swigregister(QuantizePtr
)
3407 def Quantize_Quantize(*args
, **kwargs
):
3409 Quantize_Quantize(Image src, Image dest, int desiredNoColours=236, int flags=wxQUANTIZE_INCLUDE_WINDOWS_COLOURS|wxQUANTIZE_FILL_DESTINATION_IMAGE) -> bool
3411 Reduce the colours in the source image and put the result into the
3412 destination image, setting the palette in the destination if
3413 needed. Both images may be the same, to overwrite the source image.
3415 return _core_
.Quantize_Quantize(*args
, **kwargs
)
3417 #---------------------------------------------------------------------------
3419 class EvtHandler(Object
):
3420 """Proxy of C++ EvtHandler class"""
3422 return "<%s.%s; proxy of C++ wxEvtHandler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3423 def __init__(self
, *args
, **kwargs
):
3424 """__init__(self) -> EvtHandler"""
3425 newobj
= _core_
.new_EvtHandler(*args
, **kwargs
)
3426 self
.this
= newobj
.this
3429 def GetNextHandler(*args
, **kwargs
):
3430 """GetNextHandler(self) -> EvtHandler"""
3431 return _core_
.EvtHandler_GetNextHandler(*args
, **kwargs
)
3433 def GetPreviousHandler(*args
, **kwargs
):
3434 """GetPreviousHandler(self) -> EvtHandler"""
3435 return _core_
.EvtHandler_GetPreviousHandler(*args
, **kwargs
)
3437 def SetNextHandler(*args
, **kwargs
):
3438 """SetNextHandler(self, EvtHandler handler)"""
3439 return _core_
.EvtHandler_SetNextHandler(*args
, **kwargs
)
3441 def SetPreviousHandler(*args
, **kwargs
):
3442 """SetPreviousHandler(self, EvtHandler handler)"""
3443 return _core_
.EvtHandler_SetPreviousHandler(*args
, **kwargs
)
3445 def GetEvtHandlerEnabled(*args
, **kwargs
):
3446 """GetEvtHandlerEnabled(self) -> bool"""
3447 return _core_
.EvtHandler_GetEvtHandlerEnabled(*args
, **kwargs
)
3449 def SetEvtHandlerEnabled(*args
, **kwargs
):
3450 """SetEvtHandlerEnabled(self, bool enabled)"""
3451 return _core_
.EvtHandler_SetEvtHandlerEnabled(*args
, **kwargs
)
3453 def ProcessEvent(*args
, **kwargs
):
3454 """ProcessEvent(self, Event event) -> bool"""
3455 return _core_
.EvtHandler_ProcessEvent(*args
, **kwargs
)
3457 def AddPendingEvent(*args
, **kwargs
):
3458 """AddPendingEvent(self, Event event)"""
3459 return _core_
.EvtHandler_AddPendingEvent(*args
, **kwargs
)
3461 def ProcessPendingEvents(*args
, **kwargs
):
3462 """ProcessPendingEvents(self)"""
3463 return _core_
.EvtHandler_ProcessPendingEvents(*args
, **kwargs
)
3465 def Connect(*args
, **kwargs
):
3466 """Connect(self, int id, int lastId, int eventType, PyObject func)"""
3467 return _core_
.EvtHandler_Connect(*args
, **kwargs
)
3469 def Disconnect(*args
, **kwargs
):
3470 """Disconnect(self, int id, int lastId=-1, wxEventType eventType=wxEVT_NULL) -> bool"""
3471 return _core_
.EvtHandler_Disconnect(*args
, **kwargs
)
3473 def _setOORInfo(*args
, **kwargs
):
3474 """_setOORInfo(self, PyObject _self, bool incref=True)"""
3475 return _core_
.EvtHandler__setOORInfo(*args
, **kwargs
)
3477 def Bind(self
, event
, handler
, source
=None, id=wx
.ID_ANY
, id2
=wx
.ID_ANY
):
3479 Bind an event to an event handler.
3481 :param event: One of the EVT_* objects that specifies the
3482 type of event to bind,
3484 :param handler: A callable object to be invoked when the
3485 event is delivered to self. Pass None to
3486 disconnect an event handler.
3488 :param source: Sometimes the event originates from a
3489 different window than self, but you still
3490 want to catch it in self. (For example, a
3491 button event delivered to a frame.) By
3492 passing the source of the event, the event
3493 handling system is able to differentiate
3494 between the same event type from different
3497 :param id: Used to spcify the event source by ID instead
3500 :param id2: Used when it is desirable to bind a handler
3501 to a range of IDs, such as with EVT_MENU_RANGE.
3503 if source
is not None:
3505 event
.Bind(self
, id, id2
, handler
)
3507 def Unbind(self
, event
, source
=None, id=wx
.ID_ANY
, id2
=wx
.ID_ANY
):
3509 Disconencts the event handler binding for event from self.
3510 Returns True if successful.
3512 if source
is not None:
3514 return event
.Unbind(self
, id, id2
)
3517 class EvtHandlerPtr(EvtHandler
):
3518 def __init__(self
, this
):
3520 if not hasattr(self
,"thisown"): self
.thisown
= 0
3521 self
.__class
__ = EvtHandler
3522 _core_
.EvtHandler_swigregister(EvtHandlerPtr
)
3524 #---------------------------------------------------------------------------
3526 class PyEventBinder(object):
3528 Instances of this class are used to bind specific events to event
3531 def __init__(self
, evtType
, expectedIDs
=0):
3532 if expectedIDs
not in [0, 1, 2]:
3533 raise ValueError, "Invalid number of expectedIDs"
3534 self
.expectedIDs
= expectedIDs
3536 if type(evtType
) == list or type(evtType
) == tuple:
3537 self
.evtType
= evtType
3539 self
.evtType
= [evtType
]
3542 def Bind(self
, target
, id1
, id2
, function
):
3543 """Bind this set of event types to target."""
3544 for et
in self
.evtType
:
3545 target
.Connect(id1
, id2
, et
, function
)
3548 def Unbind(self
, target
, id1
, id2
):
3549 """Remove an event binding."""
3551 for et
in self
.evtType
:
3552 success
+= target
.Disconnect(id1
, id2
, et
)
3556 def __call__(self
, *args
):
3558 For backwards compatibility with the old EVT_* functions.
3559 Should be called with either (window, func), (window, ID,
3560 func) or (window, ID1, ID2, func) parameters depending on the
3563 assert len(args
) == 2 + self
.expectedIDs
3567 if self
.expectedIDs
== 0:
3569 elif self
.expectedIDs
== 1:
3572 elif self
.expectedIDs
== 2:
3577 raise ValueError, "Unexpected number of IDs"
3579 self
.Bind(target
, id1
, id2
, func
)
3582 # These two are square pegs that don't fit the PyEventBinder hole...
3583 def EVT_COMMAND(win
, id, cmd
, func
):
3584 win
.Connect(id, -1, cmd
, func
)
3585 def EVT_COMMAND_RANGE(win
, id1
, id2
, cmd
, func
):
3586 win
.Connect(id1
, id2
, cmd
, func
)
3589 #---------------------------------------------------------------------------
3591 #---------------------------------------------------------------------------
3593 EVENT_PROPAGATE_NONE
= _core_
.EVENT_PROPAGATE_NONE
3594 EVENT_PROPAGATE_MAX
= _core_
.EVENT_PROPAGATE_MAX
3596 def NewEventType(*args
, **kwargs
):
3597 """NewEventType() -> wxEventType"""
3598 return _core_
.NewEventType(*args
, **kwargs
)
3599 wxEVT_NULL
= _core_
.wxEVT_NULL
3600 wxEVT_FIRST
= _core_
.wxEVT_FIRST
3601 wxEVT_USER_FIRST
= _core_
.wxEVT_USER_FIRST
3602 wxEVT_COMMAND_BUTTON_CLICKED
= _core_
.wxEVT_COMMAND_BUTTON_CLICKED
3603 wxEVT_COMMAND_CHECKBOX_CLICKED
= _core_
.wxEVT_COMMAND_CHECKBOX_CLICKED
3604 wxEVT_COMMAND_CHOICE_SELECTED
= _core_
.wxEVT_COMMAND_CHOICE_SELECTED
3605 wxEVT_COMMAND_LISTBOX_SELECTED
= _core_
.wxEVT_COMMAND_LISTBOX_SELECTED
3606 wxEVT_COMMAND_LISTBOX_DOUBLECLICKED
= _core_
.wxEVT_COMMAND_LISTBOX_DOUBLECLICKED
3607 wxEVT_COMMAND_CHECKLISTBOX_TOGGLED
= _core_
.wxEVT_COMMAND_CHECKLISTBOX_TOGGLED
3608 wxEVT_COMMAND_MENU_SELECTED
= _core_
.wxEVT_COMMAND_MENU_SELECTED
3609 wxEVT_COMMAND_TOOL_CLICKED
= _core_
.wxEVT_COMMAND_TOOL_CLICKED
3610 wxEVT_COMMAND_SLIDER_UPDATED
= _core_
.wxEVT_COMMAND_SLIDER_UPDATED
3611 wxEVT_COMMAND_RADIOBOX_SELECTED
= _core_
.wxEVT_COMMAND_RADIOBOX_SELECTED
3612 wxEVT_COMMAND_RADIOBUTTON_SELECTED
= _core_
.wxEVT_COMMAND_RADIOBUTTON_SELECTED
3613 wxEVT_COMMAND_SCROLLBAR_UPDATED
= _core_
.wxEVT_COMMAND_SCROLLBAR_UPDATED
3614 wxEVT_COMMAND_VLBOX_SELECTED
= _core_
.wxEVT_COMMAND_VLBOX_SELECTED
3615 wxEVT_COMMAND_COMBOBOX_SELECTED
= _core_
.wxEVT_COMMAND_COMBOBOX_SELECTED
3616 wxEVT_COMMAND_TOOL_RCLICKED
= _core_
.wxEVT_COMMAND_TOOL_RCLICKED
3617 wxEVT_COMMAND_TOOL_ENTER
= _core_
.wxEVT_COMMAND_TOOL_ENTER
3618 wxEVT_LEFT_DOWN
= _core_
.wxEVT_LEFT_DOWN
3619 wxEVT_LEFT_UP
= _core_
.wxEVT_LEFT_UP
3620 wxEVT_MIDDLE_DOWN
= _core_
.wxEVT_MIDDLE_DOWN
3621 wxEVT_MIDDLE_UP
= _core_
.wxEVT_MIDDLE_UP
3622 wxEVT_RIGHT_DOWN
= _core_
.wxEVT_RIGHT_DOWN
3623 wxEVT_RIGHT_UP
= _core_
.wxEVT_RIGHT_UP
3624 wxEVT_MOTION
= _core_
.wxEVT_MOTION
3625 wxEVT_ENTER_WINDOW
= _core_
.wxEVT_ENTER_WINDOW
3626 wxEVT_LEAVE_WINDOW
= _core_
.wxEVT_LEAVE_WINDOW
3627 wxEVT_LEFT_DCLICK
= _core_
.wxEVT_LEFT_DCLICK
3628 wxEVT_MIDDLE_DCLICK
= _core_
.wxEVT_MIDDLE_DCLICK
3629 wxEVT_RIGHT_DCLICK
= _core_
.wxEVT_RIGHT_DCLICK
3630 wxEVT_SET_FOCUS
= _core_
.wxEVT_SET_FOCUS
3631 wxEVT_KILL_FOCUS
= _core_
.wxEVT_KILL_FOCUS
3632 wxEVT_CHILD_FOCUS
= _core_
.wxEVT_CHILD_FOCUS
3633 wxEVT_MOUSEWHEEL
= _core_
.wxEVT_MOUSEWHEEL
3634 wxEVT_NC_LEFT_DOWN
= _core_
.wxEVT_NC_LEFT_DOWN
3635 wxEVT_NC_LEFT_UP
= _core_
.wxEVT_NC_LEFT_UP
3636 wxEVT_NC_MIDDLE_DOWN
= _core_
.wxEVT_NC_MIDDLE_DOWN
3637 wxEVT_NC_MIDDLE_UP
= _core_
.wxEVT_NC_MIDDLE_UP
3638 wxEVT_NC_RIGHT_DOWN
= _core_
.wxEVT_NC_RIGHT_DOWN
3639 wxEVT_NC_RIGHT_UP
= _core_
.wxEVT_NC_RIGHT_UP
3640 wxEVT_NC_MOTION
= _core_
.wxEVT_NC_MOTION
3641 wxEVT_NC_ENTER_WINDOW
= _core_
.wxEVT_NC_ENTER_WINDOW
3642 wxEVT_NC_LEAVE_WINDOW
= _core_
.wxEVT_NC_LEAVE_WINDOW
3643 wxEVT_NC_LEFT_DCLICK
= _core_
.wxEVT_NC_LEFT_DCLICK
3644 wxEVT_NC_MIDDLE_DCLICK
= _core_
.wxEVT_NC_MIDDLE_DCLICK
3645 wxEVT_NC_RIGHT_DCLICK
= _core_
.wxEVT_NC_RIGHT_DCLICK
3646 wxEVT_CHAR
= _core_
.wxEVT_CHAR
3647 wxEVT_CHAR_HOOK
= _core_
.wxEVT_CHAR_HOOK
3648 wxEVT_NAVIGATION_KEY
= _core_
.wxEVT_NAVIGATION_KEY
3649 wxEVT_KEY_DOWN
= _core_
.wxEVT_KEY_DOWN
3650 wxEVT_KEY_UP
= _core_
.wxEVT_KEY_UP
3651 wxEVT_HOTKEY
= _core_
.wxEVT_HOTKEY
3652 wxEVT_SET_CURSOR
= _core_
.wxEVT_SET_CURSOR
3653 wxEVT_SCROLL_TOP
= _core_
.wxEVT_SCROLL_TOP
3654 wxEVT_SCROLL_BOTTOM
= _core_
.wxEVT_SCROLL_BOTTOM
3655 wxEVT_SCROLL_LINEUP
= _core_
.wxEVT_SCROLL_LINEUP
3656 wxEVT_SCROLL_LINEDOWN
= _core_
.wxEVT_SCROLL_LINEDOWN
3657 wxEVT_SCROLL_PAGEUP
= _core_
.wxEVT_SCROLL_PAGEUP
3658 wxEVT_SCROLL_PAGEDOWN
= _core_
.wxEVT_SCROLL_PAGEDOWN
3659 wxEVT_SCROLL_THUMBTRACK
= _core_
.wxEVT_SCROLL_THUMBTRACK
3660 wxEVT_SCROLL_THUMBRELEASE
= _core_
.wxEVT_SCROLL_THUMBRELEASE
3661 wxEVT_SCROLL_CHANGED
= _core_
.wxEVT_SCROLL_CHANGED
3662 wxEVT_SCROLL_ENDSCROLL
= wxEVT_SCROLL_CHANGED
3663 wxEVT_SCROLLWIN_TOP
= _core_
.wxEVT_SCROLLWIN_TOP
3664 wxEVT_SCROLLWIN_BOTTOM
= _core_
.wxEVT_SCROLLWIN_BOTTOM
3665 wxEVT_SCROLLWIN_LINEUP
= _core_
.wxEVT_SCROLLWIN_LINEUP
3666 wxEVT_SCROLLWIN_LINEDOWN
= _core_
.wxEVT_SCROLLWIN_LINEDOWN
3667 wxEVT_SCROLLWIN_PAGEUP
= _core_
.wxEVT_SCROLLWIN_PAGEUP
3668 wxEVT_SCROLLWIN_PAGEDOWN
= _core_
.wxEVT_SCROLLWIN_PAGEDOWN
3669 wxEVT_SCROLLWIN_THUMBTRACK
= _core_
.wxEVT_SCROLLWIN_THUMBTRACK
3670 wxEVT_SCROLLWIN_THUMBRELEASE
= _core_
.wxEVT_SCROLLWIN_THUMBRELEASE
3671 wxEVT_SIZE
= _core_
.wxEVT_SIZE
3672 wxEVT_MOVE
= _core_
.wxEVT_MOVE
3673 wxEVT_CLOSE_WINDOW
= _core_
.wxEVT_CLOSE_WINDOW
3674 wxEVT_END_SESSION
= _core_
.wxEVT_END_SESSION
3675 wxEVT_QUERY_END_SESSION
= _core_
.wxEVT_QUERY_END_SESSION
3676 wxEVT_ACTIVATE_APP
= _core_
.wxEVT_ACTIVATE_APP
3677 wxEVT_POWER
= _core_
.wxEVT_POWER
3678 wxEVT_ACTIVATE
= _core_
.wxEVT_ACTIVATE
3679 wxEVT_CREATE
= _core_
.wxEVT_CREATE
3680 wxEVT_DESTROY
= _core_
.wxEVT_DESTROY
3681 wxEVT_SHOW
= _core_
.wxEVT_SHOW
3682 wxEVT_ICONIZE
= _core_
.wxEVT_ICONIZE
3683 wxEVT_MAXIMIZE
= _core_
.wxEVT_MAXIMIZE
3684 wxEVT_MOUSE_CAPTURE_CHANGED
= _core_
.wxEVT_MOUSE_CAPTURE_CHANGED
3685 wxEVT_PAINT
= _core_
.wxEVT_PAINT
3686 wxEVT_ERASE_BACKGROUND
= _core_
.wxEVT_ERASE_BACKGROUND
3687 wxEVT_NC_PAINT
= _core_
.wxEVT_NC_PAINT
3688 wxEVT_PAINT_ICON
= _core_
.wxEVT_PAINT_ICON
3689 wxEVT_MENU_OPEN
= _core_
.wxEVT_MENU_OPEN
3690 wxEVT_MENU_CLOSE
= _core_
.wxEVT_MENU_CLOSE
3691 wxEVT_MENU_HIGHLIGHT
= _core_
.wxEVT_MENU_HIGHLIGHT
3692 wxEVT_CONTEXT_MENU
= _core_
.wxEVT_CONTEXT_MENU
3693 wxEVT_SYS_COLOUR_CHANGED
= _core_
.wxEVT_SYS_COLOUR_CHANGED
3694 wxEVT_DISPLAY_CHANGED
= _core_
.wxEVT_DISPLAY_CHANGED
3695 wxEVT_SETTING_CHANGED
= _core_
.wxEVT_SETTING_CHANGED
3696 wxEVT_QUERY_NEW_PALETTE
= _core_
.wxEVT_QUERY_NEW_PALETTE
3697 wxEVT_PALETTE_CHANGED
= _core_
.wxEVT_PALETTE_CHANGED
3698 wxEVT_DROP_FILES
= _core_
.wxEVT_DROP_FILES
3699 wxEVT_DRAW_ITEM
= _core_
.wxEVT_DRAW_ITEM
3700 wxEVT_MEASURE_ITEM
= _core_
.wxEVT_MEASURE_ITEM
3701 wxEVT_COMPARE_ITEM
= _core_
.wxEVT_COMPARE_ITEM
3702 wxEVT_INIT_DIALOG
= _core_
.wxEVT_INIT_DIALOG
3703 wxEVT_IDLE
= _core_
.wxEVT_IDLE
3704 wxEVT_UPDATE_UI
= _core_
.wxEVT_UPDATE_UI
3705 wxEVT_SIZING
= _core_
.wxEVT_SIZING
3706 wxEVT_MOVING
= _core_
.wxEVT_MOVING
3707 wxEVT_HIBERNATE
= _core_
.wxEVT_HIBERNATE
3708 wxEVT_COMMAND_LEFT_CLICK
= _core_
.wxEVT_COMMAND_LEFT_CLICK
3709 wxEVT_COMMAND_LEFT_DCLICK
= _core_
.wxEVT_COMMAND_LEFT_DCLICK
3710 wxEVT_COMMAND_RIGHT_CLICK
= _core_
.wxEVT_COMMAND_RIGHT_CLICK
3711 wxEVT_COMMAND_RIGHT_DCLICK
= _core_
.wxEVT_COMMAND_RIGHT_DCLICK
3712 wxEVT_COMMAND_SET_FOCUS
= _core_
.wxEVT_COMMAND_SET_FOCUS
3713 wxEVT_COMMAND_KILL_FOCUS
= _core_
.wxEVT_COMMAND_KILL_FOCUS
3714 wxEVT_COMMAND_ENTER
= _core_
.wxEVT_COMMAND_ENTER
3716 # Create some event binders
3717 EVT_SIZE
= wx
.PyEventBinder( wxEVT_SIZE
)
3718 EVT_SIZING
= wx
.PyEventBinder( wxEVT_SIZING
)
3719 EVT_MOVE
= wx
.PyEventBinder( wxEVT_MOVE
)
3720 EVT_MOVING
= wx
.PyEventBinder( wxEVT_MOVING
)
3721 EVT_CLOSE
= wx
.PyEventBinder( wxEVT_CLOSE_WINDOW
)
3722 EVT_END_SESSION
= wx
.PyEventBinder( wxEVT_END_SESSION
)
3723 EVT_QUERY_END_SESSION
= wx
.PyEventBinder( wxEVT_QUERY_END_SESSION
)
3724 EVT_PAINT
= wx
.PyEventBinder( wxEVT_PAINT
)
3725 EVT_NC_PAINT
= wx
.PyEventBinder( wxEVT_NC_PAINT
)
3726 EVT_ERASE_BACKGROUND
= wx
.PyEventBinder( wxEVT_ERASE_BACKGROUND
)
3727 EVT_CHAR
= wx
.PyEventBinder( wxEVT_CHAR
)
3728 EVT_KEY_DOWN
= wx
.PyEventBinder( wxEVT_KEY_DOWN
)
3729 EVT_KEY_UP
= wx
.PyEventBinder( wxEVT_KEY_UP
)
3730 EVT_HOTKEY
= wx
.PyEventBinder( wxEVT_HOTKEY
, 1)
3731 EVT_CHAR_HOOK
= wx
.PyEventBinder( wxEVT_CHAR_HOOK
)
3732 EVT_MENU_OPEN
= wx
.PyEventBinder( wxEVT_MENU_OPEN
)
3733 EVT_MENU_CLOSE
= wx
.PyEventBinder( wxEVT_MENU_CLOSE
)
3734 EVT_MENU_HIGHLIGHT
= wx
.PyEventBinder( wxEVT_MENU_HIGHLIGHT
, 1)
3735 EVT_MENU_HIGHLIGHT_ALL
= wx
.PyEventBinder( wxEVT_MENU_HIGHLIGHT
)
3736 EVT_SET_FOCUS
= wx
.PyEventBinder( wxEVT_SET_FOCUS
)
3737 EVT_KILL_FOCUS
= wx
.PyEventBinder( wxEVT_KILL_FOCUS
)
3738 EVT_CHILD_FOCUS
= wx
.PyEventBinder( wxEVT_CHILD_FOCUS
)
3739 EVT_ACTIVATE
= wx
.PyEventBinder( wxEVT_ACTIVATE
)
3740 EVT_ACTIVATE_APP
= wx
.PyEventBinder( wxEVT_ACTIVATE_APP
)
3741 EVT_HIBERNATE
= wx
.PyEventBinder( wxEVT_HIBERNATE
)
3742 EVT_END_SESSION
= wx
.PyEventBinder( wxEVT_END_SESSION
)
3743 EVT_QUERY_END_SESSION
= wx
.PyEventBinder( wxEVT_QUERY_END_SESSION
)
3744 EVT_DROP_FILES
= wx
.PyEventBinder( wxEVT_DROP_FILES
)
3745 EVT_INIT_DIALOG
= wx
.PyEventBinder( wxEVT_INIT_DIALOG
)
3746 EVT_SYS_COLOUR_CHANGED
= wx
.PyEventBinder( wxEVT_SYS_COLOUR_CHANGED
)
3747 EVT_DISPLAY_CHANGED
= wx
.PyEventBinder( wxEVT_DISPLAY_CHANGED
)
3748 EVT_SHOW
= wx
.PyEventBinder( wxEVT_SHOW
)
3749 EVT_MAXIMIZE
= wx
.PyEventBinder( wxEVT_MAXIMIZE
)
3750 EVT_ICONIZE
= wx
.PyEventBinder( wxEVT_ICONIZE
)
3751 EVT_NAVIGATION_KEY
= wx
.PyEventBinder( wxEVT_NAVIGATION_KEY
)
3752 EVT_PALETTE_CHANGED
= wx
.PyEventBinder( wxEVT_PALETTE_CHANGED
)
3753 EVT_QUERY_NEW_PALETTE
= wx
.PyEventBinder( wxEVT_QUERY_NEW_PALETTE
)
3754 EVT_WINDOW_CREATE
= wx
.PyEventBinder( wxEVT_CREATE
)
3755 EVT_WINDOW_DESTROY
= wx
.PyEventBinder( wxEVT_DESTROY
)
3756 EVT_SET_CURSOR
= wx
.PyEventBinder( wxEVT_SET_CURSOR
)
3757 EVT_MOUSE_CAPTURE_CHANGED
= wx
.PyEventBinder( wxEVT_MOUSE_CAPTURE_CHANGED
)
3759 EVT_LEFT_DOWN
= wx
.PyEventBinder( wxEVT_LEFT_DOWN
)
3760 EVT_LEFT_UP
= wx
.PyEventBinder( wxEVT_LEFT_UP
)
3761 EVT_MIDDLE_DOWN
= wx
.PyEventBinder( wxEVT_MIDDLE_DOWN
)
3762 EVT_MIDDLE_UP
= wx
.PyEventBinder( wxEVT_MIDDLE_UP
)
3763 EVT_RIGHT_DOWN
= wx
.PyEventBinder( wxEVT_RIGHT_DOWN
)
3764 EVT_RIGHT_UP
= wx
.PyEventBinder( wxEVT_RIGHT_UP
)
3765 EVT_MOTION
= wx
.PyEventBinder( wxEVT_MOTION
)
3766 EVT_LEFT_DCLICK
= wx
.PyEventBinder( wxEVT_LEFT_DCLICK
)
3767 EVT_MIDDLE_DCLICK
= wx
.PyEventBinder( wxEVT_MIDDLE_DCLICK
)
3768 EVT_RIGHT_DCLICK
= wx
.PyEventBinder( wxEVT_RIGHT_DCLICK
)
3769 EVT_LEAVE_WINDOW
= wx
.PyEventBinder( wxEVT_LEAVE_WINDOW
)
3770 EVT_ENTER_WINDOW
= wx
.PyEventBinder( wxEVT_ENTER_WINDOW
)
3771 EVT_MOUSEWHEEL
= wx
.PyEventBinder( wxEVT_MOUSEWHEEL
)
3773 EVT_MOUSE_EVENTS
= wx
.PyEventBinder([ wxEVT_LEFT_DOWN
,
3781 wxEVT_MIDDLE_DCLICK
,
3789 # Scrolling from wxWindow (sent to wxScrolledWindow)
3790 EVT_SCROLLWIN
= wx
.PyEventBinder([ wxEVT_SCROLLWIN_TOP
,
3791 wxEVT_SCROLLWIN_BOTTOM
,
3792 wxEVT_SCROLLWIN_LINEUP
,
3793 wxEVT_SCROLLWIN_LINEDOWN
,
3794 wxEVT_SCROLLWIN_PAGEUP
,
3795 wxEVT_SCROLLWIN_PAGEDOWN
,
3796 wxEVT_SCROLLWIN_THUMBTRACK
,
3797 wxEVT_SCROLLWIN_THUMBRELEASE
,
3800 EVT_SCROLLWIN_TOP
= wx
.PyEventBinder( wxEVT_SCROLLWIN_TOP
)
3801 EVT_SCROLLWIN_BOTTOM
= wx
.PyEventBinder( wxEVT_SCROLLWIN_BOTTOM
)
3802 EVT_SCROLLWIN_LINEUP
= wx
.PyEventBinder( wxEVT_SCROLLWIN_LINEUP
)
3803 EVT_SCROLLWIN_LINEDOWN
= wx
.PyEventBinder( wxEVT_SCROLLWIN_LINEDOWN
)
3804 EVT_SCROLLWIN_PAGEUP
= wx
.PyEventBinder( wxEVT_SCROLLWIN_PAGEUP
)
3805 EVT_SCROLLWIN_PAGEDOWN
= wx
.PyEventBinder( wxEVT_SCROLLWIN_PAGEDOWN
)
3806 EVT_SCROLLWIN_THUMBTRACK
= wx
.PyEventBinder( wxEVT_SCROLLWIN_THUMBTRACK
)
3807 EVT_SCROLLWIN_THUMBRELEASE
= wx
.PyEventBinder( wxEVT_SCROLLWIN_THUMBRELEASE
)
3809 # Scrolling from wx.Slider and wx.ScrollBar
3810 EVT_SCROLL
= wx
.PyEventBinder([ wxEVT_SCROLL_TOP
,
3811 wxEVT_SCROLL_BOTTOM
,
3812 wxEVT_SCROLL_LINEUP
,
3813 wxEVT_SCROLL_LINEDOWN
,
3814 wxEVT_SCROLL_PAGEUP
,
3815 wxEVT_SCROLL_PAGEDOWN
,
3816 wxEVT_SCROLL_THUMBTRACK
,
3817 wxEVT_SCROLL_THUMBRELEASE
,
3818 wxEVT_SCROLL_CHANGED
,
3821 EVT_SCROLL_TOP
= wx
.PyEventBinder( wxEVT_SCROLL_TOP
)
3822 EVT_SCROLL_BOTTOM
= wx
.PyEventBinder( wxEVT_SCROLL_BOTTOM
)
3823 EVT_SCROLL_LINEUP
= wx
.PyEventBinder( wxEVT_SCROLL_LINEUP
)
3824 EVT_SCROLL_LINEDOWN
= wx
.PyEventBinder( wxEVT_SCROLL_LINEDOWN
)
3825 EVT_SCROLL_PAGEUP
= wx
.PyEventBinder( wxEVT_SCROLL_PAGEUP
)
3826 EVT_SCROLL_PAGEDOWN
= wx
.PyEventBinder( wxEVT_SCROLL_PAGEDOWN
)
3827 EVT_SCROLL_THUMBTRACK
= wx
.PyEventBinder( wxEVT_SCROLL_THUMBTRACK
)
3828 EVT_SCROLL_THUMBRELEASE
= wx
.PyEventBinder( wxEVT_SCROLL_THUMBRELEASE
)
3829 EVT_SCROLL_CHANGED
= wx
.PyEventBinder( wxEVT_SCROLL_CHANGED
)
3830 EVT_SCROLL_ENDSCROLL
= EVT_SCROLL_CHANGED
3832 # Scrolling from wx.Slider and wx.ScrollBar, with an id
3833 EVT_COMMAND_SCROLL
= wx
.PyEventBinder([ wxEVT_SCROLL_TOP
,
3834 wxEVT_SCROLL_BOTTOM
,
3835 wxEVT_SCROLL_LINEUP
,
3836 wxEVT_SCROLL_LINEDOWN
,
3837 wxEVT_SCROLL_PAGEUP
,
3838 wxEVT_SCROLL_PAGEDOWN
,
3839 wxEVT_SCROLL_THUMBTRACK
,
3840 wxEVT_SCROLL_THUMBRELEASE
,
3841 wxEVT_SCROLL_CHANGED
,
3844 EVT_COMMAND_SCROLL_TOP
= wx
.PyEventBinder( wxEVT_SCROLL_TOP
, 1)
3845 EVT_COMMAND_SCROLL_BOTTOM
= wx
.PyEventBinder( wxEVT_SCROLL_BOTTOM
, 1)
3846 EVT_COMMAND_SCROLL_LINEUP
= wx
.PyEventBinder( wxEVT_SCROLL_LINEUP
, 1)
3847 EVT_COMMAND_SCROLL_LINEDOWN
= wx
.PyEventBinder( wxEVT_SCROLL_LINEDOWN
, 1)
3848 EVT_COMMAND_SCROLL_PAGEUP
= wx
.PyEventBinder( wxEVT_SCROLL_PAGEUP
, 1)
3849 EVT_COMMAND_SCROLL_PAGEDOWN
= wx
.PyEventBinder( wxEVT_SCROLL_PAGEDOWN
, 1)
3850 EVT_COMMAND_SCROLL_THUMBTRACK
= wx
.PyEventBinder( wxEVT_SCROLL_THUMBTRACK
, 1)
3851 EVT_COMMAND_SCROLL_THUMBRELEASE
= wx
.PyEventBinder( wxEVT_SCROLL_THUMBRELEASE
, 1)
3852 EVT_COMMAND_SCROLL_CHANGED
= wx
.PyEventBinder( wxEVT_SCROLL_CHANGED
, 1)
3853 EVT_COMMAND_SCROLL_ENDSCROLL
= EVT_COMMAND_SCROLL_CHANGED
3855 EVT_BUTTON
= wx
.PyEventBinder( wxEVT_COMMAND_BUTTON_CLICKED
, 1)
3856 EVT_CHECKBOX
= wx
.PyEventBinder( wxEVT_COMMAND_CHECKBOX_CLICKED
, 1)
3857 EVT_CHOICE
= wx
.PyEventBinder( wxEVT_COMMAND_CHOICE_SELECTED
, 1)
3858 EVT_LISTBOX
= wx
.PyEventBinder( wxEVT_COMMAND_LISTBOX_SELECTED
, 1)
3859 EVT_LISTBOX_DCLICK
= wx
.PyEventBinder( wxEVT_COMMAND_LISTBOX_DOUBLECLICKED
, 1)
3860 EVT_MENU
= wx
.PyEventBinder( wxEVT_COMMAND_MENU_SELECTED
, 1)
3861 EVT_MENU_RANGE
= wx
.PyEventBinder( wxEVT_COMMAND_MENU_SELECTED
, 2)
3862 EVT_SLIDER
= wx
.PyEventBinder( wxEVT_COMMAND_SLIDER_UPDATED
, 1)
3863 EVT_RADIOBOX
= wx
.PyEventBinder( wxEVT_COMMAND_RADIOBOX_SELECTED
, 1)
3864 EVT_RADIOBUTTON
= wx
.PyEventBinder( wxEVT_COMMAND_RADIOBUTTON_SELECTED
, 1)
3866 EVT_SCROLLBAR
= wx
.PyEventBinder( wxEVT_COMMAND_SCROLLBAR_UPDATED
, 1)
3867 EVT_VLBOX
= wx
.PyEventBinder( wxEVT_COMMAND_VLBOX_SELECTED
, 1)
3868 EVT_COMBOBOX
= wx
.PyEventBinder( wxEVT_COMMAND_COMBOBOX_SELECTED
, 1)
3869 EVT_TOOL
= wx
.PyEventBinder( wxEVT_COMMAND_TOOL_CLICKED
, 1)
3870 EVT_TOOL_RANGE
= wx
.PyEventBinder( wxEVT_COMMAND_TOOL_CLICKED
, 2)
3871 EVT_TOOL_RCLICKED
= wx
.PyEventBinder( wxEVT_COMMAND_TOOL_RCLICKED
, 1)
3872 EVT_TOOL_RCLICKED_RANGE
= wx
.PyEventBinder( wxEVT_COMMAND_TOOL_RCLICKED
, 2)
3873 EVT_TOOL_ENTER
= wx
.PyEventBinder( wxEVT_COMMAND_TOOL_ENTER
, 1)
3874 EVT_CHECKLISTBOX
= wx
.PyEventBinder( wxEVT_COMMAND_CHECKLISTBOX_TOGGLED
, 1)
3877 EVT_COMMAND_LEFT_CLICK
= wx
.PyEventBinder( wxEVT_COMMAND_LEFT_CLICK
, 1)
3878 EVT_COMMAND_LEFT_DCLICK
= wx
.PyEventBinder( wxEVT_COMMAND_LEFT_DCLICK
, 1)
3879 EVT_COMMAND_RIGHT_CLICK
= wx
.PyEventBinder( wxEVT_COMMAND_RIGHT_CLICK
, 1)
3880 EVT_COMMAND_RIGHT_DCLICK
= wx
.PyEventBinder( wxEVT_COMMAND_RIGHT_DCLICK
, 1)
3881 EVT_COMMAND_SET_FOCUS
= wx
.PyEventBinder( wxEVT_COMMAND_SET_FOCUS
, 1)
3882 EVT_COMMAND_KILL_FOCUS
= wx
.PyEventBinder( wxEVT_COMMAND_KILL_FOCUS
, 1)
3883 EVT_COMMAND_ENTER
= wx
.PyEventBinder( wxEVT_COMMAND_ENTER
, 1)
3885 EVT_IDLE
= wx
.PyEventBinder( wxEVT_IDLE
)
3887 EVT_UPDATE_UI
= wx
.PyEventBinder( wxEVT_UPDATE_UI
, 1)
3888 EVT_UPDATE_UI_RANGE
= wx
.PyEventBinder( wxEVT_UPDATE_UI
, 2)
3890 EVT_CONTEXT_MENU
= wx
.PyEventBinder( wxEVT_CONTEXT_MENU
)
3894 #---------------------------------------------------------------------------
3896 class Event(Object
):
3898 An event is a structure holding information about an event passed to a
3899 callback or member function. wx.Event is an abstract base class for
3902 def __init__(self
): raise RuntimeError, "No constructor defined"
3904 return "<%s.%s; proxy of C++ wxEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
3905 def __del__(self
, destroy
=_core_
.delete_Event
):
3908 if self
.thisown
: destroy(self
)
3911 def SetEventType(*args
, **kwargs
):
3913 SetEventType(self, wxEventType typ)
3915 Sets the specific type of the event.
3917 return _core_
.Event_SetEventType(*args
, **kwargs
)
3919 def GetEventType(*args
, **kwargs
):
3921 GetEventType(self) -> wxEventType
3923 Returns the identifier of the given event type, such as
3924 ``wxEVT_COMMAND_BUTTON_CLICKED``.
3926 return _core_
.Event_GetEventType(*args
, **kwargs
)
3928 def GetEventObject(*args
, **kwargs
):
3930 GetEventObject(self) -> Object
3932 Returns the object (usually a window) associated with the event, if
3935 return _core_
.Event_GetEventObject(*args
, **kwargs
)
3937 def SetEventObject(*args
, **kwargs
):
3939 SetEventObject(self, Object obj)
3941 Sets the originating object, or in other words, obj is normally the
3942 object that is sending the event.
3944 return _core_
.Event_SetEventObject(*args
, **kwargs
)
3946 def GetTimestamp(*args
, **kwargs
):
3947 """GetTimestamp(self) -> long"""
3948 return _core_
.Event_GetTimestamp(*args
, **kwargs
)
3950 def SetTimestamp(*args
, **kwargs
):
3951 """SetTimestamp(self, long ts=0)"""
3952 return _core_
.Event_SetTimestamp(*args
, **kwargs
)
3954 def GetId(*args
, **kwargs
):
3958 Returns the identifier associated with this event, such as a button
3961 return _core_
.Event_GetId(*args
, **kwargs
)
3963 def SetId(*args
, **kwargs
):
3967 Set's the ID for the event. This is usually the ID of the window that
3968 is sending the event, but it can also be a command id from a menu
3971 return _core_
.Event_SetId(*args
, **kwargs
)
3973 def IsCommandEvent(*args
, **kwargs
):
3975 IsCommandEvent(self) -> bool
3977 Returns true if the event is or is derived from `wx.CommandEvent` else
3978 it returns false. Note: Exists only for optimization purposes.
3980 return _core_
.Event_IsCommandEvent(*args
, **kwargs
)
3982 def Skip(*args
, **kwargs
):
3984 Skip(self, bool skip=True)
3986 Called by an event handler, it controls whether additional event
3987 handlers bound to this event will be called after the current event
3988 handler returns. Skip(false) (the default setting) will prevent
3989 additional event handlers from being called and control will be
3990 returned to the sender of the event immediately after the current
3991 handler has finished. Skip(True) will cause the event processing
3992 system to continue searching for a handler function for this event.
3995 return _core_
.Event_Skip(*args
, **kwargs
)
3997 def GetSkipped(*args
, **kwargs
):
3999 GetSkipped(self) -> bool
4001 Returns true if the event handler should be skipped, false otherwise.
4004 return _core_
.Event_GetSkipped(*args
, **kwargs
)
4006 def ShouldPropagate(*args
, **kwargs
):
4008 ShouldPropagate(self) -> bool
4010 Test if this event should be propagated to the parent window or not,
4011 i.e. if the propagation level is currently greater than 0.
4013 return _core_
.Event_ShouldPropagate(*args
, **kwargs
)
4015 def StopPropagation(*args
, **kwargs
):
4017 StopPropagation(self) -> int
4019 Stop the event from propagating to its parent window. Returns the old
4020 propagation level value which may be later passed to
4021 `ResumePropagation` to allow propagating the event again.
4023 return _core_
.Event_StopPropagation(*args
, **kwargs
)
4025 def ResumePropagation(*args
, **kwargs
):
4027 ResumePropagation(self, int propagationLevel)
4029 Resume the event propagation by restoring the propagation level. (For
4030 example, you can use the value returned by an earlier call to
4034 return _core_
.Event_ResumePropagation(*args
, **kwargs
)
4036 def Clone(*args
, **kwargs
):
4037 """Clone(self) -> Event"""
4038 return _core_
.Event_Clone(*args
, **kwargs
)
4041 class EventPtr(Event
):
4042 def __init__(self
, this
):
4044 if not hasattr(self
,"thisown"): self
.thisown
= 0
4045 self
.__class
__ = Event
4046 _core_
.Event_swigregister(EventPtr
)
4048 #---------------------------------------------------------------------------
4050 class PropagationDisabler(object):
4052 Helper class to temporarily change an event not to propagate. Simply
4053 create an instance of this class and then whe it is destroyed the
4054 propogation of the event will be restored.
4057 return "<%s.%s; proxy of C++ wxPropagationDisabler instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4058 def __init__(self
, *args
, **kwargs
):
4060 __init__(self, Event event) -> PropagationDisabler
4062 Helper class to temporarily change an event not to propagate. Simply
4063 create an instance of this class and then whe it is destroyed the
4064 propogation of the event will be restored.
4066 newobj
= _core_
.new_PropagationDisabler(*args
, **kwargs
)
4067 self
.this
= newobj
.this
4070 def __del__(self
, destroy
=_core_
.delete_PropagationDisabler
):
4073 if self
.thisown
: destroy(self
)
4077 class PropagationDisablerPtr(PropagationDisabler
):
4078 def __init__(self
, this
):
4080 if not hasattr(self
,"thisown"): self
.thisown
= 0
4081 self
.__class
__ = PropagationDisabler
4082 _core_
.PropagationDisabler_swigregister(PropagationDisablerPtr
)
4084 class PropagateOnce(object):
4086 A helper class that will temporarily lower propagation level of an
4087 event. Simply create an instance of this class and then whe it is
4088 destroyed the propogation of the event will be restored.
4091 return "<%s.%s; proxy of C++ wxPropagateOnce instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4092 def __init__(self
, *args
, **kwargs
):
4094 __init__(self, Event event) -> PropagateOnce
4096 A helper class that will temporarily lower propagation level of an
4097 event. Simply create an instance of this class and then whe it is
4098 destroyed the propogation of the event will be restored.
4100 newobj
= _core_
.new_PropagateOnce(*args
, **kwargs
)
4101 self
.this
= newobj
.this
4104 def __del__(self
, destroy
=_core_
.delete_PropagateOnce
):
4107 if self
.thisown
: destroy(self
)
4111 class PropagateOncePtr(PropagateOnce
):
4112 def __init__(self
, this
):
4114 if not hasattr(self
,"thisown"): self
.thisown
= 0
4115 self
.__class
__ = PropagateOnce
4116 _core_
.PropagateOnce_swigregister(PropagateOncePtr
)
4118 #---------------------------------------------------------------------------
4120 class CommandEvent(Event
):
4122 This event class contains information about command events, which
4123 originate from a variety of simple controls, as well as menus and
4127 return "<%s.%s; proxy of C++ wxCommandEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4128 def __init__(self
, *args
, **kwargs
):
4130 __init__(self, wxEventType commandType=wxEVT_NULL, int winid=0) -> CommandEvent
4132 This event class contains information about command events, which
4133 originate from a variety of simple controls, as well as menus and
4136 newobj
= _core_
.new_CommandEvent(*args
, **kwargs
)
4137 self
.this
= newobj
.this
4140 def GetSelection(*args
, **kwargs
):
4142 GetSelection(self) -> int
4144 Returns item index for a listbox or choice selection event (not valid
4147 return _core_
.CommandEvent_GetSelection(*args
, **kwargs
)
4149 def SetString(*args
, **kwargs
):
4150 """SetString(self, String s)"""
4151 return _core_
.CommandEvent_SetString(*args
, **kwargs
)
4153 def GetString(*args
, **kwargs
):
4155 GetString(self) -> String
4157 Returns item string for a listbox or choice selection event (not valid
4160 return _core_
.CommandEvent_GetString(*args
, **kwargs
)
4162 def IsChecked(*args
, **kwargs
):
4164 IsChecked(self) -> bool
4166 This method can be used with checkbox and menu events: for the
4167 checkboxes, the method returns true for a selection event and false
4168 for a deselection one. For the menu events, this method indicates if
4169 the menu item just has become checked or unchecked (and thus only
4170 makes sense for checkable menu items).
4172 return _core_
.CommandEvent_IsChecked(*args
, **kwargs
)
4175 def IsSelection(*args
, **kwargs
):
4177 IsSelection(self) -> bool
4179 For a listbox or similar event, returns true if it is a selection,
4180 false if it is a deselection.
4182 return _core_
.CommandEvent_IsSelection(*args
, **kwargs
)
4184 def SetExtraLong(*args
, **kwargs
):
4185 """SetExtraLong(self, long extraLong)"""
4186 return _core_
.CommandEvent_SetExtraLong(*args
, **kwargs
)
4188 def GetExtraLong(*args
, **kwargs
):
4190 GetExtraLong(self) -> long
4192 Returns extra information dependant on the event objects type. If the
4193 event comes from a listbox selection, it is a boolean determining
4194 whether the event was a selection (true) or a deselection (false). A
4195 listbox deselection only occurs for multiple-selection boxes, and in
4196 this case the index and string values are indeterminate and the
4197 listbox must be examined by the application.
4199 return _core_
.CommandEvent_GetExtraLong(*args
, **kwargs
)
4201 def SetInt(*args
, **kwargs
):
4202 """SetInt(self, int i)"""
4203 return _core_
.CommandEvent_SetInt(*args
, **kwargs
)
4205 def GetInt(*args
, **kwargs
):
4207 GetInt(self) -> long
4209 Returns the integer identifier corresponding to a listbox, choice or
4210 radiobox selection (only if the event was a selection, not a
4211 deselection), or a boolean value representing the value of a checkbox.
4213 return _core_
.CommandEvent_GetInt(*args
, **kwargs
)
4215 def Clone(*args
, **kwargs
):
4216 """Clone(self) -> Event"""
4217 return _core_
.CommandEvent_Clone(*args
, **kwargs
)
4220 class CommandEventPtr(CommandEvent
):
4221 def __init__(self
, this
):
4223 if not hasattr(self
,"thisown"): self
.thisown
= 0
4224 self
.__class
__ = CommandEvent
4225 _core_
.CommandEvent_swigregister(CommandEventPtr
)
4227 #---------------------------------------------------------------------------
4229 class NotifyEvent(CommandEvent
):
4231 An instance of this class (or one of its derived classes) is sent from
4232 a control when the control's state is being changed and the control
4233 allows that change to be prevented from happening. The event handler
4234 can call `Veto` or `Allow` to tell the control what to do.
4237 return "<%s.%s; proxy of C++ wxNotifyEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4238 def __init__(self
, *args
, **kwargs
):
4240 __init__(self, wxEventType commandType=wxEVT_NULL, int winid=0) -> NotifyEvent
4242 An instance of this class (or one of its derived classes) is sent from
4243 a control when the control's state is being changed and the control
4244 allows that change to be prevented from happening. The event handler
4245 can call `Veto` or `Allow` to tell the control what to do.
4247 newobj
= _core_
.new_NotifyEvent(*args
, **kwargs
)
4248 self
.this
= newobj
.this
4251 def Veto(*args
, **kwargs
):
4255 Prevents the change announced by this event from happening.
4257 It is in general a good idea to notify the user about the reasons for
4258 vetoing the change because otherwise the applications behaviour (which
4259 just refuses to do what the user wants) might be quite surprising.
4261 return _core_
.NotifyEvent_Veto(*args
, **kwargs
)
4263 def Allow(*args
, **kwargs
):
4267 This is the opposite of `Veto`: it explicitly allows the event to be
4268 processed. For most events it is not necessary to call this method as
4269 the events are allowed anyhow but some are forbidden by default (this
4270 will be mentioned in the corresponding event description).
4272 return _core_
.NotifyEvent_Allow(*args
, **kwargs
)
4274 def IsAllowed(*args
, **kwargs
):
4276 IsAllowed(self) -> bool
4278 Returns true if the change is allowed (`Veto` hasn't been called) or
4279 false otherwise (if it was).
4281 return _core_
.NotifyEvent_IsAllowed(*args
, **kwargs
)
4284 class NotifyEventPtr(NotifyEvent
):
4285 def __init__(self
, this
):
4287 if not hasattr(self
,"thisown"): self
.thisown
= 0
4288 self
.__class
__ = NotifyEvent
4289 _core_
.NotifyEvent_swigregister(NotifyEventPtr
)
4291 #---------------------------------------------------------------------------
4293 class ScrollEvent(CommandEvent
):
4295 A scroll event holds information about events sent from stand-alone
4296 scrollbars and sliders. Note that scrolled windows do not send
4297 instnaces of this event class, but send the `wx.ScrollWinEvent`
4301 return "<%s.%s; proxy of C++ wxScrollEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4302 def __init__(self
, *args
, **kwargs
):
4304 __init__(self, wxEventType commandType=wxEVT_NULL, int winid=0, int pos=0,
4305 int orient=0) -> ScrollEvent
4307 newobj
= _core_
.new_ScrollEvent(*args
, **kwargs
)
4308 self
.this
= newobj
.this
4311 def GetOrientation(*args
, **kwargs
):
4313 GetOrientation(self) -> int
4315 Returns wx.HORIZONTAL or wx.VERTICAL, depending on the orientation of
4318 return _core_
.ScrollEvent_GetOrientation(*args
, **kwargs
)
4320 def GetPosition(*args
, **kwargs
):
4322 GetPosition(self) -> int
4324 Returns the position of the scrollbar.
4326 return _core_
.ScrollEvent_GetPosition(*args
, **kwargs
)
4328 def SetOrientation(*args
, **kwargs
):
4329 """SetOrientation(self, int orient)"""
4330 return _core_
.ScrollEvent_SetOrientation(*args
, **kwargs
)
4332 def SetPosition(*args
, **kwargs
):
4333 """SetPosition(self, int pos)"""
4334 return _core_
.ScrollEvent_SetPosition(*args
, **kwargs
)
4337 class ScrollEventPtr(ScrollEvent
):
4338 def __init__(self
, this
):
4340 if not hasattr(self
,"thisown"): self
.thisown
= 0
4341 self
.__class
__ = ScrollEvent
4342 _core_
.ScrollEvent_swigregister(ScrollEventPtr
)
4344 #---------------------------------------------------------------------------
4346 class ScrollWinEvent(Event
):
4348 A wx.ScrollWinEvent holds information about scrolling and is sent from
4352 return "<%s.%s; proxy of C++ wxScrollWinEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4353 def __init__(self
, *args
, **kwargs
):
4355 __init__(self, wxEventType commandType=wxEVT_NULL, int pos=0, int orient=0) -> ScrollWinEvent
4357 A wx.ScrollWinEvent holds information about scrolling and is sent from
4360 newobj
= _core_
.new_ScrollWinEvent(*args
, **kwargs
)
4361 self
.this
= newobj
.this
4364 def GetOrientation(*args
, **kwargs
):
4366 GetOrientation(self) -> int
4368 Returns wx.HORIZONTAL or wx.VERTICAL, depending on the orientation of
4371 return _core_
.ScrollWinEvent_GetOrientation(*args
, **kwargs
)
4373 def GetPosition(*args
, **kwargs
):
4375 GetPosition(self) -> int
4377 Returns the position of the scrollbar for the thumb track and release
4378 events. Note that this field can't be used for the other events, you
4379 need to query the window itself for the current position in that case.
4381 return _core_
.ScrollWinEvent_GetPosition(*args
, **kwargs
)
4383 def SetOrientation(*args
, **kwargs
):
4384 """SetOrientation(self, int orient)"""
4385 return _core_
.ScrollWinEvent_SetOrientation(*args
, **kwargs
)
4387 def SetPosition(*args
, **kwargs
):
4388 """SetPosition(self, int pos)"""
4389 return _core_
.ScrollWinEvent_SetPosition(*args
, **kwargs
)
4392 class ScrollWinEventPtr(ScrollWinEvent
):
4393 def __init__(self
, this
):
4395 if not hasattr(self
,"thisown"): self
.thisown
= 0
4396 self
.__class
__ = ScrollWinEvent
4397 _core_
.ScrollWinEvent_swigregister(ScrollWinEventPtr
)
4399 #---------------------------------------------------------------------------
4401 MOUSE_BTN_ANY
= _core_
.MOUSE_BTN_ANY
4402 MOUSE_BTN_NONE
= _core_
.MOUSE_BTN_NONE
4403 MOUSE_BTN_LEFT
= _core_
.MOUSE_BTN_LEFT
4404 MOUSE_BTN_MIDDLE
= _core_
.MOUSE_BTN_MIDDLE
4405 MOUSE_BTN_RIGHT
= _core_
.MOUSE_BTN_RIGHT
4406 class MouseEvent(Event
):
4408 This event class contains information about the events generated by
4409 the mouse: they include mouse buttons press and release events and
4412 All mouse events involving the buttons use ``wx.MOUSE_BTN_LEFT`` for
4413 the left mouse button, ``wx.MOUSE_BTN_MIDDLE`` for the middle one and
4414 ``wx.MOUSE_BTN_RIGHT`` for the right one. Note that not all mice have
4415 a middle button so a portable application should avoid relying on the
4418 Note the difference between methods like `LeftDown` and `LeftIsDown`:
4419 the former returns true when the event corresponds to the left mouse
4420 button click while the latter returns true if the left mouse button is
4421 currently being pressed. For example, when the user is dragging the
4422 mouse you can use `LeftIsDown` to test whether the left mouse button
4423 is (still) depressed. Also, by convention, if `LeftDown` returns true,
4424 `LeftIsDown` will also return true in wxWidgets whatever the
4425 underlying GUI behaviour is (which is platform-dependent). The same
4426 applies, of course, to other mouse buttons as well.
4429 return "<%s.%s; proxy of C++ wxMouseEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4430 def __init__(self
, *args
, **kwargs
):
4432 __init__(self, wxEventType mouseType=wxEVT_NULL) -> MouseEvent
4434 Constructs a wx.MouseEvent. Valid event types are:
4436 * wxEVT_ENTER_WINDOW
4437 * wxEVT_LEAVE_WINDOW
4443 * wxEVT_MIDDLE_DCLICK
4446 * wxEVT_RIGHT_DCLICK
4450 newobj
= _core_
.new_MouseEvent(*args
, **kwargs
)
4451 self
.this
= newobj
.this
4454 def IsButton(*args
, **kwargs
):
4456 IsButton(self) -> bool
4458 Returns true if the event was a mouse button event (not necessarily a
4459 button down event - that may be tested using `ButtonDown`).
4461 return _core_
.MouseEvent_IsButton(*args
, **kwargs
)
4463 def ButtonDown(*args
, **kwargs
):
4465 ButtonDown(self, int but=MOUSE_BTN_ANY) -> bool
4467 If the argument is omitted, this returns true if the event was any
4468 mouse button down event. Otherwise the argument specifies which
4469 button-down event shold be checked for (see `Button` for the possible
4472 return _core_
.MouseEvent_ButtonDown(*args
, **kwargs
)
4474 def ButtonDClick(*args
, **kwargs
):
4476 ButtonDClick(self, int but=MOUSE_BTN_ANY) -> bool
4478 If the argument is omitted, this returns true if the event was any
4479 mouse double click event. Otherwise the argument specifies which
4480 double click event to check for (see `Button` for the possible
4483 return _core_
.MouseEvent_ButtonDClick(*args
, **kwargs
)
4485 def ButtonUp(*args
, **kwargs
):
4487 ButtonUp(self, int but=MOUSE_BTN_ANY) -> bool
4489 If the argument is omitted, this returns true if the event was any
4490 mouse button up event. Otherwise the argument specifies which button
4491 up event to check for (see `Button` for the possible values).
4493 return _core_
.MouseEvent_ButtonUp(*args
, **kwargs
)
4495 def Button(*args
, **kwargs
):
4497 Button(self, int button) -> bool
4499 Returns true if the identified mouse button is changing state. Valid
4500 values of button are:
4502 ==================== =====================================
4503 wx.MOUSE_BTN_LEFT check if left button was pressed
4504 wx.MOUSE_BTN_MIDDLE check if middle button was pressed
4505 wx.MOUSE_BTN_RIGHT check if right button was pressed
4506 wx.MOUSE_BTN_ANY check if any button was pressed
4507 ==================== =====================================
4510 return _core_
.MouseEvent_Button(*args
, **kwargs
)
4512 def ButtonIsDown(*args
, **kwargs
):
4513 """ButtonIsDown(self, int but) -> bool"""
4514 return _core_
.MouseEvent_ButtonIsDown(*args
, **kwargs
)
4516 def GetButton(*args
, **kwargs
):
4518 GetButton(self) -> int
4520 Returns the mouse button which generated this event or
4521 wx.MOUSE_BTN_NONE if no button is involved (for mouse move, enter or
4522 leave event, for example). Otherwise wx.MOUSE_BTN_LEFT is returned for
4523 the left button down, up and double click events, wx.MOUSE_BTN_MIDDLE
4524 and wx.MOUSE_BTN_RIGHT for the same events for the middle and the
4525 right buttons respectively.
4527 return _core_
.MouseEvent_GetButton(*args
, **kwargs
)
4529 def ControlDown(*args
, **kwargs
):
4531 ControlDown(self) -> bool
4533 Returns true if the control key was down at the time of the event.
4535 return _core_
.MouseEvent_ControlDown(*args
, **kwargs
)
4537 def MetaDown(*args
, **kwargs
):
4539 MetaDown(self) -> bool
4541 Returns true if the Meta key was down at the time of the event.
4543 return _core_
.MouseEvent_MetaDown(*args
, **kwargs
)
4545 def AltDown(*args
, **kwargs
):
4547 AltDown(self) -> bool
4549 Returns true if the Alt key was down at the time of the event.
4551 return _core_
.MouseEvent_AltDown(*args
, **kwargs
)
4553 def ShiftDown(*args
, **kwargs
):
4555 ShiftDown(self) -> bool
4557 Returns true if the Shift key was down at the time of the event.
4559 return _core_
.MouseEvent_ShiftDown(*args
, **kwargs
)
4561 def CmdDown(*args
, **kwargs
):
4563 CmdDown(self) -> bool
4565 "Cmd" is a pseudo key which is the same as Control for PC and Unix
4566 platforms but the special "Apple" (a.k.a as "Command") key on
4567 Macs. It often makes sense to use it instead of, say, `ControlDown`
4568 because Cmd key is used for the same thing under Mac as Ctrl
4569 elsewhere. The Ctrl key still exists, it's just not used for this
4570 purpose. So for non-Mac platforms this is the same as `ControlDown`
4571 and Macs this is the same as `MetaDown`.
4573 return _core_
.MouseEvent_CmdDown(*args
, **kwargs
)
4575 def LeftDown(*args
, **kwargs
):
4577 LeftDown(self) -> bool
4579 Returns true if the left mouse button state changed to down.
4581 return _core_
.MouseEvent_LeftDown(*args
, **kwargs
)
4583 def MiddleDown(*args
, **kwargs
):
4585 MiddleDown(self) -> bool
4587 Returns true if the middle mouse button state changed to down.
4589 return _core_
.MouseEvent_MiddleDown(*args
, **kwargs
)
4591 def RightDown(*args
, **kwargs
):
4593 RightDown(self) -> bool
4595 Returns true if the right mouse button state changed to down.
4597 return _core_
.MouseEvent_RightDown(*args
, **kwargs
)
4599 def LeftUp(*args
, **kwargs
):
4601 LeftUp(self) -> bool
4603 Returns true if the left mouse button state changed to up.
4605 return _core_
.MouseEvent_LeftUp(*args
, **kwargs
)
4607 def MiddleUp(*args
, **kwargs
):
4609 MiddleUp(self) -> bool
4611 Returns true if the middle mouse button state changed to up.
4613 return _core_
.MouseEvent_MiddleUp(*args
, **kwargs
)
4615 def RightUp(*args
, **kwargs
):
4617 RightUp(self) -> bool
4619 Returns true if the right mouse button state changed to up.
4621 return _core_
.MouseEvent_RightUp(*args
, **kwargs
)
4623 def LeftDClick(*args
, **kwargs
):
4625 LeftDClick(self) -> bool
4627 Returns true if the event was a left button double click.
4629 return _core_
.MouseEvent_LeftDClick(*args
, **kwargs
)
4631 def MiddleDClick(*args
, **kwargs
):
4633 MiddleDClick(self) -> bool
4635 Returns true if the event was a middle button double click.
4637 return _core_
.MouseEvent_MiddleDClick(*args
, **kwargs
)
4639 def RightDClick(*args
, **kwargs
):
4641 RightDClick(self) -> bool
4643 Returns true if the event was a right button double click.
4645 return _core_
.MouseEvent_RightDClick(*args
, **kwargs
)
4647 def LeftIsDown(*args
, **kwargs
):
4649 LeftIsDown(self) -> bool
4651 Returns true if the left mouse button is currently down, independent
4652 of the current event type.
4654 Please notice that it is not the same as LeftDown which returns true
4655 if the left mouse button was just pressed. Rather, it describes the
4656 state of the mouse button before the event happened.
4658 This event is usually used in the mouse event handlers which process
4659 "move mouse" messages to determine whether the user is (still)
4662 return _core_
.MouseEvent_LeftIsDown(*args
, **kwargs
)
4664 def MiddleIsDown(*args
, **kwargs
):
4666 MiddleIsDown(self) -> bool
4668 Returns true if the middle mouse button is currently down, independent
4669 of the current event type.
4671 return _core_
.MouseEvent_MiddleIsDown(*args
, **kwargs
)
4673 def RightIsDown(*args
, **kwargs
):
4675 RightIsDown(self) -> bool
4677 Returns true if the right mouse button is currently down, independent
4678 of the current event type.
4680 return _core_
.MouseEvent_RightIsDown(*args
, **kwargs
)
4682 def Dragging(*args
, **kwargs
):
4684 Dragging(self) -> bool
4686 Returns true if this was a dragging event (motion while a button is
4689 return _core_
.MouseEvent_Dragging(*args
, **kwargs
)
4691 def Moving(*args
, **kwargs
):
4693 Moving(self) -> bool
4695 Returns true if this was a motion event and no mouse buttons were
4696 pressed. If any mouse button is held pressed, then this method returns
4697 false and Dragging returns true.
4699 return _core_
.MouseEvent_Moving(*args
, **kwargs
)
4701 def Entering(*args
, **kwargs
):
4703 Entering(self) -> bool
4705 Returns true if the mouse was entering the window.
4707 return _core_
.MouseEvent_Entering(*args
, **kwargs
)
4709 def Leaving(*args
, **kwargs
):
4711 Leaving(self) -> bool
4713 Returns true if the mouse was leaving the window.
4715 return _core_
.MouseEvent_Leaving(*args
, **kwargs
)
4717 def GetPosition(*args
, **kwargs
):
4719 GetPosition(self) -> Point
4721 Returns the pixel position of the mouse in window coordinates when the
4724 return _core_
.MouseEvent_GetPosition(*args
, **kwargs
)
4726 def GetPositionTuple(*args
, **kwargs
):
4728 GetPositionTuple() -> (x,y)
4730 Returns the pixel position of the mouse in window coordinates when the
4733 return _core_
.MouseEvent_GetPositionTuple(*args
, **kwargs
)
4735 def GetLogicalPosition(*args
, **kwargs
):
4737 GetLogicalPosition(self, DC dc) -> Point
4739 Returns the logical mouse position in pixels (i.e. translated
4740 according to the translation set for the DC, which usually indicates
4741 that the window has been scrolled).
4743 return _core_
.MouseEvent_GetLogicalPosition(*args
, **kwargs
)
4745 def GetX(*args
, **kwargs
):
4749 Returns X coordinate of the physical mouse event position.
4751 return _core_
.MouseEvent_GetX(*args
, **kwargs
)
4753 def GetY(*args
, **kwargs
):
4757 Returns Y coordinate of the physical mouse event position.
4759 return _core_
.MouseEvent_GetY(*args
, **kwargs
)
4761 def GetWheelRotation(*args
, **kwargs
):
4763 GetWheelRotation(self) -> int
4765 Get wheel rotation, positive or negative indicates direction of
4766 rotation. Current devices all send an event when rotation is equal to
4767 +/-WheelDelta, but this allows for finer resolution devices to be
4768 created in the future. Because of this you shouldn't assume that one
4769 event is equal to 1 line or whatever, but you should be able to either
4770 do partial line scrolling or wait until +/-WheelDelta rotation values
4771 have been accumulated before scrolling.
4773 return _core_
.MouseEvent_GetWheelRotation(*args
, **kwargs
)
4775 def GetWheelDelta(*args
, **kwargs
):
4777 GetWheelDelta(self) -> int
4779 Get wheel delta, normally 120. This is the threshold for action to be
4780 taken, and one such action (for example, scrolling one increment)
4781 should occur for each delta.
4783 return _core_
.MouseEvent_GetWheelDelta(*args
, **kwargs
)
4785 def GetLinesPerAction(*args
, **kwargs
):
4787 GetLinesPerAction(self) -> int
4789 Returns the configured number of lines (or whatever) to be scrolled
4790 per wheel action. Defaults to three.
4792 return _core_
.MouseEvent_GetLinesPerAction(*args
, **kwargs
)
4794 def IsPageScroll(*args
, **kwargs
):
4796 IsPageScroll(self) -> bool
4798 Returns true if the system has been setup to do page scrolling with
4799 the mouse wheel instead of line scrolling.
4801 return _core_
.MouseEvent_IsPageScroll(*args
, **kwargs
)
4803 m_x
= property(_core_
.MouseEvent_m_x_get
, _core_
.MouseEvent_m_x_set
)
4804 m_y
= property(_core_
.MouseEvent_m_y_get
, _core_
.MouseEvent_m_y_set
)
4805 m_leftDown
= property(_core_
.MouseEvent_m_leftDown_get
, _core_
.MouseEvent_m_leftDown_set
)
4806 m_middleDown
= property(_core_
.MouseEvent_m_middleDown_get
, _core_
.MouseEvent_m_middleDown_set
)
4807 m_rightDown
= property(_core_
.MouseEvent_m_rightDown_get
, _core_
.MouseEvent_m_rightDown_set
)
4808 m_controlDown
= property(_core_
.MouseEvent_m_controlDown_get
, _core_
.MouseEvent_m_controlDown_set
)
4809 m_shiftDown
= property(_core_
.MouseEvent_m_shiftDown_get
, _core_
.MouseEvent_m_shiftDown_set
)
4810 m_altDown
= property(_core_
.MouseEvent_m_altDown_get
, _core_
.MouseEvent_m_altDown_set
)
4811 m_metaDown
= property(_core_
.MouseEvent_m_metaDown_get
, _core_
.MouseEvent_m_metaDown_set
)
4812 m_wheelRotation
= property(_core_
.MouseEvent_m_wheelRotation_get
, _core_
.MouseEvent_m_wheelRotation_set
)
4813 m_wheelDelta
= property(_core_
.MouseEvent_m_wheelDelta_get
, _core_
.MouseEvent_m_wheelDelta_set
)
4814 m_linesPerAction
= property(_core_
.MouseEvent_m_linesPerAction_get
, _core_
.MouseEvent_m_linesPerAction_set
)
4816 class MouseEventPtr(MouseEvent
):
4817 def __init__(self
, this
):
4819 if not hasattr(self
,"thisown"): self
.thisown
= 0
4820 self
.__class
__ = MouseEvent
4821 _core_
.MouseEvent_swigregister(MouseEventPtr
)
4823 #---------------------------------------------------------------------------
4825 class SetCursorEvent(Event
):
4827 A SetCursorEvent is generated when the mouse cursor is about to be set
4828 as a result of mouse motion. This event gives the application the
4829 chance to perform specific mouse cursor processing based on the
4830 current position of the mouse within the window. Use the `SetCursor`
4831 method to specify the cursor you want to be displayed.
4834 return "<%s.%s; proxy of C++ wxSetCursorEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4835 def __init__(self
, *args
, **kwargs
):
4837 __init__(self, int x=0, int y=0) -> SetCursorEvent
4839 Construct a new `wx.SetCursorEvent`.
4841 newobj
= _core_
.new_SetCursorEvent(*args
, **kwargs
)
4842 self
.this
= newobj
.this
4845 def GetX(*args
, **kwargs
):
4849 Returns the X coordinate of the mouse in client coordinates.
4851 return _core_
.SetCursorEvent_GetX(*args
, **kwargs
)
4853 def GetY(*args
, **kwargs
):
4857 Returns the Y coordinate of the mouse in client coordinates.
4859 return _core_
.SetCursorEvent_GetY(*args
, **kwargs
)
4861 def SetCursor(*args
, **kwargs
):
4863 SetCursor(self, Cursor cursor)
4865 Sets the cursor associated with this event.
4867 return _core_
.SetCursorEvent_SetCursor(*args
, **kwargs
)
4869 def GetCursor(*args
, **kwargs
):
4871 GetCursor(self) -> Cursor
4873 Returns a reference to the cursor specified by this event.
4875 return _core_
.SetCursorEvent_GetCursor(*args
, **kwargs
)
4877 def HasCursor(*args
, **kwargs
):
4879 HasCursor(self) -> bool
4881 Returns true if the cursor specified by this event is a valid cursor.
4883 return _core_
.SetCursorEvent_HasCursor(*args
, **kwargs
)
4886 class SetCursorEventPtr(SetCursorEvent
):
4887 def __init__(self
, this
):
4889 if not hasattr(self
,"thisown"): self
.thisown
= 0
4890 self
.__class
__ = SetCursorEvent
4891 _core_
.SetCursorEvent_swigregister(SetCursorEventPtr
)
4893 #---------------------------------------------------------------------------
4895 class KeyEvent(Event
):
4897 This event class contains information about keypress and character
4898 events. These events are only sent to the widget that currently has
4901 Notice that there are three different kinds of keyboard events in
4902 wxWidgets: key down and up events and char events. The difference
4903 between the first two is clear - the first corresponds to a key press
4904 and the second to a key release - otherwise they are identical. Just
4905 note that if the key is maintained in a pressed state you will
4906 typically get a lot of (automatically generated) down events but only
4907 one up so it is wrong to assume that there is one up event
4908 corresponding to each down one.
4910 Both key events provide untranslated key codes while the char event
4911 carries the translated one. The untranslated code for alphanumeric
4912 keys is always an upper case value. For the other keys it is one of
4913 WXK_XXX values from the keycodes table. The translated key is, in
4914 general, the character the user expects to appear as the result of the
4915 key combination when typing the text into a text entry zone, for
4918 A few examples to clarify this (all assume that CAPS LOCK is unpressed
4919 and the standard US keyboard): when the 'A' key is pressed, the key
4920 down event key code is equal to ASCII A == 65. But the char event key
4921 code is ASCII a == 97. On the other hand, if you press both SHIFT and
4922 'A' keys simultaneously , the key code in key down event will still be
4923 just 'A' while the char event key code parameter will now be 'A' as
4926 Although in this simple case it is clear that the correct key code
4927 could be found in the key down event handler by checking the value
4928 returned by `ShiftDown`, in general you should use EVT_CHAR for this
4929 as for non alphanumeric keys or non-US keyboard layouts the
4930 translation is keyboard-layout dependent and can only be done properly
4931 by the system itself.
4933 Another kind of translation is done when the control key is pressed:
4934 for example, for CTRL-A key press the key down event still carries the
4935 same key code 'A' as usual but the char event will have key code of 1,
4936 the ASCII value of this key combination.
4938 You may discover how the other keys on your system behave
4939 interactively by running the KeyEvents sample in the wxPython demo and
4940 pressing some keys while the blue box at the top has the keyboard
4943 **Note**: If a key down event is caught and the event handler does not
4944 call event.Skip() then the coresponding char event will not
4945 happen. This is by design and enables the programs that handle both
4946 types of events to be a bit simpler.
4948 **Note for Windows programmers**: The key and char events in wxWidgets
4949 are similar to but slightly different from Windows WM_KEYDOWN and
4950 WM_CHAR events. In particular, Alt-x combination will generate a char
4951 event in wxWidgets (unless it is used as an accelerator).
4953 **Tip**: be sure to call event.Skip() for events that you don't
4954 process in key event function, otherwise menu shortcuts may cease to
4959 return "<%s.%s; proxy of C++ wxKeyEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
4960 def __init__(self
, *args
, **kwargs
):
4962 __init__(self, wxEventType eventType=wxEVT_NULL) -> KeyEvent
4964 Construct a new `wx.KeyEvent`. Valid event types are:
4967 newobj
= _core_
.new_KeyEvent(*args
, **kwargs
)
4968 self
.this
= newobj
.this
4971 def ControlDown(*args
, **kwargs
):
4973 ControlDown(self) -> bool
4975 Returns ``True`` if the Control key was down at the time of the event.
4977 return _core_
.KeyEvent_ControlDown(*args
, **kwargs
)
4979 def MetaDown(*args
, **kwargs
):
4981 MetaDown(self) -> bool
4983 Returns ``True`` if the Meta key was down at the time of the event.
4985 return _core_
.KeyEvent_MetaDown(*args
, **kwargs
)
4987 def AltDown(*args
, **kwargs
):
4989 AltDown(self) -> bool
4991 Returns ``True`` if the Alt key was down at the time of the event.
4993 return _core_
.KeyEvent_AltDown(*args
, **kwargs
)
4995 def ShiftDown(*args
, **kwargs
):
4997 ShiftDown(self) -> bool
4999 Returns ``True`` if the Shift key was down at the time of the event.
5001 return _core_
.KeyEvent_ShiftDown(*args
, **kwargs
)
5003 def CmdDown(*args
, **kwargs
):
5005 CmdDown(self) -> bool
5007 "Cmd" is a pseudo key which is the same as Control for PC and Unix
5008 platforms but the special "Apple" (a.k.a as "Command") key on
5009 Macs. It makes often sense to use it instead of, say, `ControlDown`
5010 because Cmd key is used for the same thing under Mac as Ctrl
5011 elsewhere. The Ctrl still exists, it's just not used for this
5012 purpose. So for non-Mac platforms this is the same as `ControlDown`
5013 and Macs this is the same as `MetaDown`.
5015 return _core_
.KeyEvent_CmdDown(*args
, **kwargs
)
5017 def HasModifiers(*args
, **kwargs
):
5019 HasModifiers(self) -> bool
5021 Returns true if either CTRL or ALT keys was down at the time of the
5022 key event. Note that this function does not take into account neither
5023 SHIFT nor META key states (the reason for ignoring the latter is that
5024 it is common for NUMLOCK key to be configured as META under X but the
5025 key presses even while NUMLOCK is on should be still processed
5028 return _core_
.KeyEvent_HasModifiers(*args
, **kwargs
)
5030 def GetKeyCode(*args
, **kwargs
):
5032 GetKeyCode(self) -> int
5034 Returns the virtual key code. ASCII events return normal ASCII values,
5035 while non-ASCII events return values such as WXK_LEFT for the left
5036 cursor key. See `wx.KeyEvent` for a full list of the virtual key
5039 Note that in Unicode build, the returned value is meaningful only if
5040 the user entered a character that can be represented in current
5041 locale's default charset. You can obtain the corresponding Unicode
5042 character using `GetUnicodeKey`.
5044 return _core_
.KeyEvent_GetKeyCode(*args
, **kwargs
)
5046 KeyCode
= GetKeyCode
5047 def GetUnicodeKey(*args
, **kwargs
):
5049 GetUnicodeKey(self) -> int
5051 Returns the Unicode character corresponding to this key event. This
5052 function is only meaningfule in a Unicode build of wxPython.
5054 return _core_
.KeyEvent_GetUnicodeKey(*args
, **kwargs
)
5056 GetUniChar
= GetUnicodeKey
5057 def GetRawKeyCode(*args
, **kwargs
):
5059 GetRawKeyCode(self) -> unsigned int
5061 Returns the raw key code for this event. This is a platform-dependent
5062 scan code which should only be used in advanced
5063 applications. Currently the raw key codes are not supported by all
5066 return _core_
.KeyEvent_GetRawKeyCode(*args
, **kwargs
)
5068 def GetRawKeyFlags(*args
, **kwargs
):
5070 GetRawKeyFlags(self) -> unsigned int
5072 Returns the low level key flags for this event. The flags are
5073 platform-dependent and should only be used in advanced applications.
5074 Currently the raw key flags are not supported by all ports.
5076 return _core_
.KeyEvent_GetRawKeyFlags(*args
, **kwargs
)
5078 def GetPosition(*args
, **kwargs
):
5080 GetPosition(self) -> Point
5082 Find the position of the event, if applicable.
5084 return _core_
.KeyEvent_GetPosition(*args
, **kwargs
)
5086 def GetPositionTuple(*args
, **kwargs
):
5088 GetPositionTuple() -> (x,y)
5090 Find the position of the event, if applicable.
5092 return _core_
.KeyEvent_GetPositionTuple(*args
, **kwargs
)
5094 def GetX(*args
, **kwargs
):
5098 Returns the X position (in client coordinates) of the event, if
5101 return _core_
.KeyEvent_GetX(*args
, **kwargs
)
5103 def GetY(*args
, **kwargs
):
5107 Returns the Y position (in client coordinates) of the event, if
5110 return _core_
.KeyEvent_GetY(*args
, **kwargs
)
5112 m_x
= property(_core_
.KeyEvent_m_x_get
, _core_
.KeyEvent_m_x_set
)
5113 m_y
= property(_core_
.KeyEvent_m_y_get
, _core_
.KeyEvent_m_y_set
)
5114 m_keyCode
= property(_core_
.KeyEvent_m_keyCode_get
, _core_
.KeyEvent_m_keyCode_set
)
5115 m_controlDown
= property(_core_
.KeyEvent_m_controlDown_get
, _core_
.KeyEvent_m_controlDown_set
)
5116 m_shiftDown
= property(_core_
.KeyEvent_m_shiftDown_get
, _core_
.KeyEvent_m_shiftDown_set
)
5117 m_altDown
= property(_core_
.KeyEvent_m_altDown_get
, _core_
.KeyEvent_m_altDown_set
)
5118 m_metaDown
= property(_core_
.KeyEvent_m_metaDown_get
, _core_
.KeyEvent_m_metaDown_set
)
5119 m_scanCode
= property(_core_
.KeyEvent_m_scanCode_get
, _core_
.KeyEvent_m_scanCode_set
)
5120 m_rawCode
= property(_core_
.KeyEvent_m_rawCode_get
, _core_
.KeyEvent_m_rawCode_set
)
5121 m_rawFlags
= property(_core_
.KeyEvent_m_rawFlags_get
, _core_
.KeyEvent_m_rawFlags_set
)
5123 class KeyEventPtr(KeyEvent
):
5124 def __init__(self
, this
):
5126 if not hasattr(self
,"thisown"): self
.thisown
= 0
5127 self
.__class
__ = KeyEvent
5128 _core_
.KeyEvent_swigregister(KeyEventPtr
)
5130 #---------------------------------------------------------------------------
5132 class SizeEvent(Event
):
5134 A size event holds information about size change events. The EVT_SIZE
5135 handler function will be called when the window it is bound to has
5138 Note that the size passed is of the whole window: call
5139 `wx.Window.GetClientSize` for the area which may be used by the
5142 When a window is resized, usually only a small part of the window is
5143 damaged and and that area is all that is in the update region for the
5144 next paint event. However, if your drawing depends on the size of the
5145 window, you may need to clear the DC explicitly and repaint the whole
5146 window. In which case, you may need to call `wx.Window.Refresh` to
5147 invalidate the entire window.
5151 return "<%s.%s; proxy of C++ wxSizeEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5152 def __init__(self
, *args
, **kwargs
):
5154 __init__(self, Size sz=DefaultSize, int winid=0) -> SizeEvent
5156 Construct a new ``wx.SizeEvent``.
5158 newobj
= _core_
.new_SizeEvent(*args
, **kwargs
)
5159 self
.this
= newobj
.this
5162 def GetSize(*args
, **kwargs
):
5164 GetSize(self) -> Size
5166 Returns the entire size of the window generating the size change
5169 return _core_
.SizeEvent_GetSize(*args
, **kwargs
)
5171 def GetRect(*args
, **kwargs
):
5172 """GetRect(self) -> Rect"""
5173 return _core_
.SizeEvent_GetRect(*args
, **kwargs
)
5175 def SetRect(*args
, **kwargs
):
5176 """SetRect(self, Rect rect)"""
5177 return _core_
.SizeEvent_SetRect(*args
, **kwargs
)
5179 def SetSize(*args
, **kwargs
):
5180 """SetSize(self, Size size)"""
5181 return _core_
.SizeEvent_SetSize(*args
, **kwargs
)
5183 m_size
= property(_core_
.SizeEvent_m_size_get
, _core_
.SizeEvent_m_size_set
)
5184 m_rect
= property(_core_
.SizeEvent_m_rect_get
, _core_
.SizeEvent_m_rect_set
)
5186 class SizeEventPtr(SizeEvent
):
5187 def __init__(self
, this
):
5189 if not hasattr(self
,"thisown"): self
.thisown
= 0
5190 self
.__class
__ = SizeEvent
5191 _core_
.SizeEvent_swigregister(SizeEventPtr
)
5193 #---------------------------------------------------------------------------
5195 class MoveEvent(Event
):
5197 This event object is sent for EVT_MOVE event bindings when a window is
5198 moved to a new position.
5201 return "<%s.%s; proxy of C++ wxMoveEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5202 def __init__(self
, *args
, **kwargs
):
5204 __init__(self, Point pos=DefaultPosition, int winid=0) -> MoveEvent
5208 newobj
= _core_
.new_MoveEvent(*args
, **kwargs
)
5209 self
.this
= newobj
.this
5212 def GetPosition(*args
, **kwargs
):
5214 GetPosition(self) -> Point
5216 Returns the position of the window generating the move change event.
5218 return _core_
.MoveEvent_GetPosition(*args
, **kwargs
)
5220 def GetRect(*args
, **kwargs
):
5221 """GetRect(self) -> Rect"""
5222 return _core_
.MoveEvent_GetRect(*args
, **kwargs
)
5224 def SetRect(*args
, **kwargs
):
5225 """SetRect(self, Rect rect)"""
5226 return _core_
.MoveEvent_SetRect(*args
, **kwargs
)
5228 def SetPosition(*args
, **kwargs
):
5229 """SetPosition(self, Point pos)"""
5230 return _core_
.MoveEvent_SetPosition(*args
, **kwargs
)
5232 m_pos
= property(GetPosition
, SetPosition
)
5233 m_rect
= property(GetRect
, SetRect
)
5236 class MoveEventPtr(MoveEvent
):
5237 def __init__(self
, this
):
5239 if not hasattr(self
,"thisown"): self
.thisown
= 0
5240 self
.__class
__ = MoveEvent
5241 _core_
.MoveEvent_swigregister(MoveEventPtr
)
5243 #---------------------------------------------------------------------------
5245 class PaintEvent(Event
):
5247 A paint event is sent when a window's contents needs to be repainted.
5248 Note that in an EVT_PAINT handler the application must *always* create
5249 a `wx.PaintDC` object, even if you do not use it. Otherwise MS
5250 Windows assumes that the window has not been painted yet and will send
5251 the event again, causing endless refreshes.
5253 You can optimize painting by retrieving the rectangles that have been
5254 damaged using `wx.Window.GetUpdateRegion` and/or `wx.RegionIterator`,
5255 and only repainting these rectangles. The rectangles are in terms of
5256 the client area, and are unscrolled, so you will need to do some
5257 calculations using the current view position to obtain logical,
5262 return "<%s.%s; proxy of C++ wxPaintEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5263 def __init__(self
, *args
, **kwargs
):
5264 """__init__(self, int Id=0) -> PaintEvent"""
5265 newobj
= _core_
.new_PaintEvent(*args
, **kwargs
)
5266 self
.this
= newobj
.this
5270 class PaintEventPtr(PaintEvent
):
5271 def __init__(self
, this
):
5273 if not hasattr(self
,"thisown"): self
.thisown
= 0
5274 self
.__class
__ = PaintEvent
5275 _core_
.PaintEvent_swigregister(PaintEventPtr
)
5277 class NcPaintEvent(Event
):
5278 """Proxy of C++ NcPaintEvent class"""
5280 return "<%s.%s; proxy of C++ wxNcPaintEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5281 def __init__(self
, *args
, **kwargs
):
5282 """__init__(self, int winid=0) -> NcPaintEvent"""
5283 newobj
= _core_
.new_NcPaintEvent(*args
, **kwargs
)
5284 self
.this
= newobj
.this
5288 class NcPaintEventPtr(NcPaintEvent
):
5289 def __init__(self
, this
):
5291 if not hasattr(self
,"thisown"): self
.thisown
= 0
5292 self
.__class
__ = NcPaintEvent
5293 _core_
.NcPaintEvent_swigregister(NcPaintEventPtr
)
5295 #---------------------------------------------------------------------------
5297 class EraseEvent(Event
):
5299 An erase event is sent whenever the background of a window needs to be
5300 repainted. To intercept this event use the EVT_ERASE_BACKGROUND event
5301 binder. On some platforms, such as GTK+, this event is simulated
5302 (simply generated just before the paint event) and may cause flicker.
5304 To paint a custom background use the `GetDC` method and use the returned
5305 device context if it is not ``None``, otherwise create a temporary
5306 `wx.ClientDC` and draw on that.
5310 return "<%s.%s; proxy of C++ wxEraseEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5311 def __init__(self
, *args
, **kwargs
):
5313 __init__(self, int Id=0, DC dc=None) -> EraseEvent
5317 newobj
= _core_
.new_EraseEvent(*args
, **kwargs
)
5318 self
.this
= newobj
.this
5321 def GetDC(*args
, **kwargs
):
5325 Returns the device context the event handler should draw upon. If
5326 ``None`` is returned then create a temporary `wx.ClientDC` and use
5329 return _core_
.EraseEvent_GetDC(*args
, **kwargs
)
5332 class EraseEventPtr(EraseEvent
):
5333 def __init__(self
, this
):
5335 if not hasattr(self
,"thisown"): self
.thisown
= 0
5336 self
.__class
__ = EraseEvent
5337 _core_
.EraseEvent_swigregister(EraseEventPtr
)
5339 #---------------------------------------------------------------------------
5341 class FocusEvent(Event
):
5343 A focus event is sent when a window's focus changes. The window losing
5344 focus receives an EVT_KILL_FOCUS event while the window gaining it
5345 gets an EVT_SET_FOCUS event.
5347 Notice that the set focus event happens both when the user gives focus
5348 to the window (whether using the mouse or keyboard) and when it is
5349 done from the program itself using `wx.Window.SetFocus`.
5353 return "<%s.%s; proxy of C++ wxFocusEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5354 def __init__(self
, *args
, **kwargs
):
5356 __init__(self, wxEventType type=wxEVT_NULL, int winid=0) -> FocusEvent
5360 newobj
= _core_
.new_FocusEvent(*args
, **kwargs
)
5361 self
.this
= newobj
.this
5364 def GetWindow(*args
, **kwargs
):
5366 GetWindow(self) -> Window
5368 Returns the other window associated with this event, that is the
5369 window which had the focus before for the EVT_SET_FOCUS event and the
5370 window which is going to receive focus for the wxEVT_KILL_FOCUS event.
5372 Warning: the window returned may be None!
5374 return _core_
.FocusEvent_GetWindow(*args
, **kwargs
)
5376 def SetWindow(*args
, **kwargs
):
5377 """SetWindow(self, Window win)"""
5378 return _core_
.FocusEvent_SetWindow(*args
, **kwargs
)
5381 class FocusEventPtr(FocusEvent
):
5382 def __init__(self
, this
):
5384 if not hasattr(self
,"thisown"): self
.thisown
= 0
5385 self
.__class
__ = FocusEvent
5386 _core_
.FocusEvent_swigregister(FocusEventPtr
)
5388 #---------------------------------------------------------------------------
5390 class ChildFocusEvent(CommandEvent
):
5392 wx.ChildFocusEvent notifies the parent that a child has received the
5393 focus. Unlike `wx.FocusEvent` it is propagated up the window
5397 return "<%s.%s; proxy of C++ wxChildFocusEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5398 def __init__(self
, *args
, **kwargs
):
5400 __init__(self, Window win=None) -> ChildFocusEvent
5404 newobj
= _core_
.new_ChildFocusEvent(*args
, **kwargs
)
5405 self
.this
= newobj
.this
5408 def GetWindow(*args
, **kwargs
):
5410 GetWindow(self) -> Window
5412 The window which has just received the focus.
5414 return _core_
.ChildFocusEvent_GetWindow(*args
, **kwargs
)
5417 class ChildFocusEventPtr(ChildFocusEvent
):
5418 def __init__(self
, this
):
5420 if not hasattr(self
,"thisown"): self
.thisown
= 0
5421 self
.__class
__ = ChildFocusEvent
5422 _core_
.ChildFocusEvent_swigregister(ChildFocusEventPtr
)
5424 #---------------------------------------------------------------------------
5426 class ActivateEvent(Event
):
5428 An activate event is sent when a top-level window or the entire
5429 application is being activated or deactivated.
5431 A top-level window (a dialog or frame) receives an activate event when
5432 is being activated or deactivated. This is indicated visually by the
5433 title bar changing colour, and a subwindow gaining the keyboard focus.
5434 An application is activated or deactivated when one of its frames
5435 becomes activated, or a frame becomes inactivate resulting in all
5436 application frames being inactive.
5438 Please note that usually you should call event.Skip() in your handlers
5439 for these events so the default handlers will still be called, as not
5440 doing so can result in strange effects.
5444 return "<%s.%s; proxy of C++ wxActivateEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5445 def __init__(self
, *args
, **kwargs
):
5447 __init__(self, wxEventType type=wxEVT_NULL, bool active=True, int Id=0) -> ActivateEvent
5451 newobj
= _core_
.new_ActivateEvent(*args
, **kwargs
)
5452 self
.this
= newobj
.this
5455 def GetActive(*args
, **kwargs
):
5457 GetActive(self) -> bool
5459 Returns true if the application or window is being activated, false
5462 return _core_
.ActivateEvent_GetActive(*args
, **kwargs
)
5465 class ActivateEventPtr(ActivateEvent
):
5466 def __init__(self
, this
):
5468 if not hasattr(self
,"thisown"): self
.thisown
= 0
5469 self
.__class
__ = ActivateEvent
5470 _core_
.ActivateEvent_swigregister(ActivateEventPtr
)
5472 #---------------------------------------------------------------------------
5474 class InitDialogEvent(Event
):
5476 A wx.InitDialogEvent is sent as a dialog is being initialised, or for
5477 any window when `wx.Window.InitDialog` is called. Handlers for this
5478 event can transfer data to the window, or anything else that should be
5479 done before the user begins editing the form. The default handler
5480 calls `wx.Window.TransferDataToWindow`.
5483 return "<%s.%s; proxy of C++ wxInitDialogEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5484 def __init__(self
, *args
, **kwargs
):
5486 __init__(self, int Id=0) -> InitDialogEvent
5490 newobj
= _core_
.new_InitDialogEvent(*args
, **kwargs
)
5491 self
.this
= newobj
.this
5495 class InitDialogEventPtr(InitDialogEvent
):
5496 def __init__(self
, this
):
5498 if not hasattr(self
,"thisown"): self
.thisown
= 0
5499 self
.__class
__ = InitDialogEvent
5500 _core_
.InitDialogEvent_swigregister(InitDialogEventPtr
)
5502 #---------------------------------------------------------------------------
5504 class MenuEvent(Event
):
5506 This class is used for a variety of menu-related events. Note that
5507 these do not include menu command events, which are handled by sending
5508 `wx.CommandEvent` objects.
5510 The default handler for wx.EVT_MENU_HIGHLIGHT displays menu item help
5511 text in the first field of the status bar.
5514 return "<%s.%s; proxy of C++ wxMenuEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5515 def __init__(self
, *args
, **kwargs
):
5517 __init__(self, wxEventType type=wxEVT_NULL, int winid=0, Menu menu=None) -> MenuEvent
5521 newobj
= _core_
.new_MenuEvent(*args
, **kwargs
)
5522 self
.this
= newobj
.this
5525 def GetMenuId(*args
, **kwargs
):
5527 GetMenuId(self) -> int
5529 Returns the menu identifier associated with the event. This method
5530 should be only used with the HIGHLIGHT events.
5532 return _core_
.MenuEvent_GetMenuId(*args
, **kwargs
)
5534 def IsPopup(*args
, **kwargs
):
5536 IsPopup(self) -> bool
5538 Returns ``True`` if the menu which is being opened or closed is a
5539 popup menu, ``False`` if it is a normal one. This method should only
5540 be used with the OPEN and CLOSE events.
5542 return _core_
.MenuEvent_IsPopup(*args
, **kwargs
)
5544 def GetMenu(*args
, **kwargs
):
5546 GetMenu(self) -> Menu
5548 Returns the menu which is being opened or closed. This method should
5549 only be used with the OPEN and CLOSE events.
5551 return _core_
.MenuEvent_GetMenu(*args
, **kwargs
)
5554 class MenuEventPtr(MenuEvent
):
5555 def __init__(self
, this
):
5557 if not hasattr(self
,"thisown"): self
.thisown
= 0
5558 self
.__class
__ = MenuEvent
5559 _core_
.MenuEvent_swigregister(MenuEventPtr
)
5561 #---------------------------------------------------------------------------
5563 class CloseEvent(Event
):
5565 This event class contains information about window and session close
5568 The handler function for EVT_CLOSE is called when the user has tried
5569 to close a a frame or dialog box using the window manager controls or
5570 the system menu. It can also be invoked by the application itself
5571 programmatically, for example by calling the `wx.Window.Close`
5574 You should check whether the application is forcing the deletion of
5575 the window using `CanVeto`. If it returns ``False``, you must destroy
5576 the window using `wx.Window.Destroy`. If the return value is ``True``,
5577 it is up to you whether you respond by destroying the window or not.
5578 For example you may wish to display a message dialog prompting to save
5579 files or to cancel the close.
5581 If you don't destroy the window, you should call `Veto` to let the
5582 calling code know that you did not destroy the window. This allows the
5583 `wx.Window.Close` function to return ``True`` or ``False`` depending
5584 on whether the close instruction was honored or not.
5587 return "<%s.%s; proxy of C++ wxCloseEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5588 def __init__(self
, *args
, **kwargs
):
5590 __init__(self, wxEventType type=wxEVT_NULL, int winid=0) -> CloseEvent
5594 newobj
= _core_
.new_CloseEvent(*args
, **kwargs
)
5595 self
.this
= newobj
.this
5598 def SetLoggingOff(*args
, **kwargs
):
5600 SetLoggingOff(self, bool logOff)
5602 Sets the 'logging off' flag.
5604 return _core_
.CloseEvent_SetLoggingOff(*args
, **kwargs
)
5606 def GetLoggingOff(*args
, **kwargs
):
5608 GetLoggingOff(self) -> bool
5610 Returns ``True`` if the user is logging off or ``False`` if the
5611 system is shutting down. This method can only be called for end
5612 session and query end session events, it doesn't make sense for close
5615 return _core_
.CloseEvent_GetLoggingOff(*args
, **kwargs
)
5617 def Veto(*args
, **kwargs
):
5619 Veto(self, bool veto=True)
5621 Call this from your event handler to veto a system shutdown or to
5622 signal to the calling application that a window close did not happen.
5624 You can only veto a shutdown or close if `CanVeto` returns true.
5626 return _core_
.CloseEvent_Veto(*args
, **kwargs
)
5628 def GetVeto(*args
, **kwargs
):
5629 """GetVeto(self) -> bool"""
5630 return _core_
.CloseEvent_GetVeto(*args
, **kwargs
)
5632 def SetCanVeto(*args
, **kwargs
):
5634 SetCanVeto(self, bool canVeto)
5636 Sets the 'can veto' flag.
5638 return _core_
.CloseEvent_SetCanVeto(*args
, **kwargs
)
5640 def CanVeto(*args
, **kwargs
):
5642 CanVeto(self) -> bool
5644 Returns true if you can veto a system shutdown or a window close
5645 event. Vetoing a window close event is not possible if the calling
5646 code wishes to force the application to exit, and so this function
5647 must be called to check this.
5649 return _core_
.CloseEvent_CanVeto(*args
, **kwargs
)
5652 class CloseEventPtr(CloseEvent
):
5653 def __init__(self
, this
):
5655 if not hasattr(self
,"thisown"): self
.thisown
= 0
5656 self
.__class
__ = CloseEvent
5657 _core_
.CloseEvent_swigregister(CloseEventPtr
)
5659 #---------------------------------------------------------------------------
5661 class ShowEvent(Event
):
5662 """An EVT_SHOW event is sent when a window is shown or hidden."""
5664 return "<%s.%s; proxy of C++ wxShowEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5665 def __init__(self
, *args
, **kwargs
):
5667 __init__(self, int winid=0, bool show=False) -> ShowEvent
5669 An EVT_SHOW event is sent when a window is shown or hidden.
5671 newobj
= _core_
.new_ShowEvent(*args
, **kwargs
)
5672 self
.this
= newobj
.this
5675 def SetShow(*args
, **kwargs
):
5676 """SetShow(self, bool show)"""
5677 return _core_
.ShowEvent_SetShow(*args
, **kwargs
)
5679 def GetShow(*args
, **kwargs
):
5680 """GetShow(self) -> bool"""
5681 return _core_
.ShowEvent_GetShow(*args
, **kwargs
)
5684 class ShowEventPtr(ShowEvent
):
5685 def __init__(self
, this
):
5687 if not hasattr(self
,"thisown"): self
.thisown
= 0
5688 self
.__class
__ = ShowEvent
5689 _core_
.ShowEvent_swigregister(ShowEventPtr
)
5691 #---------------------------------------------------------------------------
5693 class IconizeEvent(Event
):
5695 An EVT_ICONIZE event is sent when a frame is iconized (minimized) or
5699 return "<%s.%s; proxy of C++ wxIconizeEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5700 def __init__(self
, *args
, **kwargs
):
5702 __init__(self, int id=0, bool iconized=True) -> IconizeEvent
5704 An EVT_ICONIZE event is sent when a frame is iconized (minimized) or
5707 newobj
= _core_
.new_IconizeEvent(*args
, **kwargs
)
5708 self
.this
= newobj
.this
5711 def Iconized(*args
, **kwargs
):
5713 Iconized(self) -> bool
5715 Returns ``True`` if the frame has been iconized, ``False`` if it has
5718 return _core_
.IconizeEvent_Iconized(*args
, **kwargs
)
5721 class IconizeEventPtr(IconizeEvent
):
5722 def __init__(self
, this
):
5724 if not hasattr(self
,"thisown"): self
.thisown
= 0
5725 self
.__class
__ = IconizeEvent
5726 _core_
.IconizeEvent_swigregister(IconizeEventPtr
)
5728 #---------------------------------------------------------------------------
5730 class MaximizeEvent(Event
):
5731 """An EVT_MAXIMIZE event is sent when a frame is maximized or restored."""
5733 return "<%s.%s; proxy of C++ wxMaximizeEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5734 def __init__(self
, *args
, **kwargs
):
5736 __init__(self, int id=0) -> MaximizeEvent
5738 An EVT_MAXIMIZE event is sent when a frame is maximized or restored.
5740 newobj
= _core_
.new_MaximizeEvent(*args
, **kwargs
)
5741 self
.this
= newobj
.this
5745 class MaximizeEventPtr(MaximizeEvent
):
5746 def __init__(self
, this
):
5748 if not hasattr(self
,"thisown"): self
.thisown
= 0
5749 self
.__class
__ = MaximizeEvent
5750 _core_
.MaximizeEvent_swigregister(MaximizeEventPtr
)
5752 #---------------------------------------------------------------------------
5754 class DropFilesEvent(Event
):
5756 This class is used for drop files events, that is, when files have
5757 been dropped onto the window. This functionality is only available
5758 under Windows. The window must have previously been enabled for
5759 dropping by calling `wx.Window.DragAcceptFiles`.
5761 Important note: this is a separate implementation to the more general
5762 drag and drop implementation using `wx.FileDropTarget`, and etc. This
5763 implementation uses the older, Windows message-based approach of
5766 Use wx.EVT_DROP_FILES to bind an event handler to receive file drop
5770 def __init__(self
): raise RuntimeError, "No constructor defined"
5772 return "<%s.%s; proxy of C++ wxDropFilesEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5773 def GetPosition(*args
, **kwargs
):
5775 GetPosition(self) -> Point
5777 Returns the position at which the files were dropped.
5779 return _core_
.DropFilesEvent_GetPosition(*args
, **kwargs
)
5781 def GetNumberOfFiles(*args
, **kwargs
):
5783 GetNumberOfFiles(self) -> int
5785 Returns the number of files dropped.
5787 return _core_
.DropFilesEvent_GetNumberOfFiles(*args
, **kwargs
)
5789 def GetFiles(*args
, **kwargs
):
5791 GetFiles(self) -> PyObject
5793 Returns a list of the filenames that were dropped.
5795 return _core_
.DropFilesEvent_GetFiles(*args
, **kwargs
)
5798 class DropFilesEventPtr(DropFilesEvent
):
5799 def __init__(self
, this
):
5801 if not hasattr(self
,"thisown"): self
.thisown
= 0
5802 self
.__class
__ = DropFilesEvent
5803 _core_
.DropFilesEvent_swigregister(DropFilesEventPtr
)
5805 #---------------------------------------------------------------------------
5807 UPDATE_UI_PROCESS_ALL
= _core_
.UPDATE_UI_PROCESS_ALL
5808 UPDATE_UI_PROCESS_SPECIFIED
= _core_
.UPDATE_UI_PROCESS_SPECIFIED
5809 class UpdateUIEvent(CommandEvent
):
5811 This class is used for EVT_UPDATE_UI pseudo-events which are sent by
5812 wxWidgets to give an application the chance to update various user
5815 Without update UI events, an application has to work hard to
5816 check/uncheck, enable/disable, and set the text for elements such as
5817 menu items and toolbar buttons. The code for doing this has to be
5818 mixed up with the code that is invoked when an action is invoked for a
5819 menu item or button.
5821 With update UI events, you define an event handler to look at the
5822 state of the application and change UI elements accordingly. wxWidgets
5823 will call your handler functions in idle time, so you don't have to
5824 worry where to call this code. In addition to being a clearer and more
5825 declarative method, it also means you don't have to worry whether
5826 you're updating a toolbar or menubar identifier. The same handler can
5827 update a menu item and toolbar button, if the ID values are the same.
5829 Instead of directly manipulating the menu or button, you call
5830 functions in the event object, such as `Check`. wxWidgets will
5831 determine whether such a call has been made, and which UI element to
5834 These events will work for popup menus as well as menubars. Just
5835 before a menu is popped up, `wx.Menu.UpdateUI` is called to process
5836 any UI events for the window that owns the menu.
5838 If you find that the overhead of UI update processing is affecting
5839 your application, you can do one or both of the following:
5841 1. Call `wx.UpdateUIEvent.SetMode` with a value of
5842 wx.UPDATE_UI_PROCESS_SPECIFIED, and set the extra style
5843 wx.WS_EX_PROCESS_UPDATE_EVENTS for every window that should
5844 receive update events. No other windows will receive update
5847 2. Call `wx.UpdateUIEvent.SetUpdateInterval` with a millisecond
5848 value to set the delay between updates. You may need to call
5849 `wx.Window.UpdateWindowUI` at critical points, for example when
5850 a dialog is about to be shown, in case the user sees a slight
5851 delay before windows are updated.
5853 Note that although events are sent in idle time, defining a EVT_IDLE
5854 handler for a window does not affect this because the events are sent
5855 from an internal idle handler.
5857 wxWidgets tries to optimize update events on some platforms. On
5858 Windows and GTK+, events for menubar items are only sent when the menu
5859 is about to be shown, and not in idle time.
5863 return "<%s.%s; proxy of C++ wxUpdateUIEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
5864 def __init__(self
, *args
, **kwargs
):
5866 __init__(self, int commandId=0) -> UpdateUIEvent
5870 newobj
= _core_
.new_UpdateUIEvent(*args
, **kwargs
)
5871 self
.this
= newobj
.this
5874 def GetChecked(*args
, **kwargs
):
5876 GetChecked(self) -> bool
5878 Returns ``True`` if the UI element should be checked.
5880 return _core_
.UpdateUIEvent_GetChecked(*args
, **kwargs
)
5882 def GetEnabled(*args
, **kwargs
):
5884 GetEnabled(self) -> bool
5886 Returns ``True`` if the UI element should be enabled.
5888 return _core_
.UpdateUIEvent_GetEnabled(*args
, **kwargs
)
5890 def GetText(*args
, **kwargs
):
5892 GetText(self) -> String
5894 Returns the text that should be set for the UI element.
5896 return _core_
.UpdateUIEvent_GetText(*args
, **kwargs
)
5898 def GetSetText(*args
, **kwargs
):
5900 GetSetText(self) -> bool
5902 Returns ``True`` if the application has called `SetText`. For
5903 wxWidgets internal use only.
5905 return _core_
.UpdateUIEvent_GetSetText(*args
, **kwargs
)
5907 def GetSetChecked(*args
, **kwargs
):
5909 GetSetChecked(self) -> bool
5911 Returns ``True`` if the application has called `Check`. For wxWidgets
5914 return _core_
.UpdateUIEvent_GetSetChecked(*args
, **kwargs
)
5916 def GetSetEnabled(*args
, **kwargs
):
5918 GetSetEnabled(self) -> bool
5920 Returns ``True`` if the application has called `Enable`. For wxWidgets
5923 return _core_
.UpdateUIEvent_GetSetEnabled(*args
, **kwargs
)
5925 def Check(*args
, **kwargs
):
5927 Check(self, bool check)
5929 Check or uncheck the UI element.
5931 return _core_
.UpdateUIEvent_Check(*args
, **kwargs
)
5933 def Enable(*args
, **kwargs
):
5935 Enable(self, bool enable)
5937 Enable or disable the UI element.
5939 return _core_
.UpdateUIEvent_Enable(*args
, **kwargs
)
5941 def SetText(*args
, **kwargs
):
5943 SetText(self, String text)
5945 Sets the text for this UI element.
5947 return _core_
.UpdateUIEvent_SetText(*args
, **kwargs
)
5949 def SetUpdateInterval(*args
, **kwargs
):
5951 SetUpdateInterval(long updateInterval)
5953 Sets the interval between updates in milliseconds. Set to -1 to
5954 disable updates, or to 0 to update as frequently as possible. The
5957 Use this to reduce the overhead of UI update events if your
5958 application has a lot of windows. If you set the value to -1 or
5959 greater than 0, you may also need to call `wx.Window.UpdateWindowUI`
5960 at appropriate points in your application, such as when a dialog is
5963 return _core_
.UpdateUIEvent_SetUpdateInterval(*args
, **kwargs
)
5965 SetUpdateInterval
= staticmethod(SetUpdateInterval
)
5966 def GetUpdateInterval(*args
, **kwargs
):
5968 GetUpdateInterval() -> long
5970 Returns the current interval between updates in milliseconds. -1
5971 disables updates, 0 updates as frequently as possible.
5973 return _core_
.UpdateUIEvent_GetUpdateInterval(*args
, **kwargs
)
5975 GetUpdateInterval
= staticmethod(GetUpdateInterval
)
5976 def CanUpdate(*args
, **kwargs
):
5978 CanUpdate(Window win) -> bool
5980 Returns ``True`` if it is appropriate to update (send UI update events
5983 This function looks at the mode used (see `wx.UpdateUIEvent.SetMode`),
5984 the wx.WS_EX_PROCESS_UPDATE_EVENTS flag in window, the time update
5985 events were last sent in idle time, and the update interval, to
5986 determine whether events should be sent to this window now. By default
5987 this will always return true because the update mode is initially
5988 wx.UPDATE_UI_PROCESS_ALL and the interval is set to 0; so update
5989 events will be sent as often as possible. You can reduce the frequency
5990 that events are sent by changing the mode and/or setting an update
5994 return _core_
.UpdateUIEvent_CanUpdate(*args
, **kwargs
)
5996 CanUpdate
= staticmethod(CanUpdate
)
5997 def ResetUpdateTime(*args
, **kwargs
):
6001 Used internally to reset the last-updated time to the current time. It
6002 is assumed that update events are normally sent in idle time, so this
6003 is called at the end of idle processing.
6005 return _core_
.UpdateUIEvent_ResetUpdateTime(*args
, **kwargs
)
6007 ResetUpdateTime
= staticmethod(ResetUpdateTime
)
6008 def SetMode(*args
, **kwargs
):
6012 Specify how wxWidgets will send update events: to all windows, or only
6013 to those which specify that they will process the events.
6015 The mode may be one of the following values:
6017 ============================= ==========================================
6018 wxUPDATE_UI_PROCESS_ALL Send UI update events to all windows. This
6019 is the default setting.
6020 wxUPDATE_UI_PROCESS_SPECIFIED Send UI update events only to windows that
6021 have the wx.WS_EX_PROCESS_UI_UPDATES extra
6023 ============================= ==========================================
6026 return _core_
.UpdateUIEvent_SetMode(*args
, **kwargs
)
6028 SetMode
= staticmethod(SetMode
)
6029 def GetMode(*args
, **kwargs
):
6033 Returns a value specifying how wxWidgets will send update events: to
6034 all windows, or only to those which specify that they will process the
6037 return _core_
.UpdateUIEvent_GetMode(*args
, **kwargs
)
6039 GetMode
= staticmethod(GetMode
)
6041 class UpdateUIEventPtr(UpdateUIEvent
):
6042 def __init__(self
, this
):
6044 if not hasattr(self
,"thisown"): self
.thisown
= 0
6045 self
.__class
__ = UpdateUIEvent
6046 _core_
.UpdateUIEvent_swigregister(UpdateUIEventPtr
)
6048 def UpdateUIEvent_SetUpdateInterval(*args
, **kwargs
):
6050 UpdateUIEvent_SetUpdateInterval(long updateInterval)
6052 Sets the interval between updates in milliseconds. Set to -1 to
6053 disable updates, or to 0 to update as frequently as possible. The
6056 Use this to reduce the overhead of UI update events if your
6057 application has a lot of windows. If you set the value to -1 or
6058 greater than 0, you may also need to call `wx.Window.UpdateWindowUI`
6059 at appropriate points in your application, such as when a dialog is
6062 return _core_
.UpdateUIEvent_SetUpdateInterval(*args
, **kwargs
)
6064 def UpdateUIEvent_GetUpdateInterval(*args
, **kwargs
):
6066 UpdateUIEvent_GetUpdateInterval() -> long
6068 Returns the current interval between updates in milliseconds. -1
6069 disables updates, 0 updates as frequently as possible.
6071 return _core_
.UpdateUIEvent_GetUpdateInterval(*args
, **kwargs
)
6073 def UpdateUIEvent_CanUpdate(*args
, **kwargs
):
6075 UpdateUIEvent_CanUpdate(Window win) -> bool
6077 Returns ``True`` if it is appropriate to update (send UI update events
6080 This function looks at the mode used (see `wx.UpdateUIEvent.SetMode`),
6081 the wx.WS_EX_PROCESS_UPDATE_EVENTS flag in window, the time update
6082 events were last sent in idle time, and the update interval, to
6083 determine whether events should be sent to this window now. By default
6084 this will always return true because the update mode is initially
6085 wx.UPDATE_UI_PROCESS_ALL and the interval is set to 0; so update
6086 events will be sent as often as possible. You can reduce the frequency
6087 that events are sent by changing the mode and/or setting an update
6091 return _core_
.UpdateUIEvent_CanUpdate(*args
, **kwargs
)
6093 def UpdateUIEvent_ResetUpdateTime(*args
, **kwargs
):
6095 UpdateUIEvent_ResetUpdateTime()
6097 Used internally to reset the last-updated time to the current time. It
6098 is assumed that update events are normally sent in idle time, so this
6099 is called at the end of idle processing.
6101 return _core_
.UpdateUIEvent_ResetUpdateTime(*args
, **kwargs
)
6103 def UpdateUIEvent_SetMode(*args
, **kwargs
):
6105 UpdateUIEvent_SetMode(int mode)
6107 Specify how wxWidgets will send update events: to all windows, or only
6108 to those which specify that they will process the events.
6110 The mode may be one of the following values:
6112 ============================= ==========================================
6113 wxUPDATE_UI_PROCESS_ALL Send UI update events to all windows. This
6114 is the default setting.
6115 wxUPDATE_UI_PROCESS_SPECIFIED Send UI update events only to windows that
6116 have the wx.WS_EX_PROCESS_UI_UPDATES extra
6118 ============================= ==========================================
6121 return _core_
.UpdateUIEvent_SetMode(*args
, **kwargs
)
6123 def UpdateUIEvent_GetMode(*args
, **kwargs
):
6125 UpdateUIEvent_GetMode() -> int
6127 Returns a value specifying how wxWidgets will send update events: to
6128 all windows, or only to those which specify that they will process the
6131 return _core_
.UpdateUIEvent_GetMode(*args
, **kwargs
)
6133 #---------------------------------------------------------------------------
6135 class SysColourChangedEvent(Event
):
6137 This class is used for EVT_SYS_COLOUR_CHANGED, which are generated
6138 when the user changes the colour settings using the control
6139 panel. This is only applicable under Windows.
6141 The default event handler for this event propagates the event to child
6142 windows, since Windows only sends the events to top-level windows. If
6143 intercepting this event for a top-level window, remember to call
6144 `Skip` so the the base class handler will still be executed, or to
6145 pass the event on to the window's children explicitly.
6149 return "<%s.%s; proxy of C++ wxSysColourChangedEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6150 def __init__(self
, *args
, **kwargs
):
6152 __init__(self) -> SysColourChangedEvent
6156 newobj
= _core_
.new_SysColourChangedEvent(*args
, **kwargs
)
6157 self
.this
= newobj
.this
6161 class SysColourChangedEventPtr(SysColourChangedEvent
):
6162 def __init__(self
, this
):
6164 if not hasattr(self
,"thisown"): self
.thisown
= 0
6165 self
.__class
__ = SysColourChangedEvent
6166 _core_
.SysColourChangedEvent_swigregister(SysColourChangedEventPtr
)
6168 #---------------------------------------------------------------------------
6170 class MouseCaptureChangedEvent(Event
):
6172 An mouse capture changed event (EVT_MOUSE_CAPTURE_CHANGED) is sent to
6173 a window that loses its mouse capture. This is called even if
6174 `wx.Window.ReleaseMouse` was called by the application code. Handling
6175 this event allows an application to cater for unexpected capture
6176 releases which might otherwise confuse mouse handling code.
6178 This event is implemented under Windows only.
6181 return "<%s.%s; proxy of C++ wxMouseCaptureChangedEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6182 def __init__(self
, *args
, **kwargs
):
6184 __init__(self, int winid=0, Window gainedCapture=None) -> MouseCaptureChangedEvent
6188 newobj
= _core_
.new_MouseCaptureChangedEvent(*args
, **kwargs
)
6189 self
.this
= newobj
.this
6192 def GetCapturedWindow(*args
, **kwargs
):
6194 GetCapturedWindow(self) -> Window
6196 Returns the window that gained the capture, or ``None`` if it was a
6197 non-wxWidgets window.
6199 return _core_
.MouseCaptureChangedEvent_GetCapturedWindow(*args
, **kwargs
)
6202 class MouseCaptureChangedEventPtr(MouseCaptureChangedEvent
):
6203 def __init__(self
, this
):
6205 if not hasattr(self
,"thisown"): self
.thisown
= 0
6206 self
.__class
__ = MouseCaptureChangedEvent
6207 _core_
.MouseCaptureChangedEvent_swigregister(MouseCaptureChangedEventPtr
)
6209 #---------------------------------------------------------------------------
6211 class DisplayChangedEvent(Event
):
6213 An EVT_DISPLAY_CHANGED event is sent to all windows when the display
6214 resolution has changed.
6216 This event is implemented under Windows only.
6219 return "<%s.%s; proxy of C++ wxDisplayChangedEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6220 def __init__(self
, *args
, **kwargs
):
6221 """__init__(self) -> DisplayChangedEvent"""
6222 newobj
= _core_
.new_DisplayChangedEvent(*args
, **kwargs
)
6223 self
.this
= newobj
.this
6227 class DisplayChangedEventPtr(DisplayChangedEvent
):
6228 def __init__(self
, this
):
6230 if not hasattr(self
,"thisown"): self
.thisown
= 0
6231 self
.__class
__ = DisplayChangedEvent
6232 _core_
.DisplayChangedEvent_swigregister(DisplayChangedEventPtr
)
6234 #---------------------------------------------------------------------------
6236 class PaletteChangedEvent(Event
):
6238 An EVT_PALETTE_CHANGED event is sent when the system palette has
6239 changed, thereby giving each window a chance to redo their own to
6242 This event is implemented under Windows only.
6245 return "<%s.%s; proxy of C++ wxPaletteChangedEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6246 def __init__(self
, *args
, **kwargs
):
6248 __init__(self, int id=0) -> PaletteChangedEvent
6250 An EVT_PALETTE_CHANGED event is sent when the system palette has
6251 changed, thereby giving each window a chance to redo their own to
6254 This event is implemented under Windows only.
6256 newobj
= _core_
.new_PaletteChangedEvent(*args
, **kwargs
)
6257 self
.this
= newobj
.this
6260 def SetChangedWindow(*args
, **kwargs
):
6261 """SetChangedWindow(self, Window win)"""
6262 return _core_
.PaletteChangedEvent_SetChangedWindow(*args
, **kwargs
)
6264 def GetChangedWindow(*args
, **kwargs
):
6265 """GetChangedWindow(self) -> Window"""
6266 return _core_
.PaletteChangedEvent_GetChangedWindow(*args
, **kwargs
)
6269 class PaletteChangedEventPtr(PaletteChangedEvent
):
6270 def __init__(self
, this
):
6272 if not hasattr(self
,"thisown"): self
.thisown
= 0
6273 self
.__class
__ = PaletteChangedEvent
6274 _core_
.PaletteChangedEvent_swigregister(PaletteChangedEventPtr
)
6276 #---------------------------------------------------------------------------
6278 class QueryNewPaletteEvent(Event
):
6280 An EVT_QUERY_NEW_PALETE event indicates the window is getting keyboard
6281 focus and should re-do its palette.
6283 This event is implemented under Windows only.
6286 return "<%s.%s; proxy of C++ wxQueryNewPaletteEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6287 def __init__(self
, *args
, **kwargs
):
6289 __init__(self, int winid=0) -> QueryNewPaletteEvent
6293 newobj
= _core_
.new_QueryNewPaletteEvent(*args
, **kwargs
)
6294 self
.this
= newobj
.this
6297 def SetPaletteRealized(*args
, **kwargs
):
6299 SetPaletteRealized(self, bool realized)
6301 App should set this if it changes the palette.
6303 return _core_
.QueryNewPaletteEvent_SetPaletteRealized(*args
, **kwargs
)
6305 def GetPaletteRealized(*args
, **kwargs
):
6306 """GetPaletteRealized(self) -> bool"""
6307 return _core_
.QueryNewPaletteEvent_GetPaletteRealized(*args
, **kwargs
)
6310 class QueryNewPaletteEventPtr(QueryNewPaletteEvent
):
6311 def __init__(self
, this
):
6313 if not hasattr(self
,"thisown"): self
.thisown
= 0
6314 self
.__class
__ = QueryNewPaletteEvent
6315 _core_
.QueryNewPaletteEvent_swigregister(QueryNewPaletteEventPtr
)
6317 #---------------------------------------------------------------------------
6319 class NavigationKeyEvent(Event
):
6321 EVT_NAVIGATION_KEY events are used to control moving the focus between
6322 widgets, otherwise known as tab-traversal. You woudl normally not
6323 catch navigation events in applications as there are already
6324 appropriate handlers in `wx.Dialog` and `wx.Panel`, but you may find
6325 it useful to send navigation events in certain situations to change
6326 the focus in certain ways, although it's probably easier to just call
6327 `wx.Window.Navigate`.
6330 return "<%s.%s; proxy of C++ wxNavigationKeyEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6331 def __init__(self
, *args
, **kwargs
):
6332 """__init__(self) -> NavigationKeyEvent"""
6333 newobj
= _core_
.new_NavigationKeyEvent(*args
, **kwargs
)
6334 self
.this
= newobj
.this
6337 def GetDirection(*args
, **kwargs
):
6339 GetDirection(self) -> bool
6341 Returns ``True`` if the direction is forward, ``False`` otherwise.
6343 return _core_
.NavigationKeyEvent_GetDirection(*args
, **kwargs
)
6345 def SetDirection(*args
, **kwargs
):
6347 SetDirection(self, bool forward)
6349 Specify the direction that the navigation should take. Usually the
6350 difference between using Tab and Shift-Tab.
6352 return _core_
.NavigationKeyEvent_SetDirection(*args
, **kwargs
)
6354 def IsWindowChange(*args
, **kwargs
):
6356 IsWindowChange(self) -> bool
6358 Returns ``True`` if window change is allowed.
6360 return _core_
.NavigationKeyEvent_IsWindowChange(*args
, **kwargs
)
6362 def SetWindowChange(*args
, **kwargs
):
6364 SetWindowChange(self, bool ischange)
6366 Specify if the navigation should be able to change parent windows.
6367 For example, changing notebook pages, etc. This is usually implemented
6368 by using Control-Tab.
6370 return _core_
.NavigationKeyEvent_SetWindowChange(*args
, **kwargs
)
6372 def IsFromTab(*args
, **kwargs
):
6374 IsFromTab(self) -> bool
6376 Returns ``True`` if the navigation event is originated from the Tab
6379 return _core_
.NavigationKeyEvent_IsFromTab(*args
, **kwargs
)
6381 def SetFromTab(*args
, **kwargs
):
6383 SetFromTab(self, bool bIs)
6385 Set to true under MSW if the event was generated using the tab key.
6386 This is required for proper navogation over radio buttons.
6388 return _core_
.NavigationKeyEvent_SetFromTab(*args
, **kwargs
)
6390 def SetFlags(*args
, **kwargs
):
6392 SetFlags(self, long flags)
6394 Set the navigation flags to a combination of the following:
6396 * wx.NavigationKeyEvent.IsBackward
6397 * wx.NavigationKeyEvent.IsForward
6398 * wx.NavigationKeyEvent.WinChange
6399 * wx.NavigationKeyEvent.FromTab
6402 return _core_
.NavigationKeyEvent_SetFlags(*args
, **kwargs
)
6404 def GetCurrentFocus(*args
, **kwargs
):
6406 GetCurrentFocus(self) -> Window
6408 Returns the child window which currenty has the focus. May be
6411 return _core_
.NavigationKeyEvent_GetCurrentFocus(*args
, **kwargs
)
6413 def SetCurrentFocus(*args
, **kwargs
):
6415 SetCurrentFocus(self, Window win)
6417 Set the window that has the focus.
6419 return _core_
.NavigationKeyEvent_SetCurrentFocus(*args
, **kwargs
)
6421 IsBackward
= _core_
.NavigationKeyEvent_IsBackward
6422 IsForward
= _core_
.NavigationKeyEvent_IsForward
6423 WinChange
= _core_
.NavigationKeyEvent_WinChange
6424 FromTab
= _core_
.NavigationKeyEvent_FromTab
6426 class NavigationKeyEventPtr(NavigationKeyEvent
):
6427 def __init__(self
, this
):
6429 if not hasattr(self
,"thisown"): self
.thisown
= 0
6430 self
.__class
__ = NavigationKeyEvent
6431 _core_
.NavigationKeyEvent_swigregister(NavigationKeyEventPtr
)
6433 #---------------------------------------------------------------------------
6435 class WindowCreateEvent(CommandEvent
):
6437 The EVT_WINDOW_CREATE event is sent as soon as the window object (the
6438 underlying GUI object) exists.
6441 return "<%s.%s; proxy of C++ wxWindowCreateEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6442 def __init__(self
, *args
, **kwargs
):
6444 __init__(self, Window win=None) -> WindowCreateEvent
6446 The EVT_WINDOW_CREATE event is sent as soon as the window object (the
6447 underlying GUI object) exists.
6449 newobj
= _core_
.new_WindowCreateEvent(*args
, **kwargs
)
6450 self
.this
= newobj
.this
6453 def GetWindow(*args
, **kwargs
):
6455 GetWindow(self) -> Window
6457 Returns the window that this event refers to.
6459 return _core_
.WindowCreateEvent_GetWindow(*args
, **kwargs
)
6462 class WindowCreateEventPtr(WindowCreateEvent
):
6463 def __init__(self
, this
):
6465 if not hasattr(self
,"thisown"): self
.thisown
= 0
6466 self
.__class
__ = WindowCreateEvent
6467 _core_
.WindowCreateEvent_swigregister(WindowCreateEventPtr
)
6469 class WindowDestroyEvent(CommandEvent
):
6471 The EVT_WINDOW_DESTROY event is sent right before the window is
6475 return "<%s.%s; proxy of C++ wxWindowDestroyEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6476 def __init__(self
, *args
, **kwargs
):
6478 __init__(self, Window win=None) -> WindowDestroyEvent
6480 The EVT_WINDOW_DESTROY event is sent right before the window is
6483 newobj
= _core_
.new_WindowDestroyEvent(*args
, **kwargs
)
6484 self
.this
= newobj
.this
6487 def GetWindow(*args
, **kwargs
):
6489 GetWindow(self) -> Window
6491 Returns the window that this event refers to.
6493 return _core_
.WindowDestroyEvent_GetWindow(*args
, **kwargs
)
6496 class WindowDestroyEventPtr(WindowDestroyEvent
):
6497 def __init__(self
, this
):
6499 if not hasattr(self
,"thisown"): self
.thisown
= 0
6500 self
.__class
__ = WindowDestroyEvent
6501 _core_
.WindowDestroyEvent_swigregister(WindowDestroyEventPtr
)
6503 #---------------------------------------------------------------------------
6505 class ContextMenuEvent(CommandEvent
):
6507 This class is used for context menu events (EVT_CONTECT_MENU,) sent to
6508 give the application a chance to show a context (popup) menu.
6511 return "<%s.%s; proxy of C++ wxContextMenuEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6512 def __init__(self
, *args
, **kwargs
):
6514 __init__(self, wxEventType type=wxEVT_NULL, int winid=0, Point pt=DefaultPosition) -> ContextMenuEvent
6518 newobj
= _core_
.new_ContextMenuEvent(*args
, **kwargs
)
6519 self
.this
= newobj
.this
6522 def GetPosition(*args
, **kwargs
):
6524 GetPosition(self) -> Point
6526 Returns the position (in screen coordinants) at which the menu should
6529 return _core_
.ContextMenuEvent_GetPosition(*args
, **kwargs
)
6531 def SetPosition(*args
, **kwargs
):
6533 SetPosition(self, Point pos)
6535 Sets the position at which the menu should be shown.
6537 return _core_
.ContextMenuEvent_SetPosition(*args
, **kwargs
)
6540 class ContextMenuEventPtr(ContextMenuEvent
):
6541 def __init__(self
, this
):
6543 if not hasattr(self
,"thisown"): self
.thisown
= 0
6544 self
.__class
__ = ContextMenuEvent
6545 _core_
.ContextMenuEvent_swigregister(ContextMenuEventPtr
)
6547 #---------------------------------------------------------------------------
6549 IDLE_PROCESS_ALL
= _core_
.IDLE_PROCESS_ALL
6550 IDLE_PROCESS_SPECIFIED
= _core_
.IDLE_PROCESS_SPECIFIED
6551 class IdleEvent(Event
):
6553 This class is used for EVT_IDLE events, which are generated and sent
6554 when the application *becomes* idle. In other words, the when the
6555 event queue becomes empty then idle events are sent to all windows (by
6556 default) and as long as none of them call `RequestMore` then there are
6557 no more idle events until after the system event queue has some normal
6558 events and then becomes empty again.
6560 By default, idle events are sent to all windows. If this is causing a
6561 significant overhead in your application, you can call
6562 `wx.IdleEvent.SetMode` with the value wx.IDLE_PROCESS_SPECIFIED, and
6563 set the wx.WS_EX_PROCESS_IDLE extra window style for every window
6564 which should receive idle events. Then idle events will only be sent
6565 to those windows and not to any others.
6568 return "<%s.%s; proxy of C++ wxIdleEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6569 def __init__(self
, *args
, **kwargs
):
6571 __init__(self) -> IdleEvent
6575 newobj
= _core_
.new_IdleEvent(*args
, **kwargs
)
6576 self
.this
= newobj
.this
6579 def RequestMore(*args
, **kwargs
):
6581 RequestMore(self, bool needMore=True)
6583 Tells wxWidgets that more processing is required. This function can be
6584 called by an EVT_IDLE handler for a window to indicate that the
6585 application should forward the EVT_IDLE event once more to the
6586 application windows. If no window calls this function during its
6587 EVT_IDLE handler, then the application will remain in a passive event
6588 loop until a new event is posted to the application by the windowing
6591 return _core_
.IdleEvent_RequestMore(*args
, **kwargs
)
6593 def MoreRequested(*args
, **kwargs
):
6595 MoreRequested(self) -> bool
6597 Returns ``True`` if the OnIdle function processing this event
6598 requested more processing time.
6600 return _core_
.IdleEvent_MoreRequested(*args
, **kwargs
)
6602 def SetMode(*args
, **kwargs
):
6606 Static method for specifying how wxWidgets will send idle events: to
6607 all windows, or only to those which specify that they will process the
6610 The mode can be one of the following values:
6612 ========================= ========================================
6613 wx.IDLE_PROCESS_ALL Send idle events to all windows
6614 wx.IDLE_PROCESS_SPECIFIED Send idle events only to windows that have
6615 the wx.WS_EX_PROCESS_IDLE extra style
6617 ========================= ========================================
6620 return _core_
.IdleEvent_SetMode(*args
, **kwargs
)
6622 SetMode
= staticmethod(SetMode
)
6623 def GetMode(*args
, **kwargs
):
6627 Static method returning a value specifying how wxWidgets will send
6628 idle events: to all windows, or only to those which specify that they
6629 will process the events.
6631 return _core_
.IdleEvent_GetMode(*args
, **kwargs
)
6633 GetMode
= staticmethod(GetMode
)
6634 def CanSend(*args
, **kwargs
):
6636 CanSend(Window win) -> bool
6638 Returns ``True`` if it is appropriate to send idle events to this
6641 This function looks at the mode used (see `wx.IdleEvent.SetMode`), and
6642 the wx.WS_EX_PROCESS_IDLE style in window to determine whether idle
6643 events should be sent to this window now. By default this will always
6644 return ``True`` because the update mode is initially
6645 wx.IDLE_PROCESS_ALL. You can change the mode to only send idle events
6646 to windows with the wx.WS_EX_PROCESS_IDLE extra window style set.
6648 return _core_
.IdleEvent_CanSend(*args
, **kwargs
)
6650 CanSend
= staticmethod(CanSend
)
6652 class IdleEventPtr(IdleEvent
):
6653 def __init__(self
, this
):
6655 if not hasattr(self
,"thisown"): self
.thisown
= 0
6656 self
.__class
__ = IdleEvent
6657 _core_
.IdleEvent_swigregister(IdleEventPtr
)
6659 def IdleEvent_SetMode(*args
, **kwargs
):
6661 IdleEvent_SetMode(int mode)
6663 Static method for specifying how wxWidgets will send idle events: to
6664 all windows, or only to those which specify that they will process the
6667 The mode can be one of the following values:
6669 ========================= ========================================
6670 wx.IDLE_PROCESS_ALL Send idle events to all windows
6671 wx.IDLE_PROCESS_SPECIFIED Send idle events only to windows that have
6672 the wx.WS_EX_PROCESS_IDLE extra style
6674 ========================= ========================================
6677 return _core_
.IdleEvent_SetMode(*args
, **kwargs
)
6679 def IdleEvent_GetMode(*args
, **kwargs
):
6681 IdleEvent_GetMode() -> int
6683 Static method returning a value specifying how wxWidgets will send
6684 idle events: to all windows, or only to those which specify that they
6685 will process the events.
6687 return _core_
.IdleEvent_GetMode(*args
, **kwargs
)
6689 def IdleEvent_CanSend(*args
, **kwargs
):
6691 IdleEvent_CanSend(Window win) -> bool
6693 Returns ``True`` if it is appropriate to send idle events to this
6696 This function looks at the mode used (see `wx.IdleEvent.SetMode`), and
6697 the wx.WS_EX_PROCESS_IDLE style in window to determine whether idle
6698 events should be sent to this window now. By default this will always
6699 return ``True`` because the update mode is initially
6700 wx.IDLE_PROCESS_ALL. You can change the mode to only send idle events
6701 to windows with the wx.WS_EX_PROCESS_IDLE extra window style set.
6703 return _core_
.IdleEvent_CanSend(*args
, **kwargs
)
6705 #---------------------------------------------------------------------------
6707 class PyEvent(Event
):
6709 wx.PyEvent can be used as a base class for implementing custom event
6710 types in Python. You should derived from this class instead of
6711 `wx.Event` because this class is Python-aware and is able to transport
6712 its Python bits safely through the wxWidgets event system and have
6713 them still be there when the event handler is invoked.
6715 :see: `wx.PyCommandEvent`
6719 return "<%s.%s; proxy of C++ wxPyEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6720 def __init__(self
, *args
, **kwargs
):
6721 """__init__(self, int winid=0, wxEventType eventType=wxEVT_NULL) -> PyEvent"""
6722 newobj
= _core_
.new_PyEvent(*args
, **kwargs
)
6723 self
.this
= newobj
.this
6728 def __del__(self
, destroy
=_core_
.delete_PyEvent
):
6731 if self
.thisown
: destroy(self
)
6734 def _SetSelf(*args
, **kwargs
):
6735 """_SetSelf(self, PyObject self)"""
6736 return _core_
.PyEvent__SetSelf(*args
, **kwargs
)
6738 def _GetSelf(*args
, **kwargs
):
6739 """_GetSelf(self) -> PyObject"""
6740 return _core_
.PyEvent__GetSelf(*args
, **kwargs
)
6743 class PyEventPtr(PyEvent
):
6744 def __init__(self
, this
):
6746 if not hasattr(self
,"thisown"): self
.thisown
= 0
6747 self
.__class
__ = PyEvent
6748 _core_
.PyEvent_swigregister(PyEventPtr
)
6750 class PyCommandEvent(CommandEvent
):
6752 wx.PyCommandEvent can be used as a base class for implementing custom
6753 event types in Python, where the event shoudl travel up to parent
6754 windows looking for a handler. You should derived from this class
6755 instead of `wx.CommandEvent` because this class is Python-aware and is
6756 able to transport its Python bits safely through the wxWidgets event
6757 system and have them still be there when the event handler is invoked.
6763 return "<%s.%s; proxy of C++ wxPyCommandEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6764 def __init__(self
, *args
, **kwargs
):
6765 """__init__(self, wxEventType eventType=wxEVT_NULL, int id=0) -> PyCommandEvent"""
6766 newobj
= _core_
.new_PyCommandEvent(*args
, **kwargs
)
6767 self
.this
= newobj
.this
6772 def __del__(self
, destroy
=_core_
.delete_PyCommandEvent
):
6775 if self
.thisown
: destroy(self
)
6778 def _SetSelf(*args
, **kwargs
):
6779 """_SetSelf(self, PyObject self)"""
6780 return _core_
.PyCommandEvent__SetSelf(*args
, **kwargs
)
6782 def _GetSelf(*args
, **kwargs
):
6783 """_GetSelf(self) -> PyObject"""
6784 return _core_
.PyCommandEvent__GetSelf(*args
, **kwargs
)
6787 class PyCommandEventPtr(PyCommandEvent
):
6788 def __init__(self
, this
):
6790 if not hasattr(self
,"thisown"): self
.thisown
= 0
6791 self
.__class
__ = PyCommandEvent
6792 _core_
.PyCommandEvent_swigregister(PyCommandEventPtr
)
6794 class DateEvent(CommandEvent
):
6796 This event class holds information about a date change event and is
6797 used together with `wx.DatePickerCtrl`. It also serves as a base class
6798 for `wx.calendar.CalendarEvent`. Bind these event types with
6802 return "<%s.%s; proxy of C++ wxDateEvent instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6803 def __init__(self
, *args
, **kwargs
):
6804 """__init__(self, Window win, DateTime dt, wxEventType type) -> DateEvent"""
6805 newobj
= _core_
.new_DateEvent(*args
, **kwargs
)
6806 self
.this
= newobj
.this
6809 def GetDate(*args
, **kwargs
):
6811 GetDate(self) -> DateTime
6815 return _core_
.DateEvent_GetDate(*args
, **kwargs
)
6817 def SetDate(*args
, **kwargs
):
6819 SetDate(self, DateTime date)
6821 Sets the date carried by the event, normally only used by the library
6824 return _core_
.DateEvent_SetDate(*args
, **kwargs
)
6827 class DateEventPtr(DateEvent
):
6828 def __init__(self
, this
):
6830 if not hasattr(self
,"thisown"): self
.thisown
= 0
6831 self
.__class
__ = DateEvent
6832 _core_
.DateEvent_swigregister(DateEventPtr
)
6834 wxEVT_DATE_CHANGED
= _core_
.wxEVT_DATE_CHANGED
6835 EVT_DATE_CHANGED
= wx
.PyEventBinder( wxEVT_DATE_CHANGED
, 1 )
6837 #---------------------------------------------------------------------------
6839 PYAPP_ASSERT_SUPPRESS
= _core_
.PYAPP_ASSERT_SUPPRESS
6840 PYAPP_ASSERT_EXCEPTION
= _core_
.PYAPP_ASSERT_EXCEPTION
6841 PYAPP_ASSERT_DIALOG
= _core_
.PYAPP_ASSERT_DIALOG
6842 PYAPP_ASSERT_LOG
= _core_
.PYAPP_ASSERT_LOG
6843 PRINT_WINDOWS
= _core_
.PRINT_WINDOWS
6844 PRINT_POSTSCRIPT
= _core_
.PRINT_POSTSCRIPT
6845 class PyApp(EvtHandler
):
6847 The ``wx.PyApp`` class is an *implementation detail*, please use the
6848 `wx.App` class (or some other derived class) instead.
6851 return "<%s.%s; proxy of C++ wxPyApp instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
6852 def __init__(self
, *args
, **kwargs
):
6854 __init__(self) -> PyApp
6856 Create a new application object, starting the bootstrap process.
6858 newobj
= _core_
.new_PyApp(*args
, **kwargs
)
6859 self
.this
= newobj
.this
6862 self
._setCallbackInfo
(self
, PyApp
, False)
6863 self
._setOORInfo
(self
, False)
6865 def __del__(self
, destroy
=_core_
.delete_PyApp
):
6868 if self
.thisown
: destroy(self
)
6871 def _setCallbackInfo(*args
, **kwargs
):
6872 """_setCallbackInfo(self, PyObject self, PyObject _class, bool incref)"""
6873 return _core_
.PyApp__setCallbackInfo(*args
, **kwargs
)
6875 def GetAppName(*args
, **kwargs
):
6877 GetAppName(self) -> String
6879 Get the application name.
6881 return _core_
.PyApp_GetAppName(*args
, **kwargs
)
6883 def SetAppName(*args
, **kwargs
):
6885 SetAppName(self, String name)
6887 Set the application name. This value may be used automatically by
6888 `wx.Config` and such.
6890 return _core_
.PyApp_SetAppName(*args
, **kwargs
)
6892 def GetClassName(*args
, **kwargs
):
6894 GetClassName(self) -> String
6896 Get the application's class name.
6898 return _core_
.PyApp_GetClassName(*args
, **kwargs
)
6900 def SetClassName(*args
, **kwargs
):
6902 SetClassName(self, String name)
6904 Set the application's class name. This value may be used for
6905 X-resources if applicable for the platform
6907 return _core_
.PyApp_SetClassName(*args
, **kwargs
)
6909 def GetVendorName(*args
, **kwargs
):
6911 GetVendorName(self) -> String
6913 Get the application's vendor name.
6915 return _core_
.PyApp_GetVendorName(*args
, **kwargs
)
6917 def SetVendorName(*args
, **kwargs
):
6919 SetVendorName(self, String name)
6921 Set the application's vendor name. This value may be used
6922 automatically by `wx.Config` and such.
6924 return _core_
.PyApp_SetVendorName(*args
, **kwargs
)
6926 def GetTraits(*args
, **kwargs
):
6928 GetTraits(self) -> wxAppTraits
6930 Return (and create if necessary) the app traits object to which we
6931 delegate for everything which either should be configurable by the
6932 user (then he can change the default behaviour simply by overriding
6933 CreateTraits() and returning his own traits object) or which is
6934 GUI/console dependent as then wx.AppTraits allows us to abstract the
6935 differences behind the common facade.
6937 :todo: Add support for overriding CreateAppTraits in wxPython.
6939 return _core_
.PyApp_GetTraits(*args
, **kwargs
)
6941 def ProcessPendingEvents(*args
, **kwargs
):
6943 ProcessPendingEvents(self)
6945 Process all events in the Pending Events list -- it is necessary to
6946 call this function to process posted events. This normally happens
6947 during each event loop iteration.
6949 return _core_
.PyApp_ProcessPendingEvents(*args
, **kwargs
)
6951 def Yield(*args
, **kwargs
):
6953 Yield(self, bool onlyIfNeeded=False) -> bool
6955 Process all currently pending events right now, instead of waiting
6956 until return to the event loop. It is an error to call ``Yield``
6957 recursively unless the value of ``onlyIfNeeded`` is True.
6959 :warning: This function is dangerous as it can lead to unexpected
6960 reentrancies (i.e. when called from an event handler it may
6961 result in calling the same event handler again), use with
6962 extreme care or, better, don't use at all!
6964 :see: `wx.Yield`, `wx.YieldIfNeeded`, `wx.SafeYield`
6967 return _core_
.PyApp_Yield(*args
, **kwargs
)
6969 def WakeUpIdle(*args
, **kwargs
):
6973 Make sure that idle events are sent again.
6974 :see: `wx.WakeUpIdle`
6976 return _core_
.PyApp_WakeUpIdle(*args
, **kwargs
)
6978 def IsMainLoopRunning(*args
, **kwargs
):
6980 IsMainLoopRunning() -> bool
6982 Returns True if we're running the main loop, i.e. if the events can
6983 currently be dispatched.
6985 return _core_
.PyApp_IsMainLoopRunning(*args
, **kwargs
)
6987 IsMainLoopRunning
= staticmethod(IsMainLoopRunning
)
6988 def MainLoop(*args
, **kwargs
):
6990 MainLoop(self) -> int
6992 Execute the main GUI loop, the function doesn't normally return until
6993 all top level windows have been closed and destroyed.
6995 return _core_
.PyApp_MainLoop(*args
, **kwargs
)
6997 def Exit(*args
, **kwargs
):
7001 Exit the main loop thus terminating the application.
7004 return _core_
.PyApp_Exit(*args
, **kwargs
)
7006 def ExitMainLoop(*args
, **kwargs
):
7010 Exit the main GUI loop during the next iteration of the main
7011 loop, (i.e. it does not stop the program immediately!)
7013 return _core_
.PyApp_ExitMainLoop(*args
, **kwargs
)
7015 def Pending(*args
, **kwargs
):
7017 Pending(self) -> bool
7019 Returns True if there are unprocessed events in the event queue.
7021 return _core_
.PyApp_Pending(*args
, **kwargs
)
7023 def Dispatch(*args
, **kwargs
):
7025 Dispatch(self) -> bool
7027 Process the first event in the event queue (blocks until an event
7028 appears if there are none currently)
7030 return _core_
.PyApp_Dispatch(*args
, **kwargs
)
7032 def ProcessIdle(*args
, **kwargs
):
7034 ProcessIdle(self) -> bool
7036 Called from the MainLoop when the application becomes idle (there are
7037 no pending events) and sends a `wx.IdleEvent` to all interested
7038 parties. Returns True if more idle events are needed, False if not.
7040 return _core_
.PyApp_ProcessIdle(*args
, **kwargs
)
7042 def SendIdleEvents(*args
, **kwargs
):
7044 SendIdleEvents(self, Window win, IdleEvent event) -> bool
7046 Send idle event to window and all subwindows. Returns True if more
7047 idle time is requested.
7049 return _core_
.PyApp_SendIdleEvents(*args
, **kwargs
)
7051 def IsActive(*args
, **kwargs
):
7053 IsActive(self) -> bool
7055 Return True if our app has focus.
7057 return _core_
.PyApp_IsActive(*args
, **kwargs
)
7059 def SetTopWindow(*args
, **kwargs
):
7061 SetTopWindow(self, Window win)
7063 Set the *main* top level window
7065 return _core_
.PyApp_SetTopWindow(*args
, **kwargs
)
7067 def GetTopWindow(*args
, **kwargs
):
7069 GetTopWindow(self) -> Window
7071 Return the *main* top level window (if it hadn't been set previously
7072 with SetTopWindow(), will return just some top level window and, if
7073 there not any, will return None)
7075 return _core_
.PyApp_GetTopWindow(*args
, **kwargs
)
7077 def SetExitOnFrameDelete(*args
, **kwargs
):
7079 SetExitOnFrameDelete(self, bool flag)
7081 Control the exit behaviour: by default, the program will exit the main
7082 loop (and so, usually, terminate) when the last top-level program
7083 window is deleted. Beware that if you disable this behaviour (with
7084 SetExitOnFrameDelete(False)), you'll have to call ExitMainLoop()
7085 explicitly from somewhere.
7087 return _core_
.PyApp_SetExitOnFrameDelete(*args
, **kwargs
)
7089 def GetExitOnFrameDelete(*args
, **kwargs
):
7091 GetExitOnFrameDelete(self) -> bool
7093 Get the current exit behaviour setting.
7095 return _core_
.PyApp_GetExitOnFrameDelete(*args
, **kwargs
)
7097 def SetUseBestVisual(*args
, **kwargs
):
7099 SetUseBestVisual(self, bool flag)
7101 Set whether the app should try to use the best available visual on
7102 systems where more than one is available, (Sun, SGI, XFree86 4, etc.)
7104 return _core_
.PyApp_SetUseBestVisual(*args
, **kwargs
)
7106 def GetUseBestVisual(*args
, **kwargs
):
7108 GetUseBestVisual(self) -> bool
7110 Get current UseBestVisual setting.
7112 return _core_
.PyApp_GetUseBestVisual(*args
, **kwargs
)
7114 def SetPrintMode(*args
, **kwargs
):
7115 """SetPrintMode(self, int mode)"""
7116 return _core_
.PyApp_SetPrintMode(*args
, **kwargs
)
7118 def GetPrintMode(*args
, **kwargs
):
7119 """GetPrintMode(self) -> int"""
7120 return _core_
.PyApp_GetPrintMode(*args
, **kwargs
)
7122 def SetAssertMode(*args
, **kwargs
):
7124 SetAssertMode(self, int mode)
7126 Set the OnAssert behaviour for debug and hybrid builds.
7128 return _core_
.PyApp_SetAssertMode(*args
, **kwargs
)
7130 def GetAssertMode(*args
, **kwargs
):
7132 GetAssertMode(self) -> int
7134 Get the current OnAssert behaviour setting.
7136 return _core_
.PyApp_GetAssertMode(*args
, **kwargs
)
7138 def GetMacSupportPCMenuShortcuts(*args
, **kwargs
):
7139 """GetMacSupportPCMenuShortcuts() -> bool"""
7140 return _core_
.PyApp_GetMacSupportPCMenuShortcuts(*args
, **kwargs
)
7142 GetMacSupportPCMenuShortcuts
= staticmethod(GetMacSupportPCMenuShortcuts
)
7143 def GetMacAboutMenuItemId(*args
, **kwargs
):
7144 """GetMacAboutMenuItemId() -> long"""
7145 return _core_
.PyApp_GetMacAboutMenuItemId(*args
, **kwargs
)
7147 GetMacAboutMenuItemId
= staticmethod(GetMacAboutMenuItemId
)
7148 def GetMacPreferencesMenuItemId(*args
, **kwargs
):
7149 """GetMacPreferencesMenuItemId() -> long"""
7150 return _core_
.PyApp_GetMacPreferencesMenuItemId(*args
, **kwargs
)
7152 GetMacPreferencesMenuItemId
= staticmethod(GetMacPreferencesMenuItemId
)
7153 def GetMacExitMenuItemId(*args
, **kwargs
):
7154 """GetMacExitMenuItemId() -> long"""
7155 return _core_
.PyApp_GetMacExitMenuItemId(*args
, **kwargs
)
7157 GetMacExitMenuItemId
= staticmethod(GetMacExitMenuItemId
)
7158 def GetMacHelpMenuTitleName(*args
, **kwargs
):
7159 """GetMacHelpMenuTitleName() -> String"""
7160 return _core_
.PyApp_GetMacHelpMenuTitleName(*args
, **kwargs
)
7162 GetMacHelpMenuTitleName
= staticmethod(GetMacHelpMenuTitleName
)
7163 def SetMacSupportPCMenuShortcuts(*args
, **kwargs
):
7164 """SetMacSupportPCMenuShortcuts(bool val)"""
7165 return _core_
.PyApp_SetMacSupportPCMenuShortcuts(*args
, **kwargs
)
7167 SetMacSupportPCMenuShortcuts
= staticmethod(SetMacSupportPCMenuShortcuts
)
7168 def SetMacAboutMenuItemId(*args
, **kwargs
):
7169 """SetMacAboutMenuItemId(long val)"""
7170 return _core_
.PyApp_SetMacAboutMenuItemId(*args
, **kwargs
)
7172 SetMacAboutMenuItemId
= staticmethod(SetMacAboutMenuItemId
)
7173 def SetMacPreferencesMenuItemId(*args
, **kwargs
):
7174 """SetMacPreferencesMenuItemId(long val)"""
7175 return _core_
.PyApp_SetMacPreferencesMenuItemId(*args
, **kwargs
)
7177 SetMacPreferencesMenuItemId
= staticmethod(SetMacPreferencesMenuItemId
)
7178 def SetMacExitMenuItemId(*args
, **kwargs
):
7179 """SetMacExitMenuItemId(long val)"""
7180 return _core_
.PyApp_SetMacExitMenuItemId(*args
, **kwargs
)
7182 SetMacExitMenuItemId
= staticmethod(SetMacExitMenuItemId
)
7183 def SetMacHelpMenuTitleName(*args
, **kwargs
):
7184 """SetMacHelpMenuTitleName(String val)"""
7185 return _core_
.PyApp_SetMacHelpMenuTitleName(*args
, **kwargs
)
7187 SetMacHelpMenuTitleName
= staticmethod(SetMacHelpMenuTitleName
)
7188 def _BootstrapApp(*args
, **kwargs
):
7192 For internal use only
7194 return _core_
.PyApp__BootstrapApp(*args
, **kwargs
)
7196 def GetComCtl32Version(*args
, **kwargs
):
7198 GetComCtl32Version() -> int
7200 Returns 400, 470, 471, etc. for comctl32.dll 4.00, 4.70, 4.71 or 0 if
7201 it wasn't found at all. Raises an exception on non-Windows platforms.
7203 return _core_
.PyApp_GetComCtl32Version(*args
, **kwargs
)
7205 GetComCtl32Version
= staticmethod(GetComCtl32Version
)
7207 class PyAppPtr(PyApp
):
7208 def __init__(self
, this
):
7210 if not hasattr(self
,"thisown"): self
.thisown
= 0
7211 self
.__class
__ = PyApp
7212 _core_
.PyApp_swigregister(PyAppPtr
)
7214 def PyApp_IsMainLoopRunning(*args
, **kwargs
):
7216 PyApp_IsMainLoopRunning() -> bool
7218 Returns True if we're running the main loop, i.e. if the events can
7219 currently be dispatched.
7221 return _core_
.PyApp_IsMainLoopRunning(*args
, **kwargs
)
7223 def PyApp_GetMacSupportPCMenuShortcuts(*args
, **kwargs
):
7224 """PyApp_GetMacSupportPCMenuShortcuts() -> bool"""
7225 return _core_
.PyApp_GetMacSupportPCMenuShortcuts(*args
, **kwargs
)
7227 def PyApp_GetMacAboutMenuItemId(*args
, **kwargs
):
7228 """PyApp_GetMacAboutMenuItemId() -> long"""
7229 return _core_
.PyApp_GetMacAboutMenuItemId(*args
, **kwargs
)
7231 def PyApp_GetMacPreferencesMenuItemId(*args
, **kwargs
):
7232 """PyApp_GetMacPreferencesMenuItemId() -> long"""
7233 return _core_
.PyApp_GetMacPreferencesMenuItemId(*args
, **kwargs
)
7235 def PyApp_GetMacExitMenuItemId(*args
, **kwargs
):
7236 """PyApp_GetMacExitMenuItemId() -> long"""
7237 return _core_
.PyApp_GetMacExitMenuItemId(*args
, **kwargs
)
7239 def PyApp_GetMacHelpMenuTitleName(*args
, **kwargs
):
7240 """PyApp_GetMacHelpMenuTitleName() -> String"""
7241 return _core_
.PyApp_GetMacHelpMenuTitleName(*args
, **kwargs
)
7243 def PyApp_SetMacSupportPCMenuShortcuts(*args
, **kwargs
):
7244 """PyApp_SetMacSupportPCMenuShortcuts(bool val)"""
7245 return _core_
.PyApp_SetMacSupportPCMenuShortcuts(*args
, **kwargs
)
7247 def PyApp_SetMacAboutMenuItemId(*args
, **kwargs
):
7248 """PyApp_SetMacAboutMenuItemId(long val)"""
7249 return _core_
.PyApp_SetMacAboutMenuItemId(*args
, **kwargs
)
7251 def PyApp_SetMacPreferencesMenuItemId(*args
, **kwargs
):
7252 """PyApp_SetMacPreferencesMenuItemId(long val)"""
7253 return _core_
.PyApp_SetMacPreferencesMenuItemId(*args
, **kwargs
)
7255 def PyApp_SetMacExitMenuItemId(*args
, **kwargs
):
7256 """PyApp_SetMacExitMenuItemId(long val)"""
7257 return _core_
.PyApp_SetMacExitMenuItemId(*args
, **kwargs
)
7259 def PyApp_SetMacHelpMenuTitleName(*args
, **kwargs
):
7260 """PyApp_SetMacHelpMenuTitleName(String val)"""
7261 return _core_
.PyApp_SetMacHelpMenuTitleName(*args
, **kwargs
)
7263 def PyApp_GetComCtl32Version(*args
, **kwargs
):
7265 PyApp_GetComCtl32Version() -> int
7267 Returns 400, 470, 471, etc. for comctl32.dll 4.00, 4.70, 4.71 or 0 if
7268 it wasn't found at all. Raises an exception on non-Windows platforms.
7270 return _core_
.PyApp_GetComCtl32Version(*args
, **kwargs
)
7272 #---------------------------------------------------------------------------
7275 def Exit(*args
, **kwargs
):
7279 Force an exit of the application. Convenience for wx.GetApp().Exit()
7281 return _core_
.Exit(*args
, **kwargs
)
7283 def Yield(*args
, **kwargs
):
7287 Yield to other apps/messages. Convenience for wx.GetApp().Yield()
7289 return _core_
.Yield(*args
, **kwargs
)
7291 def YieldIfNeeded(*args
, **kwargs
):
7293 YieldIfNeeded() -> bool
7295 Yield to other apps/messages. Convenience for wx.GetApp().Yield(True)
7297 return _core_
.YieldIfNeeded(*args
, **kwargs
)
7299 def SafeYield(*args
, **kwargs
):
7301 SafeYield(Window win=None, bool onlyIfNeeded=False) -> bool
7303 This function is similar to `wx.Yield`, except that it disables the
7304 user input to all program windows before calling `wx.Yield` and
7305 re-enables it again afterwards. If ``win`` is not None, this window
7306 will remain enabled, allowing the implementation of some limited user
7309 :Returns: the result of the call to `wx.Yield`.
7311 return _core_
.SafeYield(*args
, **kwargs
)
7313 def WakeUpIdle(*args
, **kwargs
):
7317 Cause the message queue to become empty again, so idle events will be
7320 return _core_
.WakeUpIdle(*args
, **kwargs
)
7322 def PostEvent(*args
, **kwargs
):
7324 PostEvent(EvtHandler dest, Event event)
7326 Send an event to a window or other wx.EvtHandler to be processed
7329 return _core_
.PostEvent(*args
, **kwargs
)
7331 def App_CleanUp(*args
, **kwargs
):
7335 For internal use only, it is used to cleanup after wxWidgets when
7338 return _core_
.App_CleanUp(*args
, **kwargs
)
7340 def GetApp(*args
, **kwargs
):
7344 Return a reference to the current wx.App object.
7346 return _core_
.GetApp(*args
, **kwargs
)
7348 def SetDefaultPyEncoding(*args
, **kwargs
):
7350 SetDefaultPyEncoding(string encoding)
7352 Sets the encoding that wxPython will use when it needs to convert a
7353 Python string or unicode object to or from a wxString.
7355 The default encoding is the value of ``locale.getdefaultlocale()[1]``
7356 but please be aware that the default encoding within the same locale
7357 may be slightly different on different platforms. For example, please
7358 see http://www.alanwood.net/demos/charsetdiffs.html for differences
7359 between the common latin/roman encodings.
7361 return _core_
.SetDefaultPyEncoding(*args
, **kwargs
)
7363 def GetDefaultPyEncoding(*args
, **kwargs
):
7365 GetDefaultPyEncoding() -> string
7367 Gets the current encoding that wxPython will use when it needs to
7368 convert a Python string or unicode object to or from a wxString.
7370 return _core_
.GetDefaultPyEncoding(*args
, **kwargs
)
7371 #----------------------------------------------------------------------
7373 class PyOnDemandOutputWindow
:
7375 A class that can be used for redirecting Python's stdout and
7376 stderr streams. It will do nothing until something is wrriten to
7377 the stream at which point it will create a Frame with a text area
7378 and write the text there.
7380 def __init__(self
, title
= "wxPython: stdout/stderr"):
7383 self
.pos
= wx
.DefaultPosition
7384 self
.size
= (450, 300)
7387 def SetParent(self
, parent
):
7388 """Set the window to be used as the popup Frame's parent."""
7389 self
.parent
= parent
7392 def CreateOutputWindow(self
, st
):
7393 self
.frame
= wx
.Frame(self
.parent
, -1, self
.title
, self
.pos
, self
.size
,
7394 style
=wx
.DEFAULT_FRAME_STYLE
)
7395 self
.text
= wx
.TextCtrl(self
.frame
, -1, "",
7396 style
=wx
.TE_MULTILINE|wx
.TE_READONLY
)
7397 self
.text
.AppendText(st
)
7398 self
.frame
.Show(True)
7399 EVT_CLOSE(self
.frame
, self
.OnCloseWindow
)
7402 def OnCloseWindow(self
, event
):
7403 if self
.frame
is not None:
7404 self
.frame
.Destroy()
7409 # These methods provide the file-like output behaviour.
7410 def write(self
, text
):
7412 Create the output window if needed and write the string to it.
7413 If not called in the context of the gui thread then uses
7414 CallAfter to do the work there.
7416 if self
.frame
is None:
7417 if not wx
.Thread_IsMain():
7418 wx
.CallAfter(self
.CreateOutputWindow
, text
)
7420 self
.CreateOutputWindow(text
)
7422 if not wx
.Thread_IsMain():
7423 wx
.CallAfter(self
.text
.AppendText
, text
)
7425 self
.text
.AppendText(text
)
7429 if self
.frame
is not None:
7430 wx
.CallAfter(self
.frame
.Close
)
7438 #----------------------------------------------------------------------
7440 _defRedirect
= (wx
.Platform
== '__WXMSW__' or wx
.Platform
== '__WXMAC__')
7442 class App(wx
.PyApp
):
7444 The ``wx.App`` class represents the application and is used to:
7446 * bootstrap the wxPython system and initialize the underlying
7448 * set and get application-wide properties
7449 * implement the windowing system main message or event loop,
7450 and to dispatch events to window instances
7453 Every application must have a ``wx.App`` instance, and all
7454 creation of UI objects should be delayed until after the
7455 ``wx.App`` object has been created in order to ensure that the gui
7456 platform and wxWidgets have been fully initialized.
7458 Normally you would derive from this class and implement an
7459 ``OnInit`` method that creates a frame and then calls
7460 ``self.SetTopWindow(frame)``.
7462 :see: `wx.PySimpleApp` for a simpler app class that can be used
7466 outputWindowClass
= PyOnDemandOutputWindow
7468 def __init__(self
, redirect
=_defRedirect
, filename
=None,
7469 useBestVisual
=False, clearSigInt
=True):
7471 Construct a ``wx.App`` object.
7473 :param redirect: Should ``sys.stdout`` and ``sys.stderr`` be
7474 redirected? Defaults to True on Windows and Mac, False
7475 otherwise. If `filename` is None then output will be
7476 redirected to a window that pops up as needed. (You can
7477 control what kind of window is created for the output by
7478 resetting the class variable ``outputWindowClass`` to a
7479 class of your choosing.)
7481 :param filename: The name of a file to redirect output to, if
7484 :param useBestVisual: Should the app try to use the best
7485 available visual provided by the system (only relevant on
7486 systems that have more than one visual.) This parameter
7487 must be used instead of calling `SetUseBestVisual` later
7488 on because it must be set before the underlying GUI
7489 toolkit is initialized.
7491 :param clearSigInt: Should SIGINT be cleared? This allows the
7492 app to terminate upon a Ctrl-C in the console like other
7495 :note: You should override OnInit to do applicaition
7496 initialization to ensure that the system, toolkit and
7497 wxWidgets are fully initialized.
7499 wx
.PyApp
.__init
__(self
)
7501 if wx
.Platform
== "__WXMAC__":
7504 if not MacOS
.WMAvailable():
7506 This program needs access to the screen. Please run with 'pythonw',
7507 not 'python', and only when you are logged in on the main display of
7515 # This has to be done before OnInit
7516 self
.SetUseBestVisual(useBestVisual
)
7518 # Set the default handler for SIGINT. This fixes a problem
7519 # where if Ctrl-C is pressed in the console that started this
7520 # app then it will not appear to do anything, (not even send
7521 # KeyboardInterrupt???) but will later segfault on exit. By
7522 # setting the default handler then the app will exit, as
7523 # expected (depending on platform.)
7527 signal
.signal(signal
.SIGINT
, signal
.SIG_DFL
)
7531 # Save and redirect the stdio to a window?
7532 self
.stdioWin
= None
7533 self
.saveStdio
= (_sys
.stdout
, _sys
.stderr
)
7535 self
.RedirectStdio(filename
)
7537 # Use Python's install prefix as the default
7538 wx
.StandardPaths
.Get().SetInstallPrefix(_sys
.prefix
)
7540 # This finishes the initialization of wxWindows and then calls
7541 # the OnInit that should be present in the derived class
7542 self
._BootstrapApp
()
7545 def __del__(self
, destroy
=wx
.PyApp
.__del
__):
7546 self
.RestoreStdio() # Just in case the MainLoop was overridden
7550 wx
.PyApp
.Destroy(self
)
7553 def SetTopWindow(self
, frame
):
7554 """Set the \"main\" top level window"""
7556 self
.stdioWin
.SetParent(frame
)
7557 wx
.PyApp
.SetTopWindow(self
, frame
)
7561 """Execute the main GUI event loop"""
7562 wx
.PyApp
.MainLoop(self
)
7566 def RedirectStdio(self
, filename
=None):
7567 """Redirect sys.stdout and sys.stderr to a file or a popup window."""
7569 _sys
.stdout
= _sys
.stderr
= open(filename
, 'a')
7571 self
.stdioWin
= self
.outputWindowClass()
7572 _sys
.stdout
= _sys
.stderr
= self
.stdioWin
7575 def RestoreStdio(self
):
7577 _sys
.stdout
, _sys
.stderr
= self
.saveStdio
7582 def SetOutputWindowAttributes(self
, title
=None, pos
=None, size
=None):
7584 Set the title, position and/or size of the output window if
7585 the stdio has been redirected. This should be called before
7586 any output would cause the output window to be created.
7589 if title
is not None:
7590 self
.stdioWin
.title
= title
7592 self
.stdioWin
.pos
= pos
7593 if size
is not None:
7594 self
.stdioWin
.size
= size
7599 # change from wx.PyApp_XX to wx.App_XX
7600 App_GetMacSupportPCMenuShortcuts
= _core_
.PyApp_GetMacSupportPCMenuShortcuts
7601 App_GetMacAboutMenuItemId
= _core_
.PyApp_GetMacAboutMenuItemId
7602 App_GetMacPreferencesMenuItemId
= _core_
.PyApp_GetMacPreferencesMenuItemId
7603 App_GetMacExitMenuItemId
= _core_
.PyApp_GetMacExitMenuItemId
7604 App_GetMacHelpMenuTitleName
= _core_
.PyApp_GetMacHelpMenuTitleName
7605 App_SetMacSupportPCMenuShortcuts
= _core_
.PyApp_SetMacSupportPCMenuShortcuts
7606 App_SetMacAboutMenuItemId
= _core_
.PyApp_SetMacAboutMenuItemId
7607 App_SetMacPreferencesMenuItemId
= _core_
.PyApp_SetMacPreferencesMenuItemId
7608 App_SetMacExitMenuItemId
= _core_
.PyApp_SetMacExitMenuItemId
7609 App_SetMacHelpMenuTitleName
= _core_
.PyApp_SetMacHelpMenuTitleName
7610 App_GetComCtl32Version
= _core_
.PyApp_GetComCtl32Version
7612 #----------------------------------------------------------------------------
7614 class PySimpleApp(wx
.App
):
7616 A simple application class. You can just create one of these and
7617 then then make your top level windows later, and not have to worry
7618 about OnInit. For example::
7620 app = wx.PySimpleApp()
7621 frame = wx.Frame(None, title='Hello World')
7628 def __init__(self
, redirect
=False, filename
=None,
7629 useBestVisual
=False, clearSigInt
=True):
7631 :see: `wx.App.__init__`
7633 wx
.App
.__init
__(self
, redirect
, filename
, useBestVisual
, clearSigInt
)
7640 # Is anybody using this one?
7641 class PyWidgetTester(wx
.App
):
7642 def __init__(self
, size
= (250, 100)):
7644 wx
.App
.__init
__(self
, 0)
7647 self
.frame
= wx
.Frame(None, -1, "Widget Tester", pos
=(0,0), size
=self
.size
)
7648 self
.SetTopWindow(self
.frame
)
7651 def SetWidget(self
, widgetClass
, *args
, **kwargs
):
7652 w
= widgetClass(self
.frame
, *args
, **kwargs
)
7653 self
.frame
.Show(True)
7655 #----------------------------------------------------------------------------
7656 # DO NOT hold any other references to this object. This is how we
7657 # know when to cleanup system resources that wxWidgets is holding. When
7658 # the sys module is unloaded, the refcount on sys.__wxPythonCleanup
7659 # goes to zero and it calls the wx.App_CleanUp function.
7661 class __wxPyCleanup
:
7663 self
.cleanup
= _core_
.App_CleanUp
7667 _sys
.__wxPythonCleanup
= __wxPyCleanup()
7669 ## # another possible solution, but it gets called too early...
7671 ## atexit.register(_core_.wxApp_CleanUp)
7674 #----------------------------------------------------------------------------
7676 #---------------------------------------------------------------------------
7678 class EventLoop(object):
7679 """Proxy of C++ EventLoop class"""
7681 return "<%s.%s; proxy of C++ wxEventLoop instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
7682 def __init__(self
, *args
, **kwargs
):
7683 """__init__(self) -> EventLoop"""
7684 newobj
= _core_
.new_EventLoop(*args
, **kwargs
)
7685 self
.this
= newobj
.this
7688 def __del__(self
, destroy
=_core_
.delete_EventLoop
):
7691 if self
.thisown
: destroy(self
)
7694 def Run(*args
, **kwargs
):
7695 """Run(self) -> int"""
7696 return _core_
.EventLoop_Run(*args
, **kwargs
)
7698 def Exit(*args
, **kwargs
):
7699 """Exit(self, int rc=0)"""
7700 return _core_
.EventLoop_Exit(*args
, **kwargs
)
7702 def Pending(*args
, **kwargs
):
7703 """Pending(self) -> bool"""
7704 return _core_
.EventLoop_Pending(*args
, **kwargs
)
7706 def Dispatch(*args
, **kwargs
):
7707 """Dispatch(self) -> bool"""
7708 return _core_
.EventLoop_Dispatch(*args
, **kwargs
)
7710 def IsRunning(*args
, **kwargs
):
7711 """IsRunning(self) -> bool"""
7712 return _core_
.EventLoop_IsRunning(*args
, **kwargs
)
7714 def GetActive(*args
, **kwargs
):
7715 """GetActive() -> EventLoop"""
7716 return _core_
.EventLoop_GetActive(*args
, **kwargs
)
7718 GetActive
= staticmethod(GetActive
)
7719 def SetActive(*args
, **kwargs
):
7720 """SetActive(EventLoop loop)"""
7721 return _core_
.EventLoop_SetActive(*args
, **kwargs
)
7723 SetActive
= staticmethod(SetActive
)
7725 class EventLoopPtr(EventLoop
):
7726 def __init__(self
, this
):
7728 if not hasattr(self
,"thisown"): self
.thisown
= 0
7729 self
.__class
__ = EventLoop
7730 _core_
.EventLoop_swigregister(EventLoopPtr
)
7732 def EventLoop_GetActive(*args
, **kwargs
):
7733 """EventLoop_GetActive() -> EventLoop"""
7734 return _core_
.EventLoop_GetActive(*args
, **kwargs
)
7736 def EventLoop_SetActive(*args
, **kwargs
):
7737 """EventLoop_SetActive(EventLoop loop)"""
7738 return _core_
.EventLoop_SetActive(*args
, **kwargs
)
7740 #---------------------------------------------------------------------------
7742 class AcceleratorEntry(object):
7744 A class used to define items in an `wx.AcceleratorTable`. wxPython
7745 programs can choose to use wx.AcceleratorEntry objects, but using a
7746 list of 3-tuple of integers (flags, keyCode, cmdID) usually works just
7747 as well. See `__init__` for of the tuple values.
7749 :see: `wx.AcceleratorTable`
7752 return "<%s.%s; proxy of C++ wxAcceleratorEntry instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
7753 def __init__(self
, *args
, **kwargs
):
7755 __init__(self, int flags=0, int keyCode=0, int cmdID=0) -> AcceleratorEntry
7757 Construct a wx.AcceleratorEntry.
7759 newobj
= _core_
.new_AcceleratorEntry(*args
, **kwargs
)
7760 self
.this
= newobj
.this
7763 def __del__(self
, destroy
=_core_
.delete_AcceleratorEntry
):
7766 if self
.thisown
: destroy(self
)
7769 def Set(*args
, **kwargs
):
7771 Set(self, int flags, int keyCode, int cmd)
7773 (Re)set the attributes of a wx.AcceleratorEntry.
7776 return _core_
.AcceleratorEntry_Set(*args
, **kwargs
)
7778 def GetFlags(*args
, **kwargs
):
7780 GetFlags(self) -> int
7782 Get the AcceleratorEntry's flags.
7784 return _core_
.AcceleratorEntry_GetFlags(*args
, **kwargs
)
7786 def GetKeyCode(*args
, **kwargs
):
7788 GetKeyCode(self) -> int
7790 Get the AcceleratorEntry's keycode.
7792 return _core_
.AcceleratorEntry_GetKeyCode(*args
, **kwargs
)
7794 def GetCommand(*args
, **kwargs
):
7796 GetCommand(self) -> int
7798 Get the AcceleratorEntry's command ID.
7800 return _core_
.AcceleratorEntry_GetCommand(*args
, **kwargs
)
7803 class AcceleratorEntryPtr(AcceleratorEntry
):
7804 def __init__(self
, this
):
7806 if not hasattr(self
,"thisown"): self
.thisown
= 0
7807 self
.__class
__ = AcceleratorEntry
7808 _core_
.AcceleratorEntry_swigregister(AcceleratorEntryPtr
)
7810 class AcceleratorTable(Object
):
7812 An accelerator table allows the application to specify a table of
7813 keyboard shortcuts for menus or other commands. On Windows, menu or
7814 button commands are supported; on GTK, only menu commands are
7818 return "<%s.%s; proxy of C++ wxAcceleratorTable instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
7819 def __init__(self
, *args
, **kwargs
):
7821 __init__(entries) -> AcceleratorTable
7823 Construct an AcceleratorTable from a list of `wx.AcceleratorEntry`
7824 items or or of 3-tuples (flags, keyCode, cmdID)
7826 :see: `wx.AcceleratorEntry`
7828 newobj
= _core_
.new_AcceleratorTable(*args
, **kwargs
)
7829 self
.this
= newobj
.this
7832 def __del__(self
, destroy
=_core_
.delete_AcceleratorTable
):
7835 if self
.thisown
: destroy(self
)
7838 def Ok(*args
, **kwargs
):
7839 """Ok(self) -> bool"""
7840 return _core_
.AcceleratorTable_Ok(*args
, **kwargs
)
7843 class AcceleratorTablePtr(AcceleratorTable
):
7844 def __init__(self
, this
):
7846 if not hasattr(self
,"thisown"): self
.thisown
= 0
7847 self
.__class
__ = AcceleratorTable
7848 _core_
.AcceleratorTable_swigregister(AcceleratorTablePtr
)
7851 def GetAccelFromString(*args
, **kwargs
):
7852 """GetAccelFromString(String label) -> AcceleratorEntry"""
7853 return _core_
.GetAccelFromString(*args
, **kwargs
)
7854 #---------------------------------------------------------------------------
7856 class VisualAttributes(object):
7857 """struct containing all the visual attributes of a control"""
7859 return "<%s.%s; proxy of C++ wxVisualAttributes instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
7860 def __init__(self
, *args
, **kwargs
):
7862 __init__(self) -> VisualAttributes
7864 struct containing all the visual attributes of a control
7866 newobj
= _core_
.new_VisualAttributes(*args
, **kwargs
)
7867 self
.this
= newobj
.this
7870 def __del__(self
, destroy
=_core_
.delete_VisualAttributes
):
7873 if self
.thisown
: destroy(self
)
7876 font
= property(_core_
.VisualAttributes_font_get
, _core_
.VisualAttributes_font_set
)
7877 colFg
= property(_core_
.VisualAttributes_colFg_get
, _core_
.VisualAttributes_colFg_set
)
7878 colBg
= property(_core_
.VisualAttributes_colBg_get
, _core_
.VisualAttributes_colBg_set
)
7880 class VisualAttributesPtr(VisualAttributes
):
7881 def __init__(self
, this
):
7883 if not hasattr(self
,"thisown"): self
.thisown
= 0
7884 self
.__class
__ = VisualAttributes
7885 _core_
.VisualAttributes_swigregister(VisualAttributesPtr
)
7886 NullAcceleratorTable
= cvar
.NullAcceleratorTable
7887 PanelNameStr
= cvar
.PanelNameStr
7889 WINDOW_VARIANT_NORMAL
= _core_
.WINDOW_VARIANT_NORMAL
7890 WINDOW_VARIANT_SMALL
= _core_
.WINDOW_VARIANT_SMALL
7891 WINDOW_VARIANT_MINI
= _core_
.WINDOW_VARIANT_MINI
7892 WINDOW_VARIANT_LARGE
= _core_
.WINDOW_VARIANT_LARGE
7893 WINDOW_VARIANT_MAX
= _core_
.WINDOW_VARIANT_MAX
7894 class Window(EvtHandler
):
7896 wx.Window is the base class for all windows and represents any visible
7897 object on the screen. All controls, top level windows and so on are
7898 wx.Windows. Sizers and device contexts are not however, as they don't
7899 appear on screen themselves.
7903 return "<%s.%s; proxy of C++ wxWindow instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
7904 def __init__(self
, *args
, **kwargs
):
7906 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
7907 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> Window
7909 Construct and show a generic Window.
7911 newobj
= _core_
.new_Window(*args
, **kwargs
)
7912 self
.this
= newobj
.this
7915 self
._setOORInfo
(self
)
7917 def Create(*args
, **kwargs
):
7919 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
7920 Size size=DefaultSize, long style=0, String name=PanelNameStr) -> bool
7922 Create the GUI part of the Window for 2-phase creation mode.
7924 return _core_
.Window_Create(*args
, **kwargs
)
7926 def Close(*args
, **kwargs
):
7928 Close(self, bool force=False) -> bool
7930 This function simply generates a EVT_CLOSE event whose handler usually
7931 tries to close the window. It doesn't close the window itself,
7932 however. If force is False (the default) then the window's close
7933 handler will be allowed to veto the destruction of the window.
7935 return _core_
.Window_Close(*args
, **kwargs
)
7937 def Destroy(*args
, **kwargs
):
7939 Destroy(self) -> bool
7941 Destroys the window safely. Frames and dialogs are not destroyed
7942 immediately when this function is called -- they are added to a list
7943 of windows to be deleted on idle time, when all the window's events
7944 have been processed. This prevents problems with events being sent to
7945 non-existent windows.
7947 Returns True if the window has either been successfully deleted, or it
7948 has been added to the list of windows pending real deletion.
7950 return _core_
.Window_Destroy(*args
, **kwargs
)
7952 def DestroyChildren(*args
, **kwargs
):
7954 DestroyChildren(self) -> bool
7956 Destroys all children of a window. Called automatically by the
7959 return _core_
.Window_DestroyChildren(*args
, **kwargs
)
7961 def IsBeingDeleted(*args
, **kwargs
):
7963 IsBeingDeleted(self) -> bool
7965 Is the window in the process of being deleted?
7967 return _core_
.Window_IsBeingDeleted(*args
, **kwargs
)
7969 def SetLabel(*args
, **kwargs
):
7971 SetLabel(self, String label)
7973 Set the text which the window shows in its label if applicable.
7975 return _core_
.Window_SetLabel(*args
, **kwargs
)
7977 def GetLabel(*args
, **kwargs
):
7979 GetLabel(self) -> String
7981 Generic way of getting a label from any window, for identification
7982 purposes. The interpretation of this function differs from class to
7983 class. For frames and dialogs, the value returned is the title. For
7984 buttons or static text controls, it is the button text. This function
7985 can be useful for meta-programs such as testing tools or special-needs
7986 access programs)which need to identify windows by name.
7988 return _core_
.Window_GetLabel(*args
, **kwargs
)
7990 def SetName(*args
, **kwargs
):
7992 SetName(self, String name)
7994 Sets the window's name. The window name is used for ressource setting
7995 in X, it is not the same as the window title/label
7997 return _core_
.Window_SetName(*args
, **kwargs
)
7999 def GetName(*args
, **kwargs
):
8001 GetName(self) -> String
8003 Returns the windows name. This name is not guaranteed to be unique;
8004 it is up to the programmer to supply an appropriate name in the window
8005 constructor or via wx.Window.SetName.
8007 return _core_
.Window_GetName(*args
, **kwargs
)
8009 def SetWindowVariant(*args
, **kwargs
):
8011 SetWindowVariant(self, int variant)
8013 Sets the variant of the window/font size to use for this window, if
8014 the platform supports variants, for example, wxMac.
8016 return _core_
.Window_SetWindowVariant(*args
, **kwargs
)
8018 def GetWindowVariant(*args
, **kwargs
):
8019 """GetWindowVariant(self) -> int"""
8020 return _core_
.Window_GetWindowVariant(*args
, **kwargs
)
8022 def SetId(*args
, **kwargs
):
8024 SetId(self, int winid)
8026 Sets the identifier of the window. Each window has an integer
8027 identifier. If the application has not provided one, an identifier
8028 will be generated. Normally, the identifier should be provided on
8029 creation and should not be modified subsequently.
8031 return _core_
.Window_SetId(*args
, **kwargs
)
8033 def GetId(*args
, **kwargs
):
8037 Returns the identifier of the window. Each window has an integer
8038 identifier. If the application has not provided one (or the default Id
8039 -1 is used) then an unique identifier with a negative value will be
8042 return _core_
.Window_GetId(*args
, **kwargs
)
8044 def NewControlId(*args
, **kwargs
):
8046 NewControlId() -> int
8048 Generate a control id for the controls which were not given one.
8050 return _core_
.Window_NewControlId(*args
, **kwargs
)
8052 NewControlId
= staticmethod(NewControlId
)
8053 def NextControlId(*args
, **kwargs
):
8055 NextControlId(int winid) -> int
8057 Get the id of the control following the one with the given
8060 return _core_
.Window_NextControlId(*args
, **kwargs
)
8062 NextControlId
= staticmethod(NextControlId
)
8063 def PrevControlId(*args
, **kwargs
):
8065 PrevControlId(int winid) -> int
8067 Get the id of the control preceding the one with the given
8070 return _core_
.Window_PrevControlId(*args
, **kwargs
)
8072 PrevControlId
= staticmethod(PrevControlId
)
8073 def SetSize(*args
, **kwargs
):
8075 SetSize(self, Size size)
8077 Sets the size of the window in pixels.
8079 return _core_
.Window_SetSize(*args
, **kwargs
)
8081 def SetDimensions(*args
, **kwargs
):
8083 SetDimensions(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)
8085 Sets the position and size of the window in pixels. The sizeFlags
8086 parameter indicates the interpretation of the other params if they are
8089 ======================== ======================================
8090 wx.SIZE_AUTO A -1 indicates that a class-specific
8091 default should be used.
8092 wx.SIZE_USE_EXISTING Axisting dimensions should be used if
8093 -1 values are supplied.
8094 wxSIZE_ALLOW_MINUS_ONE Allow dimensions of -1 and less to be
8095 interpreted as real dimensions, not
8097 ======================== ======================================
8100 return _core_
.Window_SetDimensions(*args
, **kwargs
)
8102 def SetRect(*args
, **kwargs
):
8104 SetRect(self, Rect rect, int sizeFlags=SIZE_AUTO)
8106 Sets the position and size of the window in pixels using a wx.Rect.
8108 return _core_
.Window_SetRect(*args
, **kwargs
)
8110 def SetSizeWH(*args
, **kwargs
):
8112 SetSizeWH(self, int width, int height)
8114 Sets the size of the window in pixels.
8116 return _core_
.Window_SetSizeWH(*args
, **kwargs
)
8118 def Move(*args
, **kwargs
):
8120 Move(self, Point pt, int flags=SIZE_USE_EXISTING)
8122 Moves the window to the given position.
8124 return _core_
.Window_Move(*args
, **kwargs
)
8127 def MoveXY(*args
, **kwargs
):
8129 MoveXY(self, int x, int y, int flags=SIZE_USE_EXISTING)
8131 Moves the window to the given position.
8133 return _core_
.Window_MoveXY(*args
, **kwargs
)
8135 def SetBestFittingSize(*args
, **kwargs
):
8137 SetBestFittingSize(self, Size size=DefaultSize)
8139 A 'Smart' SetSize that will fill in default size components with the
8140 window's *best size* values. Also set's the minsize for use with sizers.
8142 return _core_
.Window_SetBestFittingSize(*args
, **kwargs
)
8144 def Raise(*args
, **kwargs
):
8148 Raises the window to the top of the window hierarchy if it is a
8149 managed window (dialog or frame).
8151 return _core_
.Window_Raise(*args
, **kwargs
)
8153 def Lower(*args
, **kwargs
):
8157 Lowers the window to the bottom of the window hierarchy if it is a
8158 managed window (dialog or frame).
8160 return _core_
.Window_Lower(*args
, **kwargs
)
8162 def SetClientSize(*args
, **kwargs
):
8164 SetClientSize(self, Size size)
8166 This sets the size of the window client area in pixels. Using this
8167 function to size a window tends to be more device-independent than
8168 wx.Window.SetSize, since the application need not worry about what
8169 dimensions the border or title bar have when trying to fit the window
8170 around panel items, for example.
8172 return _core_
.Window_SetClientSize(*args
, **kwargs
)
8174 def SetClientSizeWH(*args
, **kwargs
):
8176 SetClientSizeWH(self, int width, int height)
8178 This sets the size of the window client area in pixels. Using this
8179 function to size a window tends to be more device-independent than
8180 wx.Window.SetSize, since the application need not worry about what
8181 dimensions the border or title bar have when trying to fit the window
8182 around panel items, for example.
8184 return _core_
.Window_SetClientSizeWH(*args
, **kwargs
)
8186 def SetClientRect(*args
, **kwargs
):
8188 SetClientRect(self, Rect rect)
8190 This sets the size of the window client area in pixels. Using this
8191 function to size a window tends to be more device-independent than
8192 wx.Window.SetSize, since the application need not worry about what
8193 dimensions the border or title bar have when trying to fit the window
8194 around panel items, for example.
8196 return _core_
.Window_SetClientRect(*args
, **kwargs
)
8198 def GetPosition(*args
, **kwargs
):
8200 GetPosition(self) -> Point
8202 Get the window's position.
8204 return _core_
.Window_GetPosition(*args
, **kwargs
)
8206 def GetPositionTuple(*args
, **kwargs
):
8208 GetPositionTuple() -> (x,y)
8210 Get the window's position.
8212 return _core_
.Window_GetPositionTuple(*args
, **kwargs
)
8214 def GetSize(*args
, **kwargs
):
8216 GetSize(self) -> Size
8218 Get the window size.
8220 return _core_
.Window_GetSize(*args
, **kwargs
)
8222 def GetSizeTuple(*args
, **kwargs
):
8224 GetSizeTuple() -> (width, height)
8226 Get the window size.
8228 return _core_
.Window_GetSizeTuple(*args
, **kwargs
)
8230 def GetRect(*args
, **kwargs
):
8232 GetRect(self) -> Rect
8234 Returns the size and position of the window as a wx.Rect object.
8236 return _core_
.Window_GetRect(*args
, **kwargs
)
8238 def GetClientSize(*args
, **kwargs
):
8240 GetClientSize(self) -> Size
8242 This gets the size of the window's 'client area' in pixels. The client
8243 area is the area which may be drawn on by the programmer, excluding
8244 title bar, border, scrollbars, etc.
8246 return _core_
.Window_GetClientSize(*args
, **kwargs
)
8248 def GetClientSizeTuple(*args
, **kwargs
):
8250 GetClientSizeTuple() -> (width, height)
8252 This gets the size of the window's 'client area' in pixels. The client
8253 area is the area which may be drawn on by the programmer, excluding
8254 title bar, border, scrollbars, etc.
8256 return _core_
.Window_GetClientSizeTuple(*args
, **kwargs
)
8258 def GetClientAreaOrigin(*args
, **kwargs
):
8260 GetClientAreaOrigin(self) -> Point
8262 Get the origin of the client area of the window relative to the
8263 window's top left corner (the client area may be shifted because of
8264 the borders, scrollbars, other decorations...)
8266 return _core_
.Window_GetClientAreaOrigin(*args
, **kwargs
)
8268 def GetClientRect(*args
, **kwargs
):
8270 GetClientRect(self) -> Rect
8272 Get the client area position and size as a `wx.Rect` object.
8274 return _core_
.Window_GetClientRect(*args
, **kwargs
)
8276 def GetBestSize(*args
, **kwargs
):
8278 GetBestSize(self) -> Size
8280 This function returns the best acceptable minimal size for the
8281 window, if applicable. For example, for a static text control, it will
8282 be the minimal size such that the control label is not truncated. For
8283 windows containing subwindows (suzh aswx.Panel), the size returned by
8284 this function will be the same as the size the window would have had
8287 return _core_
.Window_GetBestSize(*args
, **kwargs
)
8289 def GetBestSizeTuple(*args
, **kwargs
):
8291 GetBestSizeTuple() -> (width, height)
8293 This function returns the best acceptable minimal size for the
8294 window, if applicable. For example, for a static text control, it will
8295 be the minimal size such that the control label is not truncated. For
8296 windows containing subwindows (suzh aswx.Panel), the size returned by
8297 this function will be the same as the size the window would have had
8300 return _core_
.Window_GetBestSizeTuple(*args
, **kwargs
)
8302 def InvalidateBestSize(*args
, **kwargs
):
8304 InvalidateBestSize(self)
8306 Reset the cached best size value so it will be recalculated the next
8309 return _core_
.Window_InvalidateBestSize(*args
, **kwargs
)
8311 def CacheBestSize(*args
, **kwargs
):
8313 CacheBestSize(self, Size size)
8315 Cache the best size so it doesn't need to be calculated again, (at least until
8316 some properties of the window change.)
8318 return _core_
.Window_CacheBestSize(*args
, **kwargs
)
8320 def GetBestFittingSize(*args
, **kwargs
):
8322 GetBestFittingSize(self) -> Size
8324 This function will merge the window's best size into the window's
8325 minimum size, giving priority to the min size components, and returns
8329 return _core_
.Window_GetBestFittingSize(*args
, **kwargs
)
8331 def GetAdjustedBestSize(*args
, **kwargs
):
8333 GetAdjustedBestSize(self) -> Size
8335 This method is similar to GetBestSize, except in one
8336 thing. GetBestSize should return the minimum untruncated size of the
8337 window, while this method will return the largest of BestSize and any
8338 user specified minimum size. ie. it is the minimum size the window
8339 should currently be drawn at, not the minimal size it can possibly
8342 return _core_
.Window_GetAdjustedBestSize(*args
, **kwargs
)
8344 def Center(*args
, **kwargs
):
8346 Center(self, int direction=BOTH)
8348 Centers the window. The parameter specifies the direction for
8349 cetering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may
8350 also include wx.CENTER_ON_SCREEN flag if you want to center the window
8351 on the entire screen and not on its parent window. If it is a
8352 top-level window and has no parent then it will always be centered
8353 relative to the screen.
8355 return _core_
.Window_Center(*args
, **kwargs
)
8358 def CenterOnScreen(*args
, **kwargs
):
8360 CenterOnScreen(self, int dir=BOTH)
8362 Center on screen (only works for top level windows)
8364 return _core_
.Window_CenterOnScreen(*args
, **kwargs
)
8366 CentreOnScreen
= CenterOnScreen
8367 def CenterOnParent(*args
, **kwargs
):
8369 CenterOnParent(self, int dir=BOTH)
8371 Center with respect to the the parent window
8373 return _core_
.Window_CenterOnParent(*args
, **kwargs
)
8375 CentreOnParent
= CenterOnParent
8376 def Fit(*args
, **kwargs
):
8380 Sizes the window so that it fits around its subwindows. This function
8381 won't do anything if there are no subwindows and will only really work
8382 correctly if sizers are used for the subwindows layout. Also, if the
8383 window has exactly one subwindow it is better (faster and the result
8384 is more precise as Fit adds some margin to account for fuzziness of
8385 its calculations) to call window.SetClientSize(child.GetSize())
8386 instead of calling Fit.
8388 return _core_
.Window_Fit(*args
, **kwargs
)
8390 def FitInside(*args
, **kwargs
):
8394 Similar to Fit, but sizes the interior (virtual) size of a
8395 window. Mainly useful with scrolled windows to reset scrollbars after
8396 sizing changes that do not trigger a size event, and/or scrolled
8397 windows without an interior sizer. This function similarly won't do
8398 anything if there are no subwindows.
8400 return _core_
.Window_FitInside(*args
, **kwargs
)
8402 def SetSizeHints(*args
, **kwargs
):
8404 SetSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1,
8407 Allows specification of minimum and maximum window sizes, and window
8408 size increments. If a pair of values is not set (or set to -1), the
8409 default values will be used. If this function is called, the user
8410 will not be able to size the window outside the given bounds (if it is
8411 a top-level window.) Sizers will also inspect the minimum window size
8412 and will use that value if set when calculating layout.
8414 The resizing increments are only significant under Motif or Xt.
8416 return _core_
.Window_SetSizeHints(*args
, **kwargs
)
8418 def SetSizeHintsSz(*args
, **kwargs
):
8420 SetSizeHintsSz(self, Size minSize, Size maxSize=DefaultSize, Size incSize=DefaultSize)
8422 Allows specification of minimum and maximum window sizes, and window
8423 size increments. If a pair of values is not set (or set to -1), the
8424 default values will be used. If this function is called, the user
8425 will not be able to size the window outside the given bounds (if it is
8426 a top-level window.) Sizers will also inspect the minimum window size
8427 and will use that value if set when calculating layout.
8429 The resizing increments are only significant under Motif or Xt.
8431 return _core_
.Window_SetSizeHintsSz(*args
, **kwargs
)
8433 def SetVirtualSizeHints(*args
, **kwargs
):
8435 SetVirtualSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1)
8437 Allows specification of minimum and maximum virtual window sizes. If a
8438 pair of values is not set (or set to -1), the default values will be
8439 used. If this function is called, the user will not be able to size
8440 the virtual area of the window outside the given bounds.
8442 return _core_
.Window_SetVirtualSizeHints(*args
, **kwargs
)
8444 def SetVirtualSizeHintsSz(*args
, **kwargs
):
8446 SetVirtualSizeHintsSz(self, Size minSize, Size maxSize=DefaultSize)
8448 Allows specification of minimum and maximum virtual window sizes. If a
8449 pair of values is not set (or set to -1), the default values will be
8450 used. If this function is called, the user will not be able to size
8451 the virtual area of the window outside the given bounds.
8453 return _core_
.Window_SetVirtualSizeHintsSz(*args
, **kwargs
)
8455 def GetMaxSize(*args
, **kwargs
):
8456 """GetMaxSize(self) -> Size"""
8457 return _core_
.Window_GetMaxSize(*args
, **kwargs
)
8459 def GetMinSize(*args
, **kwargs
):
8460 """GetMinSize(self) -> Size"""
8461 return _core_
.Window_GetMinSize(*args
, **kwargs
)
8463 def SetMinSize(*args
, **kwargs
):
8465 SetMinSize(self, Size minSize)
8467 A more convenient method than `SetSizeHints` for setting just the
8470 return _core_
.Window_SetMinSize(*args
, **kwargs
)
8472 def SetMaxSize(*args
, **kwargs
):
8474 SetMaxSize(self, Size maxSize)
8476 A more convenient method than `SetSizeHints` for setting just the
8479 return _core_
.Window_SetMaxSize(*args
, **kwargs
)
8481 def GetMinWidth(*args
, **kwargs
):
8482 """GetMinWidth(self) -> int"""
8483 return _core_
.Window_GetMinWidth(*args
, **kwargs
)
8485 def GetMinHeight(*args
, **kwargs
):
8486 """GetMinHeight(self) -> int"""
8487 return _core_
.Window_GetMinHeight(*args
, **kwargs
)
8489 def GetMaxWidth(*args
, **kwargs
):
8490 """GetMaxWidth(self) -> int"""
8491 return _core_
.Window_GetMaxWidth(*args
, **kwargs
)
8493 def GetMaxHeight(*args
, **kwargs
):
8494 """GetMaxHeight(self) -> int"""
8495 return _core_
.Window_GetMaxHeight(*args
, **kwargs
)
8497 def SetVirtualSize(*args
, **kwargs
):
8499 SetVirtualSize(self, Size size)
8501 Set the the virtual size of a window in pixels. For most windows this
8502 is just the client area of the window, but for some like scrolled
8503 windows it is more or less independent of the screen window size.
8505 return _core_
.Window_SetVirtualSize(*args
, **kwargs
)
8507 def SetVirtualSizeWH(*args
, **kwargs
):
8509 SetVirtualSizeWH(self, int w, int h)
8511 Set the the virtual size of a window in pixels. For most windows this
8512 is just the client area of the window, but for some like scrolled
8513 windows it is more or less independent of the screen window size.
8515 return _core_
.Window_SetVirtualSizeWH(*args
, **kwargs
)
8517 def GetVirtualSize(*args
, **kwargs
):
8519 GetVirtualSize(self) -> Size
8521 Get the the virtual size of the window in pixels. For most windows
8522 this is just the client area of the window, but for some like scrolled
8523 windows it is more or less independent of the screen window size.
8525 return _core_
.Window_GetVirtualSize(*args
, **kwargs
)
8527 def GetVirtualSizeTuple(*args
, **kwargs
):
8529 GetVirtualSizeTuple() -> (width, height)
8531 Get the the virtual size of the window in pixels. For most windows
8532 this is just the client area of the window, but for some like scrolled
8533 windows it is more or less independent of the screen window size.
8535 return _core_
.Window_GetVirtualSizeTuple(*args
, **kwargs
)
8537 def GetBestVirtualSize(*args
, **kwargs
):
8539 GetBestVirtualSize(self) -> Size
8541 Return the largest of ClientSize and BestSize (as determined by a
8542 sizer, interior children, or other means)
8544 return _core_
.Window_GetBestVirtualSize(*args
, **kwargs
)
8546 def Show(*args
, **kwargs
):
8548 Show(self, bool show=True) -> bool
8550 Shows or hides the window. You may need to call Raise for a top level
8551 window if you want to bring it to top, although this is not needed if
8552 Show is called immediately after the frame creation. Returns True if
8553 the window has been shown or hidden or False if nothing was done
8554 because it already was in the requested state.
8556 return _core_
.Window_Show(*args
, **kwargs
)
8558 def Hide(*args
, **kwargs
):
8562 Equivalent to calling Show(False).
8564 return _core_
.Window_Hide(*args
, **kwargs
)
8566 def Enable(*args
, **kwargs
):
8568 Enable(self, bool enable=True) -> bool
8570 Enable or disable the window for user input. Note that when a parent
8571 window is disabled, all of its children are disabled as well and they
8572 are reenabled again when the parent is. Returns true if the window
8573 has been enabled or disabled, false if nothing was done, i.e. if the
8574 window had already been in the specified state.
8576 return _core_
.Window_Enable(*args
, **kwargs
)
8578 def Disable(*args
, **kwargs
):
8580 Disable(self) -> bool
8582 Disables the window, same as Enable(false).
8584 return _core_
.Window_Disable(*args
, **kwargs
)
8586 def IsShown(*args
, **kwargs
):
8588 IsShown(self) -> bool
8590 Returns true if the window is shown, false if it has been hidden.
8592 return _core_
.Window_IsShown(*args
, **kwargs
)
8594 def IsEnabled(*args
, **kwargs
):
8596 IsEnabled(self) -> bool
8598 Returns true if the window is enabled for input, false otherwise.
8600 return _core_
.Window_IsEnabled(*args
, **kwargs
)
8602 def SetWindowStyleFlag(*args
, **kwargs
):
8604 SetWindowStyleFlag(self, long style)
8606 Sets the style of the window. Please note that some styles cannot be
8607 changed after the window creation and that Refresh() might need to be
8608 called after changing the others for the change to take place
8611 return _core_
.Window_SetWindowStyleFlag(*args
, **kwargs
)
8613 def GetWindowStyleFlag(*args
, **kwargs
):
8615 GetWindowStyleFlag(self) -> long
8617 Gets the window style that was passed to the constructor or Create
8620 return _core_
.Window_GetWindowStyleFlag(*args
, **kwargs
)
8622 SetWindowStyle
= SetWindowStyleFlag
; GetWindowStyle
= GetWindowStyleFlag
8623 def HasFlag(*args
, **kwargs
):
8625 HasFlag(self, int flag) -> bool
8627 Test if the given style is set for this window.
8629 return _core_
.Window_HasFlag(*args
, **kwargs
)
8631 def IsRetained(*args
, **kwargs
):
8633 IsRetained(self) -> bool
8635 Returns true if the window is retained, false otherwise. Retained
8636 windows are only available on X platforms.
8638 return _core_
.Window_IsRetained(*args
, **kwargs
)
8640 def SetExtraStyle(*args
, **kwargs
):
8642 SetExtraStyle(self, long exStyle)
8644 Sets the extra style bits for the window. Extra styles are the less
8645 often used style bits which can't be set with the constructor or with
8646 SetWindowStyleFlag()
8648 return _core_
.Window_SetExtraStyle(*args
, **kwargs
)
8650 def GetExtraStyle(*args
, **kwargs
):
8652 GetExtraStyle(self) -> long
8654 Returns the extra style bits for the window.
8656 return _core_
.Window_GetExtraStyle(*args
, **kwargs
)
8658 def MakeModal(*args
, **kwargs
):
8660 MakeModal(self, bool modal=True)
8662 Disables all other windows in the application so that the user can
8663 only interact with this window. Passing False will reverse this
8666 return _core_
.Window_MakeModal(*args
, **kwargs
)
8668 def SetThemeEnabled(*args
, **kwargs
):
8670 SetThemeEnabled(self, bool enableTheme)
8672 This function tells a window if it should use the system's "theme"
8673 code to draw the windows' background instead if its own background
8674 drawing code. This will only have an effect on platforms that support
8675 the notion of themes in user defined windows. One such platform is
8676 GTK+ where windows can have (very colourful) backgrounds defined by a
8677 user's selected theme.
8679 Dialogs, notebook pages and the status bar have this flag set to true
8680 by default so that the default look and feel is simulated best.
8682 return _core_
.Window_SetThemeEnabled(*args
, **kwargs
)
8684 def GetThemeEnabled(*args
, **kwargs
):
8686 GetThemeEnabled(self) -> bool
8688 Return the themeEnabled flag.
8690 return _core_
.Window_GetThemeEnabled(*args
, **kwargs
)
8692 def SetFocus(*args
, **kwargs
):
8696 Set's the focus to this window, allowing it to receive keyboard input.
8698 return _core_
.Window_SetFocus(*args
, **kwargs
)
8700 def SetFocusFromKbd(*args
, **kwargs
):
8702 SetFocusFromKbd(self)
8704 Set focus to this window as the result of a keyboard action. Normally
8705 only called internally.
8707 return _core_
.Window_SetFocusFromKbd(*args
, **kwargs
)
8709 def FindFocus(*args
, **kwargs
):
8711 FindFocus() -> Window
8713 Returns the window or control that currently has the keyboard focus,
8716 return _core_
.Window_FindFocus(*args
, **kwargs
)
8718 FindFocus
= staticmethod(FindFocus
)
8719 def AcceptsFocus(*args
, **kwargs
):
8721 AcceptsFocus(self) -> bool
8723 Can this window have focus?
8725 return _core_
.Window_AcceptsFocus(*args
, **kwargs
)
8727 def AcceptsFocusFromKeyboard(*args
, **kwargs
):
8729 AcceptsFocusFromKeyboard(self) -> bool
8731 Can this window be given focus by keyboard navigation? if not, the
8732 only way to give it focus (provided it accepts it at all) is to click
8735 return _core_
.Window_AcceptsFocusFromKeyboard(*args
, **kwargs
)
8737 def GetDefaultItem(*args
, **kwargs
):
8739 GetDefaultItem(self) -> Window
8741 Get the default child of this parent, i.e. the one which is activated
8742 by pressing <Enter> such as the OK button on a wx.Dialog.
8744 return _core_
.Window_GetDefaultItem(*args
, **kwargs
)
8746 def SetDefaultItem(*args
, **kwargs
):
8748 SetDefaultItem(self, Window child) -> Window
8750 Set this child as default, return the old default.
8752 return _core_
.Window_SetDefaultItem(*args
, **kwargs
)
8754 def SetTmpDefaultItem(*args
, **kwargs
):
8756 SetTmpDefaultItem(self, Window win)
8758 Set this child as temporary default
8760 return _core_
.Window_SetTmpDefaultItem(*args
, **kwargs
)
8762 def Navigate(*args
, **kwargs
):
8764 Navigate(self, int flags=NavigationKeyEvent.IsForward) -> bool
8766 Does keyboard navigation from this window to another, by sending a
8767 `wx.NavigationKeyEvent`.
8769 return _core_
.Window_Navigate(*args
, **kwargs
)
8771 def MoveAfterInTabOrder(*args
, **kwargs
):
8773 MoveAfterInTabOrder(self, Window win)
8775 Moves this window in the tab navigation order after the specified
8776 sibling window. This means that when the user presses the TAB key on
8777 that other window, the focus switches to this window.
8779 The default tab order is the same as creation order. This function
8780 and `MoveBeforeInTabOrder` allow to change it after creating all the
8784 return _core_
.Window_MoveAfterInTabOrder(*args
, **kwargs
)
8786 def MoveBeforeInTabOrder(*args
, **kwargs
):
8788 MoveBeforeInTabOrder(self, Window win)
8790 Same as `MoveAfterInTabOrder` except that it inserts this window just
8791 before win instead of putting it right after it.
8793 return _core_
.Window_MoveBeforeInTabOrder(*args
, **kwargs
)
8795 def GetChildren(*args
, **kwargs
):
8797 GetChildren(self) -> PyObject
8799 Returns a list of the window's children. NOTE: Currently this is a
8800 copy of the child window list maintained by the window, so the return
8801 value of this function is only valid as long as the window's children
8804 return _core_
.Window_GetChildren(*args
, **kwargs
)
8806 def GetParent(*args
, **kwargs
):
8808 GetParent(self) -> Window
8810 Returns the parent window of this window, or None if there isn't one.
8812 return _core_
.Window_GetParent(*args
, **kwargs
)
8814 def GetGrandParent(*args
, **kwargs
):
8816 GetGrandParent(self) -> Window
8818 Returns the parent of the parent of this window, or None if there
8821 return _core_
.Window_GetGrandParent(*args
, **kwargs
)
8823 def IsTopLevel(*args
, **kwargs
):
8825 IsTopLevel(self) -> bool
8827 Returns true if the given window is a top-level one. Currently all
8828 frames and dialogs are always considered to be top-level windows (even
8829 if they have a parent window).
8831 return _core_
.Window_IsTopLevel(*args
, **kwargs
)
8833 def Reparent(*args
, **kwargs
):
8835 Reparent(self, Window newParent) -> bool
8837 Reparents the window, i.e the window will be removed from its current
8838 parent window (e.g. a non-standard toolbar in a wxFrame) and then
8839 re-inserted into another. Available on Windows and GTK. Returns True
8840 if the parent was changed, False otherwise (error or newParent ==
8843 return _core_
.Window_Reparent(*args
, **kwargs
)
8845 def AddChild(*args
, **kwargs
):
8847 AddChild(self, Window child)
8849 Adds a child window. This is called automatically by window creation
8850 functions so should not be required by the application programmer.
8852 return _core_
.Window_AddChild(*args
, **kwargs
)
8854 def RemoveChild(*args
, **kwargs
):
8856 RemoveChild(self, Window child)
8858 Removes a child window. This is called automatically by window
8859 deletion functions so should not be required by the application
8862 return _core_
.Window_RemoveChild(*args
, **kwargs
)
8864 def FindWindowById(*args
, **kwargs
):
8866 FindWindowById(self, long winid) -> Window
8868 Find a chld of this window by window ID
8870 return _core_
.Window_FindWindowById(*args
, **kwargs
)
8872 def FindWindowByName(*args
, **kwargs
):
8874 FindWindowByName(self, String name) -> Window
8876 Find a child of this window by name
8878 return _core_
.Window_FindWindowByName(*args
, **kwargs
)
8880 def GetEventHandler(*args
, **kwargs
):
8882 GetEventHandler(self) -> EvtHandler
8884 Returns the event handler for this window. By default, the window is
8885 its own event handler.
8887 return _core_
.Window_GetEventHandler(*args
, **kwargs
)
8889 def SetEventHandler(*args
, **kwargs
):
8891 SetEventHandler(self, EvtHandler handler)
8893 Sets the event handler for this window. An event handler is an object
8894 that is capable of processing the events sent to a window. By default,
8895 the window is its own event handler, but an application may wish to
8896 substitute another, for example to allow central implementation of
8897 event-handling for a variety of different window classes.
8899 It is usually better to use `wx.Window.PushEventHandler` since this sets
8900 up a chain of event handlers, where an event not handled by one event
8901 handler is handed to the next one in the chain.
8903 return _core_
.Window_SetEventHandler(*args
, **kwargs
)
8905 def PushEventHandler(*args
, **kwargs
):
8907 PushEventHandler(self, EvtHandler handler)
8909 Pushes this event handler onto the event handler stack for the window.
8910 An event handler is an object that is capable of processing the events
8911 sent to a window. By default, the window is its own event handler, but
8912 an application may wish to substitute another, for example to allow
8913 central implementation of event-handling for a variety of different
8916 wx.Window.PushEventHandler allows an application to set up a chain of
8917 event handlers, where an event not handled by one event handler is
8918 handed to the next one in the chain. Use `wx.Window.PopEventHandler` to
8919 remove the event handler.
8921 return _core_
.Window_PushEventHandler(*args
, **kwargs
)
8923 def PopEventHandler(*args
, **kwargs
):
8925 PopEventHandler(self, bool deleteHandler=False) -> EvtHandler
8927 Removes and returns the top-most event handler on the event handler
8928 stack. If deleteHandler is True then the wx.EvtHandler object will be
8929 destroyed after it is popped.
8931 return _core_
.Window_PopEventHandler(*args
, **kwargs
)
8933 def RemoveEventHandler(*args
, **kwargs
):
8935 RemoveEventHandler(self, EvtHandler handler) -> bool
8937 Find the given handler in the event handler chain and remove (but not
8938 delete) it from the event handler chain, return True if it was found
8939 and False otherwise (this also results in an assert failure so this
8940 function should only be called when the handler is supposed to be
8943 return _core_
.Window_RemoveEventHandler(*args
, **kwargs
)
8945 def SetValidator(*args
, **kwargs
):
8947 SetValidator(self, Validator validator)
8949 Deletes the current validator (if any) and sets the window validator,
8950 having called wx.Validator.Clone to create a new validator of this
8953 return _core_
.Window_SetValidator(*args
, **kwargs
)
8955 def GetValidator(*args
, **kwargs
):
8957 GetValidator(self) -> Validator
8959 Returns a pointer to the current validator for the window, or None if
8962 return _core_
.Window_GetValidator(*args
, **kwargs
)
8964 def Validate(*args
, **kwargs
):
8966 Validate(self) -> bool
8968 Validates the current values of the child controls using their
8969 validators. If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra
8970 style flag set, the method will also call Validate() of all child
8971 windows. Returns false if any of the validations failed.
8973 return _core_
.Window_Validate(*args
, **kwargs
)
8975 def TransferDataToWindow(*args
, **kwargs
):
8977 TransferDataToWindow(self) -> bool
8979 Transfers values to child controls from data areas specified by their
8980 validators. If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra
8981 style flag set, the method will also call TransferDataToWindow() of
8984 return _core_
.Window_TransferDataToWindow(*args
, **kwargs
)
8986 def TransferDataFromWindow(*args
, **kwargs
):
8988 TransferDataFromWindow(self) -> bool
8990 Transfers values from child controls to data areas specified by their
8991 validators. Returns false if a transfer failed. If the window has
8992 wx.WS_EX_VALIDATE_RECURSIVELY extra style flag set, the method will
8993 also call TransferDataFromWindow() of all child windows.
8995 return _core_
.Window_TransferDataFromWindow(*args
, **kwargs
)
8997 def InitDialog(*args
, **kwargs
):
9001 Sends an EVT_INIT_DIALOG event, whose handler usually transfers data
9002 to the dialog via validators.
9004 return _core_
.Window_InitDialog(*args
, **kwargs
)
9006 def SetAcceleratorTable(*args
, **kwargs
):
9008 SetAcceleratorTable(self, AcceleratorTable accel)
9010 Sets the accelerator table for this window.
9012 return _core_
.Window_SetAcceleratorTable(*args
, **kwargs
)
9014 def GetAcceleratorTable(*args
, **kwargs
):
9016 GetAcceleratorTable(self) -> AcceleratorTable
9018 Gets the accelerator table for this window.
9020 return _core_
.Window_GetAcceleratorTable(*args
, **kwargs
)
9022 def RegisterHotKey(*args
, **kwargs
):
9024 RegisterHotKey(self, int hotkeyId, int modifiers, int keycode) -> bool
9026 Registers a system wide hotkey. Every time the user presses the hotkey
9027 registered here, this window will receive a hotkey event. It will
9028 receive the event even if the application is in the background and
9029 does not have the input focus because the user is working with some
9030 other application. To bind an event handler function to this hotkey
9031 use EVT_HOTKEY with an id equal to hotkeyId. Returns True if the
9032 hotkey was registered successfully.
9034 return _core_
.Window_RegisterHotKey(*args
, **kwargs
)
9036 def UnregisterHotKey(*args
, **kwargs
):
9038 UnregisterHotKey(self, int hotkeyId) -> bool
9040 Unregisters a system wide hotkey.
9042 return _core_
.Window_UnregisterHotKey(*args
, **kwargs
)
9044 def ConvertDialogPointToPixels(*args
, **kwargs
):
9046 ConvertDialogPointToPixels(self, Point pt) -> Point
9048 Converts a point or size from dialog units to pixels. Dialog units
9049 are used for maintaining a dialog's proportions even if the font
9050 changes. For the x dimension, the dialog units are multiplied by the
9051 average character width and then divided by 4. For the y dimension,
9052 the dialog units are multiplied by the average character height and
9055 return _core_
.Window_ConvertDialogPointToPixels(*args
, **kwargs
)
9057 def ConvertDialogSizeToPixels(*args
, **kwargs
):
9059 ConvertDialogSizeToPixels(self, Size sz) -> Size
9061 Converts a point or size from dialog units to pixels. Dialog units
9062 are used for maintaining a dialog's proportions even if the font
9063 changes. For the x dimension, the dialog units are multiplied by the
9064 average character width and then divided by 4. For the y dimension,
9065 the dialog units are multiplied by the average character height and
9068 return _core_
.Window_ConvertDialogSizeToPixels(*args
, **kwargs
)
9070 def DLG_PNT(*args
, **kwargs
):
9072 DLG_PNT(self, Point pt) -> Point
9074 Converts a point or size from dialog units to pixels. Dialog units
9075 are used for maintaining a dialog's proportions even if the font
9076 changes. For the x dimension, the dialog units are multiplied by the
9077 average character width and then divided by 4. For the y dimension,
9078 the dialog units are multiplied by the average character height and
9081 return _core_
.Window_DLG_PNT(*args
, **kwargs
)
9083 def DLG_SZE(*args
, **kwargs
):
9085 DLG_SZE(self, Size sz) -> Size
9087 Converts a point or size from dialog units to pixels. Dialog units
9088 are used for maintaining a dialog's proportions even if the font
9089 changes. For the x dimension, the dialog units are multiplied by the
9090 average character width and then divided by 4. For the y dimension,
9091 the dialog units are multiplied by the average character height and
9094 return _core_
.Window_DLG_SZE(*args
, **kwargs
)
9096 def ConvertPixelPointToDialog(*args
, **kwargs
):
9097 """ConvertPixelPointToDialog(self, Point pt) -> Point"""
9098 return _core_
.Window_ConvertPixelPointToDialog(*args
, **kwargs
)
9100 def ConvertPixelSizeToDialog(*args
, **kwargs
):
9101 """ConvertPixelSizeToDialog(self, Size sz) -> Size"""
9102 return _core_
.Window_ConvertPixelSizeToDialog(*args
, **kwargs
)
9104 def WarpPointer(*args
, **kwargs
):
9106 WarpPointer(self, int x, int y)
9108 Moves the pointer to the given position on the window.
9110 NOTE: This function is not supported under Mac because Apple Human
9111 Interface Guidelines forbid moving the mouse cursor programmatically.
9113 return _core_
.Window_WarpPointer(*args
, **kwargs
)
9115 def CaptureMouse(*args
, **kwargs
):
9119 Directs all mouse input to this window. Call wx.Window.ReleaseMouse to
9120 release the capture.
9122 Note that wxWindows maintains the stack of windows having captured the
9123 mouse and when the mouse is released the capture returns to the window
9124 which had had captured it previously and it is only really released if
9125 there were no previous window. In particular, this means that you must
9126 release the mouse as many times as you capture it.
9128 return _core_
.Window_CaptureMouse(*args
, **kwargs
)
9130 def ReleaseMouse(*args
, **kwargs
):
9134 Releases mouse input captured with wx.Window.CaptureMouse.
9136 return _core_
.Window_ReleaseMouse(*args
, **kwargs
)
9138 def GetCapture(*args
, **kwargs
):
9140 GetCapture() -> Window
9142 Returns the window which currently captures the mouse or None
9144 return _core_
.Window_GetCapture(*args
, **kwargs
)
9146 GetCapture
= staticmethod(GetCapture
)
9147 def HasCapture(*args
, **kwargs
):
9149 HasCapture(self) -> bool
9151 Returns true if this window has the current mouse capture.
9153 return _core_
.Window_HasCapture(*args
, **kwargs
)
9155 def Refresh(*args
, **kwargs
):
9157 Refresh(self, bool eraseBackground=True, Rect rect=None)
9159 Mark the specified rectangle (or the whole window) as "dirty" so it
9160 will be repainted. Causes an EVT_PAINT event to be generated and sent
9163 return _core_
.Window_Refresh(*args
, **kwargs
)
9165 def RefreshRect(*args
, **kwargs
):
9167 RefreshRect(self, Rect rect, bool eraseBackground=True)
9169 Redraws the contents of the given rectangle: the area inside it will
9170 be repainted. This is the same as Refresh but has a nicer syntax.
9172 return _core_
.Window_RefreshRect(*args
, **kwargs
)
9174 def Update(*args
, **kwargs
):
9178 Calling this method immediately repaints the invalidated area of the
9179 window instead of waiting for the EVT_PAINT event to happen, (normally
9180 this would usually only happen when the flow of control returns to the
9181 event loop.) Notice that this function doesn't refresh the window and
9182 does nothing if the window has been already repainted. Use Refresh
9183 first if you want to immediately redraw the window (or some portion of
9184 it) unconditionally.
9186 return _core_
.Window_Update(*args
, **kwargs
)
9188 def ClearBackground(*args
, **kwargs
):
9190 ClearBackground(self)
9192 Clears the window by filling it with the current background
9193 colour. Does not cause an erase background event to be generated.
9195 return _core_
.Window_ClearBackground(*args
, **kwargs
)
9197 def Freeze(*args
, **kwargs
):
9201 Freezes the window or, in other words, prevents any updates from
9202 taking place on screen, the window is not redrawn at all. Thaw must be
9203 called to reenable window redrawing. Calls to Freeze/Thaw may be
9204 nested, with the actual Thaw being delayed until all the nesting has
9207 This method is useful for visual appearance optimization (for example,
9208 it is a good idea to use it before inserting large amount of text into
9209 a wxTextCtrl under wxGTK) but is not implemented on all platforms nor
9210 for all controls so it is mostly just a hint to wxWindows and not a
9211 mandatory directive.
9213 return _core_
.Window_Freeze(*args
, **kwargs
)
9215 def Thaw(*args
, **kwargs
):
9219 Reenables window updating after a previous call to Freeze. Calls to
9220 Freeze/Thaw may be nested, so Thaw must be called the same number of
9221 times that Freeze was before the window will be updated.
9223 return _core_
.Window_Thaw(*args
, **kwargs
)
9225 def PrepareDC(*args
, **kwargs
):
9227 PrepareDC(self, DC dc)
9229 Call this function to prepare the device context for drawing a
9230 scrolled image. It sets the device origin according to the current
9233 return _core_
.Window_PrepareDC(*args
, **kwargs
)
9235 def GetUpdateRegion(*args
, **kwargs
):
9237 GetUpdateRegion(self) -> Region
9239 Returns the region specifying which parts of the window have been
9240 damaged. Should only be called within an EVT_PAINT handler.
9242 return _core_
.Window_GetUpdateRegion(*args
, **kwargs
)
9244 def GetUpdateClientRect(*args
, **kwargs
):
9246 GetUpdateClientRect(self) -> Rect
9248 Get the update rectangle region bounding box in client coords.
9250 return _core_
.Window_GetUpdateClientRect(*args
, **kwargs
)
9252 def IsExposed(*args
, **kwargs
):
9254 IsExposed(self, int x, int y, int w=1, int h=1) -> bool
9256 Returns true if the given point or rectangle area has been exposed
9257 since the last repaint. Call this in an paint event handler to
9258 optimize redrawing by only redrawing those areas, which have been
9261 return _core_
.Window_IsExposed(*args
, **kwargs
)
9263 def IsExposedPoint(*args
, **kwargs
):
9265 IsExposedPoint(self, Point pt) -> bool
9267 Returns true if the given point or rectangle area has been exposed
9268 since the last repaint. Call this in an paint event handler to
9269 optimize redrawing by only redrawing those areas, which have been
9272 return _core_
.Window_IsExposedPoint(*args
, **kwargs
)
9274 def IsExposedRect(*args
, **kwargs
):
9276 IsExposedRect(self, Rect rect) -> bool
9278 Returns true if the given point or rectangle area has been exposed
9279 since the last repaint. Call this in an paint event handler to
9280 optimize redrawing by only redrawing those areas, which have been
9283 return _core_
.Window_IsExposedRect(*args
, **kwargs
)
9285 def GetDefaultAttributes(*args
, **kwargs
):
9287 GetDefaultAttributes(self) -> VisualAttributes
9289 Get the default attributes for an instance of this class. This is
9290 useful if you want to use the same font or colour in your own control
9291 as in a standard control -- which is a much better idea than hard
9292 coding specific colours or fonts which might look completely out of
9293 place on the user's system, especially if it uses themes.
9295 return _core_
.Window_GetDefaultAttributes(*args
, **kwargs
)
9297 def GetClassDefaultAttributes(*args
, **kwargs
):
9299 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
9301 Get the default attributes for this class. This is useful if you want
9302 to use the same font or colour in your own control as in a standard
9303 control -- which is a much better idea than hard coding specific
9304 colours or fonts which might look completely out of place on the
9305 user's system, especially if it uses themes.
9307 The variant parameter is only relevant under Mac currently and is
9308 ignore under other platforms. Under Mac, it will change the size of
9309 the returned font. See `wx.Window.SetWindowVariant` for more about
9312 return _core_
.Window_GetClassDefaultAttributes(*args
, **kwargs
)
9314 GetClassDefaultAttributes
= staticmethod(GetClassDefaultAttributes
)
9315 def SetBackgroundColour(*args
, **kwargs
):
9317 SetBackgroundColour(self, Colour colour) -> bool
9319 Sets the background colour of the window. Returns True if the colour
9320 was changed. The background colour is usually painted by the default
9321 EVT_ERASE_BACKGROUND event handler function under Windows and
9322 automatically under GTK. Using `wx.NullColour` will reset the window
9323 to the default background colour.
9325 Note that setting the background colour may not cause an immediate
9326 refresh, so you may wish to call `ClearBackground` or `Refresh` after
9327 calling this function.
9329 Using this function will disable attempts to use themes for this
9330 window, if the system supports them. Use with care since usually the
9331 themes represent the appearance chosen by the user to be used for all
9332 applications on the system.
9334 return _core_
.Window_SetBackgroundColour(*args
, **kwargs
)
9336 def SetOwnBackgroundColour(*args
, **kwargs
):
9337 """SetOwnBackgroundColour(self, Colour colour)"""
9338 return _core_
.Window_SetOwnBackgroundColour(*args
, **kwargs
)
9340 def SetForegroundColour(*args
, **kwargs
):
9342 SetForegroundColour(self, Colour colour) -> bool
9344 Sets the foreground colour of the window. Returns True is the colour
9345 was changed. The interpretation of foreground colour is dependent on
9346 the window class; it may be the text colour or other colour, or it may
9349 return _core_
.Window_SetForegroundColour(*args
, **kwargs
)
9351 def SetOwnForegroundColour(*args
, **kwargs
):
9352 """SetOwnForegroundColour(self, Colour colour)"""
9353 return _core_
.Window_SetOwnForegroundColour(*args
, **kwargs
)
9355 def GetBackgroundColour(*args
, **kwargs
):
9357 GetBackgroundColour(self) -> Colour
9359 Returns the background colour of the window.
9361 return _core_
.Window_GetBackgroundColour(*args
, **kwargs
)
9363 def GetForegroundColour(*args
, **kwargs
):
9365 GetForegroundColour(self) -> Colour
9367 Returns the foreground colour of the window. The interpretation of
9368 foreground colour is dependent on the window class; it may be the text
9369 colour or other colour, or it may not be used at all.
9371 return _core_
.Window_GetForegroundColour(*args
, **kwargs
)
9373 def InheritsBackgroundColour(*args
, **kwargs
):
9374 """InheritsBackgroundColour(self) -> bool"""
9375 return _core_
.Window_InheritsBackgroundColour(*args
, **kwargs
)
9377 def UseBgCol(*args
, **kwargs
):
9378 """UseBgCol(self) -> bool"""
9379 return _core_
.Window_UseBgCol(*args
, **kwargs
)
9381 def SetBackgroundStyle(*args
, **kwargs
):
9383 SetBackgroundStyle(self, int style) -> bool
9385 Returns the background style of the window. The background style
9386 indicates how the background of the window is drawn.
9388 ====================== ========================================
9389 wx.BG_STYLE_SYSTEM The background colour or pattern should
9390 be determined by the system
9391 wx.BG_STYLE_COLOUR The background should be a solid colour
9392 wx.BG_STYLE_CUSTOM The background will be implemented by the
9394 ====================== ========================================
9396 On GTK+, use of wx.BG_STYLE_CUSTOM allows the flicker-free drawing of
9397 a custom background, such as a tiled bitmap. Currently the style has
9398 no effect on other platforms.
9400 :see: `GetBackgroundStyle`, `SetBackgroundColour`
9402 return _core_
.Window_SetBackgroundStyle(*args
, **kwargs
)
9404 def GetBackgroundStyle(*args
, **kwargs
):
9406 GetBackgroundStyle(self) -> int
9408 Returns the background style of the window.
9410 :see: `SetBackgroundStyle`
9412 return _core_
.Window_GetBackgroundStyle(*args
, **kwargs
)
9414 def HasTransparentBackground(*args
, **kwargs
):
9416 HasTransparentBackground(self) -> bool
9418 Returns True if this window's background is transparent (as, for
9419 example, for `wx.StaticText`) and should show the parent window's
9422 This method is mostly used internally by the library itself and you
9423 normally shouldn't have to call it. You may, however, have to override
9424 it in your custom control classes to ensure that background is painted
9427 return _core_
.Window_HasTransparentBackground(*args
, **kwargs
)
9429 def SetCursor(*args
, **kwargs
):
9431 SetCursor(self, Cursor cursor) -> bool
9433 Sets the window's cursor. Notice that the window cursor also sets it
9434 for the children of the window implicitly.
9436 The cursor may be wx.NullCursor in which case the window cursor will
9437 be reset back to default.
9439 return _core_
.Window_SetCursor(*args
, **kwargs
)
9441 def GetCursor(*args
, **kwargs
):
9443 GetCursor(self) -> Cursor
9445 Return the cursor associated with this window.
9447 return _core_
.Window_GetCursor(*args
, **kwargs
)
9449 def SetFont(*args
, **kwargs
):
9451 SetFont(self, Font font) -> bool
9453 Sets the font for this window.
9455 return _core_
.Window_SetFont(*args
, **kwargs
)
9457 def SetOwnFont(*args
, **kwargs
):
9458 """SetOwnFont(self, Font font)"""
9459 return _core_
.Window_SetOwnFont(*args
, **kwargs
)
9461 def GetFont(*args
, **kwargs
):
9463 GetFont(self) -> Font
9465 Returns the default font used for this window.
9467 return _core_
.Window_GetFont(*args
, **kwargs
)
9469 def SetCaret(*args
, **kwargs
):
9471 SetCaret(self, Caret caret)
9473 Sets the caret associated with the window.
9475 return _core_
.Window_SetCaret(*args
, **kwargs
)
9477 def GetCaret(*args
, **kwargs
):
9479 GetCaret(self) -> Caret
9481 Returns the caret associated with the window.
9483 return _core_
.Window_GetCaret(*args
, **kwargs
)
9485 def GetCharHeight(*args
, **kwargs
):
9487 GetCharHeight(self) -> int
9489 Get the (average) character size for the current font.
9491 return _core_
.Window_GetCharHeight(*args
, **kwargs
)
9493 def GetCharWidth(*args
, **kwargs
):
9495 GetCharWidth(self) -> int
9497 Get the (average) character size for the current font.
9499 return _core_
.Window_GetCharWidth(*args
, **kwargs
)
9501 def GetTextExtent(*args
, **kwargs
):
9503 GetTextExtent(String string) -> (width, height)
9505 Get the width and height of the text using the current font.
9507 return _core_
.Window_GetTextExtent(*args
, **kwargs
)
9509 def GetFullTextExtent(*args
, **kwargs
):
9511 GetFullTextExtent(String string, Font font=None) ->
9512 (width, height, descent, externalLeading)
9514 Get the width, height, decent and leading of the text using the
9515 current or specified font.
9517 return _core_
.Window_GetFullTextExtent(*args
, **kwargs
)
9519 def ClientToScreenXY(*args
, **kwargs
):
9521 ClientToScreenXY(int x, int y) -> (x,y)
9523 Converts to screen coordinates from coordinates relative to this window.
9525 return _core_
.Window_ClientToScreenXY(*args
, **kwargs
)
9527 def ScreenToClientXY(*args
, **kwargs
):
9529 ScreenToClientXY(int x, int y) -> (x,y)
9531 Converts from screen to client window coordinates.
9533 return _core_
.Window_ScreenToClientXY(*args
, **kwargs
)
9535 def ClientToScreen(*args
, **kwargs
):
9537 ClientToScreen(self, Point pt) -> Point
9539 Converts to screen coordinates from coordinates relative to this window.
9541 return _core_
.Window_ClientToScreen(*args
, **kwargs
)
9543 def ScreenToClient(*args
, **kwargs
):
9545 ScreenToClient(self, Point pt) -> Point
9547 Converts from screen to client window coordinates.
9549 return _core_
.Window_ScreenToClient(*args
, **kwargs
)
9551 def HitTestXY(*args
, **kwargs
):
9553 HitTestXY(self, int x, int y) -> int
9555 Test where the given (in client coords) point lies
9557 return _core_
.Window_HitTestXY(*args
, **kwargs
)
9559 def HitTest(*args
, **kwargs
):
9561 HitTest(self, Point pt) -> int
9563 Test where the given (in client coords) point lies
9565 return _core_
.Window_HitTest(*args
, **kwargs
)
9567 def GetBorder(*args
):
9569 GetBorder(self, long flags) -> int
9570 GetBorder(self) -> int
9572 Get border for the flags of this window
9574 return _core_
.Window_GetBorder(*args
)
9576 def UpdateWindowUI(*args
, **kwargs
):
9578 UpdateWindowUI(self, long flags=UPDATE_UI_NONE)
9580 This function sends EVT_UPDATE_UI events to the window. The particular
9581 implementation depends on the window; for example a wx.ToolBar will
9582 send an update UI event for each toolbar button, and a wx.Frame will
9583 send an update UI event for each menubar menu item. You can call this
9584 function from your application to ensure that your UI is up-to-date at
9585 a particular point in time (as far as your EVT_UPDATE_UI handlers are
9586 concerned). This may be necessary if you have called
9587 `wx.UpdateUIEvent.SetMode` or `wx.UpdateUIEvent.SetUpdateInterval` to
9588 limit the overhead that wxWindows incurs by sending update UI events
9591 return _core_
.Window_UpdateWindowUI(*args
, **kwargs
)
9593 def PopupMenuXY(*args
, **kwargs
):
9595 PopupMenuXY(self, Menu menu, int x=-1, int y=-1) -> bool
9597 Pops up the given menu at the specified coordinates, relative to this window,
9598 and returns control when the user has dismissed the menu. If a menu item is
9599 selected, the corresponding menu event is generated and will be processed as
9600 usual. If the default position is given then the current position of the
9601 mouse cursor will be used.
9603 return _core_
.Window_PopupMenuXY(*args
, **kwargs
)
9605 def PopupMenu(*args
, **kwargs
):
9607 PopupMenu(self, Menu menu, Point pos=DefaultPosition) -> bool
9609 Pops up the given menu at the specified coordinates, relative to this window,
9610 and returns control when the user has dismissed the menu. If a menu item is
9611 selected, the corresponding menu event is generated and will be processed as
9612 usual. If the default position is given then the current position of the
9613 mouse cursor will be used.
9615 return _core_
.Window_PopupMenu(*args
, **kwargs
)
9617 def GetHandle(*args
, **kwargs
):
9619 GetHandle(self) -> long
9621 Returns the platform-specific handle (as a long integer) of the
9622 physical window. Currently on wxMac it returns the handle of the
9623 toplevel parent of the window.
9625 return _core_
.Window_GetHandle(*args
, **kwargs
)
9627 def AssociateHandle(*args
, **kwargs
):
9629 AssociateHandle(self, long handle)
9631 Associate the window with a new native handle
9633 return _core_
.Window_AssociateHandle(*args
, **kwargs
)
9635 def DissociateHandle(*args
, **kwargs
):
9637 DissociateHandle(self)
9639 Dissociate the current native handle from the window
9641 return _core_
.Window_DissociateHandle(*args
, **kwargs
)
9643 def OnPaint(*args
, **kwargs
):
9644 """OnPaint(self, PaintEvent event)"""
9645 return _core_
.Window_OnPaint(*args
, **kwargs
)
9647 def HasScrollbar(*args
, **kwargs
):
9649 HasScrollbar(self, int orient) -> bool
9651 Does the window have the scrollbar for this orientation?
9653 return _core_
.Window_HasScrollbar(*args
, **kwargs
)
9655 def SetScrollbar(*args
, **kwargs
):
9657 SetScrollbar(self, int orientation, int position, int thumbSize, int range,
9660 Sets the scrollbar properties of a built-in scrollbar.
9662 return _core_
.Window_SetScrollbar(*args
, **kwargs
)
9664 def SetScrollPos(*args
, **kwargs
):
9666 SetScrollPos(self, int orientation, int pos, bool refresh=True)
9668 Sets the position of one of the built-in scrollbars.
9670 return _core_
.Window_SetScrollPos(*args
, **kwargs
)
9672 def GetScrollPos(*args
, **kwargs
):
9674 GetScrollPos(self, int orientation) -> int
9676 Returns the built-in scrollbar position.
9678 return _core_
.Window_GetScrollPos(*args
, **kwargs
)
9680 def GetScrollThumb(*args
, **kwargs
):
9682 GetScrollThumb(self, int orientation) -> int
9684 Returns the built-in scrollbar thumb size.
9686 return _core_
.Window_GetScrollThumb(*args
, **kwargs
)
9688 def GetScrollRange(*args
, **kwargs
):
9690 GetScrollRange(self, int orientation) -> int
9692 Returns the built-in scrollbar range.
9694 return _core_
.Window_GetScrollRange(*args
, **kwargs
)
9696 def ScrollWindow(*args
, **kwargs
):
9698 ScrollWindow(self, int dx, int dy, Rect rect=None)
9700 Physically scrolls the pixels in the window and move child windows
9701 accordingly. Use this function to optimise your scrolling
9702 implementations, to minimise the area that must be redrawn. Note that
9703 it is rarely required to call this function from a user program.
9705 return _core_
.Window_ScrollWindow(*args
, **kwargs
)
9707 def ScrollLines(*args
, **kwargs
):
9709 ScrollLines(self, int lines) -> bool
9711 If the platform and window class supports it, scrolls the window by
9712 the given number of lines down, if lines is positive, or up if lines
9713 is negative. Returns True if the window was scrolled, False if it was
9714 already on top/bottom and nothing was done.
9716 return _core_
.Window_ScrollLines(*args
, **kwargs
)
9718 def ScrollPages(*args
, **kwargs
):
9720 ScrollPages(self, int pages) -> bool
9722 If the platform and window class supports it, scrolls the window by
9723 the given number of pages down, if pages is positive, or up if pages
9724 is negative. Returns True if the window was scrolled, False if it was
9725 already on top/bottom and nothing was done.
9727 return _core_
.Window_ScrollPages(*args
, **kwargs
)
9729 def LineUp(*args
, **kwargs
):
9731 LineUp(self) -> bool
9733 This is just a wrapper for ScrollLines(-1).
9735 return _core_
.Window_LineUp(*args
, **kwargs
)
9737 def LineDown(*args
, **kwargs
):
9739 LineDown(self) -> bool
9741 This is just a wrapper for ScrollLines(1).
9743 return _core_
.Window_LineDown(*args
, **kwargs
)
9745 def PageUp(*args
, **kwargs
):
9747 PageUp(self) -> bool
9749 This is just a wrapper for ScrollPages(-1).
9751 return _core_
.Window_PageUp(*args
, **kwargs
)
9753 def PageDown(*args
, **kwargs
):
9755 PageDown(self) -> bool
9757 This is just a wrapper for ScrollPages(1).
9759 return _core_
.Window_PageDown(*args
, **kwargs
)
9761 def SetHelpText(*args
, **kwargs
):
9763 SetHelpText(self, String text)
9765 Sets the help text to be used as context-sensitive help for this
9766 window. Note that the text is actually stored by the current
9767 wxHelpProvider implementation, and not in the window object itself.
9769 return _core_
.Window_SetHelpText(*args
, **kwargs
)
9771 def SetHelpTextForId(*args
, **kwargs
):
9773 SetHelpTextForId(self, String text)
9775 Associate this help text with all windows with the same id as this
9778 return _core_
.Window_SetHelpTextForId(*args
, **kwargs
)
9780 def GetHelpText(*args
, **kwargs
):
9782 GetHelpText(self) -> String
9784 Gets the help text to be used as context-sensitive help for this
9785 window. Note that the text is actually stored by the current
9786 wxHelpProvider implementation, and not in the window object itself.
9788 return _core_
.Window_GetHelpText(*args
, **kwargs
)
9790 def SetToolTipString(*args
, **kwargs
):
9792 SetToolTipString(self, String tip)
9794 Attach a tooltip to the window.
9796 return _core_
.Window_SetToolTipString(*args
, **kwargs
)
9798 def SetToolTip(*args
, **kwargs
):
9800 SetToolTip(self, ToolTip tip)
9802 Attach a tooltip to the window.
9804 return _core_
.Window_SetToolTip(*args
, **kwargs
)
9806 def GetToolTip(*args
, **kwargs
):
9808 GetToolTip(self) -> ToolTip
9810 get the associated tooltip or None if none
9812 return _core_
.Window_GetToolTip(*args
, **kwargs
)
9814 def SetDropTarget(*args
, **kwargs
):
9816 SetDropTarget(self, DropTarget dropTarget)
9818 Associates a drop target with this window. If the window already has
9819 a drop target, it is deleted.
9821 return _core_
.Window_SetDropTarget(*args
, **kwargs
)
9823 def GetDropTarget(*args
, **kwargs
):
9825 GetDropTarget(self) -> DropTarget
9827 Returns the associated drop target, which may be None.
9829 return _core_
.Window_GetDropTarget(*args
, **kwargs
)
9831 def DragAcceptFiles(*args
, **kwargs
):
9833 DragAcceptFiles(self, bool accept)
9835 Enables or disables eligibility for drop file events, EVT_DROP_FILES.
9836 Only functional on Windows.
9838 return _core_
.Window_DragAcceptFiles(*args
, **kwargs
)
9840 def SetConstraints(*args
, **kwargs
):
9842 SetConstraints(self, LayoutConstraints constraints)
9844 Sets the window to have the given layout constraints. If an existing
9845 layout constraints object is already owned by the window, it will be
9846 deleted. Pass None to disassociate and delete the window's current
9849 You must call SetAutoLayout to tell a window to use the constraints
9850 automatically in its default EVT_SIZE handler; otherwise, you must
9851 handle EVT_SIZE yourself and call Layout() explicitly. When setting
9852 both a wx.LayoutConstraints and a wx.Sizer, only the sizer will have
9855 return _core_
.Window_SetConstraints(*args
, **kwargs
)
9857 def GetConstraints(*args
, **kwargs
):
9859 GetConstraints(self) -> LayoutConstraints
9861 Returns a pointer to the window's layout constraints, or None if there
9864 return _core_
.Window_GetConstraints(*args
, **kwargs
)
9866 def SetAutoLayout(*args
, **kwargs
):
9868 SetAutoLayout(self, bool autoLayout)
9870 Determines whether the Layout function will be called automatically
9871 when the window is resized. It is called implicitly by SetSizer but
9872 if you use SetConstraints you should call it manually or otherwise the
9873 window layout won't be correctly updated when its size changes.
9875 return _core_
.Window_SetAutoLayout(*args
, **kwargs
)
9877 def GetAutoLayout(*args
, **kwargs
):
9879 GetAutoLayout(self) -> bool
9881 Returns the current autoLayout setting
9883 return _core_
.Window_GetAutoLayout(*args
, **kwargs
)
9885 def Layout(*args
, **kwargs
):
9887 Layout(self) -> bool
9889 Invokes the constraint-based layout algorithm or the sizer-based
9890 algorithm for this window. See SetAutoLayout: when auto layout is on,
9891 this function gets called automatically by the default EVT_SIZE
9892 handler when the window is resized.
9894 return _core_
.Window_Layout(*args
, **kwargs
)
9896 def SetSizer(*args
, **kwargs
):
9898 SetSizer(self, Sizer sizer, bool deleteOld=True)
9900 Sets the window to have the given layout sizer. The window will then
9901 own the object, and will take care of its deletion. If an existing
9902 layout sizer object is already owned by the window, it will be deleted
9903 if the deleteOld parameter is true. Note that this function will also
9904 call SetAutoLayout implicitly with a True parameter if the sizer is
9905 non-None, and False otherwise.
9907 return _core_
.Window_SetSizer(*args
, **kwargs
)
9909 def SetSizerAndFit(*args
, **kwargs
):
9911 SetSizerAndFit(self, Sizer sizer, bool deleteOld=True)
9913 The same as SetSizer, except it also sets the size hints for the
9914 window based on the sizer's minimum size.
9916 return _core_
.Window_SetSizerAndFit(*args
, **kwargs
)
9918 def GetSizer(*args
, **kwargs
):
9920 GetSizer(self) -> Sizer
9922 Return the sizer associated with the window by a previous call to
9923 SetSizer or None if there isn't one.
9925 return _core_
.Window_GetSizer(*args
, **kwargs
)
9927 def SetContainingSizer(*args
, **kwargs
):
9929 SetContainingSizer(self, Sizer sizer)
9931 This normally does not need to be called by application code. It is
9932 called internally when a window is added to a sizer, and is used so
9933 the window can remove itself from the sizer when it is destroyed.
9935 return _core_
.Window_SetContainingSizer(*args
, **kwargs
)
9937 def GetContainingSizer(*args
, **kwargs
):
9939 GetContainingSizer(self) -> Sizer
9941 Return the sizer that this window is a member of, if any, otherwise None.
9943 return _core_
.Window_GetContainingSizer(*args
, **kwargs
)
9945 def InheritAttributes(*args
, **kwargs
):
9947 InheritAttributes(self)
9949 This function is (or should be, in case of custom controls) called
9950 during window creation to intelligently set up the window visual
9951 attributes, that is the font and the foreground and background
9954 By 'intelligently' the following is meant: by default, all windows use
9955 their own default attributes. However if some of the parent's
9956 attributes are explicitly changed (that is, using SetFont and not
9957 SetOwnFont) and if the corresponding attribute hadn't been
9958 explicitly set for this window itself, then this window takes the same
9959 value as used by the parent. In addition, if the window overrides
9960 ShouldInheritColours to return false, the colours will not be changed
9961 no matter what and only the font might.
9963 This rather complicated logic is necessary in order to accommodate the
9964 different usage scenarios. The most common one is when all default
9965 attributes are used and in this case, nothing should be inherited as
9966 in modern GUIs different controls use different fonts (and colours)
9967 than their siblings so they can't inherit the same value from the
9968 parent. However it was also deemed desirable to allow to simply change
9969 the attributes of all children at once by just changing the font or
9970 colour of their common parent, hence in this case we do inherit the
9974 return _core_
.Window_InheritAttributes(*args
, **kwargs
)
9976 def ShouldInheritColours(*args
, **kwargs
):
9978 ShouldInheritColours(self) -> bool
9980 Return true from here to allow the colours of this window to be
9981 changed by InheritAttributes, returning false forbids inheriting them
9982 from the parent window.
9984 The base class version returns false, but this method is overridden in
9985 wxControl where it returns true.
9987 return _core_
.Window_ShouldInheritColours(*args
, **kwargs
)
9989 def PostCreate(self
, pre
):
9991 Phase 3 of the 2-phase create <wink!>
9992 Call this method after precreating the window with the 2-phase create method.
9994 self
.this
= pre
.this
9995 self
.thisown
= pre
.thisown
9997 if hasattr(self
, '_setOORInfo'):
9998 self
._setOORInfo
(self
)
9999 if hasattr(self
, '_setCallbackInfo'):
10000 self
._setCallbackInfo
(self
, self
.__class
__)
10003 class WindowPtr(Window
):
10004 def __init__(self
, this
):
10006 if not hasattr(self
,"thisown"): self
.thisown
= 0
10007 self
.__class
__ = Window
10008 _core_
.Window_swigregister(WindowPtr
)
10010 def PreWindow(*args
, **kwargs
):
10012 PreWindow() -> Window
10014 Precreate a Window for 2-phase creation.
10016 val
= _core_
.new_PreWindow(*args
, **kwargs
)
10020 def Window_NewControlId(*args
, **kwargs
):
10022 Window_NewControlId() -> int
10024 Generate a control id for the controls which were not given one.
10026 return _core_
.Window_NewControlId(*args
, **kwargs
)
10028 def Window_NextControlId(*args
, **kwargs
):
10030 Window_NextControlId(int winid) -> int
10032 Get the id of the control following the one with the given
10035 return _core_
.Window_NextControlId(*args
, **kwargs
)
10037 def Window_PrevControlId(*args
, **kwargs
):
10039 Window_PrevControlId(int winid) -> int
10041 Get the id of the control preceding the one with the given
10044 return _core_
.Window_PrevControlId(*args
, **kwargs
)
10046 def Window_FindFocus(*args
, **kwargs
):
10048 Window_FindFocus() -> Window
10050 Returns the window or control that currently has the keyboard focus,
10053 return _core_
.Window_FindFocus(*args
, **kwargs
)
10055 def Window_GetCapture(*args
, **kwargs
):
10057 Window_GetCapture() -> Window
10059 Returns the window which currently captures the mouse or None
10061 return _core_
.Window_GetCapture(*args
, **kwargs
)
10063 def Window_GetClassDefaultAttributes(*args
, **kwargs
):
10065 Window_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
10067 Get the default attributes for this class. This is useful if you want
10068 to use the same font or colour in your own control as in a standard
10069 control -- which is a much better idea than hard coding specific
10070 colours or fonts which might look completely out of place on the
10071 user's system, especially if it uses themes.
10073 The variant parameter is only relevant under Mac currently and is
10074 ignore under other platforms. Under Mac, it will change the size of
10075 the returned font. See `wx.Window.SetWindowVariant` for more about
10078 return _core_
.Window_GetClassDefaultAttributes(*args
, **kwargs
)
10080 def DLG_PNT(win
, point_or_x
, y
=None):
10082 Convenience function for converting a Point or (x,y) in
10083 dialog units to pixel units.
10086 return win
.ConvertDialogPointToPixels(point_or_x
)
10088 return win
.ConvertDialogPointToPixels(wx
.Point(point_or_x
, y
))
10090 def DLG_SZE(win
, size_width
, height
=None):
10092 Convenience function for converting a Size or (w,h) in
10093 dialog units to pixel units.
10096 return win
.ConvertDialogSizeToPixels(size_width
)
10098 return win
.ConvertDialogSizeToPixels(wx
.Size(size_width
, height
))
10101 def FindWindowById(*args
, **kwargs
):
10103 FindWindowById(long id, Window parent=None) -> Window
10105 Find the first window in the application with the given id. If parent
10106 is None, the search will start from all top-level frames and dialog
10107 boxes; if non-None, the search will be limited to the given window
10108 hierarchy. The search is recursive in both cases.
10110 return _core_
.FindWindowById(*args
, **kwargs
)
10112 def FindWindowByName(*args
, **kwargs
):
10114 FindWindowByName(String name, Window parent=None) -> Window
10116 Find a window by its name (as given in a window constructor or Create
10117 function call). If parent is None, the search will start from all
10118 top-level frames and dialog boxes; if non-None, the search will be
10119 limited to the given window hierarchy. The search is recursive in both
10122 If no window with such name is found, wx.FindWindowByLabel is called.
10124 return _core_
.FindWindowByName(*args
, **kwargs
)
10126 def FindWindowByLabel(*args
, **kwargs
):
10128 FindWindowByLabel(String label, Window parent=None) -> Window
10130 Find a window by its label. Depending on the type of window, the label
10131 may be a window title or panel item label. If parent is None, the
10132 search will start from all top-level frames and dialog boxes; if
10133 non-None, the search will be limited to the given window
10134 hierarchy. The search is recursive in both cases.
10136 return _core_
.FindWindowByLabel(*args
, **kwargs
)
10138 def Window_FromHWND(*args
, **kwargs
):
10139 """Window_FromHWND(Window parent, unsigned long _hWnd) -> Window"""
10140 return _core_
.Window_FromHWND(*args
, **kwargs
)
10142 def GetTopLevelWindows(*args
, **kwargs
):
10144 GetTopLevelWindows() -> PyObject
10146 Returns a list of the the application's top-level windows, (frames,
10147 dialogs, etc.) NOTE: Currently this is a copy of the list maintained
10148 by wxWidgets, and so it is only valid as long as no top-level windows
10149 are closed or new top-level windows are created.
10152 return _core_
.GetTopLevelWindows(*args
, **kwargs
)
10153 #---------------------------------------------------------------------------
10155 class Validator(EvtHandler
):
10156 """Proxy of C++ Validator class"""
10157 def __repr__(self
):
10158 return "<%s.%s; proxy of C++ wxValidator instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
10159 def __init__(self
, *args
, **kwargs
):
10160 """__init__(self) -> Validator"""
10161 newobj
= _core_
.new_Validator(*args
, **kwargs
)
10162 self
.this
= newobj
.this
10165 self
._setOORInfo
(self
)
10167 def Clone(*args
, **kwargs
):
10168 """Clone(self) -> Validator"""
10169 return _core_
.Validator_Clone(*args
, **kwargs
)
10171 def Validate(*args
, **kwargs
):
10172 """Validate(self, Window parent) -> bool"""
10173 return _core_
.Validator_Validate(*args
, **kwargs
)
10175 def TransferToWindow(*args
, **kwargs
):
10176 """TransferToWindow(self) -> bool"""
10177 return _core_
.Validator_TransferToWindow(*args
, **kwargs
)
10179 def TransferFromWindow(*args
, **kwargs
):
10180 """TransferFromWindow(self) -> bool"""
10181 return _core_
.Validator_TransferFromWindow(*args
, **kwargs
)
10183 def GetWindow(*args
, **kwargs
):
10184 """GetWindow(self) -> Window"""
10185 return _core_
.Validator_GetWindow(*args
, **kwargs
)
10187 def SetWindow(*args
, **kwargs
):
10188 """SetWindow(self, Window window)"""
10189 return _core_
.Validator_SetWindow(*args
, **kwargs
)
10191 def IsSilent(*args
, **kwargs
):
10192 """IsSilent() -> bool"""
10193 return _core_
.Validator_IsSilent(*args
, **kwargs
)
10195 IsSilent
= staticmethod(IsSilent
)
10196 def SetBellOnError(*args
, **kwargs
):
10197 """SetBellOnError(int doIt=True)"""
10198 return _core_
.Validator_SetBellOnError(*args
, **kwargs
)
10200 SetBellOnError
= staticmethod(SetBellOnError
)
10202 class ValidatorPtr(Validator
):
10203 def __init__(self
, this
):
10205 if not hasattr(self
,"thisown"): self
.thisown
= 0
10206 self
.__class
__ = Validator
10207 _core_
.Validator_swigregister(ValidatorPtr
)
10209 def Validator_IsSilent(*args
, **kwargs
):
10210 """Validator_IsSilent() -> bool"""
10211 return _core_
.Validator_IsSilent(*args
, **kwargs
)
10213 def Validator_SetBellOnError(*args
, **kwargs
):
10214 """Validator_SetBellOnError(int doIt=True)"""
10215 return _core_
.Validator_SetBellOnError(*args
, **kwargs
)
10217 class PyValidator(Validator
):
10218 """Proxy of C++ PyValidator class"""
10219 def __repr__(self
):
10220 return "<%s.%s; proxy of C++ wxPyValidator instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
10221 def __init__(self
, *args
, **kwargs
):
10222 """__init__(self) -> PyValidator"""
10223 newobj
= _core_
.new_PyValidator(*args
, **kwargs
)
10224 self
.this
= newobj
.this
10228 self
._setCallbackInfo
(self
, PyValidator
, 1)
10229 self
._setOORInfo
(self
)
10231 def _setCallbackInfo(*args
, **kwargs
):
10232 """_setCallbackInfo(self, PyObject self, PyObject _class, int incref=True)"""
10233 return _core_
.PyValidator__setCallbackInfo(*args
, **kwargs
)
10236 class PyValidatorPtr(PyValidator
):
10237 def __init__(self
, this
):
10239 if not hasattr(self
,"thisown"): self
.thisown
= 0
10240 self
.__class
__ = PyValidator
10241 _core_
.PyValidator_swigregister(PyValidatorPtr
)
10243 #---------------------------------------------------------------------------
10245 class Menu(EvtHandler
):
10246 """Proxy of C++ Menu class"""
10247 def __repr__(self
):
10248 return "<%s.%s; proxy of C++ wxMenu instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
10249 def __init__(self
, *args
, **kwargs
):
10250 """__init__(self, String title=EmptyString, long style=0) -> Menu"""
10251 newobj
= _core_
.new_Menu(*args
, **kwargs
)
10252 self
.this
= newobj
.this
10255 self
._setOORInfo
(self
)
10257 def Append(*args
, **kwargs
):
10258 """Append(self, int id, String text, String help=EmptyString, int kind=ITEM_NORMAL) -> MenuItem"""
10259 return _core_
.Menu_Append(*args
, **kwargs
)
10261 def AppendSeparator(*args
, **kwargs
):
10262 """AppendSeparator(self) -> MenuItem"""
10263 return _core_
.Menu_AppendSeparator(*args
, **kwargs
)
10265 def AppendCheckItem(*args
, **kwargs
):
10266 """AppendCheckItem(self, int id, String text, String help=EmptyString) -> MenuItem"""
10267 return _core_
.Menu_AppendCheckItem(*args
, **kwargs
)
10269 def AppendRadioItem(*args
, **kwargs
):
10270 """AppendRadioItem(self, int id, String text, String help=EmptyString) -> MenuItem"""
10271 return _core_
.Menu_AppendRadioItem(*args
, **kwargs
)
10273 def AppendMenu(*args
, **kwargs
):
10274 """AppendMenu(self, int id, String text, Menu submenu, String help=EmptyString) -> MenuItem"""
10275 return _core_
.Menu_AppendMenu(*args
, **kwargs
)
10277 def AppendItem(*args
, **kwargs
):
10278 """AppendItem(self, MenuItem item) -> MenuItem"""
10279 return _core_
.Menu_AppendItem(*args
, **kwargs
)
10281 def Break(*args
, **kwargs
):
10283 return _core_
.Menu_Break(*args
, **kwargs
)
10285 def InsertItem(*args
, **kwargs
):
10286 """InsertItem(self, size_t pos, MenuItem item) -> MenuItem"""
10287 return _core_
.Menu_InsertItem(*args
, **kwargs
)
10289 def Insert(*args
, **kwargs
):
10291 Insert(self, size_t pos, int id, String text, String help=EmptyString,
10292 int kind=ITEM_NORMAL) -> MenuItem
10294 return _core_
.Menu_Insert(*args
, **kwargs
)
10296 def InsertSeparator(*args
, **kwargs
):
10297 """InsertSeparator(self, size_t pos) -> MenuItem"""
10298 return _core_
.Menu_InsertSeparator(*args
, **kwargs
)
10300 def InsertCheckItem(*args
, **kwargs
):
10301 """InsertCheckItem(self, size_t pos, int id, String text, String help=EmptyString) -> MenuItem"""
10302 return _core_
.Menu_InsertCheckItem(*args
, **kwargs
)
10304 def InsertRadioItem(*args
, **kwargs
):
10305 """InsertRadioItem(self, size_t pos, int id, String text, String help=EmptyString) -> MenuItem"""
10306 return _core_
.Menu_InsertRadioItem(*args
, **kwargs
)
10308 def InsertMenu(*args
, **kwargs
):
10309 """InsertMenu(self, size_t pos, int id, String text, Menu submenu, String help=EmptyString) -> MenuItem"""
10310 return _core_
.Menu_InsertMenu(*args
, **kwargs
)
10312 def PrependItem(*args
, **kwargs
):
10313 """PrependItem(self, MenuItem item) -> MenuItem"""
10314 return _core_
.Menu_PrependItem(*args
, **kwargs
)
10316 def Prepend(*args
, **kwargs
):
10317 """Prepend(self, int id, String text, String help=EmptyString, int kind=ITEM_NORMAL) -> MenuItem"""
10318 return _core_
.Menu_Prepend(*args
, **kwargs
)
10320 def PrependSeparator(*args
, **kwargs
):
10321 """PrependSeparator(self) -> MenuItem"""
10322 return _core_
.Menu_PrependSeparator(*args
, **kwargs
)
10324 def PrependCheckItem(*args
, **kwargs
):
10325 """PrependCheckItem(self, int id, String text, String help=EmptyString) -> MenuItem"""
10326 return _core_
.Menu_PrependCheckItem(*args
, **kwargs
)
10328 def PrependRadioItem(*args
, **kwargs
):
10329 """PrependRadioItem(self, int id, String text, String help=EmptyString) -> MenuItem"""
10330 return _core_
.Menu_PrependRadioItem(*args
, **kwargs
)
10332 def PrependMenu(*args
, **kwargs
):
10333 """PrependMenu(self, int id, String text, Menu submenu, String help=EmptyString) -> MenuItem"""
10334 return _core_
.Menu_PrependMenu(*args
, **kwargs
)
10336 def Remove(*args
, **kwargs
):
10337 """Remove(self, int id) -> MenuItem"""
10338 return _core_
.Menu_Remove(*args
, **kwargs
)
10340 def RemoveItem(*args
, **kwargs
):
10341 """RemoveItem(self, MenuItem item) -> MenuItem"""
10342 return _core_
.Menu_RemoveItem(*args
, **kwargs
)
10344 def Delete(*args
, **kwargs
):
10345 """Delete(self, int id) -> bool"""
10346 return _core_
.Menu_Delete(*args
, **kwargs
)
10348 def DeleteItem(*args
, **kwargs
):
10349 """DeleteItem(self, MenuItem item) -> bool"""
10350 return _core_
.Menu_DeleteItem(*args
, **kwargs
)
10352 def Destroy(*args
, **kwargs
):
10356 Deletes the C++ object this Python object is a proxy for.
10358 return _core_
.Menu_Destroy(*args
, **kwargs
)
10360 def DestroyId(*args
, **kwargs
):
10362 DestroyId(self, int id) -> bool
10364 Deletes the C++ object this Python object is a proxy for.
10366 return _core_
.Menu_DestroyId(*args
, **kwargs
)
10368 def DestroyItem(*args
, **kwargs
):
10370 DestroyItem(self, MenuItem item) -> bool
10372 Deletes the C++ object this Python object is a proxy for.
10374 return _core_
.Menu_DestroyItem(*args
, **kwargs
)
10376 def GetMenuItemCount(*args
, **kwargs
):
10377 """GetMenuItemCount(self) -> size_t"""
10378 return _core_
.Menu_GetMenuItemCount(*args
, **kwargs
)
10380 def GetMenuItems(*args
, **kwargs
):
10381 """GetMenuItems(self) -> PyObject"""
10382 return _core_
.Menu_GetMenuItems(*args
, **kwargs
)
10384 def FindItem(*args
, **kwargs
):
10385 """FindItem(self, String item) -> int"""
10386 return _core_
.Menu_FindItem(*args
, **kwargs
)
10388 def FindItemById(*args
, **kwargs
):
10389 """FindItemById(self, int id) -> MenuItem"""
10390 return _core_
.Menu_FindItemById(*args
, **kwargs
)
10392 def FindItemByPosition(*args
, **kwargs
):
10393 """FindItemByPosition(self, size_t position) -> MenuItem"""
10394 return _core_
.Menu_FindItemByPosition(*args
, **kwargs
)
10396 def Enable(*args
, **kwargs
):
10397 """Enable(self, int id, bool enable)"""
10398 return _core_
.Menu_Enable(*args
, **kwargs
)
10400 def IsEnabled(*args
, **kwargs
):
10401 """IsEnabled(self, int id) -> bool"""
10402 return _core_
.Menu_IsEnabled(*args
, **kwargs
)
10404 def Check(*args
, **kwargs
):
10405 """Check(self, int id, bool check)"""
10406 return _core_
.Menu_Check(*args
, **kwargs
)
10408 def IsChecked(*args
, **kwargs
):
10409 """IsChecked(self, int id) -> bool"""
10410 return _core_
.Menu_IsChecked(*args
, **kwargs
)
10412 def SetLabel(*args
, **kwargs
):
10413 """SetLabel(self, int id, String label)"""
10414 return _core_
.Menu_SetLabel(*args
, **kwargs
)
10416 def GetLabel(*args
, **kwargs
):
10417 """GetLabel(self, int id) -> String"""
10418 return _core_
.Menu_GetLabel(*args
, **kwargs
)
10420 def SetHelpString(*args
, **kwargs
):
10421 """SetHelpString(self, int id, String helpString)"""
10422 return _core_
.Menu_SetHelpString(*args
, **kwargs
)
10424 def GetHelpString(*args
, **kwargs
):
10425 """GetHelpString(self, int id) -> String"""
10426 return _core_
.Menu_GetHelpString(*args
, **kwargs
)
10428 def SetTitle(*args
, **kwargs
):
10429 """SetTitle(self, String title)"""
10430 return _core_
.Menu_SetTitle(*args
, **kwargs
)
10432 def GetTitle(*args
, **kwargs
):
10433 """GetTitle(self) -> String"""
10434 return _core_
.Menu_GetTitle(*args
, **kwargs
)
10436 def SetEventHandler(*args
, **kwargs
):
10437 """SetEventHandler(self, EvtHandler handler)"""
10438 return _core_
.Menu_SetEventHandler(*args
, **kwargs
)
10440 def GetEventHandler(*args
, **kwargs
):
10441 """GetEventHandler(self) -> EvtHandler"""
10442 return _core_
.Menu_GetEventHandler(*args
, **kwargs
)
10444 def SetInvokingWindow(*args
, **kwargs
):
10445 """SetInvokingWindow(self, Window win)"""
10446 return _core_
.Menu_SetInvokingWindow(*args
, **kwargs
)
10448 def GetInvokingWindow(*args
, **kwargs
):
10449 """GetInvokingWindow(self) -> Window"""
10450 return _core_
.Menu_GetInvokingWindow(*args
, **kwargs
)
10452 def GetStyle(*args
, **kwargs
):
10453 """GetStyle(self) -> long"""
10454 return _core_
.Menu_GetStyle(*args
, **kwargs
)
10456 def UpdateUI(*args
, **kwargs
):
10457 """UpdateUI(self, EvtHandler source=None)"""
10458 return _core_
.Menu_UpdateUI(*args
, **kwargs
)
10460 def GetMenuBar(*args
, **kwargs
):
10461 """GetMenuBar(self) -> MenuBar"""
10462 return _core_
.Menu_GetMenuBar(*args
, **kwargs
)
10464 def Attach(*args
, **kwargs
):
10465 """Attach(self, wxMenuBarBase menubar)"""
10466 return _core_
.Menu_Attach(*args
, **kwargs
)
10468 def Detach(*args
, **kwargs
):
10470 return _core_
.Menu_Detach(*args
, **kwargs
)
10472 def IsAttached(*args
, **kwargs
):
10473 """IsAttached(self) -> bool"""
10474 return _core_
.Menu_IsAttached(*args
, **kwargs
)
10476 def SetParent(*args
, **kwargs
):
10477 """SetParent(self, Menu parent)"""
10478 return _core_
.Menu_SetParent(*args
, **kwargs
)
10480 def GetParent(*args
, **kwargs
):
10481 """GetParent(self) -> Menu"""
10482 return _core_
.Menu_GetParent(*args
, **kwargs
)
10485 class MenuPtr(Menu
):
10486 def __init__(self
, this
):
10488 if not hasattr(self
,"thisown"): self
.thisown
= 0
10489 self
.__class
__ = Menu
10490 _core_
.Menu_swigregister(MenuPtr
)
10491 DefaultValidator
= cvar
.DefaultValidator
10493 #---------------------------------------------------------------------------
10495 class MenuBar(Window
):
10496 """Proxy of C++ MenuBar class"""
10497 def __repr__(self
):
10498 return "<%s.%s; proxy of C++ wxMenuBar instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
10499 def __init__(self
, *args
, **kwargs
):
10500 """__init__(self, long style=0) -> MenuBar"""
10501 newobj
= _core_
.new_MenuBar(*args
, **kwargs
)
10502 self
.this
= newobj
.this
10505 self
._setOORInfo
(self
)
10507 def Append(*args
, **kwargs
):
10508 """Append(self, Menu menu, String title) -> bool"""
10509 return _core_
.MenuBar_Append(*args
, **kwargs
)
10511 def Insert(*args
, **kwargs
):
10512 """Insert(self, size_t pos, Menu menu, String title) -> bool"""
10513 return _core_
.MenuBar_Insert(*args
, **kwargs
)
10515 def GetMenuCount(*args
, **kwargs
):
10516 """GetMenuCount(self) -> size_t"""
10517 return _core_
.MenuBar_GetMenuCount(*args
, **kwargs
)
10519 def GetMenu(*args
, **kwargs
):
10520 """GetMenu(self, size_t pos) -> Menu"""
10521 return _core_
.MenuBar_GetMenu(*args
, **kwargs
)
10523 def Replace(*args
, **kwargs
):
10524 """Replace(self, size_t pos, Menu menu, String title) -> Menu"""
10525 return _core_
.MenuBar_Replace(*args
, **kwargs
)
10527 def Remove(*args
, **kwargs
):
10528 """Remove(self, size_t pos) -> Menu"""
10529 return _core_
.MenuBar_Remove(*args
, **kwargs
)
10531 def EnableTop(*args
, **kwargs
):
10532 """EnableTop(self, size_t pos, bool enable)"""
10533 return _core_
.MenuBar_EnableTop(*args
, **kwargs
)
10535 def IsEnabledTop(*args
, **kwargs
):
10536 """IsEnabledTop(self, size_t pos) -> bool"""
10537 return _core_
.MenuBar_IsEnabledTop(*args
, **kwargs
)
10539 def SetLabelTop(*args
, **kwargs
):
10540 """SetLabelTop(self, size_t pos, String label)"""
10541 return _core_
.MenuBar_SetLabelTop(*args
, **kwargs
)
10543 def GetLabelTop(*args
, **kwargs
):
10544 """GetLabelTop(self, size_t pos) -> String"""
10545 return _core_
.MenuBar_GetLabelTop(*args
, **kwargs
)
10547 def FindMenuItem(*args
, **kwargs
):
10548 """FindMenuItem(self, String menu, String item) -> int"""
10549 return _core_
.MenuBar_FindMenuItem(*args
, **kwargs
)
10551 def FindItemById(*args
, **kwargs
):
10552 """FindItemById(self, int id) -> MenuItem"""
10553 return _core_
.MenuBar_FindItemById(*args
, **kwargs
)
10555 def FindMenu(*args
, **kwargs
):
10556 """FindMenu(self, String title) -> int"""
10557 return _core_
.MenuBar_FindMenu(*args
, **kwargs
)
10559 def Enable(*args
, **kwargs
):
10560 """Enable(self, int id, bool enable)"""
10561 return _core_
.MenuBar_Enable(*args
, **kwargs
)
10563 def Check(*args
, **kwargs
):
10564 """Check(self, int id, bool check)"""
10565 return _core_
.MenuBar_Check(*args
, **kwargs
)
10567 def IsChecked(*args
, **kwargs
):
10568 """IsChecked(self, int id) -> bool"""
10569 return _core_
.MenuBar_IsChecked(*args
, **kwargs
)
10571 def IsEnabled(*args
, **kwargs
):
10572 """IsEnabled(self, int id) -> bool"""
10573 return _core_
.MenuBar_IsEnabled(*args
, **kwargs
)
10575 def SetLabel(*args
, **kwargs
):
10576 """SetLabel(self, int id, String label)"""
10577 return _core_
.MenuBar_SetLabel(*args
, **kwargs
)
10579 def GetLabel(*args
, **kwargs
):
10580 """GetLabel(self, int id) -> String"""
10581 return _core_
.MenuBar_GetLabel(*args
, **kwargs
)
10583 def SetHelpString(*args
, **kwargs
):
10584 """SetHelpString(self, int id, String helpString)"""
10585 return _core_
.MenuBar_SetHelpString(*args
, **kwargs
)
10587 def GetHelpString(*args
, **kwargs
):
10588 """GetHelpString(self, int id) -> String"""
10589 return _core_
.MenuBar_GetHelpString(*args
, **kwargs
)
10591 def GetFrame(*args
, **kwargs
):
10592 """GetFrame(self) -> wxFrame"""
10593 return _core_
.MenuBar_GetFrame(*args
, **kwargs
)
10595 def IsAttached(*args
, **kwargs
):
10596 """IsAttached(self) -> bool"""
10597 return _core_
.MenuBar_IsAttached(*args
, **kwargs
)
10599 def Attach(*args
, **kwargs
):
10600 """Attach(self, wxFrame frame)"""
10601 return _core_
.MenuBar_Attach(*args
, **kwargs
)
10603 def Detach(*args
, **kwargs
):
10605 return _core_
.MenuBar_Detach(*args
, **kwargs
)
10607 def SetAutoWindowMenu(*args
, **kwargs
):
10608 """SetAutoWindowMenu(bool enable)"""
10609 return _core_
.MenuBar_SetAutoWindowMenu(*args
, **kwargs
)
10611 SetAutoWindowMenu
= staticmethod(SetAutoWindowMenu
)
10612 def GetAutoWindowMenu(*args
, **kwargs
):
10613 """GetAutoWindowMenu() -> bool"""
10614 return _core_
.MenuBar_GetAutoWindowMenu(*args
, **kwargs
)
10616 GetAutoWindowMenu
= staticmethod(GetAutoWindowMenu
)
10618 class MenuBarPtr(MenuBar
):
10619 def __init__(self
, this
):
10621 if not hasattr(self
,"thisown"): self
.thisown
= 0
10622 self
.__class
__ = MenuBar
10623 _core_
.MenuBar_swigregister(MenuBarPtr
)
10625 def MenuBar_SetAutoWindowMenu(*args
, **kwargs
):
10626 """MenuBar_SetAutoWindowMenu(bool enable)"""
10627 return _core_
.MenuBar_SetAutoWindowMenu(*args
, **kwargs
)
10629 def MenuBar_GetAutoWindowMenu(*args
, **kwargs
):
10630 """MenuBar_GetAutoWindowMenu() -> bool"""
10631 return _core_
.MenuBar_GetAutoWindowMenu(*args
, **kwargs
)
10633 #---------------------------------------------------------------------------
10635 class MenuItem(Object
):
10636 """Proxy of C++ MenuItem class"""
10637 def __repr__(self
):
10638 return "<%s.%s; proxy of C++ wxMenuItem instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
10639 def __init__(self
, *args
, **kwargs
):
10641 __init__(self, Menu parentMenu=None, int id=ID_ANY, String text=EmptyString,
10642 String help=EmptyString, int kind=ITEM_NORMAL,
10643 Menu subMenu=None) -> MenuItem
10645 newobj
= _core_
.new_MenuItem(*args
, **kwargs
)
10646 self
.this
= newobj
.this
10649 def GetMenu(*args
, **kwargs
):
10650 """GetMenu(self) -> Menu"""
10651 return _core_
.MenuItem_GetMenu(*args
, **kwargs
)
10653 def SetMenu(*args
, **kwargs
):
10654 """SetMenu(self, Menu menu)"""
10655 return _core_
.MenuItem_SetMenu(*args
, **kwargs
)
10657 def SetId(*args
, **kwargs
):
10658 """SetId(self, int id)"""
10659 return _core_
.MenuItem_SetId(*args
, **kwargs
)
10661 def GetId(*args
, **kwargs
):
10662 """GetId(self) -> int"""
10663 return _core_
.MenuItem_GetId(*args
, **kwargs
)
10665 def IsSeparator(*args
, **kwargs
):
10666 """IsSeparator(self) -> bool"""
10667 return _core_
.MenuItem_IsSeparator(*args
, **kwargs
)
10669 def SetText(*args
, **kwargs
):
10670 """SetText(self, String str)"""
10671 return _core_
.MenuItem_SetText(*args
, **kwargs
)
10673 def GetLabel(*args
, **kwargs
):
10674 """GetLabel(self) -> String"""
10675 return _core_
.MenuItem_GetLabel(*args
, **kwargs
)
10677 def GetText(*args
, **kwargs
):
10678 """GetText(self) -> String"""
10679 return _core_
.MenuItem_GetText(*args
, **kwargs
)
10681 def GetLabelFromText(*args
, **kwargs
):
10682 """GetLabelFromText(String text) -> String"""
10683 return _core_
.MenuItem_GetLabelFromText(*args
, **kwargs
)
10685 GetLabelFromText
= staticmethod(GetLabelFromText
)
10686 def GetKind(*args
, **kwargs
):
10687 """GetKind(self) -> int"""
10688 return _core_
.MenuItem_GetKind(*args
, **kwargs
)
10690 def SetKind(*args
, **kwargs
):
10691 """SetKind(self, int kind)"""
10692 return _core_
.MenuItem_SetKind(*args
, **kwargs
)
10694 def SetCheckable(*args
, **kwargs
):
10695 """SetCheckable(self, bool checkable)"""
10696 return _core_
.MenuItem_SetCheckable(*args
, **kwargs
)
10698 def IsCheckable(*args
, **kwargs
):
10699 """IsCheckable(self) -> bool"""
10700 return _core_
.MenuItem_IsCheckable(*args
, **kwargs
)
10702 def IsSubMenu(*args
, **kwargs
):
10703 """IsSubMenu(self) -> bool"""
10704 return _core_
.MenuItem_IsSubMenu(*args
, **kwargs
)
10706 def SetSubMenu(*args
, **kwargs
):
10707 """SetSubMenu(self, Menu menu)"""
10708 return _core_
.MenuItem_SetSubMenu(*args
, **kwargs
)
10710 def GetSubMenu(*args
, **kwargs
):
10711 """GetSubMenu(self) -> Menu"""
10712 return _core_
.MenuItem_GetSubMenu(*args
, **kwargs
)
10714 def Enable(*args
, **kwargs
):
10715 """Enable(self, bool enable=True)"""
10716 return _core_
.MenuItem_Enable(*args
, **kwargs
)
10718 def IsEnabled(*args
, **kwargs
):
10719 """IsEnabled(self) -> bool"""
10720 return _core_
.MenuItem_IsEnabled(*args
, **kwargs
)
10722 def Check(*args
, **kwargs
):
10723 """Check(self, bool check=True)"""
10724 return _core_
.MenuItem_Check(*args
, **kwargs
)
10726 def IsChecked(*args
, **kwargs
):
10727 """IsChecked(self) -> bool"""
10728 return _core_
.MenuItem_IsChecked(*args
, **kwargs
)
10730 def Toggle(*args
, **kwargs
):
10732 return _core_
.MenuItem_Toggle(*args
, **kwargs
)
10734 def SetHelp(*args
, **kwargs
):
10735 """SetHelp(self, String str)"""
10736 return _core_
.MenuItem_SetHelp(*args
, **kwargs
)
10738 def GetHelp(*args
, **kwargs
):
10739 """GetHelp(self) -> String"""
10740 return _core_
.MenuItem_GetHelp(*args
, **kwargs
)
10742 def GetAccel(*args
, **kwargs
):
10743 """GetAccel(self) -> AcceleratorEntry"""
10744 return _core_
.MenuItem_GetAccel(*args
, **kwargs
)
10746 def SetAccel(*args
, **kwargs
):
10747 """SetAccel(self, AcceleratorEntry accel)"""
10748 return _core_
.MenuItem_SetAccel(*args
, **kwargs
)
10750 def SetFont(*args
, **kwargs
):
10751 """SetFont(self, Font font)"""
10752 return _core_
.MenuItem_SetFont(*args
, **kwargs
)
10754 def GetFont(*args
, **kwargs
):
10755 """GetFont(self) -> Font"""
10756 return _core_
.MenuItem_GetFont(*args
, **kwargs
)
10758 def SetTextColour(*args
, **kwargs
):
10759 """SetTextColour(self, Colour colText)"""
10760 return _core_
.MenuItem_SetTextColour(*args
, **kwargs
)
10762 def GetTextColour(*args
, **kwargs
):
10763 """GetTextColour(self) -> Colour"""
10764 return _core_
.MenuItem_GetTextColour(*args
, **kwargs
)
10766 def SetBackgroundColour(*args
, **kwargs
):
10767 """SetBackgroundColour(self, Colour colBack)"""
10768 return _core_
.MenuItem_SetBackgroundColour(*args
, **kwargs
)
10770 def GetBackgroundColour(*args
, **kwargs
):
10771 """GetBackgroundColour(self) -> Colour"""
10772 return _core_
.MenuItem_GetBackgroundColour(*args
, **kwargs
)
10774 def SetBitmaps(*args
, **kwargs
):
10775 """SetBitmaps(self, Bitmap bmpChecked, Bitmap bmpUnchecked=wxNullBitmap)"""
10776 return _core_
.MenuItem_SetBitmaps(*args
, **kwargs
)
10778 def SetDisabledBitmap(*args
, **kwargs
):
10779 """SetDisabledBitmap(self, Bitmap bmpDisabled)"""
10780 return _core_
.MenuItem_SetDisabledBitmap(*args
, **kwargs
)
10782 def GetDisabledBitmap(*args
, **kwargs
):
10783 """GetDisabledBitmap(self) -> Bitmap"""
10784 return _core_
.MenuItem_GetDisabledBitmap(*args
, **kwargs
)
10786 def SetMarginWidth(*args
, **kwargs
):
10787 """SetMarginWidth(self, int nWidth)"""
10788 return _core_
.MenuItem_SetMarginWidth(*args
, **kwargs
)
10790 def GetMarginWidth(*args
, **kwargs
):
10791 """GetMarginWidth(self) -> int"""
10792 return _core_
.MenuItem_GetMarginWidth(*args
, **kwargs
)
10794 def GetDefaultMarginWidth(*args
, **kwargs
):
10795 """GetDefaultMarginWidth() -> int"""
10796 return _core_
.MenuItem_GetDefaultMarginWidth(*args
, **kwargs
)
10798 GetDefaultMarginWidth
= staticmethod(GetDefaultMarginWidth
)
10799 def IsOwnerDrawn(*args
, **kwargs
):
10800 """IsOwnerDrawn(self) -> bool"""
10801 return _core_
.MenuItem_IsOwnerDrawn(*args
, **kwargs
)
10803 def SetOwnerDrawn(*args
, **kwargs
):
10804 """SetOwnerDrawn(self, bool ownerDrawn=True)"""
10805 return _core_
.MenuItem_SetOwnerDrawn(*args
, **kwargs
)
10807 def ResetOwnerDrawn(*args
, **kwargs
):
10808 """ResetOwnerDrawn(self)"""
10809 return _core_
.MenuItem_ResetOwnerDrawn(*args
, **kwargs
)
10811 def SetBitmap(*args
, **kwargs
):
10812 """SetBitmap(self, Bitmap bitmap)"""
10813 return _core_
.MenuItem_SetBitmap(*args
, **kwargs
)
10815 def GetBitmap(*args
, **kwargs
):
10816 """GetBitmap(self) -> Bitmap"""
10817 return _core_
.MenuItem_GetBitmap(*args
, **kwargs
)
10820 class MenuItemPtr(MenuItem
):
10821 def __init__(self
, this
):
10823 if not hasattr(self
,"thisown"): self
.thisown
= 0
10824 self
.__class
__ = MenuItem
10825 _core_
.MenuItem_swigregister(MenuItemPtr
)
10827 def MenuItem_GetLabelFromText(*args
, **kwargs
):
10828 """MenuItem_GetLabelFromText(String text) -> String"""
10829 return _core_
.MenuItem_GetLabelFromText(*args
, **kwargs
)
10831 def MenuItem_GetDefaultMarginWidth(*args
, **kwargs
):
10832 """MenuItem_GetDefaultMarginWidth() -> int"""
10833 return _core_
.MenuItem_GetDefaultMarginWidth(*args
, **kwargs
)
10835 #---------------------------------------------------------------------------
10837 class Control(Window
):
10839 This is the base class for a control or 'widget'.
10841 A control is generally a small window which processes user input
10842 and/or displays one or more item of data.
10844 def __repr__(self
):
10845 return "<%s.%s; proxy of C++ wxControl instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
10846 def __init__(self
, *args
, **kwargs
):
10848 __init__(self, Window parent, int id=-1, Point pos=DefaultPosition,
10849 Size size=DefaultSize, long style=0, Validator validator=DefaultValidator,
10850 String name=ControlNameStr) -> Control
10852 Create a Control. Normally you should only call this from a subclass'
10853 __init__ as a plain old wx.Control is not very useful.
10855 newobj
= _core_
.new_Control(*args
, **kwargs
)
10856 self
.this
= newobj
.this
10859 self
._setOORInfo
(self
)
10861 def Create(*args
, **kwargs
):
10863 Create(self, Window parent, int id=-1, Point pos=DefaultPosition,
10864 Size size=DefaultSize, long style=0, Validator validator=DefaultValidator,
10865 String name=ControlNameStr) -> bool
10867 Do the 2nd phase and create the GUI control.
10869 return _core_
.Control_Create(*args
, **kwargs
)
10871 def Command(*args
, **kwargs
):
10873 Command(self, CommandEvent event)
10875 Simulates the effect of the user issuing a command to the item.
10877 :see: `wx.CommandEvent`
10880 return _core_
.Control_Command(*args
, **kwargs
)
10882 def GetLabel(*args
, **kwargs
):
10884 GetLabel(self) -> String
10886 Return a control's text.
10888 return _core_
.Control_GetLabel(*args
, **kwargs
)
10890 def SetLabel(*args
, **kwargs
):
10892 SetLabel(self, String label)
10894 Sets the item's text.
10896 return _core_
.Control_SetLabel(*args
, **kwargs
)
10898 def GetClassDefaultAttributes(*args
, **kwargs
):
10900 GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
10902 Get the default attributes for this class. This is useful if you want
10903 to use the same font or colour in your own control as in a standard
10904 control -- which is a much better idea than hard coding specific
10905 colours or fonts which might look completely out of place on the
10906 user's system, especially if it uses themes.
10908 The variant parameter is only relevant under Mac currently and is
10909 ignore under other platforms. Under Mac, it will change the size of
10910 the returned font. See `wx.Window.SetWindowVariant` for more about
10913 return _core_
.Control_GetClassDefaultAttributes(*args
, **kwargs
)
10915 GetClassDefaultAttributes
= staticmethod(GetClassDefaultAttributes
)
10917 class ControlPtr(Control
):
10918 def __init__(self
, this
):
10920 if not hasattr(self
,"thisown"): self
.thisown
= 0
10921 self
.__class
__ = Control
10922 _core_
.Control_swigregister(ControlPtr
)
10923 ControlNameStr
= cvar
.ControlNameStr
10925 def PreControl(*args
, **kwargs
):
10927 PreControl() -> Control
10929 Precreate a Control control for 2-phase creation
10931 val
= _core_
.new_PreControl(*args
, **kwargs
)
10935 def Control_GetClassDefaultAttributes(*args
, **kwargs
):
10937 Control_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes
10939 Get the default attributes for this class. This is useful if you want
10940 to use the same font or colour in your own control as in a standard
10941 control -- which is a much better idea than hard coding specific
10942 colours or fonts which might look completely out of place on the
10943 user's system, especially if it uses themes.
10945 The variant parameter is only relevant under Mac currently and is
10946 ignore under other platforms. Under Mac, it will change the size of
10947 the returned font. See `wx.Window.SetWindowVariant` for more about
10950 return _core_
.Control_GetClassDefaultAttributes(*args
, **kwargs
)
10952 #---------------------------------------------------------------------------
10954 class ItemContainer(object):
10956 The wx.ItemContainer class defines an interface which is implemented
10957 by all controls which have string subitems, each of which may be
10958 selected, such as `wx.ListBox`, `wx.CheckListBox`, `wx.Choice` as well
10959 as `wx.ComboBox` which implements an extended interface deriving from
10962 It defines the methods for accessing the control's items and although
10963 each of the derived classes implements them differently, they still
10964 all conform to the same interface.
10966 The items in a wx.ItemContainer have (non empty) string labels and,
10967 optionally, client data associated with them.
10970 def __init__(self
): raise RuntimeError, "No constructor defined"
10971 def __repr__(self
):
10972 return "<%s.%s; proxy of C++ wxItemContainer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
10973 def Append(*args
, **kwargs
):
10975 Append(self, String item, PyObject clientData=None) -> int
10977 Adds the item to the control, associating the given data with the item
10978 if not None. The return value is the index of the newly added item
10979 which may be different from the last one if the control is sorted (e.g.
10980 has wx.LB_SORT or wx.CB_SORT style).
10982 return _core_
.ItemContainer_Append(*args
, **kwargs
)
10984 def AppendItems(*args
, **kwargs
):
10986 AppendItems(self, List strings)
10988 Apend several items at once to the control. Notice that calling this
10989 method may be much faster than appending the items one by one if you
10990 need to add a lot of items.
10992 return _core_
.ItemContainer_AppendItems(*args
, **kwargs
)
10994 def Insert(*args
, **kwargs
):
10996 Insert(self, String item, int pos, PyObject clientData=None) -> int
10998 Insert an item into the control before the item at the ``pos`` index,
10999 optionally associating some data object with the item.
11001 return _core_
.ItemContainer_Insert(*args
, **kwargs
)
11003 def Clear(*args
, **kwargs
):
11007 Removes all items from the control.
11009 return _core_
.ItemContainer_Clear(*args
, **kwargs
)
11011 def Delete(*args
, **kwargs
):
11013 Delete(self, int n)
11015 Deletes the item at the zero-based index 'n' from the control. Note
11016 that it is an error (signalled by a `wx.PyAssertionError` exception if
11017 enabled) to remove an item with the index negative or greater or equal
11018 than the number of items in the control.
11020 return _core_
.ItemContainer_Delete(*args
, **kwargs
)
11022 def GetClientData(*args
, **kwargs
):
11024 GetClientData(self, int n) -> PyObject
11026 Returns the client data associated with the given item, (if any.)
11028 return _core_
.ItemContainer_GetClientData(*args
, **kwargs
)
11030 def SetClientData(*args
, **kwargs
):
11032 SetClientData(self, int n, PyObject clientData)
11034 Associate the given client data with the item at position n.
11036 return _core_
.ItemContainer_SetClientData(*args
, **kwargs
)
11038 def GetCount(*args
, **kwargs
):
11040 GetCount(self) -> int
11042 Returns the number of items in the control.
11044 return _core_
.ItemContainer_GetCount(*args
, **kwargs
)
11046 def IsEmpty(*args
, **kwargs
):
11048 IsEmpty(self) -> bool
11050 Returns True if the control is empty or False if it has some items.
11052 return _core_
.ItemContainer_IsEmpty(*args
, **kwargs
)
11054 def GetString(*args
, **kwargs
):
11056 GetString(self, int n) -> String
11058 Returns the label of the item with the given index.
11060 return _core_
.ItemContainer_GetString(*args
, **kwargs
)
11062 def GetStrings(*args
, **kwargs
):
11063 """GetStrings(self) -> wxArrayString"""
11064 return _core_
.ItemContainer_GetStrings(*args
, **kwargs
)
11066 def SetString(*args
, **kwargs
):
11068 SetString(self, int n, String s)
11070 Sets the label for the given item.
11072 return _core_
.ItemContainer_SetString(*args
, **kwargs
)
11074 def FindString(*args
, **kwargs
):
11076 FindString(self, String s) -> int
11078 Finds an item whose label matches the given string. Returns the
11079 zero-based position of the item, or ``wx.NOT_FOUND`` if the string was not
11082 return _core_
.ItemContainer_FindString(*args
, **kwargs
)
11084 def SetSelection(*args
, **kwargs
):
11086 SetSelection(self, int n)
11088 Sets the item at index 'n' to be the selected item.
11090 return _core_
.ItemContainer_SetSelection(*args
, **kwargs
)
11092 def GetSelection(*args
, **kwargs
):
11094 GetSelection(self) -> int
11096 Returns the index of the selected item or ``wx.NOT_FOUND`` if no item
11099 return _core_
.ItemContainer_GetSelection(*args
, **kwargs
)
11101 def SetStringSelection(*args
, **kwargs
):
11102 """SetStringSelection(self, String s) -> bool"""
11103 return _core_
.ItemContainer_SetStringSelection(*args
, **kwargs
)
11105 def GetStringSelection(*args
, **kwargs
):
11107 GetStringSelection(self) -> String
11109 Returns the label of the selected item or an empty string if no item
11112 return _core_
.ItemContainer_GetStringSelection(*args
, **kwargs
)
11114 def Select(*args
, **kwargs
):
11116 Select(self, int n)
11118 This is the same as `SetSelection` and exists only because it is
11119 slightly more natural for controls which support multiple selection.
11121 return _core_
.ItemContainer_Select(*args
, **kwargs
)
11124 class ItemContainerPtr(ItemContainer
):
11125 def __init__(self
, this
):
11127 if not hasattr(self
,"thisown"): self
.thisown
= 0
11128 self
.__class
__ = ItemContainer
11129 _core_
.ItemContainer_swigregister(ItemContainerPtr
)
11131 #---------------------------------------------------------------------------
11133 class ControlWithItems(Control
,ItemContainer
):
11135 wx.ControlWithItems combines the ``wx.ItemContainer`` class with the
11136 wx.Control class, and is used for the base class of various controls
11139 def __init__(self
): raise RuntimeError, "No constructor defined"
11140 def __repr__(self
):
11141 return "<%s.%s; proxy of C++ wxControlWithItems instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
11143 class ControlWithItemsPtr(ControlWithItems
):
11144 def __init__(self
, this
):
11146 if not hasattr(self
,"thisown"): self
.thisown
= 0
11147 self
.__class
__ = ControlWithItems
11148 _core_
.ControlWithItems_swigregister(ControlWithItemsPtr
)
11150 #---------------------------------------------------------------------------
11152 class SizerItem(Object
):
11154 The wx.SizerItem class is used to track the position, size and other
11155 attributes of each item managed by a `wx.Sizer`. In normal usage user
11156 code should never need to deal directly with a wx.SizerItem, but
11157 custom classes derived from `wx.PySizer` will probably need to use the
11158 collection of wx.SizerItems held by wx.Sizer when calculating layout.
11160 :see: `wx.Sizer`, `wx.GBSizerItem`
11162 def __repr__(self
):
11163 return "<%s.%s; proxy of C++ wxSizerItem instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
11164 def __init__(self
, *args
, **kwargs
):
11166 __init__(self) -> SizerItem
11168 Constructs an empty wx.SizerItem. Either a window, sizer or spacer
11169 size will need to be set before this item can be used in a Sizer.
11171 You will probably never need to create a wx.SizerItem directly as they
11172 are created automatically when the sizer's Add, Insert or Prepend
11173 methods are called.
11175 :see: `wx.SizerItemSpacer`, `wx.SizerItemWindow`, `wx.SizerItemSizer`
11177 newobj
= _core_
.new_SizerItem(*args
, **kwargs
)
11178 self
.this
= newobj
.this
11181 def DeleteWindows(*args
, **kwargs
):
11183 DeleteWindows(self)
11185 Destroy the window or the windows in a subsizer, depending on the type
11188 return _core_
.SizerItem_DeleteWindows(*args
, **kwargs
)
11190 def DetachSizer(*args
, **kwargs
):
11194 Enable deleting the SizerItem without destroying the contained sizer.
11196 return _core_
.SizerItem_DetachSizer(*args
, **kwargs
)
11198 def GetSize(*args
, **kwargs
):
11200 GetSize(self) -> Size
11202 Get the current size of the item, as set in the last Layout.
11204 return _core_
.SizerItem_GetSize(*args
, **kwargs
)
11206 def CalcMin(*args
, **kwargs
):
11208 CalcMin(self) -> Size
11210 Calculates the minimum desired size for the item, including any space
11213 return _core_
.SizerItem_CalcMin(*args
, **kwargs
)
11215 def SetDimension(*args
, **kwargs
):
11217 SetDimension(self, Point pos, Size size)
11219 Set the position and size of the space allocated for this item by the
11220 sizer, and adjust the position and size of the item (window or
11221 subsizer) to be within that space taking alignment and borders into
11224 return _core_
.SizerItem_SetDimension(*args
, **kwargs
)
11226 def GetMinSize(*args
, **kwargs
):
11228 GetMinSize(self) -> Size
11230 Get the minimum size needed for the item.
11232 return _core_
.SizerItem_GetMinSize(*args
, **kwargs
)
11234 def GetMinSizeWithBorder(*args
, **kwargs
):
11236 GetMinSizeWithBorder(self) -> Size
11238 Get the minimum size needed for the item with space for the borders
11241 return _core_
.SizerItem_GetMinSizeWithBorder(*args
, **kwargs
)
11243 def SetInitSize(*args
, **kwargs
):
11244 """SetInitSize(self, int x, int y)"""
11245 return _core_
.SizerItem_SetInitSize(*args
, **kwargs
)
11247 def SetRatioWH(*args
, **kwargs
):
11249 SetRatioWH(self, int width, int height)
11251 Set the ratio item attribute.
11253 return _core_
.SizerItem_SetRatioWH(*args
, **kwargs
)
11255 def SetRatioSize(*args
, **kwargs
):
11257 SetRatioSize(self, Size size)
11259 Set the ratio item attribute.
11261 return _core_
.SizerItem_SetRatioSize(*args
, **kwargs
)
11263 def SetRatio(*args
, **kwargs
):
11265 SetRatio(self, float ratio)
11267 Set the ratio item attribute.
11269 return _core_
.SizerItem_SetRatio(*args
, **kwargs
)
11271 def GetRatio(*args
, **kwargs
):
11273 GetRatio(self) -> float
11275 Set the ratio item attribute.
11277 return _core_
.SizerItem_GetRatio(*args
, **kwargs
)
11279 def GetRect(*args
, **kwargs
):
11281 GetRect(self) -> Rect
11283 Returns the rectangle that the sizer item should occupy
11285 return _core_
.SizerItem_GetRect(*args
, **kwargs
)
11287 def IsWindow(*args
, **kwargs
):
11289 IsWindow(self) -> bool
11291 Is this sizer item a window?
11293 return _core_
.SizerItem_IsWindow(*args
, **kwargs
)
11295 def IsSizer(*args
, **kwargs
):
11297 IsSizer(self) -> bool
11299 Is this sizer item a subsizer?
11301 return _core_
.SizerItem_IsSizer(*args
, **kwargs
)
11303 def IsSpacer(*args
, **kwargs
):
11305 IsSpacer(self) -> bool
11307 Is this sizer item a spacer?
11309 return _core_
.SizerItem_IsSpacer(*args
, **kwargs
)
11311 def SetProportion(*args
, **kwargs
):
11313 SetProportion(self, int proportion)
11315 Set the proportion value for this item.
11317 return _core_
.SizerItem_SetProportion(*args
, **kwargs
)
11319 def GetProportion(*args
, **kwargs
):
11321 GetProportion(self) -> int
11323 Get the proportion value for this item.
11325 return _core_
.SizerItem_GetProportion(*args
, **kwargs
)
11327 SetOption
= wx
._deprecated
(SetProportion
, "Please use `SetProportion` instead.")
11328 GetOption
= wx
._deprecated
(GetProportion
, "Please use `GetProportion` instead.")
11329 def SetFlag(*args
, **kwargs
):
11331 SetFlag(self, int flag)
11333 Set the flag value for this item.
11335 return _core_
.SizerItem_SetFlag(*args
, **kwargs
)
11337 def GetFlag(*args
, **kwargs
):
11339 GetFlag(self) -> int
11341 Get the flag value for this item.
11343 return _core_
.SizerItem_GetFlag(*args
, **kwargs
)
11345 def SetBorder(*args
, **kwargs
):
11347 SetBorder(self, int border)
11349 Set the border value for this item.
11351 return _core_
.SizerItem_SetBorder(*args
, **kwargs
)
11353 def GetBorder(*args
, **kwargs
):
11355 GetBorder(self) -> int
11357 Get the border value for this item.
11359 return _core_
.SizerItem_GetBorder(*args
, **kwargs
)
11361 def GetWindow(*args
, **kwargs
):
11363 GetWindow(self) -> Window
11365 Get the window (if any) that is managed by this sizer item.
11367 return _core_
.SizerItem_GetWindow(*args
, **kwargs
)
11369 def SetWindow(*args
, **kwargs
):
11371 SetWindow(self, Window window)
11373 Set the window to be managed by this sizer item.
11375 return _core_
.SizerItem_SetWindow(*args
, **kwargs
)
11377 def GetSizer(*args
, **kwargs
):
11379 GetSizer(self) -> Sizer
11381 Get the subsizer (if any) that is managed by this sizer item.
11383 return _core_
.SizerItem_GetSizer(*args
, **kwargs
)
11385 def SetSizer(*args
, **kwargs
):
11387 SetSizer(self, Sizer sizer)
11389 Set the subsizer to be managed by this sizer item.
11391 return _core_
.SizerItem_SetSizer(*args
, **kwargs
)
11393 def GetSpacer(*args
, **kwargs
):
11395 GetSpacer(self) -> Size
11397 Get the size of the spacer managed by this sizer item.
11399 return _core_
.SizerItem_GetSpacer(*args
, **kwargs
)
11401 def SetSpacer(*args
, **kwargs
):
11403 SetSpacer(self, Size size)
11405 Set the size of the spacer to be managed by this sizer item.
11407 return _core_
.SizerItem_SetSpacer(*args
, **kwargs
)
11409 def Show(*args
, **kwargs
):
11411 Show(self, bool show)
11413 Set the show item attribute, which sizers use to determine if the item
11414 is to be made part of the layout or not. If the item is tracking a
11415 window then it is shown or hidden as needed.
11417 return _core_
.SizerItem_Show(*args
, **kwargs
)
11419 def IsShown(*args
, **kwargs
):
11421 IsShown(self) -> bool
11423 Is the item to be shown in the layout?
11425 return _core_
.SizerItem_IsShown(*args
, **kwargs
)
11427 def GetPosition(*args
, **kwargs
):
11429 GetPosition(self) -> Point
11431 Returns the current position of the item, as set in the last Layout.
11433 return _core_
.SizerItem_GetPosition(*args
, **kwargs
)
11435 def GetUserData(*args
, **kwargs
):
11437 GetUserData(self) -> PyObject
11439 Returns the userData associated with this sizer item, or None if there
11442 return _core_
.SizerItem_GetUserData(*args
, **kwargs
)
11445 class SizerItemPtr(SizerItem
):
11446 def __init__(self
, this
):
11448 if not hasattr(self
,"thisown"): self
.thisown
= 0
11449 self
.__class
__ = SizerItem
11450 _core_
.SizerItem_swigregister(SizerItemPtr
)
11452 def SizerItemWindow(*args
, **kwargs
):
11454 SizerItemWindow(Window window, int proportion, int flag, int border,
11455 PyObject userData=None) -> SizerItem
11457 Constructs a `wx.SizerItem` for tracking a window.
11459 val
= _core_
.new_SizerItemWindow(*args
, **kwargs
)
11463 def SizerItemSpacer(*args
, **kwargs
):
11465 SizerItemSpacer(int width, int height, int proportion, int flag, int border,
11466 PyObject userData=None) -> SizerItem
11468 Constructs a `wx.SizerItem` for tracking a spacer.
11470 val
= _core_
.new_SizerItemSpacer(*args
, **kwargs
)
11474 def SizerItemSizer(*args
, **kwargs
):
11476 SizerItemSizer(Sizer sizer, int proportion, int flag, int border,
11477 PyObject userData=None) -> SizerItem
11479 Constructs a `wx.SizerItem` for tracking a subsizer
11481 val
= _core_
.new_SizerItemSizer(*args
, **kwargs
)
11485 class Sizer(Object
):
11487 wx.Sizer is the abstract base class used for laying out subwindows in
11488 a window. You cannot use wx.Sizer directly; instead, you will have to
11489 use one of the sizer classes derived from it such as `wx.BoxSizer`,
11490 `wx.StaticBoxSizer`, `wx.NotebookSizer`, `wx.GridSizer`, `wx.FlexGridSizer`
11491 and `wx.GridBagSizer`.
11493 The concept implemented by sizers in wxWidgets is closely related to
11494 layout tools in other GUI toolkits, such as Java's AWT, the GTK
11495 toolkit or the Qt toolkit. It is based upon the idea of the individual
11496 subwindows reporting their minimal required size and their ability to
11497 get stretched if the size of the parent window has changed. This will
11498 most often mean that the programmer does not set the original size of
11499 a dialog in the beginning, rather the dialog will assigned a sizer and
11500 this sizer will be queried about the recommended size. The sizer in
11501 turn will query its children, which can be normal windows or contorls,
11502 empty space or other sizers, so that a hierarchy of sizers can be
11503 constructed. Note that wxSizer does not derive from wxWindow and thus
11504 do not interfere with tab ordering and requires very little resources
11505 compared to a real window on screen.
11507 What makes sizers so well fitted for use in wxWidgets is the fact that
11508 every control reports its own minimal size and the algorithm can
11509 handle differences in font sizes or different window (dialog item)
11510 sizes on different platforms without problems. If for example the
11511 standard font as well as the overall design of Mac widgets requires
11512 more space than on Windows, then the initial size of a dialog using a
11513 sizer will automatically be bigger on Mac than on Windows.
11515 def __init__(self
): raise RuntimeError, "No constructor defined"
11516 def __repr__(self
):
11517 return "<%s.%s; proxy of C++ wxSizer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
11518 def _setOORInfo(*args
, **kwargs
):
11519 """_setOORInfo(self, PyObject _self)"""
11520 return _core_
.Sizer__setOORInfo(*args
, **kwargs
)
11522 def Add(*args
, **kwargs
):
11524 Add(self, item, int proportion=0, int flag=0, int border=0,
11525 PyObject userData=None) -> wx.SizerItem
11527 Appends a child item to the sizer.
11529 return _core_
.Sizer_Add(*args
, **kwargs
)
11531 def Insert(*args
, **kwargs
):
11533 Insert(self, int before, item, int proportion=0, int flag=0, int border=0,
11534 PyObject userData=None) -> wx.SizerItem
11536 Inserts a new item into the list of items managed by this sizer before
11537 the item at index *before*. See `Add` for a description of the parameters.
11539 return _core_
.Sizer_Insert(*args
, **kwargs
)
11541 def Prepend(*args
, **kwargs
):
11543 Prepend(self, item, int proportion=0, int flag=0, int border=0,
11544 PyObject userData=None) -> wx.SizerItem
11546 Adds a new item to the begining of the list of sizer items managed by
11547 this sizer. See `Add` for a description of the parameters.
11549 return _core_
.Sizer_Prepend(*args
, **kwargs
)
11551 def Remove(*args
, **kwargs
):
11553 Remove(self, item) -> bool
11555 Removes an item from the sizer and destroys it. This method does not
11556 cause any layout or resizing to take place, call `Layout` to update
11557 the layout on screen after removing a child from the sizer. The
11558 *item* parameter can be either a window, a sizer, or the zero-based
11559 index of an item to remove. Returns True if the child item was found
11562 return _core_
.Sizer_Remove(*args
, **kwargs
)
11564 def Detach(*args
, **kwargs
):
11566 Detach(self, item) -> bool
11568 Detaches an item from the sizer without destroying it. This method
11569 does not cause any layout or resizing to take place, call `Layout` to
11570 do so. The *item* parameter can be either a window, a sizer, or the
11571 zero-based index of the item to be detached. Returns True if the child item
11572 was found and detached.
11574 return _core_
.Sizer_Detach(*args
, **kwargs
)
11576 def GetItem(*args
, **kwargs
):
11578 GetItem(self, item) -> wx.SizerItem
11580 Returns the `wx.SizerItem` which holds the *item* given. The *item*
11581 parameter can be either a window, a sizer, or the zero-based index of
11582 the item to be found.
11584 return _core_
.Sizer_GetItem(*args
, **kwargs
)
11586 def _SetItemMinSize(*args
, **kwargs
):
11587 """_SetItemMinSize(self, PyObject item, Size size)"""
11588 return _core_
.Sizer__SetItemMinSize(*args
, **kwargs
)
11590 def SetItemMinSize(self
, item
, *args
):
11592 SetItemMinSize(self, item, Size size)
11594 Sets the minimum size that will be allocated for an item in the sizer.
11595 The *item* parameter can be either a window, a sizer, or the
11596 zero-based index of the item. If a window or sizer is given then it
11597 will be searched for recursivly in subsizers if neccessary.
11600 # for backward compatibility accept separate width,height args too
11601 return self
._SetItemMinSize
(item
, args
)
11603 return self
._SetItemMinSize
(item
, args
[0])
11605 def AddItem(*args
, **kwargs
):
11607 AddItem(self, SizerItem item)
11609 Adds a `wx.SizerItem` to the sizer.
11611 return _core_
.Sizer_AddItem(*args
, **kwargs
)
11613 def InsertItem(*args
, **kwargs
):
11615 InsertItem(self, int index, SizerItem item)
11617 Inserts a `wx.SizerItem` to the sizer at the position given by *index*.
11619 return _core_
.Sizer_InsertItem(*args
, **kwargs
)
11621 def PrependItem(*args
, **kwargs
):
11623 PrependItem(self, SizerItem item)
11625 Prepends a `wx.SizerItem` to the sizer.
11627 return _core_
.Sizer_PrependItem(*args
, **kwargs
)
11629 def AddMany(self
, items
):
11631 AddMany is a convenience method for adding several items
11632 to a sizer at one time. Simply pass it a list of tuples,
11633 where each tuple consists of the parameters that you
11634 would normally pass to the `Add` method.
11637 if type(item
) != type(()) or (len(item
) == 2 and type(item
[0]) == type(1)):
11641 # for backwards compatibility only, please do not use in new code
11642 def AddWindow(self
, *args
, **kw
):
11643 """Compatibility alias for `Add`."""
11644 return self
.Add(*args
, **kw
)
11645 def AddSizer(self
, *args
, **kw
):
11646 """Compatibility alias for `Add`."""
11647 return self
.Add(*args
, **kw
)
11648 def AddSpacer(self
, *args
, **kw
):
11649 """Compatibility alias for `Add`."""
11650 return self
.Add(*args
, **kw
)
11652 def PrependWindow(self
, *args
, **kw
):
11653 """Compatibility alias for `Prepend`."""
11654 return self
.Prepend(*args
, **kw
)
11655 def PrependSizer(self
, *args
, **kw
):
11656 """Compatibility alias for `Prepend`."""
11657 return self
.Prepend(*args
, **kw
)
11658 def PrependSpacer(self
, *args
, **kw
):
11659 """Compatibility alias for `Prepend`."""
11660 return self
.Prepend(*args
, **kw
)
11662 def InsertWindow(self
, *args
, **kw
):
11663 """Compatibility alias for `Insert`."""
11664 return self
.Insert(*args
, **kw
)
11665 def InsertSizer(self
, *args
, **kw
):
11666 """Compatibility alias for `Insert`."""
11667 return self
.Insert(*args
, **kw
)
11668 def InsertSpacer(self
, *args
, **kw
):
11669 """Compatibility alias for `Insert`."""
11670 return self
.Insert(*args
, **kw
)
11672 def RemoveWindow(self
, *args
, **kw
):
11673 """Compatibility alias for `Remove`."""
11674 return self
.Remove(*args
, **kw
)
11675 def RemoveSizer(self
, *args
, **kw
):
11676 """Compatibility alias for `Remove`."""
11677 return self
.Remove(*args
, **kw
)
11678 def RemovePos(self
, *args
, **kw
):
11679 """Compatibility alias for `Remove`."""
11680 return self
.Remove(*args
, **kw
)
11683 def SetDimension(*args
, **kwargs
):
11685 SetDimension(self, int x, int y, int width, int height)
11687 Call this to force the sizer to take the given dimension and thus
11688 force the items owned by the sizer to resize themselves according to
11689 the rules defined by the parameter in the `Add`, `Insert` or `Prepend`
11692 return _core_
.Sizer_SetDimension(*args
, **kwargs
)
11694 def SetMinSize(*args
, **kwargs
):
11696 SetMinSize(self, Size size)
11698 Call this to give the sizer a minimal size. Normally, the sizer will
11699 calculate its minimal size based purely on how much space its children
11700 need. After calling this method `GetMinSize` will return either the
11701 minimal size as requested by its children or the minimal size set
11702 here, depending on which is bigger.
11704 return _core_
.Sizer_SetMinSize(*args
, **kwargs
)
11706 def GetSize(*args
, **kwargs
):
11708 GetSize(self) -> Size
11710 Returns the current size of the space managed by the sizer.
11712 return _core_
.Sizer_GetSize(*args
, **kwargs
)
11714 def GetPosition(*args
, **kwargs
):
11716 GetPosition(self) -> Point
11718 Returns the current position of the sizer's managed space.
11720 return _core_
.Sizer_GetPosition(*args
, **kwargs
)
11722 def GetMinSize(*args
, **kwargs
):
11724 GetMinSize(self) -> Size
11726 Returns the minimal size of the sizer. This is either the combined
11727 minimal size of all the children and their borders or the minimal size
11728 set by SetMinSize, depending on which is bigger.
11730 return _core_
.Sizer_GetMinSize(*args
, **kwargs
)
11732 def GetSizeTuple(self
):
11733 return self
.GetSize().Get()
11734 def GetPositionTuple(self
):
11735 return self
.GetPosition().Get()
11736 def GetMinSizeTuple(self
):
11737 return self
.GetMinSize().Get()
11739 def RecalcSizes(*args
, **kwargs
):
11743 Using the sizes calculated by `CalcMin` reposition and resize all the
11744 items managed by this sizer. You should not need to call this directly as
11745 it is called by `Layout`.
11747 return _core_
.Sizer_RecalcSizes(*args
, **kwargs
)
11749 def CalcMin(*args
, **kwargs
):
11751 CalcMin(self) -> Size
11753 This method is where the sizer will do the actual calculation of its
11754 children's minimal sizes. You should not need to call this directly as
11755 it is called by `Layout`.
11757 return _core_
.Sizer_CalcMin(*args
, **kwargs
)
11759 def Layout(*args
, **kwargs
):
11763 This method will force the recalculation and layout of the items
11764 controlled by the sizer using the current space allocated to the
11765 sizer. Normally this is called automatically from the owning window's
11766 EVT_SIZE handler, but it is also useful to call it from user code when
11767 one of the items in a sizer change size, or items are added or
11770 return _core_
.Sizer_Layout(*args
, **kwargs
)
11772 def Fit(*args
, **kwargs
):
11774 Fit(self, Window window) -> Size
11776 Tell the sizer to resize the *window* to match the sizer's minimal
11777 size. This is commonly done in the constructor of the window itself in
11778 order to set its initial size to match the needs of the children as
11779 determined by the sizer. Returns the new size.
11781 For a top level window this is the total window size, not the client size.
11783 return _core_
.Sizer_Fit(*args
, **kwargs
)
11785 def FitInside(*args
, **kwargs
):
11787 FitInside(self, Window window)
11789 Tell the sizer to resize the *virtual size* of the *window* to match the
11790 sizer's minimal size. This will not alter the on screen size of the
11791 window, but may cause the addition/removal/alteration of scrollbars
11792 required to view the virtual area in windows which manage it.
11794 :see: `wx.ScrolledWindow.SetScrollbars`, `SetVirtualSizeHints`
11797 return _core_
.Sizer_FitInside(*args
, **kwargs
)
11799 def SetSizeHints(*args
, **kwargs
):
11801 SetSizeHints(self, Window window)
11803 Tell the sizer to set (and `Fit`) the minimal size of the *window* to
11804 match the sizer's minimal size. This is commonly done in the
11805 constructor of the window itself if the window is resizable (as are
11806 many dialogs under Unix and frames on probably all platforms) in order
11807 to prevent the window from being sized smaller than the minimal size
11808 required by the sizer.
11810 return _core_
.Sizer_SetSizeHints(*args
, **kwargs
)
11812 def SetVirtualSizeHints(*args
, **kwargs
):
11814 SetVirtualSizeHints(self, Window window)
11816 Tell the sizer to set the minimal size of the window virtual area to
11817 match the sizer's minimal size. For windows with managed scrollbars
11818 this will set them appropriately.
11820 :see: `wx.ScrolledWindow.SetScrollbars`
11823 return _core_
.Sizer_SetVirtualSizeHints(*args
, **kwargs
)
11825 def Clear(*args
, **kwargs
):
11827 Clear(self, bool deleteWindows=False)
11829 Clear all items from the sizer, optionally destroying the window items
11832 return _core_
.Sizer_Clear(*args
, **kwargs
)
11834 def DeleteWindows(*args
, **kwargs
):
11836 DeleteWindows(self)
11838 Destroy all windows managed by the sizer.
11840 return _core_
.Sizer_DeleteWindows(*args
, **kwargs
)
11842 def GetChildren(*args
, **kwargs
):
11844 GetChildren(self) -> list
11846 Returns a list of all the `wx.SizerItem` objects managed by the sizer.
11848 return _core_
.Sizer_GetChildren(*args
, **kwargs
)
11850 def Show(*args
, **kwargs
):
11852 Show(self, item, bool show=True, bool recursive=false) -> bool
11854 Shows or hides an item managed by the sizer. To make a sizer item
11855 disappear or reappear, use Show followed by `Layout`. The *item*
11856 parameter can be either a window, a sizer, or the zero-based index of
11857 the item. Use the recursive parameter to show or hide an item in a
11858 subsizer. Returns True if the item was found.
11860 return _core_
.Sizer_Show(*args
, **kwargs
)
11862 def IsShown(*args
, **kwargs
):
11864 IsShown(self, item)
11866 Determines if the item is currently shown. sizer. To make a sizer
11867 item disappear or reappear, use Show followed by `Layout`. The *item*
11868 parameter can be either a window, a sizer, or the zero-based index of
11871 return _core_
.Sizer_IsShown(*args
, **kwargs
)
11873 def Hide(self
, item
, recursive
=False):
11875 A convenience method for `Show` (item, False, recursive).
11877 return self
.Show(item
, False, recursive
)
11879 def ShowItems(*args
, **kwargs
):
11881 ShowItems(self, bool show)
11883 Recursively call `wx.SizerItem.Show` on all sizer items.
11885 return _core_
.Sizer_ShowItems(*args
, **kwargs
)
11888 class SizerPtr(Sizer
):
11889 def __init__(self
, this
):
11891 if not hasattr(self
,"thisown"): self
.thisown
= 0
11892 self
.__class
__ = Sizer
11893 _core_
.Sizer_swigregister(SizerPtr
)
11895 class PySizer(Sizer
):
11897 wx.PySizer is a special version of `wx.Sizer` that has been
11898 instrumented to allow the C++ virtual methods to be overloaded in
11899 Python derived classes. You would derive from this class if you are
11900 wanting to implement a custom sizer in Python code. Simply implement
11901 `CalcMin` and `RecalcSizes` in the derived class and you're all set.
11904 class MySizer(wx.PySizer):
11905 def __init__(self):
11906 wx.PySizer.__init__(self)
11909 for item in self.GetChildren():
11910 # calculate the total minimum width and height needed
11911 # by all items in the sizer according to this sizer's
11912 # layout algorithm.
11914 return wx.Size(width, height)
11916 def RecalcSizes(self):
11917 # find the space allotted to this sizer
11918 pos = self.GetPosition()
11919 size = self.GetSize()
11920 for item in self.GetChildren():
11921 # Recalculate (if necessary) the position and size of
11922 # each item and then call item.SetDimension to do the
11923 # actual positioning and sizing of the items within the
11924 # space alloted to this sizer.
11926 item.SetDimension(itemPos, itemSize)
11929 When `Layout` is called it first calls `CalcMin` followed by
11930 `RecalcSizes` so you can optimize a bit by saving the results of
11931 `CalcMin` and reusing them in `RecalcSizes`.
11933 :see: `wx.SizerItem`, `wx.Sizer.GetChildren`
11937 def __repr__(self
):
11938 return "<%s.%s; proxy of C++ wxPySizer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
11939 def __init__(self
, *args
, **kwargs
):
11941 __init__(self) -> PySizer
11943 Creates a wx.PySizer. Must be called from the __init__ in the derived
11946 newobj
= _core_
.new_PySizer(*args
, **kwargs
)
11947 self
.this
= newobj
.this
11950 self
._setCallbackInfo
(self
, PySizer
);self
._setOORInfo
(self
)
11952 def _setCallbackInfo(*args
, **kwargs
):
11953 """_setCallbackInfo(self, PyObject self, PyObject _class)"""
11954 return _core_
.PySizer__setCallbackInfo(*args
, **kwargs
)
11957 class PySizerPtr(PySizer
):
11958 def __init__(self
, this
):
11960 if not hasattr(self
,"thisown"): self
.thisown
= 0
11961 self
.__class
__ = PySizer
11962 _core_
.PySizer_swigregister(PySizerPtr
)
11964 #---------------------------------------------------------------------------
11966 class BoxSizer(Sizer
):
11968 The basic idea behind a box sizer is that windows will most often be
11969 laid out in rather simple basic geometry, typically in a row or a
11970 column or nested hierarchies of either. A wx.BoxSizer will lay out
11971 its items in a simple row or column, depending on the orientation
11972 parameter passed to the constructor.
11974 def __repr__(self
):
11975 return "<%s.%s; proxy of C++ wxBoxSizer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
11976 def __init__(self
, *args
, **kwargs
):
11978 __init__(self, int orient=HORIZONTAL) -> BoxSizer
11980 Constructor for a wx.BoxSizer. *orient* may be one of ``wx.VERTICAL``
11981 or ``wx.HORIZONTAL`` for creating either a column sizer or a row
11984 newobj
= _core_
.new_BoxSizer(*args
, **kwargs
)
11985 self
.this
= newobj
.this
11988 self
._setOORInfo
(self
)
11990 def GetOrientation(*args
, **kwargs
):
11992 GetOrientation(self) -> int
11994 Returns the current orientation of the sizer.
11996 return _core_
.BoxSizer_GetOrientation(*args
, **kwargs
)
11998 def SetOrientation(*args
, **kwargs
):
12000 SetOrientation(self, int orient)
12002 Resets the orientation of the sizer.
12004 return _core_
.BoxSizer_SetOrientation(*args
, **kwargs
)
12007 class BoxSizerPtr(BoxSizer
):
12008 def __init__(self
, this
):
12010 if not hasattr(self
,"thisown"): self
.thisown
= 0
12011 self
.__class
__ = BoxSizer
12012 _core_
.BoxSizer_swigregister(BoxSizerPtr
)
12014 #---------------------------------------------------------------------------
12016 class StaticBoxSizer(BoxSizer
):
12018 wx.StaticBoxSizer derives from and functions identically to the
12019 `wx.BoxSizer` and adds a `wx.StaticBox` around the items that the sizer
12020 manages. Note that this static box must be created separately and
12021 passed to the sizer constructor.
12023 def __repr__(self
):
12024 return "<%s.%s; proxy of C++ wxStaticBoxSizer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
12025 def __init__(self
, *args
, **kwargs
):
12027 __init__(self, StaticBox box, int orient=HORIZONTAL) -> StaticBoxSizer
12029 Constructor. It takes an associated static box and the orientation
12030 *orient* as parameters - orient can be either of ``wx.VERTICAL`` or
12033 newobj
= _core_
.new_StaticBoxSizer(*args
, **kwargs
)
12034 self
.this
= newobj
.this
12037 self
._setOORInfo
(self
)
12039 def GetStaticBox(*args
, **kwargs
):
12041 GetStaticBox(self) -> StaticBox
12043 Returns the static box associated with this sizer.
12045 return _core_
.StaticBoxSizer_GetStaticBox(*args
, **kwargs
)
12048 class StaticBoxSizerPtr(StaticBoxSizer
):
12049 def __init__(self
, this
):
12051 if not hasattr(self
,"thisown"): self
.thisown
= 0
12052 self
.__class
__ = StaticBoxSizer
12053 _core_
.StaticBoxSizer_swigregister(StaticBoxSizerPtr
)
12055 #---------------------------------------------------------------------------
12057 class GridSizer(Sizer
):
12059 A grid sizer is a sizer which lays out its children in a
12060 two-dimensional table with all cells having the same size. In other
12061 words, the width of each cell within the grid is the width of the
12062 widest item added to the sizer and the height of each grid cell is the
12063 height of the tallest item. An optional vertical and/or horizontal
12064 gap between items can also be specified (in pixels.)
12066 Items are placed in the cells of the grid in the order they are added,
12067 in row-major order. In other words, the first row is filled first,
12068 then the second, and so on until all items have been added. (If
12069 neccessary, additional rows will be added as items are added.) If you
12070 need to have greater control over the cells that items are placed in
12071 then use the `wx.GridBagSizer`.
12074 def __repr__(self
):
12075 return "<%s.%s; proxy of C++ wxGridSizer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
12076 def __init__(self
, *args
, **kwargs
):
12078 __init__(self, int rows=1, int cols=0, int vgap=0, int hgap=0) -> GridSizer
12080 Constructor for a wx.GridSizer. *rows* and *cols* determine the number
12081 of columns and rows in the sizer - if either of the parameters is
12082 zero, it will be calculated to from the total number of children in
12083 the sizer, thus making the sizer grow dynamically. *vgap* and *hgap*
12084 define extra space between all children.
12086 newobj
= _core_
.new_GridSizer(*args
, **kwargs
)
12087 self
.this
= newobj
.this
12090 self
._setOORInfo
(self
)
12092 def SetCols(*args
, **kwargs
):
12094 SetCols(self, int cols)
12096 Sets the number of columns in the sizer.
12098 return _core_
.GridSizer_SetCols(*args
, **kwargs
)
12100 def SetRows(*args
, **kwargs
):
12102 SetRows(self, int rows)
12104 Sets the number of rows in the sizer.
12106 return _core_
.GridSizer_SetRows(*args
, **kwargs
)
12108 def SetVGap(*args
, **kwargs
):
12110 SetVGap(self, int gap)
12112 Sets the vertical gap (in pixels) between the cells in the sizer.
12114 return _core_
.GridSizer_SetVGap(*args
, **kwargs
)
12116 def SetHGap(*args
, **kwargs
):
12118 SetHGap(self, int gap)
12120 Sets the horizontal gap (in pixels) between cells in the sizer
12122 return _core_
.GridSizer_SetHGap(*args
, **kwargs
)
12124 def GetCols(*args
, **kwargs
):
12126 GetCols(self) -> int
12128 Returns the number of columns in the sizer.
12130 return _core_
.GridSizer_GetCols(*args
, **kwargs
)
12132 def GetRows(*args
, **kwargs
):
12134 GetRows(self) -> int
12136 Returns the number of rows in the sizer.
12138 return _core_
.GridSizer_GetRows(*args
, **kwargs
)
12140 def GetVGap(*args
, **kwargs
):
12142 GetVGap(self) -> int
12144 Returns the vertical gap (in pixels) between the cells in the sizer.
12146 return _core_
.GridSizer_GetVGap(*args
, **kwargs
)
12148 def GetHGap(*args
, **kwargs
):
12150 GetHGap(self) -> int
12152 Returns the horizontal gap (in pixels) between cells in the sizer.
12154 return _core_
.GridSizer_GetHGap(*args
, **kwargs
)
12157 class GridSizerPtr(GridSizer
):
12158 def __init__(self
, this
):
12160 if not hasattr(self
,"thisown"): self
.thisown
= 0
12161 self
.__class
__ = GridSizer
12162 _core_
.GridSizer_swigregister(GridSizerPtr
)
12164 #---------------------------------------------------------------------------
12166 FLEX_GROWMODE_NONE
= _core_
.FLEX_GROWMODE_NONE
12167 FLEX_GROWMODE_SPECIFIED
= _core_
.FLEX_GROWMODE_SPECIFIED
12168 FLEX_GROWMODE_ALL
= _core_
.FLEX_GROWMODE_ALL
12169 class FlexGridSizer(GridSizer
):
12171 A flex grid sizer is a sizer which lays out its children in a
12172 two-dimensional table with all table cells in one row having the same
12173 height and all cells in one column having the same width, but all
12174 rows or all columns are not necessarily the same height or width as in
12175 the `wx.GridSizer`.
12177 wx.FlexGridSizer can also size items equally in one direction but
12178 unequally ("flexibly") in the other. If the sizer is only flexible
12179 in one direction (this can be changed using `SetFlexibleDirection`), it
12180 needs to be decided how the sizer should grow in the other ("non
12181 flexible") direction in order to fill the available space. The
12182 `SetNonFlexibleGrowMode` method serves this purpose.
12186 def __repr__(self
):
12187 return "<%s.%s; proxy of C++ wxFlexGridSizer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
12188 def __init__(self
, *args
, **kwargs
):
12190 __init__(self, int rows=1, int cols=0, int vgap=0, int hgap=0) -> FlexGridSizer
12192 Constructor for a wx.FlexGridSizer. *rows* and *cols* determine the
12193 number of columns and rows in the sizer - if either of the parameters
12194 is zero, it will be calculated to from the total number of children in
12195 the sizer, thus making the sizer grow dynamically. *vgap* and *hgap*
12196 define extra space between all children.
12198 newobj
= _core_
.new_FlexGridSizer(*args
, **kwargs
)
12199 self
.this
= newobj
.this
12202 self
._setOORInfo
(self
)
12204 def AddGrowableRow(*args
, **kwargs
):
12206 AddGrowableRow(self, size_t idx, int proportion=0)
12208 Specifies that row *idx* (starting from zero) should be grown if there
12209 is extra space available to the sizer.
12211 The *proportion* parameter has the same meaning as the stretch factor
12212 for the box sizers except that if all proportions are 0, then all
12213 columns are resized equally (instead of not being resized at all).
12215 return _core_
.FlexGridSizer_AddGrowableRow(*args
, **kwargs
)
12217 def RemoveGrowableRow(*args
, **kwargs
):
12219 RemoveGrowableRow(self, size_t idx)
12221 Specifies that row *idx* is no longer growable.
12223 return _core_
.FlexGridSizer_RemoveGrowableRow(*args
, **kwargs
)
12225 def AddGrowableCol(*args
, **kwargs
):
12227 AddGrowableCol(self, size_t idx, int proportion=0)
12229 Specifies that column *idx* (starting from zero) should be grown if
12230 there is extra space available to the sizer.
12232 The *proportion* parameter has the same meaning as the stretch factor
12233 for the box sizers except that if all proportions are 0, then all
12234 columns are resized equally (instead of not being resized at all).
12236 return _core_
.FlexGridSizer_AddGrowableCol(*args
, **kwargs
)
12238 def RemoveGrowableCol(*args
, **kwargs
):
12240 RemoveGrowableCol(self, size_t idx)
12242 Specifies that column *idx* is no longer growable.
12244 return _core_
.FlexGridSizer_RemoveGrowableCol(*args
, **kwargs
)
12246 def SetFlexibleDirection(*args
, **kwargs
):
12248 SetFlexibleDirection(self, int direction)
12250 Specifies whether the sizer should flexibly resize its columns, rows,
12251 or both. Argument *direction* can be one of the following values. Any
12252 other value is ignored.
12254 ============== =======================================
12255 wx.VERTICAL Rows are flexibly sized.
12256 wx.HORIZONTAL Columns are flexibly sized.
12257 wx.BOTH Both rows and columns are flexibly sized
12258 (this is the default value).
12259 ============== =======================================
12261 Note that this method does not trigger relayout.
12264 return _core_
.FlexGridSizer_SetFlexibleDirection(*args
, **kwargs
)
12266 def GetFlexibleDirection(*args
, **kwargs
):
12268 GetFlexibleDirection(self) -> int
12270 Returns a value that specifies whether the sizer
12271 flexibly resizes its columns, rows, or both (default).
12273 :see: `SetFlexibleDirection`
12275 return _core_
.FlexGridSizer_GetFlexibleDirection(*args
, **kwargs
)
12277 def SetNonFlexibleGrowMode(*args
, **kwargs
):
12279 SetNonFlexibleGrowMode(self, int mode)
12281 Specifies how the sizer should grow in the non-flexible direction if
12282 there is one (so `SetFlexibleDirection` must have been called
12283 previously). Argument *mode* can be one of the following values:
12285 ========================== =================================================
12286 wx.FLEX_GROWMODE_NONE Sizer doesn't grow in the non flexible direction.
12287 wx.FLEX_GROWMODE_SPECIFIED Sizer honors growable columns/rows set with
12288 `AddGrowableCol` and `AddGrowableRow`. In this
12289 case equal sizing applies to minimum sizes of
12290 columns or rows (this is the default value).
12291 wx.FLEX_GROWMODE_ALL Sizer equally stretches all columns or rows in
12292 the non flexible direction, whether they are
12293 growable or not in the flexbile direction.
12294 ========================== =================================================
12296 Note that this method does not trigger relayout.
12300 return _core_
.FlexGridSizer_SetNonFlexibleGrowMode(*args
, **kwargs
)
12302 def GetNonFlexibleGrowMode(*args
, **kwargs
):
12304 GetNonFlexibleGrowMode(self) -> int
12306 Returns the value that specifies how the sizer grows in the
12307 non-flexible direction if there is one.
12309 :see: `SetNonFlexibleGrowMode`
12311 return _core_
.FlexGridSizer_GetNonFlexibleGrowMode(*args
, **kwargs
)
12313 def GetRowHeights(*args
, **kwargs
):
12315 GetRowHeights(self) -> list
12317 Returns a list of integers representing the heights of each of the
12320 return _core_
.FlexGridSizer_GetRowHeights(*args
, **kwargs
)
12322 def GetColWidths(*args
, **kwargs
):
12324 GetColWidths(self) -> list
12326 Returns a list of integers representing the widths of each of the
12327 columns in the sizer.
12329 return _core_
.FlexGridSizer_GetColWidths(*args
, **kwargs
)
12332 class FlexGridSizerPtr(FlexGridSizer
):
12333 def __init__(self
, this
):
12335 if not hasattr(self
,"thisown"): self
.thisown
= 0
12336 self
.__class
__ = FlexGridSizer
12337 _core_
.FlexGridSizer_swigregister(FlexGridSizerPtr
)
12339 class StdDialogButtonSizer(BoxSizer
):
12341 A special sizer that knows how to order and position standard buttons
12342 in order to conform to the current platform's standards. You simply
12343 need to add each `wx.Button` to the sizer, and be sure to create the
12344 buttons using the standard ID's. Then call `Realize` and the sizer
12345 will take care of the rest.
12348 def __repr__(self
):
12349 return "<%s.%s; proxy of C++ wxStdDialogButtonSizer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
12350 def __init__(self
, *args
, **kwargs
):
12351 """__init__(self) -> StdDialogButtonSizer"""
12352 newobj
= _core_
.new_StdDialogButtonSizer(*args
, **kwargs
)
12353 self
.this
= newobj
.this
12356 def AddButton(*args
, **kwargs
):
12358 AddButton(self, wxButton button)
12360 Use this to add the buttons to this sizer. Do not use the `Add`
12361 method in the base class.
12363 return _core_
.StdDialogButtonSizer_AddButton(*args
, **kwargs
)
12365 def Realize(*args
, **kwargs
):
12369 This funciton needs to be called after all the buttons have been added
12370 to the sizer. It will reorder them and position them in a platform
12373 return _core_
.StdDialogButtonSizer_Realize(*args
, **kwargs
)
12375 def SetAffirmativeButton(*args
, **kwargs
):
12376 """SetAffirmativeButton(self, wxButton button)"""
12377 return _core_
.StdDialogButtonSizer_SetAffirmativeButton(*args
, **kwargs
)
12379 def SetNegativeButton(*args
, **kwargs
):
12380 """SetNegativeButton(self, wxButton button)"""
12381 return _core_
.StdDialogButtonSizer_SetNegativeButton(*args
, **kwargs
)
12383 def SetCancelButton(*args
, **kwargs
):
12384 """SetCancelButton(self, wxButton button)"""
12385 return _core_
.StdDialogButtonSizer_SetCancelButton(*args
, **kwargs
)
12387 def GetAffirmativeButton(*args
, **kwargs
):
12388 """GetAffirmativeButton(self) -> wxButton"""
12389 return _core_
.StdDialogButtonSizer_GetAffirmativeButton(*args
, **kwargs
)
12391 def GetApplyButton(*args
, **kwargs
):
12392 """GetApplyButton(self) -> wxButton"""
12393 return _core_
.StdDialogButtonSizer_GetApplyButton(*args
, **kwargs
)
12395 def GetNegativeButton(*args
, **kwargs
):
12396 """GetNegativeButton(self) -> wxButton"""
12397 return _core_
.StdDialogButtonSizer_GetNegativeButton(*args
, **kwargs
)
12399 def GetCancelButton(*args
, **kwargs
):
12400 """GetCancelButton(self) -> wxButton"""
12401 return _core_
.StdDialogButtonSizer_GetCancelButton(*args
, **kwargs
)
12403 def GetHelpButton(*args
, **kwargs
):
12404 """GetHelpButton(self) -> wxButton"""
12405 return _core_
.StdDialogButtonSizer_GetHelpButton(*args
, **kwargs
)
12408 class StdDialogButtonSizerPtr(StdDialogButtonSizer
):
12409 def __init__(self
, this
):
12411 if not hasattr(self
,"thisown"): self
.thisown
= 0
12412 self
.__class
__ = StdDialogButtonSizer
12413 _core_
.StdDialogButtonSizer_swigregister(StdDialogButtonSizerPtr
)
12415 #---------------------------------------------------------------------------
12417 class GBPosition(object):
12419 This class represents the position of an item in a virtual grid of
12420 rows and columns managed by a `wx.GridBagSizer`. wxPython has
12421 typemaps that will automatically convert from a 2-element sequence of
12422 integers to a wx.GBPosition, so you can use the more pythonic
12423 representation of the position nearly transparently in Python code.
12425 def __repr__(self
):
12426 return "<%s.%s; proxy of C++ wxGBPosition instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
12427 def __init__(self
, *args
, **kwargs
):
12429 __init__(self, int row=0, int col=0) -> GBPosition
12431 This class represents the position of an item in a virtual grid of
12432 rows and columns managed by a `wx.GridBagSizer`. wxPython has
12433 typemaps that will automatically convert from a 2-element sequence of
12434 integers to a wx.GBPosition, so you can use the more pythonic
12435 representation of the position nearly transparently in Python code.
12437 newobj
= _core_
.new_GBPosition(*args
, **kwargs
)
12438 self
.this
= newobj
.this
12441 def GetRow(*args
, **kwargs
):
12442 """GetRow(self) -> int"""
12443 return _core_
.GBPosition_GetRow(*args
, **kwargs
)
12445 def GetCol(*args
, **kwargs
):
12446 """GetCol(self) -> int"""
12447 return _core_
.GBPosition_GetCol(*args
, **kwargs
)
12449 def SetRow(*args
, **kwargs
):
12450 """SetRow(self, int row)"""
12451 return _core_
.GBPosition_SetRow(*args
, **kwargs
)
12453 def SetCol(*args
, **kwargs
):
12454 """SetCol(self, int col)"""
12455 return _core_
.GBPosition_SetCol(*args
, **kwargs
)
12457 def __eq__(*args
, **kwargs
):
12458 """__eq__(self, GBPosition other) -> bool"""
12459 return _core_
.GBPosition___eq__(*args
, **kwargs
)
12461 def __ne__(*args
, **kwargs
):
12462 """__ne__(self, GBPosition other) -> bool"""
12463 return _core_
.GBPosition___ne__(*args
, **kwargs
)
12465 def Set(*args
, **kwargs
):
12466 """Set(self, int row=0, int col=0)"""
12467 return _core_
.GBPosition_Set(*args
, **kwargs
)
12469 def Get(*args
, **kwargs
):
12470 """Get(self) -> PyObject"""
12471 return _core_
.GBPosition_Get(*args
, **kwargs
)
12473 asTuple
= wx
._deprecated
(Get
, "asTuple is deprecated, use `Get` instead")
12474 def __str__(self
): return str(self
.Get())
12475 def __repr__(self
): return 'wx.GBPosition'+str(self
.Get())
12476 def __len__(self
): return len(self
.Get())
12477 def __getitem__(self
, index
): return self
.Get()[index
]
12478 def __setitem__(self
, index
, val
):
12479 if index
== 0: self
.SetRow(val
)
12480 elif index
== 1: self
.SetCol(val
)
12481 else: raise IndexError
12482 def __nonzero__(self
): return self
.Get() != (0,0)
12483 __safe_for_unpickling__
= True
12484 def __reduce__(self
): return (wx
.GBPosition
, self
.Get())
12486 row
= property(GetRow
, SetRow
)
12487 col
= property(GetCol
, SetCol
)
12490 class GBPositionPtr(GBPosition
):
12491 def __init__(self
, this
):
12493 if not hasattr(self
,"thisown"): self
.thisown
= 0
12494 self
.__class
__ = GBPosition
12495 _core_
.GBPosition_swigregister(GBPositionPtr
)
12497 class GBSpan(object):
12499 This class is used to hold the row and column spanning attributes of
12500 items in a `wx.GridBagSizer`. wxPython has typemaps that will
12501 automatically convert from a 2-element sequence of integers to a
12502 wx.GBSpan, so you can use the more pythonic representation of the span
12503 nearly transparently in Python code.
12506 def __repr__(self
):
12507 return "<%s.%s; proxy of C++ wxGBSpan instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
12508 def __init__(self
, *args
, **kwargs
):
12510 __init__(self, int rowspan=1, int colspan=1) -> GBSpan
12512 Construct a new wxGBSpan, optionally setting the rowspan and
12513 colspan. The default is (1,1). (Meaning that the item occupies one
12514 cell in each direction.
12516 newobj
= _core_
.new_GBSpan(*args
, **kwargs
)
12517 self
.this
= newobj
.this
12520 def GetRowspan(*args
, **kwargs
):
12521 """GetRowspan(self) -> int"""
12522 return _core_
.GBSpan_GetRowspan(*args
, **kwargs
)
12524 def GetColspan(*args
, **kwargs
):
12525 """GetColspan(self) -> int"""
12526 return _core_
.GBSpan_GetColspan(*args
, **kwargs
)
12528 def SetRowspan(*args
, **kwargs
):
12529 """SetRowspan(self, int rowspan)"""
12530 return _core_
.GBSpan_SetRowspan(*args
, **kwargs
)
12532 def SetColspan(*args
, **kwargs
):
12533 """SetColspan(self, int colspan)"""
12534 return _core_
.GBSpan_SetColspan(*args
, **kwargs
)
12536 def __eq__(*args
, **kwargs
):
12537 """__eq__(self, GBSpan other) -> bool"""
12538 return _core_
.GBSpan___eq__(*args
, **kwargs
)
12540 def __ne__(*args
, **kwargs
):
12541 """__ne__(self, GBSpan other) -> bool"""
12542 return _core_
.GBSpan___ne__(*args
, **kwargs
)
12544 def Set(*args
, **kwargs
):
12545 """Set(self, int rowspan=1, int colspan=1)"""
12546 return _core_
.GBSpan_Set(*args
, **kwargs
)
12548 def Get(*args
, **kwargs
):
12549 """Get(self) -> PyObject"""
12550 return _core_
.GBSpan_Get(*args
, **kwargs
)
12552 asTuple
= wx
._deprecated
(Get
, "asTuple is deprecated, use `Get` instead")
12553 def __str__(self
): return str(self
.Get())
12554 def __repr__(self
): return 'wx.GBSpan'+str(self
.Get())
12555 def __len__(self
): return len(self
.Get())
12556 def __getitem__(self
, index
): return self
.Get()[index
]
12557 def __setitem__(self
, index
, val
):
12558 if index
== 0: self
.SetRowspan(val
)
12559 elif index
== 1: self
.SetColspan(val
)
12560 else: raise IndexError
12561 def __nonzero__(self
): return self
.Get() != (0,0)
12562 __safe_for_unpickling__
= True
12563 def __reduce__(self
): return (wx
.GBSpan
, self
.Get())
12565 rowspan
= property(GetRowspan
, SetRowspan
)
12566 colspan
= property(GetColspan
, SetColspan
)
12569 class GBSpanPtr(GBSpan
):
12570 def __init__(self
, this
):
12572 if not hasattr(self
,"thisown"): self
.thisown
= 0
12573 self
.__class
__ = GBSpan
12574 _core_
.GBSpan_swigregister(GBSpanPtr
)
12576 class GBSizerItem(SizerItem
):
12578 The wx.GBSizerItem class is used to track the additional data about
12579 items in a `wx.GridBagSizer` such as the item's position in the grid
12580 and how many rows or columns it spans.
12583 def __repr__(self
):
12584 return "<%s.%s; proxy of C++ wxGBSizerItem instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
12585 def __init__(self
, *args
, **kwargs
):
12587 __init__(self) -> GBSizerItem
12589 Constructs an empty wx.GBSizerItem. Either a window, sizer or spacer
12590 size will need to be set, as well as a position and span before this
12591 item can be used in a Sizer.
12593 You will probably never need to create a wx.GBSizerItem directly as they
12594 are created automatically when the sizer's Add method is called.
12596 newobj
= _core_
.new_GBSizerItem(*args
, **kwargs
)
12597 self
.this
= newobj
.this
12600 def GetPos(*args
, **kwargs
):
12602 GetPos(self) -> GBPosition
12604 Get the grid position of the item
12606 return _core_
.GBSizerItem_GetPos(*args
, **kwargs
)
12608 def GetPosTuple(self
): return self
.GetPos().Get()
12609 def GetSpan(*args
, **kwargs
):
12611 GetSpan(self) -> GBSpan
12613 Get the row and column spanning of the item
12615 return _core_
.GBSizerItem_GetSpan(*args
, **kwargs
)
12617 def GetSpanTuple(self
): return self
.GetSpan().Get()
12618 def SetPos(*args
, **kwargs
):
12620 SetPos(self, GBPosition pos) -> bool
12622 If the item is already a member of a sizer then first ensure that
12623 there is no other item that would intersect with this one at the new
12624 position, then set the new position. Returns True if the change is
12625 successful and after the next Layout() the item will be moved.
12627 return _core_
.GBSizerItem_SetPos(*args
, **kwargs
)
12629 def SetSpan(*args
, **kwargs
):
12631 SetSpan(self, GBSpan span) -> bool
12633 If the item is already a member of a sizer then first ensure that
12634 there is no other item that would intersect with this one with its new
12635 spanning size, then set the new spanning. Returns True if the change
12636 is successful and after the next Layout() the item will be resized.
12639 return _core_
.GBSizerItem_SetSpan(*args
, **kwargs
)
12641 def Intersects(*args
, **kwargs
):
12643 Intersects(self, GBSizerItem other) -> bool
12645 Returns True if this item and the other item instersect.
12647 return _core_
.GBSizerItem_Intersects(*args
, **kwargs
)
12649 def IntersectsPos(*args
, **kwargs
):
12651 IntersectsPos(self, GBPosition pos, GBSpan span) -> bool
12653 Returns True if the given pos/span would intersect with this item.
12655 return _core_
.GBSizerItem_IntersectsPos(*args
, **kwargs
)
12657 def GetEndPos(*args
, **kwargs
):
12659 GetEndPos(self) -> GBPosition
12661 Get the row and column of the endpoint of this item.
12663 return _core_
.GBSizerItem_GetEndPos(*args
, **kwargs
)
12665 def GetGBSizer(*args
, **kwargs
):
12667 GetGBSizer(self) -> GridBagSizer
12669 Get the sizer this item is a member of.
12671 return _core_
.GBSizerItem_GetGBSizer(*args
, **kwargs
)
12673 def SetGBSizer(*args
, **kwargs
):
12675 SetGBSizer(self, GridBagSizer sizer)
12677 Set the sizer this item is a member of.
12679 return _core_
.GBSizerItem_SetGBSizer(*args
, **kwargs
)
12682 class GBSizerItemPtr(GBSizerItem
):
12683 def __init__(self
, this
):
12685 if not hasattr(self
,"thisown"): self
.thisown
= 0
12686 self
.__class
__ = GBSizerItem
12687 _core_
.GBSizerItem_swigregister(GBSizerItemPtr
)
12688 DefaultSpan
= cvar
.DefaultSpan
12690 def GBSizerItemWindow(*args
, **kwargs
):
12692 GBSizerItemWindow(Window window, GBPosition pos, GBSpan span, int flag,
12693 int border, PyObject userData=None) -> GBSizerItem
12695 Construct a `wx.GBSizerItem` for a window.
12697 val
= _core_
.new_GBSizerItemWindow(*args
, **kwargs
)
12701 def GBSizerItemSizer(*args
, **kwargs
):
12703 GBSizerItemSizer(Sizer sizer, GBPosition pos, GBSpan span, int flag,
12704 int border, PyObject userData=None) -> GBSizerItem
12706 Construct a `wx.GBSizerItem` for a sizer
12708 val
= _core_
.new_GBSizerItemSizer(*args
, **kwargs
)
12712 def GBSizerItemSpacer(*args
, **kwargs
):
12714 GBSizerItemSpacer(int width, int height, GBPosition pos, GBSpan span,
12715 int flag, int border, PyObject userData=None) -> GBSizerItem
12717 Construct a `wx.GBSizerItem` for a spacer.
12719 val
= _core_
.new_GBSizerItemSpacer(*args
, **kwargs
)
12723 class GridBagSizer(FlexGridSizer
):
12725 A `wx.Sizer` that can lay out items in a virtual grid like a
12726 `wx.FlexGridSizer` but in this case explicit positioning of the items
12727 is allowed using `wx.GBPosition`, and items can optionally span more
12728 than one row and/or column using `wx.GBSpan`. The total size of the
12729 virtual grid is determined by the largest row and column that items are
12730 positioned at, adjusted for spanning.
12733 def __repr__(self
):
12734 return "<%s.%s; proxy of C++ wxGridBagSizer instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
12735 def __init__(self
, *args
, **kwargs
):
12737 __init__(self, int vgap=0, int hgap=0) -> GridBagSizer
12739 Constructor, with optional parameters to specify the gap between the
12742 newobj
= _core_
.new_GridBagSizer(*args
, **kwargs
)
12743 self
.this
= newobj
.this
12746 self
._setOORInfo
(self
)
12748 def Add(*args
, **kwargs
):
12750 Add(self, item, GBPosition pos, GBSpan span=DefaultSpan, int flag=0,
12751 int border=0, userData=None) -> wx.GBSizerItem
12753 Adds an item to the sizer at the grid cell *pos*, optionally spanning
12754 more than one row or column as specified with *span*. The remaining
12755 args behave similarly to `wx.Sizer.Add`.
12757 Returns True if the item was successfully placed at the given cell
12758 position, False if something was already there.
12761 return _core_
.GridBagSizer_Add(*args
, **kwargs
)
12763 def AddItem(*args
, **kwargs
):
12765 Add(self, GBSizerItem item) -> wx.GBSizerItem
12767 Add an item to the sizer using a `wx.GBSizerItem`. Returns True if
12768 the item was successfully placed at its given cell position, False if
12769 something was already there.
12771 return _core_
.GridBagSizer_AddItem(*args
, **kwargs
)
12773 def GetCellSize(*args
, **kwargs
):
12775 GetCellSize(self, int row, int col) -> Size
12777 Get the size of the specified cell, including hgap and
12778 vgap. Only valid after a Layout.
12780 return _core_
.GridBagSizer_GetCellSize(*args
, **kwargs
)
12782 def GetEmptyCellSize(*args
, **kwargs
):
12784 GetEmptyCellSize(self) -> Size
12786 Get the size used for cells in the grid with no item.
12788 return _core_
.GridBagSizer_GetEmptyCellSize(*args
, **kwargs
)
12790 def SetEmptyCellSize(*args
, **kwargs
):
12792 SetEmptyCellSize(self, Size sz)
12794 Set the size used for cells in the grid with no item.
12796 return _core_
.GridBagSizer_SetEmptyCellSize(*args
, **kwargs
)
12798 def GetItemPosition(*args
):
12800 GetItemPosition(self, item) -> GBPosition
12802 Get the grid position of the specified *item* where *item* is either a
12803 window or subsizer that is a member of this sizer, or a zero-based
12806 return _core_
.GridBagSizer_GetItemPosition(*args
)
12808 def SetItemPosition(*args
):
12810 SetItemPosition(self, item, GBPosition pos) -> bool
12812 Set the grid position of the specified *item* where *item* is either a
12813 window or subsizer that is a member of this sizer, or a zero-based
12814 index of an item. Returns True on success. If the move is not
12815 allowed (because an item is already there) then False is returned.
12818 return _core_
.GridBagSizer_SetItemPosition(*args
)
12820 def GetItemSpan(*args
):
12822 GetItemSpan(self, item) -> GBSpan
12824 Get the row/col spanning of the specified *item* where *item* is
12825 either a window or subsizer that is a member of this sizer, or a
12826 zero-based index of an item.
12828 return _core_
.GridBagSizer_GetItemSpan(*args
)
12830 def SetItemSpan(*args
):
12832 SetItemSpan(self, item, GBSpan span) -> bool
12834 Set the row/col spanning of the specified *item* where *item* is
12835 either a window or subsizer that is a member of this sizer, or a
12836 zero-based index of an item. Returns True on success. If the move is
12837 not allowed (because an item is already there) then False is returned.
12839 return _core_
.GridBagSizer_SetItemSpan(*args
)
12841 def FindItem(*args
):
12843 FindItem(self, item) -> GBSizerItem
12845 Find the sizer item for the given window or subsizer, returns None if
12846 not found. (non-recursive)
12848 return _core_
.GridBagSizer_FindItem(*args
)
12850 def FindItemAtPosition(*args
, **kwargs
):
12852 FindItemAtPosition(self, GBPosition pos) -> GBSizerItem
12854 Return the sizer item for the given grid cell, or None if there is no
12855 item at that position. (non-recursive)
12857 return _core_
.GridBagSizer_FindItemAtPosition(*args
, **kwargs
)
12859 def FindItemAtPoint(*args
, **kwargs
):
12861 FindItemAtPoint(self, Point pt) -> GBSizerItem
12863 Return the sizer item located at the point given in *pt*, or None if
12864 there is no item at that point. The (x,y) coordinates in pt correspond
12865 to the client coordinates of the window using the sizer for
12866 layout. (non-recursive)
12868 return _core_
.GridBagSizer_FindItemAtPoint(*args
, **kwargs
)
12870 def CheckForIntersection(*args
, **kwargs
):
12872 CheckForIntersection(self, GBSizerItem item, GBSizerItem excludeItem=None) -> bool
12874 Look at all items and see if any intersect (or would overlap) the
12875 given *item*. Returns True if so, False if there would be no overlap.
12876 If an *excludeItem* is given then it will not be checked for
12877 intersection, for example it may be the item we are checking the
12881 return _core_
.GridBagSizer_CheckForIntersection(*args
, **kwargs
)
12883 def CheckForIntersectionPos(*args
, **kwargs
):
12885 CheckForIntersectionPos(self, GBPosition pos, GBSpan span, GBSizerItem excludeItem=None) -> bool
12887 Look at all items and see if any intersect (or would overlap) the
12888 given position and span. Returns True if so, False if there would be
12889 no overlap. If an *excludeItem* is given then it will not be checked
12890 for intersection, for example it may be the item we are checking the
12893 return _core_
.GridBagSizer_CheckForIntersectionPos(*args
, **kwargs
)
12896 class GridBagSizerPtr(GridBagSizer
):
12897 def __init__(self
, this
):
12899 if not hasattr(self
,"thisown"): self
.thisown
= 0
12900 self
.__class
__ = GridBagSizer
12901 _core_
.GridBagSizer_swigregister(GridBagSizerPtr
)
12903 #---------------------------------------------------------------------------
12907 Right
= _core_
.Right
12908 Bottom
= _core_
.Bottom
12909 Width
= _core_
.Width
12910 Height
= _core_
.Height
12911 Centre
= _core_
.Centre
12912 Center
= _core_
.Center
12913 CentreX
= _core_
.CentreX
12914 CentreY
= _core_
.CentreY
12915 Unconstrained
= _core_
.Unconstrained
12917 PercentOf
= _core_
.PercentOf
12918 Above
= _core_
.Above
12919 Below
= _core_
.Below
12920 LeftOf
= _core_
.LeftOf
12921 RightOf
= _core_
.RightOf
12922 SameAs
= _core_
.SameAs
12923 Absolute
= _core_
.Absolute
12924 class IndividualLayoutConstraint(Object
):
12926 Objects of this class are stored in the `wx.LayoutConstraints` class as
12927 one of eight possible constraints that a window can be involved in.
12928 You will never need to create an instance of
12929 wx.IndividualLayoutConstraint, rather you should create a
12930 `wx.LayoutConstraints` instance and use the individual contstraints
12933 def __init__(self
): raise RuntimeError, "No constructor defined"
12934 def __repr__(self
):
12935 return "<%s.%s; proxy of C++ wxIndividualLayoutConstraint instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
12936 def Set(*args
, **kwargs
):
12938 Set(self, int rel, Window otherW, int otherE, int val=0, int marg=wxLAYOUT_DEFAULT_MARGIN)
12940 Sets the properties of the constraint. Normally called by one of the
12941 convenience functions such as Above, RightOf, SameAs.
12943 return _core_
.IndividualLayoutConstraint_Set(*args
, **kwargs
)
12945 def LeftOf(*args
, **kwargs
):
12947 LeftOf(self, Window sibling, int marg=0)
12949 Constrains this edge to be to the left of the given window, with an
12950 optional margin. Implicitly, this is relative to the left edge of the
12953 return _core_
.IndividualLayoutConstraint_LeftOf(*args
, **kwargs
)
12955 def RightOf(*args
, **kwargs
):
12957 RightOf(self, Window sibling, int marg=0)
12959 Constrains this edge to be to the right of the given window, with an
12960 optional margin. Implicitly, this is relative to the right edge of the
12963 return _core_
.IndividualLayoutConstraint_RightOf(*args
, **kwargs
)
12965 def Above(*args
, **kwargs
):
12967 Above(self, Window sibling, int marg=0)
12969 Constrains this edge to be above the given window, with an optional
12970 margin. Implicitly, this is relative to the top edge of the other
12973 return _core_
.IndividualLayoutConstraint_Above(*args
, **kwargs
)
12975 def Below(*args
, **kwargs
):
12977 Below(self, Window sibling, int marg=0)
12979 Constrains this edge to be below the given window, with an optional
12980 margin. Implicitly, this is relative to the bottom edge of the other
12983 return _core_
.IndividualLayoutConstraint_Below(*args
, **kwargs
)
12985 def SameAs(*args
, **kwargs
):
12987 SameAs(self, Window otherW, int edge, int marg=0)
12989 Constrains this edge or dimension to be to the same as the edge of the
12990 given window, with an optional margin.
12992 return _core_
.IndividualLayoutConstraint_SameAs(*args
, **kwargs
)
12994 def PercentOf(*args
, **kwargs
):
12996 PercentOf(self, Window otherW, int wh, int per)
12998 Constrains this edge or dimension to be to a percentage of the given
12999 window, with an optional margin.
13001 return _core_
.IndividualLayoutConstraint_PercentOf(*args
, **kwargs
)
13003 def Absolute(*args
, **kwargs
):
13005 Absolute(self, int val)
13007 Constrains this edge or dimension to be the given absolute value.
13009 return _core_
.IndividualLayoutConstraint_Absolute(*args
, **kwargs
)
13011 def Unconstrained(*args
, **kwargs
):
13013 Unconstrained(self)
13015 Sets this edge or dimension to be unconstrained, that is, dependent on
13016 other edges and dimensions from which this value can be deduced.
13018 return _core_
.IndividualLayoutConstraint_Unconstrained(*args
, **kwargs
)
13020 def AsIs(*args
, **kwargs
):
13024 Sets this edge or constraint to be whatever the window's value is at
13025 the moment. If either of the width and height constraints are *as is*,
13026 the window will not be resized, but moved instead. This is important
13027 when considering panel items which are intended to have a default
13028 size, such as a button, which may take its size from the size of the
13031 return _core_
.IndividualLayoutConstraint_AsIs(*args
, **kwargs
)
13033 def GetOtherWindow(*args
, **kwargs
):
13034 """GetOtherWindow(self) -> Window"""
13035 return _core_
.IndividualLayoutConstraint_GetOtherWindow(*args
, **kwargs
)
13037 def GetMyEdge(*args
, **kwargs
):
13038 """GetMyEdge(self) -> int"""
13039 return _core_
.IndividualLayoutConstraint_GetMyEdge(*args
, **kwargs
)
13041 def SetEdge(*args
, **kwargs
):
13042 """SetEdge(self, int which)"""
13043 return _core_
.IndividualLayoutConstraint_SetEdge(*args
, **kwargs
)
13045 def SetValue(*args
, **kwargs
):
13046 """SetValue(self, int v)"""
13047 return _core_
.IndividualLayoutConstraint_SetValue(*args
, **kwargs
)
13049 def GetMargin(*args
, **kwargs
):
13050 """GetMargin(self) -> int"""
13051 return _core_
.IndividualLayoutConstraint_GetMargin(*args
, **kwargs
)
13053 def SetMargin(*args
, **kwargs
):
13054 """SetMargin(self, int m)"""
13055 return _core_
.IndividualLayoutConstraint_SetMargin(*args
, **kwargs
)
13057 def GetValue(*args
, **kwargs
):
13058 """GetValue(self) -> int"""
13059 return _core_
.IndividualLayoutConstraint_GetValue(*args
, **kwargs
)
13061 def GetPercent(*args
, **kwargs
):
13062 """GetPercent(self) -> int"""
13063 return _core_
.IndividualLayoutConstraint_GetPercent(*args
, **kwargs
)
13065 def GetOtherEdge(*args
, **kwargs
):
13066 """GetOtherEdge(self) -> int"""
13067 return _core_
.IndividualLayoutConstraint_GetOtherEdge(*args
, **kwargs
)
13069 def GetDone(*args
, **kwargs
):
13070 """GetDone(self) -> bool"""
13071 return _core_
.IndividualLayoutConstraint_GetDone(*args
, **kwargs
)
13073 def SetDone(*args
, **kwargs
):
13074 """SetDone(self, bool d)"""
13075 return _core_
.IndividualLayoutConstraint_SetDone(*args
, **kwargs
)
13077 def GetRelationship(*args
, **kwargs
):
13078 """GetRelationship(self) -> int"""
13079 return _core_
.IndividualLayoutConstraint_GetRelationship(*args
, **kwargs
)
13081 def SetRelationship(*args
, **kwargs
):
13082 """SetRelationship(self, int r)"""
13083 return _core_
.IndividualLayoutConstraint_SetRelationship(*args
, **kwargs
)
13085 def ResetIfWin(*args
, **kwargs
):
13087 ResetIfWin(self, Window otherW) -> bool
13089 Reset constraint if it mentions otherWin
13091 return _core_
.IndividualLayoutConstraint_ResetIfWin(*args
, **kwargs
)
13093 def SatisfyConstraint(*args
, **kwargs
):
13095 SatisfyConstraint(self, LayoutConstraints constraints, Window win) -> bool
13097 Try to satisfy constraint
13099 return _core_
.IndividualLayoutConstraint_SatisfyConstraint(*args
, **kwargs
)
13101 def GetEdge(*args
, **kwargs
):
13103 GetEdge(self, int which, Window thisWin, Window other) -> int
13105 Get the value of this edge or dimension, or if this
13106 is not determinable, -1.
13108 return _core_
.IndividualLayoutConstraint_GetEdge(*args
, **kwargs
)
13111 class IndividualLayoutConstraintPtr(IndividualLayoutConstraint
):
13112 def __init__(self
, this
):
13114 if not hasattr(self
,"thisown"): self
.thisown
= 0
13115 self
.__class
__ = IndividualLayoutConstraint
13116 _core_
.IndividualLayoutConstraint_swigregister(IndividualLayoutConstraintPtr
)
13118 class LayoutConstraints(Object
):
13120 **Note:** constraints are now deprecated and you should use sizers
13123 Objects of this class can be associated with a window to define its
13124 layout constraints, with respect to siblings or its parent.
13126 The class consists of the following eight constraints of class
13127 wx.IndividualLayoutConstraint, some or all of which should be accessed
13128 directly to set the appropriate constraints.
13130 * left: represents the left hand edge of the window
13131 * right: represents the right hand edge of the window
13132 * top: represents the top edge of the window
13133 * bottom: represents the bottom edge of the window
13134 * width: represents the width of the window
13135 * height: represents the height of the window
13136 * centreX: represents the horizontal centre point of the window
13137 * centreY: represents the vertical centre point of the window
13139 Most constraints are initially set to have the relationship
13140 wxUnconstrained, which means that their values should be calculated by
13141 looking at known constraints. The exceptions are width and height,
13142 which are set to wxAsIs to ensure that if the user does not specify a
13143 constraint, the existing width and height will be used, to be
13144 compatible with panel items which often have take a default size. If
13145 the constraint is ``wx.AsIs``, the dimension will not be changed.
13147 :see: `wx.IndividualLayoutConstraint`, `wx.Window.SetConstraints`
13150 def __repr__(self
):
13151 return "<%s.%s; proxy of C++ wxLayoutConstraints instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
,)
13152 left
= property(_core_
.LayoutConstraints_left_get
)
13153 top
= property(_core_
.LayoutConstraints_top_get
)
13154 right
= property(_core_
.LayoutConstraints_right_get
)
13155 bottom
= property(_core_
.LayoutConstraints_bottom_get
)
13156 width
= property(_core_
.LayoutConstraints_width_get
)
13157 height
= property(_core_
.LayoutConstraints_height_get
)
13158 centreX
= property(_core_
.LayoutConstraints_centreX_get
)
13159 centreY
= property(_core_
.LayoutConstraints_centreY_get
)
13160 def __init__(self
, *args
, **kwargs
):
13161 """__init__(self) -> LayoutConstraints"""
13162 newobj
= _core_
.new_LayoutConstraints(*args
, **kwargs
)
13163 self
.this
= newobj
.this
13166 def SatisfyConstraints(*args
, **kwargs
):
13167 """SatisfyConstraints(Window win) -> (areSatisfied, noChanges)"""
13168 return _core_
.LayoutConstraints_SatisfyConstraints(*args
, **kwargs
)
13170 def AreSatisfied(*args
, **kwargs
):
13171 """AreSatisfied(self) -> bool"""
13172 return _core_
.LayoutConstraints_AreSatisfied(*args
, **kwargs
)
13175 class LayoutConstraintsPtr(LayoutConstraints
):
13176 def __init__(self
, this
):
13178 if not hasattr(self
,"thisown"): self
.thisown
= 0
13179 self
.__class
__ = LayoutConstraints
13180 _core_
.LayoutConstraints_swigregister(LayoutConstraintsPtr
)
13182 #----------------------------------------------------------------------------
13184 # Use Python's bool constants if available, make some if not
13188 __builtins__
.True = 1==1
13189 __builtins__
.False = 1==0
13190 def bool(value
): return not not value
13191 __builtins__
.bool = bool
13195 # workarounds for bad wxRTTI names
13196 __wxPyPtrTypeMap
['wxGauge95'] = 'wxGauge'
13197 __wxPyPtrTypeMap
['wxSlider95'] = 'wxSlider'
13198 __wxPyPtrTypeMap
['wxStatusBar95'] = 'wxStatusBar'
13201 #----------------------------------------------------------------------------
13202 # Load version numbers from __version__... Ensure that major and minor
13203 # versions are the same for both wxPython and wxWidgets.
13205 from __version__
import *
13206 __version__
= VERSION_STRING
13208 assert MAJOR_VERSION
== _core_
.MAJOR_VERSION
, "wxPython/wxWidgets version mismatch"
13209 assert MINOR_VERSION
== _core_
.MINOR_VERSION
, "wxPython/wxWidgets version mismatch"
13210 if RELEASE_VERSION
!= _core_
.RELEASE_VERSION
:
13212 warnings
.warn("wxPython/wxWidgets release number mismatch")
13214 #----------------------------------------------------------------------------
13216 # Set wxPython's default string<-->unicode conversion encoding from
13217 # the locale, but only if Python's default hasn't been changed. (We
13218 # assume that if the user has customized it already then that is the
13219 # encoding we need to use as well.)
13221 # The encoding selected here is used when string or unicode objects
13222 # need to be converted in order to pass them to wxWidgets. Please be
13223 # aware that the default encoding within the same locale may be
13224 # slightly different on different platforms. For example, please see
13225 # http://www.alanwood.net/demos/charsetdiffs.html for differences
13226 # between the common latin/roman encodings.
13228 default
= _sys
.getdefaultencoding()
13229 if default
== 'ascii':
13233 default
= locale
.getdefaultlocale()[1]
13234 codecs
.lookup(default
)
13235 except (ValueError, LookupError, TypeError):
13236 default
= _sys
.getdefaultencoding()
13240 wx
.SetDefaultPyEncoding(default
)
13243 #----------------------------------------------------------------------------
13245 class PyDeadObjectError(AttributeError):
13248 class _wxPyDeadObject(object):
13250 Instances of wx objects that are OOR capable will have their __class__
13251 changed to this class when the C++ object is deleted. This should help
13252 prevent crashes due to referencing a bogus C++ pointer.
13254 reprStr
= "wxPython wrapper for DELETED %s object! (The C++ object no longer exists.)"
13255 attrStr
= "The C++ part of the %s object has been deleted, attribute access no longer allowed."
13257 def __repr__(self
):
13258 if not hasattr(self
, "_name"):
13259 self
._name
= "[unknown]"
13260 return self
.reprStr
% self
._name
13262 def __getattr__(self
, *args
):
13263 if not hasattr(self
, "_name"):
13264 self
._name
= "[unknown]"
13265 raise PyDeadObjectError(self
.attrStr
% self
._name
)
13267 def __nonzero__(self
):
13272 class PyUnbornObjectError(AttributeError):
13275 class _wxPyUnbornObject(object):
13277 Some stock objects are created when the wx._core module is
13278 imported, but their C++ instance is not created until the wx.App
13279 object is created and initialized. These object instances will
13280 temporarily have their __class__ changed to this class so an
13281 exception will be raised if they are used before the C++ instance
13285 reprStr
= "wxPython wrapper for UNBORN object! (The C++ object is not initialized yet.)"
13286 attrStr
= "The C++ part of this object has not been initialized, attribute access not allowed."
13288 def __repr__(self
):
13289 #if not hasattr(self, "_name"):
13290 # self._name = "[unknown]"
13291 return self
.reprStr
#% self._name
13293 def __getattr__(self
, *args
):
13294 #if not hasattr(self, "_name"):
13295 # self._name = "[unknown]"
13296 raise PyUnbornObjectError(self
.attrStr
) # % self._name )
13298 def __nonzero__(self
):
13302 #----------------------------------------------------------------------------
13304 def CallAfter(callable, *args
, **kw
):
13306 Call the specified function after the current and pending event
13307 handlers have been completed. This is also good for making GUI
13308 method calls from non-GUI threads. Any extra positional or
13309 keyword args are passed on to the callable when it is called.
13311 :see: `wx.FutureCall`
13314 assert app
is not None, 'No wx.App created yet'
13316 if not hasattr(app
, "_CallAfterId"):
13317 app
._CallAfterId
= wx
.NewEventType()
13318 app
.Connect(-1, -1, app
._CallAfterId
,
13319 lambda event
: event
.callable(*event
.args
, **event
.kw
) )
13321 evt
.SetEventType(app
._CallAfterId
)
13322 evt
.callable = callable
13325 wx
.PostEvent(app
, evt
)
13327 #----------------------------------------------------------------------------
13332 A convenience class for `wx.Timer`, that calls the given callable
13333 object once after the given amount of milliseconds, passing any
13334 positional or keyword args. The return value of the callable is
13335 availbale after it has been run with the `GetResult` method.
13337 If you don't need to get the return value or restart the timer
13338 then there is no need to hold a reference to this object. It will
13339 hold a reference to itself while the timer is running (the timer
13340 has a reference to self.Notify) but the cycle will be broken when
13341 the timer completes, automatically cleaning up the wx.FutureCall
13344 :see: `wx.CallAfter`
13346 def __init__(self
, millis
, callable, *args
, **kwargs
):
13347 self
.millis
= millis
13348 self
.callable = callable
13349 self
.SetArgs(*args
, **kwargs
)
13351 self
.running
= False
13352 self
.hasRun
= False
13361 def Start(self
, millis
=None, *args
, **kwargs
):
13363 (Re)start the timer
13365 self
.hasRun
= False
13366 if millis
is not None:
13367 self
.millis
= millis
13369 self
.SetArgs(*args
, **kwargs
)
13371 self
.timer
= wx
.PyTimer(self
.Notify
)
13372 self
.timer
.Start(self
.millis
, wx
.TIMER_ONE_SHOT
)
13373 self
.running
= True
13379 Stop and destroy the timer.
13381 if self
.timer
is not None:
13386 def GetInterval(self
):
13387 if self
.timer
is not None:
13388 return self
.timer
.GetInterval()
13393 def IsRunning(self
):
13394 return self
.timer
is not None and self
.timer
.IsRunning()
13397 def SetArgs(self
, *args
, **kwargs
):
13399 (Re)set the args passed to the callable object. This is
13400 useful in conjunction with Restart if you want to schedule a
13401 new call to the same callable object but with different
13405 self
.kwargs
= kwargs
13411 def GetResult(self
):
13416 The timer has expired so call the callable.
13418 if self
.callable and getattr(self
.callable, 'im_self', True):
13420 self
.running
= False
13421 self
.result
= self
.callable(*self
.args
, **self
.kwargs
)
13423 if not self
.running
:
13424 # if it wasn't restarted, then cleanup
13425 wx
.CallAfter(self
.Stop
)
13429 #----------------------------------------------------------------------------
13430 # Control which items in this module should be documented by epydoc.
13431 # We allow only classes and functions, which will help reduce the size
13432 # of the docs by filtering out the zillions of constants, EVT objects,
13433 # and etc that don't make much sense by themselves, but are instead
13434 # documented (or will be) as part of the classes/functions/methods
13435 # where they should be used.
13439 A filter for epydoc that only allows non-Ptr classes and
13440 fucntions, in order to reduce the clutter in the API docs.
13442 def __init__(self
, globals):
13443 self
._globals
= globals
13445 def __call__(self
, name
):
13447 obj
= self
._globals
.get(name
, None)
13448 if type(obj
) not in [type, types
.ClassType
, types
.FunctionType
, types
.BuiltinFunctionType
]:
13450 if name
.startswith('_') or name
.endswith('Ptr') or name
.startswith('EVT'):
13454 #----------------------------------------------------------------------------
13455 #----------------------------------------------------------------------------
13457 # Import other modules in this package that should show up in the
13458 # "core" wx namespace
13460 from _windows
import *
13461 from _controls
import *
13462 from _misc
import *
13465 # Fixup the stock objects since they can't be used yet. (They will be
13466 # restored in wx.PyApp.OnInit.)
13467 _core_
._wxPyFixStockObjects
()
13469 #----------------------------------------------------------------------------
13470 #----------------------------------------------------------------------------