]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/gtk/core.py
More docstrings and rearrainged a couple things.
[wxWidgets.git] / wxPython / src / gtk / core.py
1 # This file was created automatically by SWIG.
2 # Don't modify this file, modify the SWIG interface instead.
3
4 import _core
5
6 #// Give a reference to the dictionary of this module to the C++ extension
7 #// code.
8 _core._wxPySetDictionary(vars())
9
10 #// A little trick to make 'wx' be a reference to this module so wx.Names can
11 #// be used here.
12 import sys as _sys
13 wx = _sys.modules[__name__]
14
15 NOT_FOUND = _core.NOT_FOUND
16 VSCROLL = _core.VSCROLL
17 HSCROLL = _core.HSCROLL
18 CAPTION = _core.CAPTION
19 DOUBLE_BORDER = _core.DOUBLE_BORDER
20 SUNKEN_BORDER = _core.SUNKEN_BORDER
21 RAISED_BORDER = _core.RAISED_BORDER
22 BORDER = _core.BORDER
23 SIMPLE_BORDER = _core.SIMPLE_BORDER
24 STATIC_BORDER = _core.STATIC_BORDER
25 TRANSPARENT_WINDOW = _core.TRANSPARENT_WINDOW
26 NO_BORDER = _core.NO_BORDER
27 USER_COLOURS = _core.USER_COLOURS
28 NO_3D = _core.NO_3D
29 TAB_TRAVERSAL = _core.TAB_TRAVERSAL
30 WANTS_CHARS = _core.WANTS_CHARS
31 POPUP_WINDOW = _core.POPUP_WINDOW
32 CENTER_FRAME = _core.CENTER_FRAME
33 CENTRE_ON_SCREEN = _core.CENTRE_ON_SCREEN
34 CENTER_ON_SCREEN = _core.CENTER_ON_SCREEN
35 STAY_ON_TOP = _core.STAY_ON_TOP
36 ICONIZE = _core.ICONIZE
37 MINIMIZE = _core.MINIMIZE
38 MAXIMIZE = _core.MAXIMIZE
39 CLOSE_BOX = _core.CLOSE_BOX
40 THICK_FRAME = _core.THICK_FRAME
41 SYSTEM_MENU = _core.SYSTEM_MENU
42 MINIMIZE_BOX = _core.MINIMIZE_BOX
43 MAXIMIZE_BOX = _core.MAXIMIZE_BOX
44 TINY_CAPTION_HORIZ = _core.TINY_CAPTION_HORIZ
45 TINY_CAPTION_VERT = _core.TINY_CAPTION_VERT
46 RESIZE_BOX = _core.RESIZE_BOX
47 RESIZE_BORDER = _core.RESIZE_BORDER
48 DIALOG_MODAL = _core.DIALOG_MODAL
49 DIALOG_MODELESS = _core.DIALOG_MODELESS
50 DIALOG_NO_PARENT = _core.DIALOG_NO_PARENT
51 DEFAULT_FRAME_STYLE = _core.DEFAULT_FRAME_STYLE
52 DEFAULT_DIALOG_STYLE = _core.DEFAULT_DIALOG_STYLE
53 FRAME_TOOL_WINDOW = _core.FRAME_TOOL_WINDOW
54 FRAME_FLOAT_ON_PARENT = _core.FRAME_FLOAT_ON_PARENT
55 FRAME_NO_WINDOW_MENU = _core.FRAME_NO_WINDOW_MENU
56 FRAME_NO_TASKBAR = _core.FRAME_NO_TASKBAR
57 FRAME_SHAPED = _core.FRAME_SHAPED
58 ED_CLIENT_MARGIN = _core.ED_CLIENT_MARGIN
59 ED_BUTTONS_BOTTOM = _core.ED_BUTTONS_BOTTOM
60 ED_BUTTONS_RIGHT = _core.ED_BUTTONS_RIGHT
61 ED_STATIC_LINE = _core.ED_STATIC_LINE
62 EXT_DIALOG_STYLE = _core.EXT_DIALOG_STYLE
63 CLIP_CHILDREN = _core.CLIP_CHILDREN
64 CLIP_SIBLINGS = _core.CLIP_SIBLINGS
65 RETAINED = _core.RETAINED
66 BACKINGSTORE = _core.BACKINGSTORE
67 COLOURED = _core.COLOURED
68 FIXED_LENGTH = _core.FIXED_LENGTH
69 LB_NEEDED_SB = _core.LB_NEEDED_SB
70 LB_ALWAYS_SB = _core.LB_ALWAYS_SB
71 LB_SORT = _core.LB_SORT
72 LB_SINGLE = _core.LB_SINGLE
73 LB_MULTIPLE = _core.LB_MULTIPLE
74 LB_EXTENDED = _core.LB_EXTENDED
75 LB_OWNERDRAW = _core.LB_OWNERDRAW
76 LB_HSCROLL = _core.LB_HSCROLL
77 PROCESS_ENTER = _core.PROCESS_ENTER
78 PASSWORD = _core.PASSWORD
79 CB_SIMPLE = _core.CB_SIMPLE
80 CB_DROPDOWN = _core.CB_DROPDOWN
81 CB_SORT = _core.CB_SORT
82 CB_READONLY = _core.CB_READONLY
83 RA_HORIZONTAL = _core.RA_HORIZONTAL
84 RA_VERTICAL = _core.RA_VERTICAL
85 RA_SPECIFY_ROWS = _core.RA_SPECIFY_ROWS
86 RA_SPECIFY_COLS = _core.RA_SPECIFY_COLS
87 RB_GROUP = _core.RB_GROUP
88 RB_SINGLE = _core.RB_SINGLE
89 SL_HORIZONTAL = _core.SL_HORIZONTAL
90 SL_VERTICAL = _core.SL_VERTICAL
91 SL_AUTOTICKS = _core.SL_AUTOTICKS
92 SL_LABELS = _core.SL_LABELS
93 SL_LEFT = _core.SL_LEFT
94 SL_TOP = _core.SL_TOP
95 SL_RIGHT = _core.SL_RIGHT
96 SL_BOTTOM = _core.SL_BOTTOM
97 SL_BOTH = _core.SL_BOTH
98 SL_SELRANGE = _core.SL_SELRANGE
99 SB_HORIZONTAL = _core.SB_HORIZONTAL
100 SB_VERTICAL = _core.SB_VERTICAL
101 ST_SIZEGRIP = _core.ST_SIZEGRIP
102 ST_NO_AUTORESIZE = _core.ST_NO_AUTORESIZE
103 FLOOD_SURFACE = _core.FLOOD_SURFACE
104 FLOOD_BORDER = _core.FLOOD_BORDER
105 ODDEVEN_RULE = _core.ODDEVEN_RULE
106 WINDING_RULE = _core.WINDING_RULE
107 TOOL_TOP = _core.TOOL_TOP
108 TOOL_BOTTOM = _core.TOOL_BOTTOM
109 TOOL_LEFT = _core.TOOL_LEFT
110 TOOL_RIGHT = _core.TOOL_RIGHT
111 OK = _core.OK
112 YES_NO = _core.YES_NO
113 CANCEL = _core.CANCEL
114 YES = _core.YES
115 NO = _core.NO
116 NO_DEFAULT = _core.NO_DEFAULT
117 YES_DEFAULT = _core.YES_DEFAULT
118 ICON_EXCLAMATION = _core.ICON_EXCLAMATION
119 ICON_HAND = _core.ICON_HAND
120 ICON_QUESTION = _core.ICON_QUESTION
121 ICON_INFORMATION = _core.ICON_INFORMATION
122 ICON_STOP = _core.ICON_STOP
123 ICON_ASTERISK = _core.ICON_ASTERISK
124 ICON_MASK = _core.ICON_MASK
125 ICON_WARNING = _core.ICON_WARNING
126 ICON_ERROR = _core.ICON_ERROR
127 FORWARD = _core.FORWARD
128 BACKWARD = _core.BACKWARD
129 RESET = _core.RESET
130 HELP = _core.HELP
131 MORE = _core.MORE
132 SETUP = _core.SETUP
133 SIZE_AUTO_WIDTH = _core.SIZE_AUTO_WIDTH
134 SIZE_AUTO_HEIGHT = _core.SIZE_AUTO_HEIGHT
135 SIZE_AUTO = _core.SIZE_AUTO
136 SIZE_USE_EXISTING = _core.SIZE_USE_EXISTING
137 SIZE_ALLOW_MINUS_ONE = _core.SIZE_ALLOW_MINUS_ONE
138 PORTRAIT = _core.PORTRAIT
139 LANDSCAPE = _core.LANDSCAPE
140 PRINT_QUALITY_HIGH = _core.PRINT_QUALITY_HIGH
141 PRINT_QUALITY_MEDIUM = _core.PRINT_QUALITY_MEDIUM
142 PRINT_QUALITY_LOW = _core.PRINT_QUALITY_LOW
143 PRINT_QUALITY_DRAFT = _core.PRINT_QUALITY_DRAFT
144 ID_ANY = _core.ID_ANY
145 ID_SEPARATOR = _core.ID_SEPARATOR
146 ID_LOWEST = _core.ID_LOWEST
147 ID_OPEN = _core.ID_OPEN
148 ID_CLOSE = _core.ID_CLOSE
149 ID_NEW = _core.ID_NEW
150 ID_SAVE = _core.ID_SAVE
151 ID_SAVEAS = _core.ID_SAVEAS
152 ID_REVERT = _core.ID_REVERT
153 ID_EXIT = _core.ID_EXIT
154 ID_UNDO = _core.ID_UNDO
155 ID_REDO = _core.ID_REDO
156 ID_HELP = _core.ID_HELP
157 ID_PRINT = _core.ID_PRINT
158 ID_PRINT_SETUP = _core.ID_PRINT_SETUP
159 ID_PREVIEW = _core.ID_PREVIEW
160 ID_ABOUT = _core.ID_ABOUT
161 ID_HELP_CONTENTS = _core.ID_HELP_CONTENTS
162 ID_HELP_COMMANDS = _core.ID_HELP_COMMANDS
163 ID_HELP_PROCEDURES = _core.ID_HELP_PROCEDURES
164 ID_HELP_CONTEXT = _core.ID_HELP_CONTEXT
165 ID_CLOSE_ALL = _core.ID_CLOSE_ALL
166 ID_PREFERENCES = _core.ID_PREFERENCES
167 ID_CUT = _core.ID_CUT
168 ID_COPY = _core.ID_COPY
169 ID_PASTE = _core.ID_PASTE
170 ID_CLEAR = _core.ID_CLEAR
171 ID_FIND = _core.ID_FIND
172 ID_DUPLICATE = _core.ID_DUPLICATE
173 ID_SELECTALL = _core.ID_SELECTALL
174 ID_DELETE = _core.ID_DELETE
175 ID_REPLACE = _core.ID_REPLACE
176 ID_REPLACE_ALL = _core.ID_REPLACE_ALL
177 ID_PROPERTIES = _core.ID_PROPERTIES
178 ID_VIEW_DETAILS = _core.ID_VIEW_DETAILS
179 ID_VIEW_LARGEICONS = _core.ID_VIEW_LARGEICONS
180 ID_VIEW_SMALLICONS = _core.ID_VIEW_SMALLICONS
181 ID_VIEW_LIST = _core.ID_VIEW_LIST
182 ID_VIEW_SORTDATE = _core.ID_VIEW_SORTDATE
183 ID_VIEW_SORTNAME = _core.ID_VIEW_SORTNAME
184 ID_VIEW_SORTSIZE = _core.ID_VIEW_SORTSIZE
185 ID_VIEW_SORTTYPE = _core.ID_VIEW_SORTTYPE
186 ID_FILE1 = _core.ID_FILE1
187 ID_FILE2 = _core.ID_FILE2
188 ID_FILE3 = _core.ID_FILE3
189 ID_FILE4 = _core.ID_FILE4
190 ID_FILE5 = _core.ID_FILE5
191 ID_FILE6 = _core.ID_FILE6
192 ID_FILE7 = _core.ID_FILE7
193 ID_FILE8 = _core.ID_FILE8
194 ID_FILE9 = _core.ID_FILE9
195 ID_OK = _core.ID_OK
196 ID_CANCEL = _core.ID_CANCEL
197 ID_APPLY = _core.ID_APPLY
198 ID_YES = _core.ID_YES
199 ID_NO = _core.ID_NO
200 ID_STATIC = _core.ID_STATIC
201 ID_FORWARD = _core.ID_FORWARD
202 ID_BACKWARD = _core.ID_BACKWARD
203 ID_DEFAULT = _core.ID_DEFAULT
204 ID_MORE = _core.ID_MORE
205 ID_SETUP = _core.ID_SETUP
206 ID_RESET = _core.ID_RESET
207 ID_CONTEXT_HELP = _core.ID_CONTEXT_HELP
208 ID_YESTOALL = _core.ID_YESTOALL
209 ID_NOTOALL = _core.ID_NOTOALL
210 ID_ABORT = _core.ID_ABORT
211 ID_RETRY = _core.ID_RETRY
212 ID_IGNORE = _core.ID_IGNORE
213 ID_HIGHEST = _core.ID_HIGHEST
214 OPEN = _core.OPEN
215 SAVE = _core.SAVE
216 HIDE_READONLY = _core.HIDE_READONLY
217 OVERWRITE_PROMPT = _core.OVERWRITE_PROMPT
218 FILE_MUST_EXIST = _core.FILE_MUST_EXIST
219 MULTIPLE = _core.MULTIPLE
220 CHANGE_DIR = _core.CHANGE_DIR
221 ACCEL_ALT = _core.ACCEL_ALT
222 ACCEL_CTRL = _core.ACCEL_CTRL
223 ACCEL_SHIFT = _core.ACCEL_SHIFT
224 ACCEL_NORMAL = _core.ACCEL_NORMAL
225 PD_AUTO_HIDE = _core.PD_AUTO_HIDE
226 PD_APP_MODAL = _core.PD_APP_MODAL
227 PD_CAN_ABORT = _core.PD_CAN_ABORT
228 PD_ELAPSED_TIME = _core.PD_ELAPSED_TIME
229 PD_ESTIMATED_TIME = _core.PD_ESTIMATED_TIME
230 PD_REMAINING_TIME = _core.PD_REMAINING_TIME
231 DD_NEW_DIR_BUTTON = _core.DD_NEW_DIR_BUTTON
232 DD_DEFAULT_STYLE = _core.DD_DEFAULT_STYLE
233 MENU_TEAROFF = _core.MENU_TEAROFF
234 MB_DOCKABLE = _core.MB_DOCKABLE
235 NO_FULL_REPAINT_ON_RESIZE = _core.NO_FULL_REPAINT_ON_RESIZE
236 LI_HORIZONTAL = _core.LI_HORIZONTAL
237 LI_VERTICAL = _core.LI_VERTICAL
238 WS_EX_VALIDATE_RECURSIVELY = _core.WS_EX_VALIDATE_RECURSIVELY
239 WS_EX_BLOCK_EVENTS = _core.WS_EX_BLOCK_EVENTS
240 WS_EX_TRANSIENT = _core.WS_EX_TRANSIENT
241 WS_EX_THEMED_BACKGROUND = _core.WS_EX_THEMED_BACKGROUND
242 WS_EX_PROCESS_IDLE = _core.WS_EX_PROCESS_IDLE
243 WS_EX_PROCESS_UI_UPDATES = _core.WS_EX_PROCESS_UI_UPDATES
244 MM_TEXT = _core.MM_TEXT
245 MM_LOMETRIC = _core.MM_LOMETRIC
246 MM_HIMETRIC = _core.MM_HIMETRIC
247 MM_LOENGLISH = _core.MM_LOENGLISH
248 MM_HIENGLISH = _core.MM_HIENGLISH
249 MM_TWIPS = _core.MM_TWIPS
250 MM_ISOTROPIC = _core.MM_ISOTROPIC
251 MM_ANISOTROPIC = _core.MM_ANISOTROPIC
252 MM_POINTS = _core.MM_POINTS
253 MM_METRIC = _core.MM_METRIC
254 CENTRE = _core.CENTRE
255 CENTER = _core.CENTER
256 HORIZONTAL = _core.HORIZONTAL
257 VERTICAL = _core.VERTICAL
258 BOTH = _core.BOTH
259 LEFT = _core.LEFT
260 RIGHT = _core.RIGHT
261 UP = _core.UP
262 DOWN = _core.DOWN
263 TOP = _core.TOP
264 BOTTOM = _core.BOTTOM
265 NORTH = _core.NORTH
266 SOUTH = _core.SOUTH
267 WEST = _core.WEST
268 EAST = _core.EAST
269 ALL = _core.ALL
270 ALIGN_NOT = _core.ALIGN_NOT
271 ALIGN_CENTER_HORIZONTAL = _core.ALIGN_CENTER_HORIZONTAL
272 ALIGN_CENTRE_HORIZONTAL = _core.ALIGN_CENTRE_HORIZONTAL
273 ALIGN_LEFT = _core.ALIGN_LEFT
274 ALIGN_TOP = _core.ALIGN_TOP
275 ALIGN_RIGHT = _core.ALIGN_RIGHT
276 ALIGN_BOTTOM = _core.ALIGN_BOTTOM
277 ALIGN_CENTER_VERTICAL = _core.ALIGN_CENTER_VERTICAL
278 ALIGN_CENTRE_VERTICAL = _core.ALIGN_CENTRE_VERTICAL
279 ALIGN_CENTER = _core.ALIGN_CENTER
280 ALIGN_CENTRE = _core.ALIGN_CENTRE
281 ALIGN_MASK = _core.ALIGN_MASK
282 STRETCH_NOT = _core.STRETCH_NOT
283 SHRINK = _core.SHRINK
284 GROW = _core.GROW
285 EXPAND = _core.EXPAND
286 SHAPED = _core.SHAPED
287 ADJUST_MINSIZE = _core.ADJUST_MINSIZE
288 TILE = _core.TILE
289 BORDER_DEFAULT = _core.BORDER_DEFAULT
290 BORDER_NONE = _core.BORDER_NONE
291 BORDER_STATIC = _core.BORDER_STATIC
292 BORDER_SIMPLE = _core.BORDER_SIMPLE
293 BORDER_RAISED = _core.BORDER_RAISED
294 BORDER_SUNKEN = _core.BORDER_SUNKEN
295 BORDER_DOUBLE = _core.BORDER_DOUBLE
296 BORDER_MASK = _core.BORDER_MASK
297 DEFAULT = _core.DEFAULT
298 DECORATIVE = _core.DECORATIVE
299 ROMAN = _core.ROMAN
300 SCRIPT = _core.SCRIPT
301 SWISS = _core.SWISS
302 MODERN = _core.MODERN
303 TELETYPE = _core.TELETYPE
304 VARIABLE = _core.VARIABLE
305 FIXED = _core.FIXED
306 NORMAL = _core.NORMAL
307 LIGHT = _core.LIGHT
308 BOLD = _core.BOLD
309 ITALIC = _core.ITALIC
310 SLANT = _core.SLANT
311 SOLID = _core.SOLID
312 DOT = _core.DOT
313 LONG_DASH = _core.LONG_DASH
314 SHORT_DASH = _core.SHORT_DASH
315 DOT_DASH = _core.DOT_DASH
316 USER_DASH = _core.USER_DASH
317 TRANSPARENT = _core.TRANSPARENT
318 STIPPLE = _core.STIPPLE
319 BDIAGONAL_HATCH = _core.BDIAGONAL_HATCH
320 CROSSDIAG_HATCH = _core.CROSSDIAG_HATCH
321 FDIAGONAL_HATCH = _core.FDIAGONAL_HATCH
322 CROSS_HATCH = _core.CROSS_HATCH
323 HORIZONTAL_HATCH = _core.HORIZONTAL_HATCH
324 VERTICAL_HATCH = _core.VERTICAL_HATCH
325 JOIN_BEVEL = _core.JOIN_BEVEL
326 JOIN_MITER = _core.JOIN_MITER
327 JOIN_ROUND = _core.JOIN_ROUND
328 CAP_ROUND = _core.CAP_ROUND
329 CAP_PROJECTING = _core.CAP_PROJECTING
330 CAP_BUTT = _core.CAP_BUTT
331 CLEAR = _core.CLEAR
332 XOR = _core.XOR
333 INVERT = _core.INVERT
334 OR_REVERSE = _core.OR_REVERSE
335 AND_REVERSE = _core.AND_REVERSE
336 COPY = _core.COPY
337 AND = _core.AND
338 AND_INVERT = _core.AND_INVERT
339 NO_OP = _core.NO_OP
340 NOR = _core.NOR
341 EQUIV = _core.EQUIV
342 SRC_INVERT = _core.SRC_INVERT
343 OR_INVERT = _core.OR_INVERT
344 NAND = _core.NAND
345 OR = _core.OR
346 SET = _core.SET
347 WXK_BACK = _core.WXK_BACK
348 WXK_TAB = _core.WXK_TAB
349 WXK_RETURN = _core.WXK_RETURN
350 WXK_ESCAPE = _core.WXK_ESCAPE
351 WXK_SPACE = _core.WXK_SPACE
352 WXK_DELETE = _core.WXK_DELETE
353 WXK_START = _core.WXK_START
354 WXK_LBUTTON = _core.WXK_LBUTTON
355 WXK_RBUTTON = _core.WXK_RBUTTON
356 WXK_CANCEL = _core.WXK_CANCEL
357 WXK_MBUTTON = _core.WXK_MBUTTON
358 WXK_CLEAR = _core.WXK_CLEAR
359 WXK_SHIFT = _core.WXK_SHIFT
360 WXK_ALT = _core.WXK_ALT
361 WXK_CONTROL = _core.WXK_CONTROL
362 WXK_MENU = _core.WXK_MENU
363 WXK_PAUSE = _core.WXK_PAUSE
364 WXK_CAPITAL = _core.WXK_CAPITAL
365 WXK_PRIOR = _core.WXK_PRIOR
366 WXK_NEXT = _core.WXK_NEXT
367 WXK_END = _core.WXK_END
368 WXK_HOME = _core.WXK_HOME
369 WXK_LEFT = _core.WXK_LEFT
370 WXK_UP = _core.WXK_UP
371 WXK_RIGHT = _core.WXK_RIGHT
372 WXK_DOWN = _core.WXK_DOWN
373 WXK_SELECT = _core.WXK_SELECT
374 WXK_PRINT = _core.WXK_PRINT
375 WXK_EXECUTE = _core.WXK_EXECUTE
376 WXK_SNAPSHOT = _core.WXK_SNAPSHOT
377 WXK_INSERT = _core.WXK_INSERT
378 WXK_HELP = _core.WXK_HELP
379 WXK_NUMPAD0 = _core.WXK_NUMPAD0
380 WXK_NUMPAD1 = _core.WXK_NUMPAD1
381 WXK_NUMPAD2 = _core.WXK_NUMPAD2
382 WXK_NUMPAD3 = _core.WXK_NUMPAD3
383 WXK_NUMPAD4 = _core.WXK_NUMPAD4
384 WXK_NUMPAD5 = _core.WXK_NUMPAD5
385 WXK_NUMPAD6 = _core.WXK_NUMPAD6
386 WXK_NUMPAD7 = _core.WXK_NUMPAD7
387 WXK_NUMPAD8 = _core.WXK_NUMPAD8
388 WXK_NUMPAD9 = _core.WXK_NUMPAD9
389 WXK_MULTIPLY = _core.WXK_MULTIPLY
390 WXK_ADD = _core.WXK_ADD
391 WXK_SEPARATOR = _core.WXK_SEPARATOR
392 WXK_SUBTRACT = _core.WXK_SUBTRACT
393 WXK_DECIMAL = _core.WXK_DECIMAL
394 WXK_DIVIDE = _core.WXK_DIVIDE
395 WXK_F1 = _core.WXK_F1
396 WXK_F2 = _core.WXK_F2
397 WXK_F3 = _core.WXK_F3
398 WXK_F4 = _core.WXK_F4
399 WXK_F5 = _core.WXK_F5
400 WXK_F6 = _core.WXK_F6
401 WXK_F7 = _core.WXK_F7
402 WXK_F8 = _core.WXK_F8
403 WXK_F9 = _core.WXK_F9
404 WXK_F10 = _core.WXK_F10
405 WXK_F11 = _core.WXK_F11
406 WXK_F12 = _core.WXK_F12
407 WXK_F13 = _core.WXK_F13
408 WXK_F14 = _core.WXK_F14
409 WXK_F15 = _core.WXK_F15
410 WXK_F16 = _core.WXK_F16
411 WXK_F17 = _core.WXK_F17
412 WXK_F18 = _core.WXK_F18
413 WXK_F19 = _core.WXK_F19
414 WXK_F20 = _core.WXK_F20
415 WXK_F21 = _core.WXK_F21
416 WXK_F22 = _core.WXK_F22
417 WXK_F23 = _core.WXK_F23
418 WXK_F24 = _core.WXK_F24
419 WXK_NUMLOCK = _core.WXK_NUMLOCK
420 WXK_SCROLL = _core.WXK_SCROLL
421 WXK_PAGEUP = _core.WXK_PAGEUP
422 WXK_PAGEDOWN = _core.WXK_PAGEDOWN
423 WXK_NUMPAD_SPACE = _core.WXK_NUMPAD_SPACE
424 WXK_NUMPAD_TAB = _core.WXK_NUMPAD_TAB
425 WXK_NUMPAD_ENTER = _core.WXK_NUMPAD_ENTER
426 WXK_NUMPAD_F1 = _core.WXK_NUMPAD_F1
427 WXK_NUMPAD_F2 = _core.WXK_NUMPAD_F2
428 WXK_NUMPAD_F3 = _core.WXK_NUMPAD_F3
429 WXK_NUMPAD_F4 = _core.WXK_NUMPAD_F4
430 WXK_NUMPAD_HOME = _core.WXK_NUMPAD_HOME
431 WXK_NUMPAD_LEFT = _core.WXK_NUMPAD_LEFT
432 WXK_NUMPAD_UP = _core.WXK_NUMPAD_UP
433 WXK_NUMPAD_RIGHT = _core.WXK_NUMPAD_RIGHT
434 WXK_NUMPAD_DOWN = _core.WXK_NUMPAD_DOWN
435 WXK_NUMPAD_PRIOR = _core.WXK_NUMPAD_PRIOR
436 WXK_NUMPAD_PAGEUP = _core.WXK_NUMPAD_PAGEUP
437 WXK_NUMPAD_NEXT = _core.WXK_NUMPAD_NEXT
438 WXK_NUMPAD_PAGEDOWN = _core.WXK_NUMPAD_PAGEDOWN
439 WXK_NUMPAD_END = _core.WXK_NUMPAD_END
440 WXK_NUMPAD_BEGIN = _core.WXK_NUMPAD_BEGIN
441 WXK_NUMPAD_INSERT = _core.WXK_NUMPAD_INSERT
442 WXK_NUMPAD_DELETE = _core.WXK_NUMPAD_DELETE
443 WXK_NUMPAD_EQUAL = _core.WXK_NUMPAD_EQUAL
444 WXK_NUMPAD_MULTIPLY = _core.WXK_NUMPAD_MULTIPLY
445 WXK_NUMPAD_ADD = _core.WXK_NUMPAD_ADD
446 WXK_NUMPAD_SEPARATOR = _core.WXK_NUMPAD_SEPARATOR
447 WXK_NUMPAD_SUBTRACT = _core.WXK_NUMPAD_SUBTRACT
448 WXK_NUMPAD_DECIMAL = _core.WXK_NUMPAD_DECIMAL
449 WXK_NUMPAD_DIVIDE = _core.WXK_NUMPAD_DIVIDE
450 WXK_WINDOWS_LEFT = _core.WXK_WINDOWS_LEFT
451 WXK_WINDOWS_RIGHT = _core.WXK_WINDOWS_RIGHT
452 WXK_WINDOWS_MENU = _core.WXK_WINDOWS_MENU
453 PAPER_NONE = _core.PAPER_NONE
454 PAPER_LETTER = _core.PAPER_LETTER
455 PAPER_LEGAL = _core.PAPER_LEGAL
456 PAPER_A4 = _core.PAPER_A4
457 PAPER_CSHEET = _core.PAPER_CSHEET
458 PAPER_DSHEET = _core.PAPER_DSHEET
459 PAPER_ESHEET = _core.PAPER_ESHEET
460 PAPER_LETTERSMALL = _core.PAPER_LETTERSMALL
461 PAPER_TABLOID = _core.PAPER_TABLOID
462 PAPER_LEDGER = _core.PAPER_LEDGER
463 PAPER_STATEMENT = _core.PAPER_STATEMENT
464 PAPER_EXECUTIVE = _core.PAPER_EXECUTIVE
465 PAPER_A3 = _core.PAPER_A3
466 PAPER_A4SMALL = _core.PAPER_A4SMALL
467 PAPER_A5 = _core.PAPER_A5
468 PAPER_B4 = _core.PAPER_B4
469 PAPER_B5 = _core.PAPER_B5
470 PAPER_FOLIO = _core.PAPER_FOLIO
471 PAPER_QUARTO = _core.PAPER_QUARTO
472 PAPER_10X14 = _core.PAPER_10X14
473 PAPER_11X17 = _core.PAPER_11X17
474 PAPER_NOTE = _core.PAPER_NOTE
475 PAPER_ENV_9 = _core.PAPER_ENV_9
476 PAPER_ENV_10 = _core.PAPER_ENV_10
477 PAPER_ENV_11 = _core.PAPER_ENV_11
478 PAPER_ENV_12 = _core.PAPER_ENV_12
479 PAPER_ENV_14 = _core.PAPER_ENV_14
480 PAPER_ENV_DL = _core.PAPER_ENV_DL
481 PAPER_ENV_C5 = _core.PAPER_ENV_C5
482 PAPER_ENV_C3 = _core.PAPER_ENV_C3
483 PAPER_ENV_C4 = _core.PAPER_ENV_C4
484 PAPER_ENV_C6 = _core.PAPER_ENV_C6
485 PAPER_ENV_C65 = _core.PAPER_ENV_C65
486 PAPER_ENV_B4 = _core.PAPER_ENV_B4
487 PAPER_ENV_B5 = _core.PAPER_ENV_B5
488 PAPER_ENV_B6 = _core.PAPER_ENV_B6
489 PAPER_ENV_ITALY = _core.PAPER_ENV_ITALY
490 PAPER_ENV_MONARCH = _core.PAPER_ENV_MONARCH
491 PAPER_ENV_PERSONAL = _core.PAPER_ENV_PERSONAL
492 PAPER_FANFOLD_US = _core.PAPER_FANFOLD_US
493 PAPER_FANFOLD_STD_GERMAN = _core.PAPER_FANFOLD_STD_GERMAN
494 PAPER_FANFOLD_LGL_GERMAN = _core.PAPER_FANFOLD_LGL_GERMAN
495 PAPER_ISO_B4 = _core.PAPER_ISO_B4
496 PAPER_JAPANESE_POSTCARD = _core.PAPER_JAPANESE_POSTCARD
497 PAPER_9X11 = _core.PAPER_9X11
498 PAPER_10X11 = _core.PAPER_10X11
499 PAPER_15X11 = _core.PAPER_15X11
500 PAPER_ENV_INVITE = _core.PAPER_ENV_INVITE
501 PAPER_LETTER_EXTRA = _core.PAPER_LETTER_EXTRA
502 PAPER_LEGAL_EXTRA = _core.PAPER_LEGAL_EXTRA
503 PAPER_TABLOID_EXTRA = _core.PAPER_TABLOID_EXTRA
504 PAPER_A4_EXTRA = _core.PAPER_A4_EXTRA
505 PAPER_LETTER_TRANSVERSE = _core.PAPER_LETTER_TRANSVERSE
506 PAPER_A4_TRANSVERSE = _core.PAPER_A4_TRANSVERSE
507 PAPER_LETTER_EXTRA_TRANSVERSE = _core.PAPER_LETTER_EXTRA_TRANSVERSE
508 PAPER_A_PLUS = _core.PAPER_A_PLUS
509 PAPER_B_PLUS = _core.PAPER_B_PLUS
510 PAPER_LETTER_PLUS = _core.PAPER_LETTER_PLUS
511 PAPER_A4_PLUS = _core.PAPER_A4_PLUS
512 PAPER_A5_TRANSVERSE = _core.PAPER_A5_TRANSVERSE
513 PAPER_B5_TRANSVERSE = _core.PAPER_B5_TRANSVERSE
514 PAPER_A3_EXTRA = _core.PAPER_A3_EXTRA
515 PAPER_A5_EXTRA = _core.PAPER_A5_EXTRA
516 PAPER_B5_EXTRA = _core.PAPER_B5_EXTRA
517 PAPER_A2 = _core.PAPER_A2
518 PAPER_A3_TRANSVERSE = _core.PAPER_A3_TRANSVERSE
519 PAPER_A3_EXTRA_TRANSVERSE = _core.PAPER_A3_EXTRA_TRANSVERSE
520 DUPLEX_SIMPLEX = _core.DUPLEX_SIMPLEX
521 DUPLEX_HORIZONTAL = _core.DUPLEX_HORIZONTAL
522 DUPLEX_VERTICAL = _core.DUPLEX_VERTICAL
523 ITEM_SEPARATOR = _core.ITEM_SEPARATOR
524 ITEM_NORMAL = _core.ITEM_NORMAL
525 ITEM_CHECK = _core.ITEM_CHECK
526 ITEM_RADIO = _core.ITEM_RADIO
527 ITEM_MAX = _core.ITEM_MAX
528 HT_NOWHERE = _core.HT_NOWHERE
529 HT_SCROLLBAR_FIRST = _core.HT_SCROLLBAR_FIRST
530 HT_SCROLLBAR_ARROW_LINE_1 = _core.HT_SCROLLBAR_ARROW_LINE_1
531 HT_SCROLLBAR_ARROW_LINE_2 = _core.HT_SCROLLBAR_ARROW_LINE_2
532 HT_SCROLLBAR_ARROW_PAGE_1 = _core.HT_SCROLLBAR_ARROW_PAGE_1
533 HT_SCROLLBAR_ARROW_PAGE_2 = _core.HT_SCROLLBAR_ARROW_PAGE_2
534 HT_SCROLLBAR_THUMB = _core.HT_SCROLLBAR_THUMB
535 HT_SCROLLBAR_BAR_1 = _core.HT_SCROLLBAR_BAR_1
536 HT_SCROLLBAR_BAR_2 = _core.HT_SCROLLBAR_BAR_2
537 HT_SCROLLBAR_LAST = _core.HT_SCROLLBAR_LAST
538 HT_WINDOW_OUTSIDE = _core.HT_WINDOW_OUTSIDE
539 HT_WINDOW_INSIDE = _core.HT_WINDOW_INSIDE
540 HT_WINDOW_VERT_SCROLLBAR = _core.HT_WINDOW_VERT_SCROLLBAR
541 HT_WINDOW_HORZ_SCROLLBAR = _core.HT_WINDOW_HORZ_SCROLLBAR
542 HT_WINDOW_CORNER = _core.HT_WINDOW_CORNER
543 HT_MAX = _core.HT_MAX
544 MOD_NONE = _core.MOD_NONE
545 MOD_ALT = _core.MOD_ALT
546 MOD_CONTROL = _core.MOD_CONTROL
547 MOD_SHIFT = _core.MOD_SHIFT
548 MOD_WIN = _core.MOD_WIN
549 UPDATE_UI_NONE = _core.UPDATE_UI_NONE
550 UPDATE_UI_RECURSE = _core.UPDATE_UI_RECURSE
551 UPDATE_UI_FROMIDLE = _core.UPDATE_UI_FROMIDLE
552 #---------------------------------------------------------------------------
553
554 class Object(object):
555 """The base class for most wx objects, although in wxPython not
556 much functionality is needed nor exposed."""
557 def __init__(self): raise RuntimeError, "No constructor defined"
558 def __repr__(self):
559 return "<%s.%s; proxy of C++ wxObject instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
560 def GetClassName(*args, **kwargs):
561 """GetClassName() -> wxString
562
563 Returns the class name of the C++ object using wxRTTI."""
564 return _core.Object_GetClassName(*args, **kwargs)
565
566 def Destroy(*args, **kwargs):
567 """Destroy()
568
569 Deletes the C++ object this Python object is a proxy for."""
570 return _core.Object_Destroy(*args, **kwargs)
571
572
573 class ObjectPtr(Object):
574 def __init__(self, this):
575 self.this = this
576 if not hasattr(self,"thisown"): self.thisown = 0
577 self.__class__ = Object
578 _core.Object_swigregister(ObjectPtr)
579 _wxPySetDictionary = _core._wxPySetDictionary
580
581
582 #---------------------------------------------------------------------------
583
584 BITMAP_TYPE_INVALID = _core.BITMAP_TYPE_INVALID
585 BITMAP_TYPE_BMP = _core.BITMAP_TYPE_BMP
586 BITMAP_TYPE_BMP_RESOURCE = _core.BITMAP_TYPE_BMP_RESOURCE
587 BITMAP_TYPE_RESOURCE = _core.BITMAP_TYPE_RESOURCE
588 BITMAP_TYPE_ICO = _core.BITMAP_TYPE_ICO
589 BITMAP_TYPE_ICO_RESOURCE = _core.BITMAP_TYPE_ICO_RESOURCE
590 BITMAP_TYPE_CUR = _core.BITMAP_TYPE_CUR
591 BITMAP_TYPE_CUR_RESOURCE = _core.BITMAP_TYPE_CUR_RESOURCE
592 BITMAP_TYPE_XBM = _core.BITMAP_TYPE_XBM
593 BITMAP_TYPE_XBM_DATA = _core.BITMAP_TYPE_XBM_DATA
594 BITMAP_TYPE_XPM = _core.BITMAP_TYPE_XPM
595 BITMAP_TYPE_XPM_DATA = _core.BITMAP_TYPE_XPM_DATA
596 BITMAP_TYPE_TIF = _core.BITMAP_TYPE_TIF
597 BITMAP_TYPE_TIF_RESOURCE = _core.BITMAP_TYPE_TIF_RESOURCE
598 BITMAP_TYPE_GIF = _core.BITMAP_TYPE_GIF
599 BITMAP_TYPE_GIF_RESOURCE = _core.BITMAP_TYPE_GIF_RESOURCE
600 BITMAP_TYPE_PNG = _core.BITMAP_TYPE_PNG
601 BITMAP_TYPE_PNG_RESOURCE = _core.BITMAP_TYPE_PNG_RESOURCE
602 BITMAP_TYPE_JPEG = _core.BITMAP_TYPE_JPEG
603 BITMAP_TYPE_JPEG_RESOURCE = _core.BITMAP_TYPE_JPEG_RESOURCE
604 BITMAP_TYPE_PNM = _core.BITMAP_TYPE_PNM
605 BITMAP_TYPE_PNM_RESOURCE = _core.BITMAP_TYPE_PNM_RESOURCE
606 BITMAP_TYPE_PCX = _core.BITMAP_TYPE_PCX
607 BITMAP_TYPE_PCX_RESOURCE = _core.BITMAP_TYPE_PCX_RESOURCE
608 BITMAP_TYPE_PICT = _core.BITMAP_TYPE_PICT
609 BITMAP_TYPE_PICT_RESOURCE = _core.BITMAP_TYPE_PICT_RESOURCE
610 BITMAP_TYPE_ICON = _core.BITMAP_TYPE_ICON
611 BITMAP_TYPE_ICON_RESOURCE = _core.BITMAP_TYPE_ICON_RESOURCE
612 BITMAP_TYPE_ANI = _core.BITMAP_TYPE_ANI
613 BITMAP_TYPE_IFF = _core.BITMAP_TYPE_IFF
614 BITMAP_TYPE_MACCURSOR = _core.BITMAP_TYPE_MACCURSOR
615 BITMAP_TYPE_MACCURSOR_RESOURCE = _core.BITMAP_TYPE_MACCURSOR_RESOURCE
616 BITMAP_TYPE_ANY = _core.BITMAP_TYPE_ANY
617 CURSOR_NONE = _core.CURSOR_NONE
618 CURSOR_ARROW = _core.CURSOR_ARROW
619 CURSOR_RIGHT_ARROW = _core.CURSOR_RIGHT_ARROW
620 CURSOR_BULLSEYE = _core.CURSOR_BULLSEYE
621 CURSOR_CHAR = _core.CURSOR_CHAR
622 CURSOR_CROSS = _core.CURSOR_CROSS
623 CURSOR_HAND = _core.CURSOR_HAND
624 CURSOR_IBEAM = _core.CURSOR_IBEAM
625 CURSOR_LEFT_BUTTON = _core.CURSOR_LEFT_BUTTON
626 CURSOR_MAGNIFIER = _core.CURSOR_MAGNIFIER
627 CURSOR_MIDDLE_BUTTON = _core.CURSOR_MIDDLE_BUTTON
628 CURSOR_NO_ENTRY = _core.CURSOR_NO_ENTRY
629 CURSOR_PAINT_BRUSH = _core.CURSOR_PAINT_BRUSH
630 CURSOR_PENCIL = _core.CURSOR_PENCIL
631 CURSOR_POINT_LEFT = _core.CURSOR_POINT_LEFT
632 CURSOR_POINT_RIGHT = _core.CURSOR_POINT_RIGHT
633 CURSOR_QUESTION_ARROW = _core.CURSOR_QUESTION_ARROW
634 CURSOR_RIGHT_BUTTON = _core.CURSOR_RIGHT_BUTTON
635 CURSOR_SIZENESW = _core.CURSOR_SIZENESW
636 CURSOR_SIZENS = _core.CURSOR_SIZENS
637 CURSOR_SIZENWSE = _core.CURSOR_SIZENWSE
638 CURSOR_SIZEWE = _core.CURSOR_SIZEWE
639 CURSOR_SIZING = _core.CURSOR_SIZING
640 CURSOR_SPRAYCAN = _core.CURSOR_SPRAYCAN
641 CURSOR_WAIT = _core.CURSOR_WAIT
642 CURSOR_WATCH = _core.CURSOR_WATCH
643 CURSOR_BLANK = _core.CURSOR_BLANK
644 CURSOR_DEFAULT = _core.CURSOR_DEFAULT
645 CURSOR_COPY_ARROW = _core.CURSOR_COPY_ARROW
646 CURSOR_ARROWWAIT = _core.CURSOR_ARROWWAIT
647 CURSOR_MAX = _core.CURSOR_MAX
648 #---------------------------------------------------------------------------
649
650 class Size(object):
651 """wx.Size is a useful data structure used to represent the size of something.
652 It simply contians integer width and height proprtites. In most places in
653 wxPython where a wx.Size is expected a (width,height) tuple can be used
654 instead."""
655 def __repr__(self):
656 return "<%s.%s; proxy of C++ wxSize instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
657 width = property(_core.Size_width_get, _core.Size_width_set)
658 height = property(_core.Size_height_get, _core.Size_height_set)
659 def __init__(self, *args, **kwargs):
660 """__init__(int w=0, int h=0) -> Size
661
662 Creates a size object."""
663 newobj = _core.new_Size(*args, **kwargs)
664 self.this = newobj.this
665 self.thisown = 1
666 del newobj.thisown
667 def __del__(self, destroy=_core.delete_Size):
668 """__del__()"""
669 try:
670 if self.thisown: destroy(self)
671 except: pass
672
673 def __eq__(*args, **kwargs):
674 """__eq__(Size sz) -> bool
675
676 Test for equality of wx.Size objects."""
677 return _core.Size___eq__(*args, **kwargs)
678
679 def __ne__(*args, **kwargs):
680 """__ne__(Size sz) -> bool
681
682 Test for inequality."""
683 return _core.Size___ne__(*args, **kwargs)
684
685 def __add__(*args, **kwargs):
686 """__add__(Size sz) -> Size
687
688 Add sz's proprties to this and return the result."""
689 return _core.Size___add__(*args, **kwargs)
690
691 def __sub__(*args, **kwargs):
692 """__sub__(Size sz) -> Size
693
694 Subtract sz's properties from this and return the result."""
695 return _core.Size___sub__(*args, **kwargs)
696
697 def IncTo(*args, **kwargs):
698 """IncTo(Size sz)
699
700 Increments this object so that both of its dimensions are not less
701 than the corresponding dimensions of the size."""
702 return _core.Size_IncTo(*args, **kwargs)
703
704 def DecTo(*args, **kwargs):
705 """DecTo(Size sz)
706
707 Decrements this object so that both of its dimensions are not greater
708 than the corresponding dimensions of the size."""
709 return _core.Size_DecTo(*args, **kwargs)
710
711 def Set(*args, **kwargs):
712 """Set(int w, int h)
713
714 Set both width and height."""
715 return _core.Size_Set(*args, **kwargs)
716
717 def SetWidth(*args, **kwargs):
718 """SetWidth(int w)"""
719 return _core.Size_SetWidth(*args, **kwargs)
720
721 def SetHeight(*args, **kwargs):
722 """SetHeight(int h)"""
723 return _core.Size_SetHeight(*args, **kwargs)
724
725 def GetWidth(*args, **kwargs):
726 """GetWidth() -> int"""
727 return _core.Size_GetWidth(*args, **kwargs)
728
729 def GetHeight(*args, **kwargs):
730 """GetHeight() -> int"""
731 return _core.Size_GetHeight(*args, **kwargs)
732
733 def Get(*args, **kwargs):
734 """Get() -> (width,height)
735
736 Returns the width and height properties as a tuple."""
737 return _core.Size_Get(*args, **kwargs)
738
739 asTuple = Get
740 def __str__(self): return str(self.Get())
741 def __repr__(self): return 'wx.Size'+str(self.Get())
742 def __len__(self): return len(self.Get())
743 def __getitem__(self, index): return self.Get()[index]
744 def __setitem__(self, index, val):
745 if index == 0: self.width = val
746 elif index == 1: self.height = val
747 else: raise IndexError
748 def __nonzero__(self): return self.Get() != (0,0)
749 def __getinitargs__(self): return ()
750 def __getstate__(self): return self.Get()
751 def __setstate__(self, state): self.Set(*state)
752
753
754 class SizePtr(Size):
755 def __init__(self, this):
756 self.this = this
757 if not hasattr(self,"thisown"): self.thisown = 0
758 self.__class__ = Size
759 _core.Size_swigregister(SizePtr)
760
761 #---------------------------------------------------------------------------
762
763 class RealPoint(object):
764 """A data structure for representing a point or position with floating point x
765 and y properties. In wxPython most places that expect a wx.RealPoint can also
766 accept a (x,y) tuple."""
767 def __repr__(self):
768 return "<%s.%s; proxy of C++ wxRealPoint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
769 x = property(_core.RealPoint_x_get, _core.RealPoint_x_set)
770 y = property(_core.RealPoint_y_get, _core.RealPoint_y_set)
771 def __init__(self, *args, **kwargs):
772 """__init__(double x=0.0, double y=0.0) -> RealPoint
773
774 Create a wx.RealPoint object"""
775 newobj = _core.new_RealPoint(*args, **kwargs)
776 self.this = newobj.this
777 self.thisown = 1
778 del newobj.thisown
779 def __del__(self, destroy=_core.delete_RealPoint):
780 """__del__()"""
781 try:
782 if self.thisown: destroy(self)
783 except: pass
784
785 def __eq__(*args, **kwargs):
786 """__eq__(RealPoint pt) -> bool
787
788 Test for equality of wx.RealPoint objects."""
789 return _core.RealPoint___eq__(*args, **kwargs)
790
791 def __ne__(*args, **kwargs):
792 """__ne__(RealPoint pt) -> bool
793
794 Test for inequality of wx.RealPoint objects."""
795 return _core.RealPoint___ne__(*args, **kwargs)
796
797 def __add__(*args, **kwargs):
798 """__add__(RealPoint pt) -> RealPoint
799
800 Add pt's proprties to this and return the result."""
801 return _core.RealPoint___add__(*args, **kwargs)
802
803 def __sub__(*args, **kwargs):
804 """__sub__(RealPoint pt) -> RealPoint
805
806 Subtract pt's proprties from this and return the result"""
807 return _core.RealPoint___sub__(*args, **kwargs)
808
809 def Set(*args, **kwargs):
810 """Set(double x, double y)
811
812 Set both the x and y properties"""
813 return _core.RealPoint_Set(*args, **kwargs)
814
815 def Get(*args, **kwargs):
816 """Get() -> (x,y)
817
818 Return the x and y properties as a tuple. """
819 return _core.RealPoint_Get(*args, **kwargs)
820
821 asTuple = Get
822 def __str__(self): return str(self.Get())
823 def __repr__(self): return 'wx.RealPoint'+str(self.Get())
824 def __len__(self): return len(self.Get())
825 def __getitem__(self, index): return self.Get()[index]
826 def __setitem__(self, index, val):
827 if index == 0: self.x = val
828 elif index == 1: self.y = val
829 else: raise IndexError
830 def __nonzero__(self): return self.Get() != (0.0, 0.0)
831 def __getinitargs__(self): return ()
832 def __getstate__(self): return self.Get()
833 def __setstate__(self, state): self.Set(*state)
834
835
836 class RealPointPtr(RealPoint):
837 def __init__(self, this):
838 self.this = this
839 if not hasattr(self,"thisown"): self.thisown = 0
840 self.__class__ = RealPoint
841 _core.RealPoint_swigregister(RealPointPtr)
842
843 #---------------------------------------------------------------------------
844
845 class Point(object):
846 """A data structure for representing a point or position with integer x and y
847 properties. Most places in wxPython that expect a wx.Point can also accept a
848 (x,y) tuple."""
849 def __repr__(self):
850 return "<%s.%s; proxy of C++ wxPoint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
851 x = property(_core.Point_x_get, _core.Point_x_set)
852 y = property(_core.Point_y_get, _core.Point_y_set)
853 def __init__(self, *args, **kwargs):
854 """__init__(int x=0, int y=0) -> Point
855
856 Create a wx.Point object"""
857 newobj = _core.new_Point(*args, **kwargs)
858 self.this = newobj.this
859 self.thisown = 1
860 del newobj.thisown
861 def __del__(self, destroy=_core.delete_Point):
862 """__del__()"""
863 try:
864 if self.thisown: destroy(self)
865 except: pass
866
867 def __eq__(*args, **kwargs):
868 """__eq__(Point pt) -> bool
869
870 Test for equality of wx.Point objects."""
871 return _core.Point___eq__(*args, **kwargs)
872
873 def __ne__(*args, **kwargs):
874 """__ne__(Point pt) -> bool
875
876 Test for inequality of wx.Point objects."""
877 return _core.Point___ne__(*args, **kwargs)
878
879 def __add__(*args, **kwargs):
880 """__add__(Point pt) -> Point
881
882 Add pt's proprties to this and return the result."""
883 return _core.Point___add__(*args, **kwargs)
884
885 def __sub__(*args, **kwargs):
886 """__sub__(Point pt) -> Point
887
888 Subtract pt's proprties from this and return the result"""
889 return _core.Point___sub__(*args, **kwargs)
890
891 def __iadd__(*args, **kwargs):
892 """__iadd__(Point pt) -> Point
893
894 Add pt to this object."""
895 return _core.Point___iadd__(*args, **kwargs)
896
897 def __isub__(*args, **kwargs):
898 """__isub__(Point pt) -> Point
899
900 Subtract pt from this object."""
901 return _core.Point___isub__(*args, **kwargs)
902
903 def Set(*args, **kwargs):
904 """Set(long x, long y)
905
906 Set both the x and y properties"""
907 return _core.Point_Set(*args, **kwargs)
908
909 def Get(*args, **kwargs):
910 """Get() -> (x,y)
911
912 Return the x and y properties as a tuple. """
913 return _core.Point_Get(*args, **kwargs)
914
915 asTuple = Get
916 def __str__(self): return str(self.Get())
917 def __repr__(self): return 'wx.Point'+str(self.Get())
918 def __len__(self): return len(self.Get())
919 def __getitem__(self, index): return self.Get()[index]
920 def __setitem__(self, index, val):
921 if index == 0: self.x = val
922 elif index == 1: self.y = val
923 else: raise IndexError
924 def __nonzero__(self): return self.Get() != (0,0)
925 def __getinitargs__(self): return ()
926 def __getstate__(self): return self.Get()
927 def __setstate__(self, state): self.Set(*state)
928
929
930 class PointPtr(Point):
931 def __init__(self, this):
932 self.this = this
933 if not hasattr(self,"thisown"): self.thisown = 0
934 self.__class__ = Point
935 _core.Point_swigregister(PointPtr)
936
937 #---------------------------------------------------------------------------
938
939 class Rect(object):
940 """A class for representing and manipulating rectangles. It has x, y, width and
941 height properties. In wxPython most palces that expect a wx.Rect can also
942 accept a (x,y,width,height) tuple."""
943 def __repr__(self):
944 return "<%s.%s; proxy of C++ wxRect instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
945 def __init__(self, *args, **kwargs):
946 """__init__(int x=0, int y=0, int width=0, int height=0) -> Rect
947
948 Create a new Rect object."""
949 newobj = _core.new_Rect(*args, **kwargs)
950 self.this = newobj.this
951 self.thisown = 1
952 del newobj.thisown
953 def __del__(self, destroy=_core.delete_Rect):
954 """__del__()"""
955 try:
956 if self.thisown: destroy(self)
957 except: pass
958
959 def GetX(*args, **kwargs):
960 """GetX() -> int"""
961 return _core.Rect_GetX(*args, **kwargs)
962
963 def SetX(*args, **kwargs):
964 """SetX(int x)"""
965 return _core.Rect_SetX(*args, **kwargs)
966
967 def GetY(*args, **kwargs):
968 """GetY() -> int"""
969 return _core.Rect_GetY(*args, **kwargs)
970
971 def SetY(*args, **kwargs):
972 """SetY(int y)"""
973 return _core.Rect_SetY(*args, **kwargs)
974
975 def GetWidth(*args, **kwargs):
976 """GetWidth() -> int"""
977 return _core.Rect_GetWidth(*args, **kwargs)
978
979 def SetWidth(*args, **kwargs):
980 """SetWidth(int w)"""
981 return _core.Rect_SetWidth(*args, **kwargs)
982
983 def GetHeight(*args, **kwargs):
984 """GetHeight() -> int"""
985 return _core.Rect_GetHeight(*args, **kwargs)
986
987 def SetHeight(*args, **kwargs):
988 """SetHeight(int h)"""
989 return _core.Rect_SetHeight(*args, **kwargs)
990
991 def GetPosition(*args, **kwargs):
992 """GetPosition() -> Point"""
993 return _core.Rect_GetPosition(*args, **kwargs)
994
995 def SetPosition(*args, **kwargs):
996 """SetPosition(Point p)"""
997 return _core.Rect_SetPosition(*args, **kwargs)
998
999 def GetSize(*args, **kwargs):
1000 """GetSize() -> Size"""
1001 return _core.Rect_GetSize(*args, **kwargs)
1002
1003 def SetSize(*args, **kwargs):
1004 """SetSize(Size s)"""
1005 return _core.Rect_SetSize(*args, **kwargs)
1006
1007 def GetLeft(*args, **kwargs):
1008 """GetLeft() -> int"""
1009 return _core.Rect_GetLeft(*args, **kwargs)
1010
1011 def GetTop(*args, **kwargs):
1012 """GetTop() -> int"""
1013 return _core.Rect_GetTop(*args, **kwargs)
1014
1015 def GetBottom(*args, **kwargs):
1016 """GetBottom() -> int"""
1017 return _core.Rect_GetBottom(*args, **kwargs)
1018
1019 def GetRight(*args, **kwargs):
1020 """GetRight() -> int"""
1021 return _core.Rect_GetRight(*args, **kwargs)
1022
1023 def SetLeft(*args, **kwargs):
1024 """SetLeft(int left)"""
1025 return _core.Rect_SetLeft(*args, **kwargs)
1026
1027 def SetRight(*args, **kwargs):
1028 """SetRight(int right)"""
1029 return _core.Rect_SetRight(*args, **kwargs)
1030
1031 def SetTop(*args, **kwargs):
1032 """SetTop(int top)"""
1033 return _core.Rect_SetTop(*args, **kwargs)
1034
1035 def SetBottom(*args, **kwargs):
1036 """SetBottom(int bottom)"""
1037 return _core.Rect_SetBottom(*args, **kwargs)
1038
1039 position = property(GetPosition, SetPosition)
1040 size = property(GetSize, SetSize)
1041 left = property(GetLeft, SetLeft)
1042 right = property(GetRight, SetRight)
1043 top = property(GetTop, SetTop)
1044 bottom = property(GetBottom, SetBottom)
1045
1046 def Inflate(*args, **kwargs):
1047 """Inflate(int dx, int dy) -> Rect
1048
1049 Increase the rectangle size by dx in x direction and dy in y direction. Both
1050 (or one of) parameters may be negative to decrease the rectangle size."""
1051 return _core.Rect_Inflate(*args, **kwargs)
1052
1053 def Deflate(*args, **kwargs):
1054 """Deflate(int dx, int dy) -> Rect
1055
1056 Decrease the rectangle size by dx in x direction and dy in y direction. Both
1057 (or one of) parameters may be negative to increase the rectngle size. This
1058 method is the opposite of Inflate."""
1059 return _core.Rect_Deflate(*args, **kwargs)
1060
1061 def OffsetXY(*args, **kwargs):
1062 """OffsetXY(int dx, int dy)
1063
1064 Moves the rectangle by the specified offset. If dx is positive, the rectangle
1065 is moved to the right, if dy is positive, it is moved to the bottom, otherwise
1066 it is moved to the left or top respectively."""
1067 return _core.Rect_OffsetXY(*args, **kwargs)
1068
1069 def Offset(*args, **kwargs):
1070 """Offset(Point pt)
1071
1072 Same as OffsetXY but uses dx,dy from Point"""
1073 return _core.Rect_Offset(*args, **kwargs)
1074
1075 def Intersect(*args, **kwargs):
1076 """Intersect(Rect rect) -> Rect
1077
1078 Return the intersectsion of this rectangle and rect."""
1079 return _core.Rect_Intersect(*args, **kwargs)
1080
1081 def __add__(*args, **kwargs):
1082 """__add__(Rect rect) -> Rect
1083
1084 Add the properties of rect to this rectangle and return the result."""
1085 return _core.Rect___add__(*args, **kwargs)
1086
1087 def __iadd__(*args, **kwargs):
1088 """__iadd__(Rect rect) -> Rect
1089
1090 Add the properties of rect to this rectangle, updating this rectangle."""
1091 return _core.Rect___iadd__(*args, **kwargs)
1092
1093 def __eq__(*args, **kwargs):
1094 """__eq__(Rect rect) -> bool
1095
1096 Test for equality."""
1097 return _core.Rect___eq__(*args, **kwargs)
1098
1099 def __ne__(*args, **kwargs):
1100 """__ne__(Rect rect) -> bool
1101
1102 Test for inequality."""
1103 return _core.Rect___ne__(*args, **kwargs)
1104
1105 def InsideXY(*args, **kwargs):
1106 """InsideXY(int x, int y) -> bool
1107
1108 Return True if the point is (not strcitly) inside the rect."""
1109 return _core.Rect_InsideXY(*args, **kwargs)
1110
1111 def Inside(*args, **kwargs):
1112 """Inside(Point pt) -> bool
1113
1114 Return True if the point is (not strcitly) inside the rect."""
1115 return _core.Rect_Inside(*args, **kwargs)
1116
1117 def Intersects(*args, **kwargs):
1118 """Intersects(Rect rect) -> bool
1119
1120 Returns True if the rectangles have a non empty intersection."""
1121 return _core.Rect_Intersects(*args, **kwargs)
1122
1123 x = property(_core.Rect_x_get, _core.Rect_x_set)
1124 y = property(_core.Rect_y_get, _core.Rect_y_set)
1125 width = property(_core.Rect_width_get, _core.Rect_width_set)
1126 height = property(_core.Rect_height_get, _core.Rect_height_set)
1127 def Set(*args, **kwargs):
1128 """Set(int x=0, int y=0, int width=0, int height=0)
1129
1130 Set all rectangle properties."""
1131 return _core.Rect_Set(*args, **kwargs)
1132
1133 def Get(*args, **kwargs):
1134 """Get() -> (x,y,width,height)
1135
1136 Return the rectangle properties as a tuple."""
1137 return _core.Rect_Get(*args, **kwargs)
1138
1139 asTuple = Get
1140 def __str__(self): return str(self.Get())
1141 def __repr__(self): return 'wx.Rect'+str(self.Get())
1142 def __len__(self): return len(self.Get())
1143 def __getitem__(self, index): return self.Get()[index]
1144 def __setitem__(self, index, val):
1145 if index == 0: self.x = val
1146 elif index == 1: self.y = val
1147 elif index == 2: self.width = val
1148 elif index == 3: self.height = val
1149 else: raise IndexError
1150 def __nonzero__(self): return self.Get() != (0,0,0,0)
1151 def __getinitargs__(self): return ()
1152 def __getstate__(self): return self.Get()
1153 def __setstate__(self, state): self.Set(*state)
1154
1155
1156 class RectPtr(Rect):
1157 def __init__(self, this):
1158 self.this = this
1159 if not hasattr(self,"thisown"): self.thisown = 0
1160 self.__class__ = Rect
1161 _core.Rect_swigregister(RectPtr)
1162
1163 def RectPP(*args, **kwargs):
1164 """RectPP(Point topLeft, Point bottomRight) -> Rect
1165
1166 Create a new Rect object from Points representing two corners."""
1167 val = _core.new_RectPP(*args, **kwargs)
1168 val.thisown = 1
1169 return val
1170
1171 def RectPS(*args, **kwargs):
1172 """RectPS(Point pos, Size size) -> Rect
1173
1174 Create a new Rect from a position and size."""
1175 val = _core.new_RectPS(*args, **kwargs)
1176 val.thisown = 1
1177 return val
1178
1179
1180 def IntersectRect(*args, **kwargs):
1181 """IntersectRect(Rect r1, Rect r2) -> Rect
1182
1183 Calculate and return the intersection of r1 and r2."""
1184 return _core.IntersectRect(*args, **kwargs)
1185 #---------------------------------------------------------------------------
1186
1187 class Point2D(object):
1188 """wx.Point2Ds represent a point or a vector in a 2d coordinate system with floating point values."""
1189 def __repr__(self):
1190 return "<%s.%s; proxy of C++ wxPoint2D instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1191 def __init__(self, *args, **kwargs):
1192 """__init__(double x=0.0, double y=0.0) -> Point2D
1193
1194 Create a w.Point2D object."""
1195 newobj = _core.new_Point2D(*args, **kwargs)
1196 self.this = newobj.this
1197 self.thisown = 1
1198 del newobj.thisown
1199 def GetFloor(*args, **kwargs):
1200 """GetFloor() -> (x,y)
1201
1202 Convert to integer"""
1203 return _core.Point2D_GetFloor(*args, **kwargs)
1204
1205 def GetRounded(*args, **kwargs):
1206 """GetRounded() -> (x,y)
1207
1208 Convert to integer"""
1209 return _core.Point2D_GetRounded(*args, **kwargs)
1210
1211 def GetVectorLength(*args, **kwargs):
1212 """GetVectorLength() -> double"""
1213 return _core.Point2D_GetVectorLength(*args, **kwargs)
1214
1215 def GetVectorAngle(*args, **kwargs):
1216 """GetVectorAngle() -> double"""
1217 return _core.Point2D_GetVectorAngle(*args, **kwargs)
1218
1219 def SetVectorLength(*args, **kwargs):
1220 """SetVectorLength(double length)"""
1221 return _core.Point2D_SetVectorLength(*args, **kwargs)
1222
1223 def SetVectorAngle(*args, **kwargs):
1224 """SetVectorAngle(double degrees)"""
1225 return _core.Point2D_SetVectorAngle(*args, **kwargs)
1226
1227 def SetPolarCoordinates(self, angle, length):
1228 self.SetVectorLength(length)
1229 self.SetVectorAngle(angle)
1230 def Normalize(self):
1231 self.SetVectorLength(1.0)
1232
1233 def GetDistance(*args, **kwargs):
1234 """GetDistance(Point2D pt) -> double"""
1235 return _core.Point2D_GetDistance(*args, **kwargs)
1236
1237 def GetDistanceSquare(*args, **kwargs):
1238 """GetDistanceSquare(Point2D pt) -> double"""
1239 return _core.Point2D_GetDistanceSquare(*args, **kwargs)
1240
1241 def GetDotProduct(*args, **kwargs):
1242 """GetDotProduct(Point2D vec) -> double"""
1243 return _core.Point2D_GetDotProduct(*args, **kwargs)
1244
1245 def GetCrossProduct(*args, **kwargs):
1246 """GetCrossProduct(Point2D vec) -> double"""
1247 return _core.Point2D_GetCrossProduct(*args, **kwargs)
1248
1249 def __neg__(*args, **kwargs):
1250 """__neg__() -> Point2D
1251
1252 the reflection of this point"""
1253 return _core.Point2D___neg__(*args, **kwargs)
1254
1255 def __iadd__(*args, **kwargs):
1256 """__iadd__(Point2D pt) -> Point2D"""
1257 return _core.Point2D___iadd__(*args, **kwargs)
1258
1259 def __isub__(*args, **kwargs):
1260 """__isub__(Point2D pt) -> Point2D"""
1261 return _core.Point2D___isub__(*args, **kwargs)
1262
1263 def __imul__(*args, **kwargs):
1264 """__imul__(Point2D pt) -> Point2D"""
1265 return _core.Point2D___imul__(*args, **kwargs)
1266
1267 def __idiv__(*args, **kwargs):
1268 """__idiv__(Point2D pt) -> Point2D"""
1269 return _core.Point2D___idiv__(*args, **kwargs)
1270
1271 def __eq__(*args, **kwargs):
1272 """__eq__(Point2D pt) -> bool
1273
1274 Test for equality"""
1275 return _core.Point2D___eq__(*args, **kwargs)
1276
1277 def __ne__(*args, **kwargs):
1278 """__ne__(Point2D pt) -> bool
1279
1280 Test for inequality"""
1281 return _core.Point2D___ne__(*args, **kwargs)
1282
1283 x = property(_core.Point2D_x_get, _core.Point2D_x_set)
1284 y = property(_core.Point2D_y_get, _core.Point2D_y_set)
1285 def Set(*args, **kwargs):
1286 """Set(double x=0, double y=0)"""
1287 return _core.Point2D_Set(*args, **kwargs)
1288
1289 def Get(*args, **kwargs):
1290 """Get() -> (x,y)
1291
1292 Return x and y properties as a tuple."""
1293 return _core.Point2D_Get(*args, **kwargs)
1294
1295 asTuple = Get
1296 def __str__(self): return str(self.Get())
1297 def __repr__(self): return 'wx.Point2D'+str(self.Get())
1298 def __len__(self): return len(self.Get())
1299 def __getitem__(self, index): return self.Get()[index]
1300 def __setitem__(self, index, val):
1301 if index == 0: self.x = val
1302 elif index == 1: self.y = val
1303 else: raise IndexError
1304 def __nonzero__(self): return self.Get() != (0.0, 0.0)
1305 def __getinitargs__(self): return ()
1306 def __getstate__(self): return self.Get()
1307 def __setstate__(self, state): self.Set(*state)
1308
1309
1310
1311 class Point2DPtr(Point2D):
1312 def __init__(self, this):
1313 self.this = this
1314 if not hasattr(self,"thisown"): self.thisown = 0
1315 self.__class__ = Point2D
1316 _core.Point2D_swigregister(Point2DPtr)
1317
1318 def Point2DCopy(*args, **kwargs):
1319 """Point2DCopy(Point2D pt) -> Point2D
1320
1321 Create a w.Point2D object."""
1322 val = _core.new_Point2DCopy(*args, **kwargs)
1323 val.thisown = 1
1324 return val
1325
1326 def Point2DFromPoint(*args, **kwargs):
1327 """Point2DFromPoint(Point pt) -> Point2D
1328
1329 Create a w.Point2D object."""
1330 val = _core.new_Point2DFromPoint(*args, **kwargs)
1331 val.thisown = 1
1332 return val
1333
1334 #---------------------------------------------------------------------------
1335
1336 FromStart = _core.FromStart
1337 FromCurrent = _core.FromCurrent
1338 FromEnd = _core.FromEnd
1339 class InputStream(object):
1340 """"""
1341 def __repr__(self):
1342 return "<%s.%s; proxy of C++ wxPyInputStream instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1343 def __init__(self, *args, **kwargs):
1344 """__init__(PyObject p) -> InputStream"""
1345 newobj = _core.new_InputStream(*args, **kwargs)
1346 self.this = newobj.this
1347 self.thisown = 1
1348 del newobj.thisown
1349 def close(*args, **kwargs):
1350 """close()"""
1351 return _core.InputStream_close(*args, **kwargs)
1352
1353 def flush(*args, **kwargs):
1354 """flush()"""
1355 return _core.InputStream_flush(*args, **kwargs)
1356
1357 def eof(*args, **kwargs):
1358 """eof() -> bool"""
1359 return _core.InputStream_eof(*args, **kwargs)
1360
1361 def read(*args, **kwargs):
1362 """read(int size=-1) -> PyObject"""
1363 return _core.InputStream_read(*args, **kwargs)
1364
1365 def readline(*args, **kwargs):
1366 """readline(int size=-1) -> PyObject"""
1367 return _core.InputStream_readline(*args, **kwargs)
1368
1369 def readlines(*args, **kwargs):
1370 """readlines(int sizehint=-1) -> PyObject"""
1371 return _core.InputStream_readlines(*args, **kwargs)
1372
1373 def seek(*args, **kwargs):
1374 """seek(int offset, int whence=0)"""
1375 return _core.InputStream_seek(*args, **kwargs)
1376
1377 def tell(*args, **kwargs):
1378 """tell() -> int"""
1379 return _core.InputStream_tell(*args, **kwargs)
1380
1381 def Peek(*args, **kwargs):
1382 """Peek() -> char"""
1383 return _core.InputStream_Peek(*args, **kwargs)
1384
1385 def GetC(*args, **kwargs):
1386 """GetC() -> char"""
1387 return _core.InputStream_GetC(*args, **kwargs)
1388
1389 def LastRead(*args, **kwargs):
1390 """LastRead() -> size_t"""
1391 return _core.InputStream_LastRead(*args, **kwargs)
1392
1393 def CanRead(*args, **kwargs):
1394 """CanRead() -> bool"""
1395 return _core.InputStream_CanRead(*args, **kwargs)
1396
1397 def Eof(*args, **kwargs):
1398 """Eof() -> bool"""
1399 return _core.InputStream_Eof(*args, **kwargs)
1400
1401 def Ungetch(*args, **kwargs):
1402 """Ungetch(char c) -> bool"""
1403 return _core.InputStream_Ungetch(*args, **kwargs)
1404
1405 def SeekI(*args, **kwargs):
1406 """SeekI(long pos, wxSeekMode mode=FromStart) -> long"""
1407 return _core.InputStream_SeekI(*args, **kwargs)
1408
1409 def TellI(*args, **kwargs):
1410 """TellI() -> long"""
1411 return _core.InputStream_TellI(*args, **kwargs)
1412
1413
1414 class InputStreamPtr(InputStream):
1415 def __init__(self, this):
1416 self.this = this
1417 if not hasattr(self,"thisown"): self.thisown = 0
1418 self.__class__ = InputStream
1419 _core.InputStream_swigregister(InputStreamPtr)
1420 cvar = _core.cvar
1421 DefaultPosition = cvar.DefaultPosition
1422 DefaultSize = cvar.DefaultSize
1423
1424 class OutputStream(object):
1425 """"""
1426 def __init__(self): raise RuntimeError, "No constructor defined"
1427 def __repr__(self):
1428 return "<%s.%s; proxy of C++ wxOutputStream instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1429 def write(*args, **kwargs):
1430 """write(PyObject obj)"""
1431 return _core.OutputStream_write(*args, **kwargs)
1432
1433
1434 class OutputStreamPtr(OutputStream):
1435 def __init__(self, this):
1436 self.this = this
1437 if not hasattr(self,"thisown"): self.thisown = 0
1438 self.__class__ = OutputStream
1439 _core.OutputStream_swigregister(OutputStreamPtr)
1440
1441 #---------------------------------------------------------------------------
1442
1443 class FSFile(Object):
1444 """"""
1445 def __repr__(self):
1446 return "<%s.%s; proxy of C++ wxFSFile instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1447 def __init__(self, *args, **kwargs):
1448 """__init__(wxInputStream stream, wxString loc, wxString mimetype,
1449 wxString anchor, wxDateTime modif) -> FSFile"""
1450 newobj = _core.new_FSFile(*args, **kwargs)
1451 self.this = newobj.this
1452 self.thisown = 1
1453 del newobj.thisown
1454 def __del__(self, destroy=_core.delete_FSFile):
1455 """__del__()"""
1456 try:
1457 if self.thisown: destroy(self)
1458 except: pass
1459
1460 def GetStream(*args, **kwargs):
1461 """GetStream() -> wxInputStream"""
1462 return _core.FSFile_GetStream(*args, **kwargs)
1463
1464 def GetMimeType(*args, **kwargs):
1465 """GetMimeType() -> wxString"""
1466 return _core.FSFile_GetMimeType(*args, **kwargs)
1467
1468 def GetLocation(*args, **kwargs):
1469 """GetLocation() -> wxString"""
1470 return _core.FSFile_GetLocation(*args, **kwargs)
1471
1472 def GetAnchor(*args, **kwargs):
1473 """GetAnchor() -> wxString"""
1474 return _core.FSFile_GetAnchor(*args, **kwargs)
1475
1476 def GetModificationTime(*args, **kwargs):
1477 """GetModificationTime() -> wxDateTime"""
1478 return _core.FSFile_GetModificationTime(*args, **kwargs)
1479
1480
1481 class FSFilePtr(FSFile):
1482 def __init__(self, this):
1483 self.this = this
1484 if not hasattr(self,"thisown"): self.thisown = 0
1485 self.__class__ = FSFile
1486 _core.FSFile_swigregister(FSFilePtr)
1487
1488 class CPPFileSystemHandler(object):
1489 """"""
1490 def __init__(self): raise RuntimeError, "No constructor defined"
1491 def __repr__(self):
1492 return "<%s.%s; proxy of C++ wxFileSystemHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1493
1494 class CPPFileSystemHandlerPtr(CPPFileSystemHandler):
1495 def __init__(self, this):
1496 self.this = this
1497 if not hasattr(self,"thisown"): self.thisown = 0
1498 self.__class__ = CPPFileSystemHandler
1499 _core.CPPFileSystemHandler_swigregister(CPPFileSystemHandlerPtr)
1500
1501 class FileSystemHandler(CPPFileSystemHandler):
1502 """"""
1503 def __repr__(self):
1504 return "<%s.%s; proxy of C++ wxPyFileSystemHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1505 def __init__(self, *args, **kwargs):
1506 """__init__() -> FileSystemHandler"""
1507 newobj = _core.new_FileSystemHandler(*args, **kwargs)
1508 self.this = newobj.this
1509 self.thisown = 1
1510 del newobj.thisown
1511 self._setCallbackInfo(self, FileSystemHandler)
1512
1513 def _setCallbackInfo(*args, **kwargs):
1514 """_setCallbackInfo(PyObject self, PyObject _class)"""
1515 return _core.FileSystemHandler__setCallbackInfo(*args, **kwargs)
1516
1517 def CanOpen(*args, **kwargs):
1518 """CanOpen(wxString location) -> bool"""
1519 return _core.FileSystemHandler_CanOpen(*args, **kwargs)
1520
1521 def OpenFile(*args, **kwargs):
1522 """OpenFile(FileSystem fs, wxString location) -> FSFile"""
1523 return _core.FileSystemHandler_OpenFile(*args, **kwargs)
1524
1525 def FindFirst(*args, **kwargs):
1526 """FindFirst(wxString spec, int flags=0) -> wxString"""
1527 return _core.FileSystemHandler_FindFirst(*args, **kwargs)
1528
1529 def FindNext(*args, **kwargs):
1530 """FindNext() -> wxString"""
1531 return _core.FileSystemHandler_FindNext(*args, **kwargs)
1532
1533 def GetProtocol(*args, **kwargs):
1534 """GetProtocol(wxString location) -> wxString"""
1535 return _core.FileSystemHandler_GetProtocol(*args, **kwargs)
1536
1537 def GetLeftLocation(*args, **kwargs):
1538 """GetLeftLocation(wxString location) -> wxString"""
1539 return _core.FileSystemHandler_GetLeftLocation(*args, **kwargs)
1540
1541 def GetAnchor(*args, **kwargs):
1542 """GetAnchor(wxString location) -> wxString"""
1543 return _core.FileSystemHandler_GetAnchor(*args, **kwargs)
1544
1545 def GetRightLocation(*args, **kwargs):
1546 """GetRightLocation(wxString location) -> wxString"""
1547 return _core.FileSystemHandler_GetRightLocation(*args, **kwargs)
1548
1549 def GetMimeTypeFromExt(*args, **kwargs):
1550 """GetMimeTypeFromExt(wxString location) -> wxString"""
1551 return _core.FileSystemHandler_GetMimeTypeFromExt(*args, **kwargs)
1552
1553
1554 class FileSystemHandlerPtr(FileSystemHandler):
1555 def __init__(self, this):
1556 self.this = this
1557 if not hasattr(self,"thisown"): self.thisown = 0
1558 self.__class__ = FileSystemHandler
1559 _core.FileSystemHandler_swigregister(FileSystemHandlerPtr)
1560
1561 class FileSystem(Object):
1562 """"""
1563 def __repr__(self):
1564 return "<%s.%s; proxy of C++ wxFileSystem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1565 def __init__(self, *args, **kwargs):
1566 """__init__() -> FileSystem"""
1567 newobj = _core.new_FileSystem(*args, **kwargs)
1568 self.this = newobj.this
1569 self.thisown = 1
1570 del newobj.thisown
1571 def __del__(self, destroy=_core.delete_FileSystem):
1572 """__del__()"""
1573 try:
1574 if self.thisown: destroy(self)
1575 except: pass
1576
1577 def ChangePathTo(*args, **kwargs):
1578 """ChangePathTo(wxString location, bool is_dir=False)"""
1579 return _core.FileSystem_ChangePathTo(*args, **kwargs)
1580
1581 def GetPath(*args, **kwargs):
1582 """GetPath() -> wxString"""
1583 return _core.FileSystem_GetPath(*args, **kwargs)
1584
1585 def OpenFile(*args, **kwargs):
1586 """OpenFile(wxString location) -> FSFile"""
1587 return _core.FileSystem_OpenFile(*args, **kwargs)
1588
1589 def FindFirst(*args, **kwargs):
1590 """FindFirst(wxString spec, int flags=0) -> wxString"""
1591 return _core.FileSystem_FindFirst(*args, **kwargs)
1592
1593 def FindNext(*args, **kwargs):
1594 """FindNext() -> wxString"""
1595 return _core.FileSystem_FindNext(*args, **kwargs)
1596
1597 def AddHandler(*args, **kwargs):
1598 """FileSystem.AddHandler(CPPFileSystemHandler handler)"""
1599 return _core.FileSystem_AddHandler(*args, **kwargs)
1600
1601 AddHandler = staticmethod(AddHandler)
1602 def CleanUpHandlers(*args, **kwargs):
1603 """FileSystem.CleanUpHandlers()"""
1604 return _core.FileSystem_CleanUpHandlers(*args, **kwargs)
1605
1606 CleanUpHandlers = staticmethod(CleanUpHandlers)
1607 def FileNameToURL(*args, **kwargs):
1608 """FileSystem.FileNameToURL(wxString filename) -> wxString"""
1609 return _core.FileSystem_FileNameToURL(*args, **kwargs)
1610
1611 FileNameToURL = staticmethod(FileNameToURL)
1612
1613 class FileSystemPtr(FileSystem):
1614 def __init__(self, this):
1615 self.this = this
1616 if not hasattr(self,"thisown"): self.thisown = 0
1617 self.__class__ = FileSystem
1618 _core.FileSystem_swigregister(FileSystemPtr)
1619
1620 def FileSystem_AddHandler(*args, **kwargs):
1621 """FileSystem_AddHandler(CPPFileSystemHandler handler)"""
1622 return _core.FileSystem_AddHandler(*args, **kwargs)
1623
1624 def FileSystem_CleanUpHandlers(*args, **kwargs):
1625 """FileSystem_CleanUpHandlers()"""
1626 return _core.FileSystem_CleanUpHandlers(*args, **kwargs)
1627
1628 def FileSystem_FileNameToURL(*args, **kwargs):
1629 """FileSystem_FileNameToURL(wxString filename) -> wxString"""
1630 return _core.FileSystem_FileNameToURL(*args, **kwargs)
1631
1632
1633 def FileSystem_URLToFileName(*args, **kwargs):
1634 """FileSystem_URLToFileName(wxString url) -> wxString"""
1635 return _core.FileSystem_URLToFileName(*args, **kwargs)
1636 class InternetFSHandler(CPPFileSystemHandler):
1637 """"""
1638 def __repr__(self):
1639 return "<%s.%s; proxy of C++ wxInternetFSHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1640 def __init__(self, *args, **kwargs):
1641 """__init__() -> InternetFSHandler"""
1642 newobj = _core.new_InternetFSHandler(*args, **kwargs)
1643 self.this = newobj.this
1644 self.thisown = 1
1645 del newobj.thisown
1646 def CanOpen(*args, **kwargs):
1647 """CanOpen(wxString location) -> bool"""
1648 return _core.InternetFSHandler_CanOpen(*args, **kwargs)
1649
1650 def OpenFile(*args, **kwargs):
1651 """OpenFile(FileSystem fs, wxString location) -> FSFile"""
1652 return _core.InternetFSHandler_OpenFile(*args, **kwargs)
1653
1654
1655 class InternetFSHandlerPtr(InternetFSHandler):
1656 def __init__(self, this):
1657 self.this = this
1658 if not hasattr(self,"thisown"): self.thisown = 0
1659 self.__class__ = InternetFSHandler
1660 _core.InternetFSHandler_swigregister(InternetFSHandlerPtr)
1661
1662 class ZipFSHandler(CPPFileSystemHandler):
1663 """"""
1664 def __repr__(self):
1665 return "<%s.%s; proxy of C++ wxZipFSHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1666 def __init__(self, *args, **kwargs):
1667 """__init__() -> ZipFSHandler"""
1668 newobj = _core.new_ZipFSHandler(*args, **kwargs)
1669 self.this = newobj.this
1670 self.thisown = 1
1671 del newobj.thisown
1672 def CanOpen(*args, **kwargs):
1673 """CanOpen(wxString location) -> bool"""
1674 return _core.ZipFSHandler_CanOpen(*args, **kwargs)
1675
1676 def OpenFile(*args, **kwargs):
1677 """OpenFile(FileSystem fs, wxString location) -> FSFile"""
1678 return _core.ZipFSHandler_OpenFile(*args, **kwargs)
1679
1680 def FindFirst(*args, **kwargs):
1681 """FindFirst(wxString spec, int flags=0) -> wxString"""
1682 return _core.ZipFSHandler_FindFirst(*args, **kwargs)
1683
1684 def FindNext(*args, **kwargs):
1685 """FindNext() -> wxString"""
1686 return _core.ZipFSHandler_FindNext(*args, **kwargs)
1687
1688
1689 class ZipFSHandlerPtr(ZipFSHandler):
1690 def __init__(self, this):
1691 self.this = this
1692 if not hasattr(self,"thisown"): self.thisown = 0
1693 self.__class__ = ZipFSHandler
1694 _core.ZipFSHandler_swigregister(ZipFSHandlerPtr)
1695
1696
1697 def __wxMemoryFSHandler_AddFile_wxImage(*args, **kwargs):
1698 """__wxMemoryFSHandler_AddFile_wxImage(wxString filename, Image image, long type)"""
1699 return _core.__wxMemoryFSHandler_AddFile_wxImage(*args, **kwargs)
1700
1701 def __wxMemoryFSHandler_AddFile_wxBitmap(*args, **kwargs):
1702 """__wxMemoryFSHandler_AddFile_wxBitmap(wxString filename, wxBitmap bitmap, long type)"""
1703 return _core.__wxMemoryFSHandler_AddFile_wxBitmap(*args, **kwargs)
1704
1705 def __wxMemoryFSHandler_AddFile_Data(*args, **kwargs):
1706 """__wxMemoryFSHandler_AddFile_Data(wxString filename, PyObject data)"""
1707 return _core.__wxMemoryFSHandler_AddFile_Data(*args, **kwargs)
1708 def MemoryFSHandler_AddFile(filename, a, b=''):
1709 if isinstance(a, wx.Image):
1710 __wxMemoryFSHandler_AddFile_wxImage(filename, a, b)
1711 elif isinstance(a, wx.Bitmap):
1712 __wxMemoryFSHandler_AddFile_wxBitmap(filename, a, b)
1713 elif type(a) == str:
1714 __wxMemoryFSHandler_AddFile_Data(filename, a)
1715 else: raise TypeError, 'wx.Image, wx.Bitmap or string expected'
1716
1717 class MemoryFSHandler(CPPFileSystemHandler):
1718 """"""
1719 def __repr__(self):
1720 return "<%s.%s; proxy of C++ wxMemoryFSHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1721 def __init__(self, *args, **kwargs):
1722 """__init__() -> MemoryFSHandler"""
1723 newobj = _core.new_MemoryFSHandler(*args, **kwargs)
1724 self.this = newobj.this
1725 self.thisown = 1
1726 del newobj.thisown
1727 def RemoveFile(*args, **kwargs):
1728 """MemoryFSHandler.RemoveFile(wxString filename)"""
1729 return _core.MemoryFSHandler_RemoveFile(*args, **kwargs)
1730
1731 RemoveFile = staticmethod(RemoveFile)
1732 AddFile = staticmethod(MemoryFSHandler_AddFile)
1733 def CanOpen(*args, **kwargs):
1734 """CanOpen(wxString location) -> bool"""
1735 return _core.MemoryFSHandler_CanOpen(*args, **kwargs)
1736
1737 def OpenFile(*args, **kwargs):
1738 """OpenFile(FileSystem fs, wxString location) -> FSFile"""
1739 return _core.MemoryFSHandler_OpenFile(*args, **kwargs)
1740
1741 def FindFirst(*args, **kwargs):
1742 """FindFirst(wxString spec, int flags=0) -> wxString"""
1743 return _core.MemoryFSHandler_FindFirst(*args, **kwargs)
1744
1745 def FindNext(*args, **kwargs):
1746 """FindNext() -> wxString"""
1747 return _core.MemoryFSHandler_FindNext(*args, **kwargs)
1748
1749
1750 class MemoryFSHandlerPtr(MemoryFSHandler):
1751 def __init__(self, this):
1752 self.this = this
1753 if not hasattr(self,"thisown"): self.thisown = 0
1754 self.__class__ = MemoryFSHandler
1755 _core.MemoryFSHandler_swigregister(MemoryFSHandlerPtr)
1756
1757 def MemoryFSHandler_RemoveFile(*args, **kwargs):
1758 """MemoryFSHandler_RemoveFile(wxString filename)"""
1759 return _core.MemoryFSHandler_RemoveFile(*args, **kwargs)
1760
1761 #---------------------------------------------------------------------------
1762
1763 class ImageHandler(Object):
1764 """"""
1765 def __init__(self): raise RuntimeError, "No constructor defined"
1766 def __repr__(self):
1767 return "<%s.%s; proxy of C++ wxImageHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1768 def GetName(*args, **kwargs):
1769 """GetName() -> wxString"""
1770 return _core.ImageHandler_GetName(*args, **kwargs)
1771
1772 def GetExtension(*args, **kwargs):
1773 """GetExtension() -> wxString"""
1774 return _core.ImageHandler_GetExtension(*args, **kwargs)
1775
1776 def GetType(*args, **kwargs):
1777 """GetType() -> long"""
1778 return _core.ImageHandler_GetType(*args, **kwargs)
1779
1780 def GetMimeType(*args, **kwargs):
1781 """GetMimeType() -> wxString"""
1782 return _core.ImageHandler_GetMimeType(*args, **kwargs)
1783
1784 def CanRead(*args, **kwargs):
1785 """CanRead(wxString name) -> bool"""
1786 return _core.ImageHandler_CanRead(*args, **kwargs)
1787
1788 def SetName(*args, **kwargs):
1789 """SetName(wxString name)"""
1790 return _core.ImageHandler_SetName(*args, **kwargs)
1791
1792 def SetExtension(*args, **kwargs):
1793 """SetExtension(wxString extension)"""
1794 return _core.ImageHandler_SetExtension(*args, **kwargs)
1795
1796 def SetType(*args, **kwargs):
1797 """SetType(long type)"""
1798 return _core.ImageHandler_SetType(*args, **kwargs)
1799
1800 def SetMimeType(*args, **kwargs):
1801 """SetMimeType(wxString mimetype)"""
1802 return _core.ImageHandler_SetMimeType(*args, **kwargs)
1803
1804
1805 class ImageHandlerPtr(ImageHandler):
1806 def __init__(self, this):
1807 self.this = this
1808 if not hasattr(self,"thisown"): self.thisown = 0
1809 self.__class__ = ImageHandler
1810 _core.ImageHandler_swigregister(ImageHandlerPtr)
1811
1812 class ImageHistogram(object):
1813 """"""
1814 def __repr__(self):
1815 return "<%s.%s; proxy of C++ wxImageHistogram instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1816 def __init__(self, *args, **kwargs):
1817 """__init__() -> ImageHistogram"""
1818 newobj = _core.new_ImageHistogram(*args, **kwargs)
1819 self.this = newobj.this
1820 self.thisown = 1
1821 del newobj.thisown
1822 def MakeKey(*args, **kwargs):
1823 """ImageHistogram.MakeKey(unsigned char r, unsigned char g, unsigned char b) -> unsigned long
1824
1825 Get the key in the histogram for the given RGB values"""
1826 return _core.ImageHistogram_MakeKey(*args, **kwargs)
1827
1828 MakeKey = staticmethod(MakeKey)
1829 def FindFirstUnusedColour(*args, **kwargs):
1830 """FindFirstUnusedColour(int startR=1, int startG=0, int startB=0) -> (success, r, g, b)
1831
1832 Find first colour that is not used in the image and has higher RGB values than
1833 startR, startG, startB. Returns a tuple consisting of a success flag and rgb
1834 values."""
1835 return _core.ImageHistogram_FindFirstUnusedColour(*args, **kwargs)
1836
1837
1838 class ImageHistogramPtr(ImageHistogram):
1839 def __init__(self, this):
1840 self.this = this
1841 if not hasattr(self,"thisown"): self.thisown = 0
1842 self.__class__ = ImageHistogram
1843 _core.ImageHistogram_swigregister(ImageHistogramPtr)
1844
1845 def ImageHistogram_MakeKey(*args, **kwargs):
1846 """ImageHistogram_MakeKey(unsigned char r, unsigned char g, unsigned char b) -> unsigned long
1847
1848 Get the key in the histogram for the given RGB values"""
1849 return _core.ImageHistogram_MakeKey(*args, **kwargs)
1850
1851 class Image(Object):
1852 """"""
1853 def __repr__(self):
1854 return "<%s.%s; proxy of C++ wxImage instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
1855 def __init__(self, *args, **kwargs):
1856 """__init__(wxString name, long type=BITMAP_TYPE_ANY, int index=-1) -> Image"""
1857 newobj = _core.new_Image(*args, **kwargs)
1858 self.this = newobj.this
1859 self.thisown = 1
1860 del newobj.thisown
1861 def __del__(self, destroy=_core.delete_Image):
1862 """__del__()"""
1863 try:
1864 if self.thisown: destroy(self)
1865 except: pass
1866
1867 def Create(*args, **kwargs):
1868 """Create(int width, int height)"""
1869 return _core.Image_Create(*args, **kwargs)
1870
1871 def Destroy(*args, **kwargs):
1872 """Destroy()
1873
1874 Deletes the C++ object this Python object is a proxy for."""
1875 return _core.Image_Destroy(*args, **kwargs)
1876
1877 def Scale(*args, **kwargs):
1878 """Scale(int width, int height) -> Image"""
1879 return _core.Image_Scale(*args, **kwargs)
1880
1881 def ShrinkBy(*args, **kwargs):
1882 """ShrinkBy(int xFactor, int yFactor) -> Image"""
1883 return _core.Image_ShrinkBy(*args, **kwargs)
1884
1885 def Rescale(*args, **kwargs):
1886 """Rescale(int width, int height) -> Image"""
1887 return _core.Image_Rescale(*args, **kwargs)
1888
1889 def SetRGB(*args, **kwargs):
1890 """SetRGB(int x, int y, unsigned char r, unsigned char g, unsigned char b)"""
1891 return _core.Image_SetRGB(*args, **kwargs)
1892
1893 def GetRed(*args, **kwargs):
1894 """GetRed(int x, int y) -> unsigned char"""
1895 return _core.Image_GetRed(*args, **kwargs)
1896
1897 def GetGreen(*args, **kwargs):
1898 """GetGreen(int x, int y) -> unsigned char"""
1899 return _core.Image_GetGreen(*args, **kwargs)
1900
1901 def GetBlue(*args, **kwargs):
1902 """GetBlue(int x, int y) -> unsigned char"""
1903 return _core.Image_GetBlue(*args, **kwargs)
1904
1905 def SetAlpha(*args, **kwargs):
1906 """SetAlpha(int x, int y, unsigned char alpha)"""
1907 return _core.Image_SetAlpha(*args, **kwargs)
1908
1909 def GetAlpha(*args, **kwargs):
1910 """GetAlpha(int x, int y) -> unsigned char"""
1911 return _core.Image_GetAlpha(*args, **kwargs)
1912
1913 def HasAlpha(*args, **kwargs):
1914 """HasAlpha() -> bool"""
1915 return _core.Image_HasAlpha(*args, **kwargs)
1916
1917 def FindFirstUnusedColour(*args, **kwargs):
1918 """FindFirstUnusedColour(int startR=1, int startG=0, int startB=0) -> (success, r, g, b)
1919
1920 Find first colour that is not used in the image and has higher RGB values than
1921 startR, startG, startB. Returns a tuple consisting of a success flag and rgb
1922 values."""
1923 return _core.Image_FindFirstUnusedColour(*args, **kwargs)
1924
1925 def SetMaskFromImage(*args, **kwargs):
1926 """SetMaskFromImage(Image mask, byte mr, byte mg, byte mb) -> bool"""
1927 return _core.Image_SetMaskFromImage(*args, **kwargs)
1928
1929 def CanRead(*args, **kwargs):
1930 """Image.CanRead(wxString name) -> bool"""
1931 return _core.Image_CanRead(*args, **kwargs)
1932
1933 CanRead = staticmethod(CanRead)
1934 def GetImageCount(*args, **kwargs):
1935 """Image.GetImageCount(wxString name, long type=BITMAP_TYPE_ANY) -> int"""
1936 return _core.Image_GetImageCount(*args, **kwargs)
1937
1938 GetImageCount = staticmethod(GetImageCount)
1939 def LoadFile(*args, **kwargs):
1940 """LoadFile(wxString name, long type=BITMAP_TYPE_ANY, int index=-1) -> bool"""
1941 return _core.Image_LoadFile(*args, **kwargs)
1942
1943 def LoadMimeFile(*args, **kwargs):
1944 """LoadMimeFile(wxString name, wxString mimetype, int index=-1) -> bool"""
1945 return _core.Image_LoadMimeFile(*args, **kwargs)
1946
1947 def SaveFile(*args, **kwargs):
1948 """SaveFile(wxString name, int type) -> bool"""
1949 return _core.Image_SaveFile(*args, **kwargs)
1950
1951 def SaveMimeFile(*args, **kwargs):
1952 """SaveMimeFile(wxString name, wxString mimetype) -> bool"""
1953 return _core.Image_SaveMimeFile(*args, **kwargs)
1954
1955 def CanReadStream(*args, **kwargs):
1956 """Image.CanReadStream(wxInputStream stream) -> bool"""
1957 return _core.Image_CanReadStream(*args, **kwargs)
1958
1959 CanReadStream = staticmethod(CanReadStream)
1960 def LoadStream(*args, **kwargs):
1961 """LoadStream(wxInputStream stream, long type=BITMAP_TYPE_ANY, int index=-1) -> bool"""
1962 return _core.Image_LoadStream(*args, **kwargs)
1963
1964 def LoadMimeStream(*args, **kwargs):
1965 """LoadMimeStream(wxInputStream stream, wxString mimetype, int index=-1) -> bool"""
1966 return _core.Image_LoadMimeStream(*args, **kwargs)
1967
1968 def Ok(*args, **kwargs):
1969 """Ok() -> bool"""
1970 return _core.Image_Ok(*args, **kwargs)
1971
1972 def GetWidth(*args, **kwargs):
1973 """GetWidth() -> int"""
1974 return _core.Image_GetWidth(*args, **kwargs)
1975
1976 def GetHeight(*args, **kwargs):
1977 """GetHeight() -> int"""
1978 return _core.Image_GetHeight(*args, **kwargs)
1979
1980 def GetSubImage(*args, **kwargs):
1981 """GetSubImage(Rect rect) -> Image"""
1982 return _core.Image_GetSubImage(*args, **kwargs)
1983
1984 def Copy(*args, **kwargs):
1985 """Copy() -> Image"""
1986 return _core.Image_Copy(*args, **kwargs)
1987
1988 def Paste(*args, **kwargs):
1989 """Paste(Image image, int x, int y)"""
1990 return _core.Image_Paste(*args, **kwargs)
1991
1992 def GetData(*args, **kwargs):
1993 """GetData() -> PyObject"""
1994 return _core.Image_GetData(*args, **kwargs)
1995
1996 def SetData(*args, **kwargs):
1997 """SetData(PyObject data)"""
1998 return _core.Image_SetData(*args, **kwargs)
1999
2000 def GetDataBuffer(*args, **kwargs):
2001 """GetDataBuffer() -> PyObject"""
2002 return _core.Image_GetDataBuffer(*args, **kwargs)
2003
2004 def SetDataBuffer(*args, **kwargs):
2005 """SetDataBuffer(PyObject data)"""
2006 return _core.Image_SetDataBuffer(*args, **kwargs)
2007
2008 def GetAlphaData(*args, **kwargs):
2009 """GetAlphaData() -> PyObject"""
2010 return _core.Image_GetAlphaData(*args, **kwargs)
2011
2012 def SetAlphaData(*args, **kwargs):
2013 """SetAlphaData(PyObject data)"""
2014 return _core.Image_SetAlphaData(*args, **kwargs)
2015
2016 def GetAlphaBuffer(*args, **kwargs):
2017 """GetAlphaBuffer() -> PyObject"""
2018 return _core.Image_GetAlphaBuffer(*args, **kwargs)
2019
2020 def SetAlphaBuffer(*args, **kwargs):
2021 """SetAlphaBuffer(PyObject data)"""
2022 return _core.Image_SetAlphaBuffer(*args, **kwargs)
2023
2024 def SetMaskColour(*args, **kwargs):
2025 """SetMaskColour(unsigned char r, unsigned char g, unsigned char b)"""
2026 return _core.Image_SetMaskColour(*args, **kwargs)
2027
2028 def GetMaskRed(*args, **kwargs):
2029 """GetMaskRed() -> unsigned char"""
2030 return _core.Image_GetMaskRed(*args, **kwargs)
2031
2032 def GetMaskGreen(*args, **kwargs):
2033 """GetMaskGreen() -> unsigned char"""
2034 return _core.Image_GetMaskGreen(*args, **kwargs)
2035
2036 def GetMaskBlue(*args, **kwargs):
2037 """GetMaskBlue() -> unsigned char"""
2038 return _core.Image_GetMaskBlue(*args, **kwargs)
2039
2040 def SetMask(*args, **kwargs):
2041 """SetMask(bool mask=True)"""
2042 return _core.Image_SetMask(*args, **kwargs)
2043
2044 def HasMask(*args, **kwargs):
2045 """HasMask() -> bool"""
2046 return _core.Image_HasMask(*args, **kwargs)
2047
2048 def Rotate(*args, **kwargs):
2049 """Rotate(double angle, Point centre_of_rotation, bool interpolating=True,
2050 Point offset_after_rotation=None) -> Image"""
2051 return _core.Image_Rotate(*args, **kwargs)
2052
2053 def Rotate90(*args, **kwargs):
2054 """Rotate90(bool clockwise=True) -> Image"""
2055 return _core.Image_Rotate90(*args, **kwargs)
2056
2057 def Mirror(*args, **kwargs):
2058 """Mirror(bool horizontally=True) -> Image"""
2059 return _core.Image_Mirror(*args, **kwargs)
2060
2061 def Replace(*args, **kwargs):
2062 """Replace(unsigned char r1, unsigned char g1, unsigned char b1,
2063 unsigned char r2, unsigned char g2, unsigned char b2)"""
2064 return _core.Image_Replace(*args, **kwargs)
2065
2066 def ConvertToMono(*args, **kwargs):
2067 """ConvertToMono(unsigned char r, unsigned char g, unsigned char b) -> Image"""
2068 return _core.Image_ConvertToMono(*args, **kwargs)
2069
2070 def SetOption(*args, **kwargs):
2071 """SetOption(wxString name, wxString value)"""
2072 return _core.Image_SetOption(*args, **kwargs)
2073
2074 def SetOptionInt(*args, **kwargs):
2075 """SetOptionInt(wxString name, int value)"""
2076 return _core.Image_SetOptionInt(*args, **kwargs)
2077
2078 def GetOption(*args, **kwargs):
2079 """GetOption(wxString name) -> wxString"""
2080 return _core.Image_GetOption(*args, **kwargs)
2081
2082 def GetOptionInt(*args, **kwargs):
2083 """GetOptionInt(wxString name) -> int"""
2084 return _core.Image_GetOptionInt(*args, **kwargs)
2085
2086 def HasOption(*args, **kwargs):
2087 """HasOption(wxString name) -> bool"""
2088 return _core.Image_HasOption(*args, **kwargs)
2089
2090 def CountColours(*args, **kwargs):
2091 """CountColours(unsigned long stopafter=(unsigned long) -1) -> unsigned long"""
2092 return _core.Image_CountColours(*args, **kwargs)
2093
2094 def ComputeHistogram(*args, **kwargs):
2095 """ComputeHistogram(ImageHistogram h) -> unsigned long"""
2096 return _core.Image_ComputeHistogram(*args, **kwargs)
2097
2098 def AddHandler(*args, **kwargs):
2099 """Image.AddHandler(ImageHandler handler)"""
2100 return _core.Image_AddHandler(*args, **kwargs)
2101
2102 AddHandler = staticmethod(AddHandler)
2103 def InsertHandler(*args, **kwargs):
2104 """Image.InsertHandler(ImageHandler handler)"""
2105 return _core.Image_InsertHandler(*args, **kwargs)
2106
2107 InsertHandler = staticmethod(InsertHandler)
2108 def RemoveHandler(*args, **kwargs):
2109 """Image.RemoveHandler(wxString name) -> bool"""
2110 return _core.Image_RemoveHandler(*args, **kwargs)
2111
2112 RemoveHandler = staticmethod(RemoveHandler)
2113 def GetImageExtWildcard(*args, **kwargs):
2114 """Image.GetImageExtWildcard() -> wxString"""
2115 return _core.Image_GetImageExtWildcard(*args, **kwargs)
2116
2117 GetImageExtWildcard = staticmethod(GetImageExtWildcard)
2118 def ConvertToBitmap(*args, **kwargs):
2119 """ConvertToBitmap() -> wxBitmap"""
2120 return _core.Image_ConvertToBitmap(*args, **kwargs)
2121
2122 def ConvertToMonoBitmap(*args, **kwargs):
2123 """ConvertToMonoBitmap(unsigned char red, unsigned char green, unsigned char blue) -> wxBitmap"""
2124 return _core.Image_ConvertToMonoBitmap(*args, **kwargs)
2125
2126 def __nonzero__(self): return self.Ok()
2127
2128 class ImagePtr(Image):
2129 def __init__(self, this):
2130 self.this = this
2131 if not hasattr(self,"thisown"): self.thisown = 0
2132 self.__class__ = Image
2133 _core.Image_swigregister(ImagePtr)
2134
2135 def ImageFromMime(*args, **kwargs):
2136 """ImageFromMime(wxString name, wxString mimetype, int index=-1) -> Image"""
2137 val = _core.new_ImageFromMime(*args, **kwargs)
2138 val.thisown = 1
2139 return val
2140
2141 def ImageFromStream(*args, **kwargs):
2142 """ImageFromStream(wxInputStream stream, long type=BITMAP_TYPE_ANY, int index=-1) -> Image"""
2143 val = _core.new_ImageFromStream(*args, **kwargs)
2144 val.thisown = 1
2145 return val
2146
2147 def ImageFromStreamMime(*args, **kwargs):
2148 """ImageFromStreamMime(wxInputStream stream, wxString mimetype, int index=-1) -> Image"""
2149 val = _core.new_ImageFromStreamMime(*args, **kwargs)
2150 val.thisown = 1
2151 return val
2152
2153 def EmptyImage(*args, **kwargs):
2154 """EmptyImage(int width=0, int height=0, bool clear=True) -> Image"""
2155 val = _core.new_EmptyImage(*args, **kwargs)
2156 val.thisown = 1
2157 return val
2158
2159 def ImageFromBitmap(*args, **kwargs):
2160 """ImageFromBitmap(wxBitmap bitmap) -> Image"""
2161 val = _core.new_ImageFromBitmap(*args, **kwargs)
2162 val.thisown = 1
2163 return val
2164
2165 def ImageFromData(*args, **kwargs):
2166 """ImageFromData(int width, int height, unsigned char data) -> Image"""
2167 val = _core.new_ImageFromData(*args, **kwargs)
2168 val.thisown = 1
2169 return val
2170
2171 def Image_CanRead(*args, **kwargs):
2172 """Image_CanRead(wxString name) -> bool"""
2173 return _core.Image_CanRead(*args, **kwargs)
2174
2175 def Image_GetImageCount(*args, **kwargs):
2176 """Image_GetImageCount(wxString name, long type=BITMAP_TYPE_ANY) -> int"""
2177 return _core.Image_GetImageCount(*args, **kwargs)
2178
2179 def Image_CanReadStream(*args, **kwargs):
2180 """Image_CanReadStream(wxInputStream stream) -> bool"""
2181 return _core.Image_CanReadStream(*args, **kwargs)
2182
2183 def Image_AddHandler(*args, **kwargs):
2184 """Image_AddHandler(ImageHandler handler)"""
2185 return _core.Image_AddHandler(*args, **kwargs)
2186
2187 def Image_InsertHandler(*args, **kwargs):
2188 """Image_InsertHandler(ImageHandler handler)"""
2189 return _core.Image_InsertHandler(*args, **kwargs)
2190
2191 def Image_RemoveHandler(*args, **kwargs):
2192 """Image_RemoveHandler(wxString name) -> bool"""
2193 return _core.Image_RemoveHandler(*args, **kwargs)
2194
2195 def Image_GetImageExtWildcard(*args, **kwargs):
2196 """Image_GetImageExtWildcard() -> wxString"""
2197 return _core.Image_GetImageExtWildcard(*args, **kwargs)
2198
2199
2200 def InitAllImageHandlers(*args, **kwargs):
2201 """InitAllImageHandlers()"""
2202 return _core.InitAllImageHandlers(*args, **kwargs)
2203 IMAGE_RESOLUTION_INCHES = _core.IMAGE_RESOLUTION_INCHES
2204 IMAGE_RESOLUTION_CM = _core.IMAGE_RESOLUTION_CM
2205 BMP_24BPP = _core.BMP_24BPP
2206 BMP_8BPP = _core.BMP_8BPP
2207 BMP_8BPP_GREY = _core.BMP_8BPP_GREY
2208 BMP_8BPP_GRAY = _core.BMP_8BPP_GRAY
2209 BMP_8BPP_RED = _core.BMP_8BPP_RED
2210 BMP_8BPP_PALETTE = _core.BMP_8BPP_PALETTE
2211 BMP_4BPP = _core.BMP_4BPP
2212 BMP_1BPP = _core.BMP_1BPP
2213 BMP_1BPP_BW = _core.BMP_1BPP_BW
2214 class BMPHandler(ImageHandler):
2215 """"""
2216 def __repr__(self):
2217 return "<%s.%s; proxy of C++ wxBMPHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2218 def __init__(self, *args, **kwargs):
2219 """__init__() -> BMPHandler"""
2220 newobj = _core.new_BMPHandler(*args, **kwargs)
2221 self.this = newobj.this
2222 self.thisown = 1
2223 del newobj.thisown
2224
2225 class BMPHandlerPtr(BMPHandler):
2226 def __init__(self, this):
2227 self.this = this
2228 if not hasattr(self,"thisown"): self.thisown = 0
2229 self.__class__ = BMPHandler
2230 _core.BMPHandler_swigregister(BMPHandlerPtr)
2231 NullImage = cvar.NullImage
2232 IMAGE_OPTION_BMP_FORMAT = cvar.IMAGE_OPTION_BMP_FORMAT
2233 IMAGE_OPTION_CUR_HOTSPOT_X = cvar.IMAGE_OPTION_CUR_HOTSPOT_X
2234 IMAGE_OPTION_CUR_HOTSPOT_Y = cvar.IMAGE_OPTION_CUR_HOTSPOT_Y
2235 IMAGE_OPTION_RESOLUTION = cvar.IMAGE_OPTION_RESOLUTION
2236 IMAGE_OPTION_RESOLUTIONUNIT = cvar.IMAGE_OPTION_RESOLUTIONUNIT
2237
2238 class ICOHandler(BMPHandler):
2239 """"""
2240 def __repr__(self):
2241 return "<%s.%s; proxy of C++ wxICOHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2242 def __init__(self, *args, **kwargs):
2243 """__init__() -> ICOHandler"""
2244 newobj = _core.new_ICOHandler(*args, **kwargs)
2245 self.this = newobj.this
2246 self.thisown = 1
2247 del newobj.thisown
2248
2249 class ICOHandlerPtr(ICOHandler):
2250 def __init__(self, this):
2251 self.this = this
2252 if not hasattr(self,"thisown"): self.thisown = 0
2253 self.__class__ = ICOHandler
2254 _core.ICOHandler_swigregister(ICOHandlerPtr)
2255
2256 class CURHandler(ICOHandler):
2257 """"""
2258 def __repr__(self):
2259 return "<%s.%s; proxy of C++ wxCURHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2260 def __init__(self, *args, **kwargs):
2261 """__init__() -> CURHandler"""
2262 newobj = _core.new_CURHandler(*args, **kwargs)
2263 self.this = newobj.this
2264 self.thisown = 1
2265 del newobj.thisown
2266
2267 class CURHandlerPtr(CURHandler):
2268 def __init__(self, this):
2269 self.this = this
2270 if not hasattr(self,"thisown"): self.thisown = 0
2271 self.__class__ = CURHandler
2272 _core.CURHandler_swigregister(CURHandlerPtr)
2273
2274 class ANIHandler(CURHandler):
2275 """"""
2276 def __repr__(self):
2277 return "<%s.%s; proxy of C++ wxANIHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2278 def __init__(self, *args, **kwargs):
2279 """__init__() -> ANIHandler"""
2280 newobj = _core.new_ANIHandler(*args, **kwargs)
2281 self.this = newobj.this
2282 self.thisown = 1
2283 del newobj.thisown
2284
2285 class ANIHandlerPtr(ANIHandler):
2286 def __init__(self, this):
2287 self.this = this
2288 if not hasattr(self,"thisown"): self.thisown = 0
2289 self.__class__ = ANIHandler
2290 _core.ANIHandler_swigregister(ANIHandlerPtr)
2291
2292 class PNGHandler(ImageHandler):
2293 """"""
2294 def __repr__(self):
2295 return "<%s.%s; proxy of C++ wxPNGHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2296 def __init__(self, *args, **kwargs):
2297 """__init__() -> PNGHandler"""
2298 newobj = _core.new_PNGHandler(*args, **kwargs)
2299 self.this = newobj.this
2300 self.thisown = 1
2301 del newobj.thisown
2302
2303 class PNGHandlerPtr(PNGHandler):
2304 def __init__(self, this):
2305 self.this = this
2306 if not hasattr(self,"thisown"): self.thisown = 0
2307 self.__class__ = PNGHandler
2308 _core.PNGHandler_swigregister(PNGHandlerPtr)
2309
2310 class GIFHandler(ImageHandler):
2311 """"""
2312 def __repr__(self):
2313 return "<%s.%s; proxy of C++ wxGIFHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2314 def __init__(self, *args, **kwargs):
2315 """__init__() -> GIFHandler"""
2316 newobj = _core.new_GIFHandler(*args, **kwargs)
2317 self.this = newobj.this
2318 self.thisown = 1
2319 del newobj.thisown
2320
2321 class GIFHandlerPtr(GIFHandler):
2322 def __init__(self, this):
2323 self.this = this
2324 if not hasattr(self,"thisown"): self.thisown = 0
2325 self.__class__ = GIFHandler
2326 _core.GIFHandler_swigregister(GIFHandlerPtr)
2327
2328 class PCXHandler(ImageHandler):
2329 """"""
2330 def __repr__(self):
2331 return "<%s.%s; proxy of C++ wxPCXHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2332 def __init__(self, *args, **kwargs):
2333 """__init__() -> PCXHandler"""
2334 newobj = _core.new_PCXHandler(*args, **kwargs)
2335 self.this = newobj.this
2336 self.thisown = 1
2337 del newobj.thisown
2338
2339 class PCXHandlerPtr(PCXHandler):
2340 def __init__(self, this):
2341 self.this = this
2342 if not hasattr(self,"thisown"): self.thisown = 0
2343 self.__class__ = PCXHandler
2344 _core.PCXHandler_swigregister(PCXHandlerPtr)
2345
2346 class JPEGHandler(ImageHandler):
2347 """"""
2348 def __repr__(self):
2349 return "<%s.%s; proxy of C++ wxJPEGHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2350 def __init__(self, *args, **kwargs):
2351 """__init__() -> JPEGHandler"""
2352 newobj = _core.new_JPEGHandler(*args, **kwargs)
2353 self.this = newobj.this
2354 self.thisown = 1
2355 del newobj.thisown
2356
2357 class JPEGHandlerPtr(JPEGHandler):
2358 def __init__(self, this):
2359 self.this = this
2360 if not hasattr(self,"thisown"): self.thisown = 0
2361 self.__class__ = JPEGHandler
2362 _core.JPEGHandler_swigregister(JPEGHandlerPtr)
2363
2364 class PNMHandler(ImageHandler):
2365 """"""
2366 def __repr__(self):
2367 return "<%s.%s; proxy of C++ wxPNMHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2368 def __init__(self, *args, **kwargs):
2369 """__init__() -> PNMHandler"""
2370 newobj = _core.new_PNMHandler(*args, **kwargs)
2371 self.this = newobj.this
2372 self.thisown = 1
2373 del newobj.thisown
2374
2375 class PNMHandlerPtr(PNMHandler):
2376 def __init__(self, this):
2377 self.this = this
2378 if not hasattr(self,"thisown"): self.thisown = 0
2379 self.__class__ = PNMHandler
2380 _core.PNMHandler_swigregister(PNMHandlerPtr)
2381
2382 class XPMHandler(ImageHandler):
2383 """"""
2384 def __repr__(self):
2385 return "<%s.%s; proxy of C++ wxXPMHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2386 def __init__(self, *args, **kwargs):
2387 """__init__() -> XPMHandler"""
2388 newobj = _core.new_XPMHandler(*args, **kwargs)
2389 self.this = newobj.this
2390 self.thisown = 1
2391 del newobj.thisown
2392
2393 class XPMHandlerPtr(XPMHandler):
2394 def __init__(self, this):
2395 self.this = this
2396 if not hasattr(self,"thisown"): self.thisown = 0
2397 self.__class__ = XPMHandler
2398 _core.XPMHandler_swigregister(XPMHandlerPtr)
2399
2400 class TIFFHandler(ImageHandler):
2401 """"""
2402 def __repr__(self):
2403 return "<%s.%s; proxy of C++ wxTIFFHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2404 def __init__(self, *args, **kwargs):
2405 """__init__() -> TIFFHandler"""
2406 newobj = _core.new_TIFFHandler(*args, **kwargs)
2407 self.this = newobj.this
2408 self.thisown = 1
2409 del newobj.thisown
2410
2411 class TIFFHandlerPtr(TIFFHandler):
2412 def __init__(self, this):
2413 self.this = this
2414 if not hasattr(self,"thisown"): self.thisown = 0
2415 self.__class__ = TIFFHandler
2416 _core.TIFFHandler_swigregister(TIFFHandlerPtr)
2417
2418 #---------------------------------------------------------------------------
2419
2420 class EvtHandler(Object):
2421 """"""
2422 def __repr__(self):
2423 return "<%s.%s; proxy of C++ wxEvtHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2424 def __init__(self, *args, **kwargs):
2425 """__init__() -> EvtHandler"""
2426 newobj = _core.new_EvtHandler(*args, **kwargs)
2427 self.this = newobj.this
2428 self.thisown = 1
2429 del newobj.thisown
2430 def GetNextHandler(*args, **kwargs):
2431 """GetNextHandler() -> EvtHandler"""
2432 return _core.EvtHandler_GetNextHandler(*args, **kwargs)
2433
2434 def GetPreviousHandler(*args, **kwargs):
2435 """GetPreviousHandler() -> EvtHandler"""
2436 return _core.EvtHandler_GetPreviousHandler(*args, **kwargs)
2437
2438 def SetNextHandler(*args, **kwargs):
2439 """SetNextHandler(EvtHandler handler)"""
2440 return _core.EvtHandler_SetNextHandler(*args, **kwargs)
2441
2442 def SetPreviousHandler(*args, **kwargs):
2443 """SetPreviousHandler(EvtHandler handler)"""
2444 return _core.EvtHandler_SetPreviousHandler(*args, **kwargs)
2445
2446 def GetEvtHandlerEnabled(*args, **kwargs):
2447 """GetEvtHandlerEnabled() -> bool"""
2448 return _core.EvtHandler_GetEvtHandlerEnabled(*args, **kwargs)
2449
2450 def SetEvtHandlerEnabled(*args, **kwargs):
2451 """SetEvtHandlerEnabled(bool enabled)"""
2452 return _core.EvtHandler_SetEvtHandlerEnabled(*args, **kwargs)
2453
2454 def ProcessEvent(*args, **kwargs):
2455 """ProcessEvent(Event event) -> bool"""
2456 return _core.EvtHandler_ProcessEvent(*args, **kwargs)
2457
2458 def AddPendingEvent(*args, **kwargs):
2459 """AddPendingEvent(Event event)"""
2460 return _core.EvtHandler_AddPendingEvent(*args, **kwargs)
2461
2462 def ProcessPendingEvents(*args, **kwargs):
2463 """ProcessPendingEvents()"""
2464 return _core.EvtHandler_ProcessPendingEvents(*args, **kwargs)
2465
2466 def Connect(*args, **kwargs):
2467 """Connect(int id, int lastId, int eventType, PyObject func)"""
2468 return _core.EvtHandler_Connect(*args, **kwargs)
2469
2470 def Disconnect(*args, **kwargs):
2471 """Disconnect(int id, int lastId=-1, wxEventType eventType=wxEVT_NULL) -> bool"""
2472 return _core.EvtHandler_Disconnect(*args, **kwargs)
2473
2474 def _setOORInfo(*args, **kwargs):
2475 """_setOORInfo(PyObject _self)"""
2476 return _core.EvtHandler__setOORInfo(*args, **kwargs)
2477
2478 def Bind(self, event, handler, source=None, id=wx.ID_ANY, id2=wx.ID_ANY):
2479 """
2480 Bind an event to an event handler.
2481
2482 event One of the EVT_* objects that specifies the
2483 type of event to bind,
2484
2485 handler A callable object to be invoked when the event
2486 is delivered to self. Pass None to disconnect an
2487 event handler.
2488
2489 source Sometimes the event originates from a different window
2490 than self, but you still want to catch it in self. (For
2491 example, a button event delivered to a frame.) By
2492 passing the source of the event, the event handling
2493 system is able to differentiate between the same event
2494 type from different controls.
2495
2496 id,id2 Used for menu IDs or for event types that require a
2497 range of IDs
2498 """
2499 if source is not None:
2500 id = source.GetId()
2501 event.Bind(self, id, id2, handler)
2502
2503
2504
2505 class EvtHandlerPtr(EvtHandler):
2506 def __init__(self, this):
2507 self.this = this
2508 if not hasattr(self,"thisown"): self.thisown = 0
2509 self.__class__ = EvtHandler
2510 _core.EvtHandler_swigregister(EvtHandlerPtr)
2511
2512 #---------------------------------------------------------------------------
2513
2514 class PyEventBinder(object):
2515 """
2516 Instances of this class are used to bind specific events to event
2517 handlers.
2518 """
2519 def __init__(self, evtType, expectedIDs=0):
2520 if expectedIDs not in [0, 1, 2]:
2521 raise ValueError, "Invalid number of expectedIDs"
2522 self.expectedIDs = expectedIDs
2523
2524 if type(evtType) == list or type(evtType) == tuple:
2525 self.evtType = evtType
2526 else:
2527 self.evtType = [evtType]
2528
2529
2530 def Bind(self, target, id1, id2, function):
2531 """Bind this set of event types to target."""
2532 for et in self.evtType:
2533 target.Connect(id1, id2, et, function)
2534
2535
2536 def __call__(self, *args):
2537 """
2538 For backwards compatibility with the old EVT_* functions.
2539 Should be called with either (window, func), (window, ID,
2540 func) or (window, ID1, ID2, func) parameters depending on the
2541 type of the event.
2542 """
2543 assert len(args) == 2 + self.expectedIDs
2544 id1 = wx.ID_ANY
2545 id2 = wx.ID_ANY
2546 target = args[0]
2547 if self.expectedIDs == 0:
2548 func = args[1]
2549 elif self.expectedIDs == 1:
2550 id1 = args[1]
2551 func = args[2]
2552 elif self.expectedIDs == 2:
2553 id1 = args[1]
2554 id2 = args[2]
2555 func = args[3]
2556 else:
2557 raise ValueError, "Unexpected number of IDs"
2558
2559 self.Bind(target, id1, id2, func)
2560
2561
2562 # These two are square pegs that don't fit the PyEventBinder hole...
2563 def EVT_COMMAND(win, id, cmd, func):
2564 win.Connect(id, -1, cmd, func)
2565 def EVT_COMMAND_RANGE(win, id1, id2, cmd, func):
2566 win.Connect(id1, id2, cmd, func)
2567
2568
2569 #---------------------------------------------------------------------------
2570
2571 #---------------------------------------------------------------------------
2572
2573 EVENT_PROPAGATE_NONE = _core.EVENT_PROPAGATE_NONE
2574 EVENT_PROPAGATE_MAX = _core.EVENT_PROPAGATE_MAX
2575
2576 def NewEventType(*args, **kwargs):
2577 """NewEventType() -> wxEventType"""
2578 return _core.NewEventType(*args, **kwargs)
2579 wxEVT_NULL = _core.wxEVT_NULL
2580 wxEVT_FIRST = _core.wxEVT_FIRST
2581 wxEVT_USER_FIRST = _core.wxEVT_USER_FIRST
2582 wxEVT_COMMAND_BUTTON_CLICKED = _core.wxEVT_COMMAND_BUTTON_CLICKED
2583 wxEVT_COMMAND_CHECKBOX_CLICKED = _core.wxEVT_COMMAND_CHECKBOX_CLICKED
2584 wxEVT_COMMAND_CHOICE_SELECTED = _core.wxEVT_COMMAND_CHOICE_SELECTED
2585 wxEVT_COMMAND_LISTBOX_SELECTED = _core.wxEVT_COMMAND_LISTBOX_SELECTED
2586 wxEVT_COMMAND_LISTBOX_DOUBLECLICKED = _core.wxEVT_COMMAND_LISTBOX_DOUBLECLICKED
2587 wxEVT_COMMAND_CHECKLISTBOX_TOGGLED = _core.wxEVT_COMMAND_CHECKLISTBOX_TOGGLED
2588 wxEVT_COMMAND_MENU_SELECTED = _core.wxEVT_COMMAND_MENU_SELECTED
2589 wxEVT_COMMAND_TOOL_CLICKED = _core.wxEVT_COMMAND_TOOL_CLICKED
2590 wxEVT_COMMAND_SLIDER_UPDATED = _core.wxEVT_COMMAND_SLIDER_UPDATED
2591 wxEVT_COMMAND_RADIOBOX_SELECTED = _core.wxEVT_COMMAND_RADIOBOX_SELECTED
2592 wxEVT_COMMAND_RADIOBUTTON_SELECTED = _core.wxEVT_COMMAND_RADIOBUTTON_SELECTED
2593 wxEVT_COMMAND_SCROLLBAR_UPDATED = _core.wxEVT_COMMAND_SCROLLBAR_UPDATED
2594 wxEVT_COMMAND_VLBOX_SELECTED = _core.wxEVT_COMMAND_VLBOX_SELECTED
2595 wxEVT_COMMAND_COMBOBOX_SELECTED = _core.wxEVT_COMMAND_COMBOBOX_SELECTED
2596 wxEVT_COMMAND_TOOL_RCLICKED = _core.wxEVT_COMMAND_TOOL_RCLICKED
2597 wxEVT_COMMAND_TOOL_ENTER = _core.wxEVT_COMMAND_TOOL_ENTER
2598 wxEVT_LEFT_DOWN = _core.wxEVT_LEFT_DOWN
2599 wxEVT_LEFT_UP = _core.wxEVT_LEFT_UP
2600 wxEVT_MIDDLE_DOWN = _core.wxEVT_MIDDLE_DOWN
2601 wxEVT_MIDDLE_UP = _core.wxEVT_MIDDLE_UP
2602 wxEVT_RIGHT_DOWN = _core.wxEVT_RIGHT_DOWN
2603 wxEVT_RIGHT_UP = _core.wxEVT_RIGHT_UP
2604 wxEVT_MOTION = _core.wxEVT_MOTION
2605 wxEVT_ENTER_WINDOW = _core.wxEVT_ENTER_WINDOW
2606 wxEVT_LEAVE_WINDOW = _core.wxEVT_LEAVE_WINDOW
2607 wxEVT_LEFT_DCLICK = _core.wxEVT_LEFT_DCLICK
2608 wxEVT_MIDDLE_DCLICK = _core.wxEVT_MIDDLE_DCLICK
2609 wxEVT_RIGHT_DCLICK = _core.wxEVT_RIGHT_DCLICK
2610 wxEVT_SET_FOCUS = _core.wxEVT_SET_FOCUS
2611 wxEVT_KILL_FOCUS = _core.wxEVT_KILL_FOCUS
2612 wxEVT_CHILD_FOCUS = _core.wxEVT_CHILD_FOCUS
2613 wxEVT_MOUSEWHEEL = _core.wxEVT_MOUSEWHEEL
2614 wxEVT_NC_LEFT_DOWN = _core.wxEVT_NC_LEFT_DOWN
2615 wxEVT_NC_LEFT_UP = _core.wxEVT_NC_LEFT_UP
2616 wxEVT_NC_MIDDLE_DOWN = _core.wxEVT_NC_MIDDLE_DOWN
2617 wxEVT_NC_MIDDLE_UP = _core.wxEVT_NC_MIDDLE_UP
2618 wxEVT_NC_RIGHT_DOWN = _core.wxEVT_NC_RIGHT_DOWN
2619 wxEVT_NC_RIGHT_UP = _core.wxEVT_NC_RIGHT_UP
2620 wxEVT_NC_MOTION = _core.wxEVT_NC_MOTION
2621 wxEVT_NC_ENTER_WINDOW = _core.wxEVT_NC_ENTER_WINDOW
2622 wxEVT_NC_LEAVE_WINDOW = _core.wxEVT_NC_LEAVE_WINDOW
2623 wxEVT_NC_LEFT_DCLICK = _core.wxEVT_NC_LEFT_DCLICK
2624 wxEVT_NC_MIDDLE_DCLICK = _core.wxEVT_NC_MIDDLE_DCLICK
2625 wxEVT_NC_RIGHT_DCLICK = _core.wxEVT_NC_RIGHT_DCLICK
2626 wxEVT_CHAR = _core.wxEVT_CHAR
2627 wxEVT_CHAR_HOOK = _core.wxEVT_CHAR_HOOK
2628 wxEVT_NAVIGATION_KEY = _core.wxEVT_NAVIGATION_KEY
2629 wxEVT_KEY_DOWN = _core.wxEVT_KEY_DOWN
2630 wxEVT_KEY_UP = _core.wxEVT_KEY_UP
2631 wxEVT_HOTKEY = _core.wxEVT_HOTKEY
2632 wxEVT_SET_CURSOR = _core.wxEVT_SET_CURSOR
2633 wxEVT_SCROLL_TOP = _core.wxEVT_SCROLL_TOP
2634 wxEVT_SCROLL_BOTTOM = _core.wxEVT_SCROLL_BOTTOM
2635 wxEVT_SCROLL_LINEUP = _core.wxEVT_SCROLL_LINEUP
2636 wxEVT_SCROLL_LINEDOWN = _core.wxEVT_SCROLL_LINEDOWN
2637 wxEVT_SCROLL_PAGEUP = _core.wxEVT_SCROLL_PAGEUP
2638 wxEVT_SCROLL_PAGEDOWN = _core.wxEVT_SCROLL_PAGEDOWN
2639 wxEVT_SCROLL_THUMBTRACK = _core.wxEVT_SCROLL_THUMBTRACK
2640 wxEVT_SCROLL_THUMBRELEASE = _core.wxEVT_SCROLL_THUMBRELEASE
2641 wxEVT_SCROLL_ENDSCROLL = _core.wxEVT_SCROLL_ENDSCROLL
2642 wxEVT_SCROLLWIN_TOP = _core.wxEVT_SCROLLWIN_TOP
2643 wxEVT_SCROLLWIN_BOTTOM = _core.wxEVT_SCROLLWIN_BOTTOM
2644 wxEVT_SCROLLWIN_LINEUP = _core.wxEVT_SCROLLWIN_LINEUP
2645 wxEVT_SCROLLWIN_LINEDOWN = _core.wxEVT_SCROLLWIN_LINEDOWN
2646 wxEVT_SCROLLWIN_PAGEUP = _core.wxEVT_SCROLLWIN_PAGEUP
2647 wxEVT_SCROLLWIN_PAGEDOWN = _core.wxEVT_SCROLLWIN_PAGEDOWN
2648 wxEVT_SCROLLWIN_THUMBTRACK = _core.wxEVT_SCROLLWIN_THUMBTRACK
2649 wxEVT_SCROLLWIN_THUMBRELEASE = _core.wxEVT_SCROLLWIN_THUMBRELEASE
2650 wxEVT_SIZE = _core.wxEVT_SIZE
2651 wxEVT_MOVE = _core.wxEVT_MOVE
2652 wxEVT_CLOSE_WINDOW = _core.wxEVT_CLOSE_WINDOW
2653 wxEVT_END_SESSION = _core.wxEVT_END_SESSION
2654 wxEVT_QUERY_END_SESSION = _core.wxEVT_QUERY_END_SESSION
2655 wxEVT_ACTIVATE_APP = _core.wxEVT_ACTIVATE_APP
2656 wxEVT_POWER = _core.wxEVT_POWER
2657 wxEVT_ACTIVATE = _core.wxEVT_ACTIVATE
2658 wxEVT_CREATE = _core.wxEVT_CREATE
2659 wxEVT_DESTROY = _core.wxEVT_DESTROY
2660 wxEVT_SHOW = _core.wxEVT_SHOW
2661 wxEVT_ICONIZE = _core.wxEVT_ICONIZE
2662 wxEVT_MAXIMIZE = _core.wxEVT_MAXIMIZE
2663 wxEVT_MOUSE_CAPTURE_CHANGED = _core.wxEVT_MOUSE_CAPTURE_CHANGED
2664 wxEVT_PAINT = _core.wxEVT_PAINT
2665 wxEVT_ERASE_BACKGROUND = _core.wxEVT_ERASE_BACKGROUND
2666 wxEVT_NC_PAINT = _core.wxEVT_NC_PAINT
2667 wxEVT_PAINT_ICON = _core.wxEVT_PAINT_ICON
2668 wxEVT_MENU_OPEN = _core.wxEVT_MENU_OPEN
2669 wxEVT_MENU_CLOSE = _core.wxEVT_MENU_CLOSE
2670 wxEVT_MENU_HIGHLIGHT = _core.wxEVT_MENU_HIGHLIGHT
2671 wxEVT_CONTEXT_MENU = _core.wxEVT_CONTEXT_MENU
2672 wxEVT_SYS_COLOUR_CHANGED = _core.wxEVT_SYS_COLOUR_CHANGED
2673 wxEVT_DISPLAY_CHANGED = _core.wxEVT_DISPLAY_CHANGED
2674 wxEVT_SETTING_CHANGED = _core.wxEVT_SETTING_CHANGED
2675 wxEVT_QUERY_NEW_PALETTE = _core.wxEVT_QUERY_NEW_PALETTE
2676 wxEVT_PALETTE_CHANGED = _core.wxEVT_PALETTE_CHANGED
2677 wxEVT_DROP_FILES = _core.wxEVT_DROP_FILES
2678 wxEVT_DRAW_ITEM = _core.wxEVT_DRAW_ITEM
2679 wxEVT_MEASURE_ITEM = _core.wxEVT_MEASURE_ITEM
2680 wxEVT_COMPARE_ITEM = _core.wxEVT_COMPARE_ITEM
2681 wxEVT_INIT_DIALOG = _core.wxEVT_INIT_DIALOG
2682 wxEVT_IDLE = _core.wxEVT_IDLE
2683 wxEVT_UPDATE_UI = _core.wxEVT_UPDATE_UI
2684 wxEVT_SIZING = _core.wxEVT_SIZING
2685 wxEVT_MOVING = _core.wxEVT_MOVING
2686 wxEVT_COMMAND_LEFT_CLICK = _core.wxEVT_COMMAND_LEFT_CLICK
2687 wxEVT_COMMAND_LEFT_DCLICK = _core.wxEVT_COMMAND_LEFT_DCLICK
2688 wxEVT_COMMAND_RIGHT_CLICK = _core.wxEVT_COMMAND_RIGHT_CLICK
2689 wxEVT_COMMAND_RIGHT_DCLICK = _core.wxEVT_COMMAND_RIGHT_DCLICK
2690 wxEVT_COMMAND_SET_FOCUS = _core.wxEVT_COMMAND_SET_FOCUS
2691 wxEVT_COMMAND_KILL_FOCUS = _core.wxEVT_COMMAND_KILL_FOCUS
2692 wxEVT_COMMAND_ENTER = _core.wxEVT_COMMAND_ENTER
2693 #
2694 # Create some event binders
2695 EVT_SIZE = wx.PyEventBinder( wxEVT_SIZE )
2696 EVT_SIZING = wx.PyEventBinder( wxEVT_SIZING )
2697 EVT_MOVE = wx.PyEventBinder( wxEVT_MOVE )
2698 EVT_MOVING = wx.PyEventBinder( wxEVT_MOVING )
2699 EVT_CLOSE = wx.PyEventBinder( wxEVT_CLOSE_WINDOW )
2700 EVT_END_SESSION = wx.PyEventBinder( wxEVT_END_SESSION )
2701 EVT_QUERY_END_SESSION = wx.PyEventBinder( wxEVT_QUERY_END_SESSION )
2702 EVT_PAINT = wx.PyEventBinder( wxEVT_PAINT )
2703 EVT_NC_PAINT = wx.PyEventBinder( wxEVT_NC_PAINT )
2704 EVT_ERASE_BACKGROUND = wx.PyEventBinder( wxEVT_ERASE_BACKGROUND )
2705 EVT_CHAR = wx.PyEventBinder( wxEVT_CHAR )
2706 EVT_KEY_DOWN = wx.PyEventBinder( wxEVT_KEY_DOWN )
2707 EVT_KEY_UP = wx.PyEventBinder( wxEVT_KEY_UP )
2708 EVT_HOTKEY = wx.PyEventBinder( wxEVT_HOTKEY, 1)
2709 EVT_CHAR_HOOK = wx.PyEventBinder( wxEVT_CHAR_HOOK )
2710 EVT_MENU_OPEN = wx.PyEventBinder( wxEVT_MENU_OPEN )
2711 EVT_MENU_CLOSE = wx.PyEventBinder( wxEVT_MENU_CLOSE )
2712 EVT_MENU_HIGHLIGHT = wx.PyEventBinder( wxEVT_MENU_HIGHLIGHT, 1)
2713 EVT_MENU_HIGHLIGHT_ALL = wx.PyEventBinder( wxEVT_MENU_HIGHLIGHT )
2714 EVT_SET_FOCUS = wx.PyEventBinder( wxEVT_SET_FOCUS )
2715 EVT_KILL_FOCUS = wx.PyEventBinder( wxEVT_KILL_FOCUS )
2716 EVT_CHILD_FOCUS = wx.PyEventBinder( wxEVT_CHILD_FOCUS )
2717 EVT_ACTIVATE = wx.PyEventBinder( wxEVT_ACTIVATE )
2718 EVT_ACTIVATE_APP = wx.PyEventBinder( wxEVT_ACTIVATE_APP )
2719 EVT_END_SESSION = wx.PyEventBinder( wxEVT_END_SESSION )
2720 EVT_QUERY_END_SESSION = wx.PyEventBinder( wxEVT_QUERY_END_SESSION )
2721 EVT_DROP_FILES = wx.PyEventBinder( wxEVT_DROP_FILES )
2722 EVT_INIT_DIALOG = wx.PyEventBinder( wxEVT_INIT_DIALOG )
2723 EVT_SYS_COLOUR_CHANGED = wx.PyEventBinder( wxEVT_SYS_COLOUR_CHANGED )
2724 EVT_DISPLAY_CHANGED = wx.PyEventBinder( wxEVT_DISPLAY_CHANGED )
2725 EVT_SHOW = wx.PyEventBinder( wxEVT_SHOW )
2726 EVT_MAXIMIZE = wx.PyEventBinder( wxEVT_MAXIMIZE )
2727 EVT_ICONIZE = wx.PyEventBinder( wxEVT_ICONIZE )
2728 EVT_NAVIGATION_KEY = wx.PyEventBinder( wxEVT_NAVIGATION_KEY )
2729 EVT_PALETTE_CHANGED = wx.PyEventBinder( wxEVT_PALETTE_CHANGED )
2730 EVT_QUERY_NEW_PALETTE = wx.PyEventBinder( wxEVT_QUERY_NEW_PALETTE )
2731 EVT_WINDOW_CREATE = wx.PyEventBinder( wxEVT_CREATE )
2732 EVT_WINDOW_DESTROY = wx.PyEventBinder( wxEVT_DESTROY )
2733 EVT_SET_CURSOR = wx.PyEventBinder( wxEVT_SET_CURSOR )
2734 EVT_MOUSE_CAPTURE_CHANGED = wx.PyEventBinder( wxEVT_MOUSE_CAPTURE_CHANGED )
2735
2736 EVT_LEFT_DOWN = wx.PyEventBinder( wxEVT_LEFT_DOWN )
2737 EVT_LEFT_UP = wx.PyEventBinder( wxEVT_LEFT_UP )
2738 EVT_MIDDLE_DOWN = wx.PyEventBinder( wxEVT_MIDDLE_DOWN )
2739 EVT_MIDDLE_UP = wx.PyEventBinder( wxEVT_MIDDLE_UP )
2740 EVT_RIGHT_DOWN = wx.PyEventBinder( wxEVT_RIGHT_DOWN )
2741 EVT_RIGHT_UP = wx.PyEventBinder( wxEVT_RIGHT_UP )
2742 EVT_MOTION = wx.PyEventBinder( wxEVT_MOTION )
2743 EVT_LEFT_DCLICK = wx.PyEventBinder( wxEVT_LEFT_DCLICK )
2744 EVT_MIDDLE_DCLICK = wx.PyEventBinder( wxEVT_MIDDLE_DCLICK )
2745 EVT_RIGHT_DCLICK = wx.PyEventBinder( wxEVT_RIGHT_DCLICK )
2746 EVT_LEAVE_WINDOW = wx.PyEventBinder( wxEVT_LEAVE_WINDOW )
2747 EVT_ENTER_WINDOW = wx.PyEventBinder( wxEVT_ENTER_WINDOW )
2748 EVT_MOUSEWHEEL = wx.PyEventBinder( wxEVT_MOUSEWHEEL )
2749
2750 EVT_MOUSE_EVENTS = wx.PyEventBinder([ wxEVT_LEFT_DOWN,
2751 wxEVT_LEFT_UP,
2752 wxEVT_MIDDLE_DOWN,
2753 wxEVT_MIDDLE_UP,
2754 wxEVT_RIGHT_DOWN,
2755 wxEVT_RIGHT_UP,
2756 wxEVT_MOTION,
2757 wxEVT_LEFT_DCLICK,
2758 wxEVT_MIDDLE_DCLICK,
2759 wxEVT_RIGHT_DCLICK,
2760 wxEVT_ENTER_WINDOW,
2761 wxEVT_LEAVE_WINDOW,
2762 wxEVT_MOUSEWHEEL
2763 ])
2764
2765
2766 # Scrolling from wxWindow (sent to wxScrolledWindow)
2767 EVT_SCROLLWIN = wx.PyEventBinder([ wxEVT_SCROLLWIN_TOP,
2768 wxEVT_SCROLLWIN_BOTTOM,
2769 wxEVT_SCROLLWIN_LINEUP,
2770 wxEVT_SCROLLWIN_LINEDOWN,
2771 wxEVT_SCROLLWIN_PAGEUP,
2772 wxEVT_SCROLLWIN_PAGEDOWN,
2773 wxEVT_SCROLLWIN_THUMBTRACK,
2774 wxEVT_SCROLLWIN_THUMBRELEASE,
2775 ])
2776
2777 EVT_SCROLLWIN_TOP = wx.PyEventBinder( wxEVT_SCROLLWIN_TOP )
2778 EVT_SCROLLWIN_BOTTOM = wx.PyEventBinder( wxEVT_SCROLLWIN_BOTTOM )
2779 EVT_SCROLLWIN_LINEUP = wx.PyEventBinder( wxEVT_SCROLLWIN_LINEUP )
2780 EVT_SCROLLWIN_LINEDOWN = wx.PyEventBinder( wxEVT_SCROLLWIN_LINEDOWN )
2781 EVT_SCROLLWIN_PAGEUP = wx.PyEventBinder( wxEVT_SCROLLWIN_PAGEUP )
2782 EVT_SCROLLWIN_PAGEDOWN = wx.PyEventBinder( wxEVT_SCROLLWIN_PAGEDOWN )
2783 EVT_SCROLLWIN_THUMBTRACK = wx.PyEventBinder( wxEVT_SCROLLWIN_THUMBTRACK )
2784 EVT_SCROLLWIN_THUMBRELEASE = wx.PyEventBinder( wxEVT_SCROLLWIN_THUMBRELEASE )
2785
2786 # Scrolling from wxSlider and wxScrollBar
2787 EVT_SCROLL = wx.PyEventBinder([ wxEVT_SCROLL_TOP,
2788 wxEVT_SCROLL_BOTTOM,
2789 wxEVT_SCROLL_LINEUP,
2790 wxEVT_SCROLL_LINEDOWN,
2791 wxEVT_SCROLL_PAGEUP,
2792 wxEVT_SCROLL_PAGEDOWN,
2793 wxEVT_SCROLL_THUMBTRACK,
2794 wxEVT_SCROLL_THUMBRELEASE,
2795 wxEVT_SCROLL_ENDSCROLL,
2796 ])
2797
2798 EVT_SCROLL_TOP = wx.PyEventBinder( wxEVT_SCROLL_TOP )
2799 EVT_SCROLL_BOTTOM = wx.PyEventBinder( wxEVT_SCROLL_BOTTOM )
2800 EVT_SCROLL_LINEUP = wx.PyEventBinder( wxEVT_SCROLL_LINEUP )
2801 EVT_SCROLL_LINEDOWN = wx.PyEventBinder( wxEVT_SCROLL_LINEDOWN )
2802 EVT_SCROLL_PAGEUP = wx.PyEventBinder( wxEVT_SCROLL_PAGEUP )
2803 EVT_SCROLL_PAGEDOWN = wx.PyEventBinder( wxEVT_SCROLL_PAGEDOWN )
2804 EVT_SCROLL_THUMBTRACK = wx.PyEventBinder( wxEVT_SCROLL_THUMBTRACK )
2805 EVT_SCROLL_THUMBRELEASE = wx.PyEventBinder( wxEVT_SCROLL_THUMBRELEASE )
2806 EVT_SCROLL_ENDSCROLL = wx.PyEventBinder( wxEVT_SCROLL_ENDSCROLL )
2807
2808 # Scrolling from wxSlider and wxScrollBar, with an id
2809 EVT_COMMAND_SCROLL = wx.PyEventBinder([ wxEVT_SCROLL_TOP,
2810 wxEVT_SCROLL_BOTTOM,
2811 wxEVT_SCROLL_LINEUP,
2812 wxEVT_SCROLL_LINEDOWN,
2813 wxEVT_SCROLL_PAGEUP,
2814 wxEVT_SCROLL_PAGEDOWN,
2815 wxEVT_SCROLL_THUMBTRACK,
2816 wxEVT_SCROLL_THUMBRELEASE,
2817 wxEVT_SCROLL_ENDSCROLL,
2818 ], 1)
2819
2820 EVT_COMMAND_SCROLL_TOP = wx.PyEventBinder( wxEVT_SCROLL_TOP, 1)
2821 EVT_COMMAND_SCROLL_BOTTOM = wx.PyEventBinder( wxEVT_SCROLL_BOTTOM, 1)
2822 EVT_COMMAND_SCROLL_LINEUP = wx.PyEventBinder( wxEVT_SCROLL_LINEUP, 1)
2823 EVT_COMMAND_SCROLL_LINEDOWN = wx.PyEventBinder( wxEVT_SCROLL_LINEDOWN, 1)
2824 EVT_COMMAND_SCROLL_PAGEUP = wx.PyEventBinder( wxEVT_SCROLL_PAGEUP, 1)
2825 EVT_COMMAND_SCROLL_PAGEDOWN = wx.PyEventBinder( wxEVT_SCROLL_PAGEDOWN, 1)
2826 EVT_COMMAND_SCROLL_THUMBTRACK = wx.PyEventBinder( wxEVT_SCROLL_THUMBTRACK, 1)
2827 EVT_COMMAND_SCROLL_THUMBRELEASE = wx.PyEventBinder( wxEVT_SCROLL_THUMBRELEASE, 1)
2828 EVT_COMMAND_SCROLL_ENDSCROLL = wx.PyEventBinder( wxEVT_SCROLL_ENDSCROLL, 1)
2829
2830 EVT_SPIN_UP = wx.PyEventBinder( wxEVT_SCROLL_LINEUP, 1)
2831 EVT_SPIN_DOWN = wx.PyEventBinder( wxEVT_SCROLL_LINEDOWN, 1)
2832 EVT_SPIN = wx.PyEventBinder( wxEVT_SCROLL_THUMBTRACK, 1)
2833
2834 EVT_BUTTON = wx.PyEventBinder( wxEVT_COMMAND_BUTTON_CLICKED, 1)
2835 EVT_CHECKBOX = wx.PyEventBinder( wxEVT_COMMAND_CHECKBOX_CLICKED, 1)
2836 EVT_CHOICE = wx.PyEventBinder( wxEVT_COMMAND_CHOICE_SELECTED, 1)
2837 EVT_LISTBOX = wx.PyEventBinder( wxEVT_COMMAND_LISTBOX_SELECTED, 1)
2838 EVT_LISTBOX_DCLICK = wx.PyEventBinder( wxEVT_COMMAND_LISTBOX_DOUBLECLICKED, 1)
2839 EVT_MENU = wx.PyEventBinder( wxEVT_COMMAND_MENU_SELECTED, 1)
2840 EVT_MENU_RANGE = wx.PyEventBinder( wxEVT_COMMAND_MENU_SELECTED, 2)
2841 EVT_SLIDER = wx.PyEventBinder( wxEVT_COMMAND_SLIDER_UPDATED, 1)
2842 EVT_RADIOBOX = wx.PyEventBinder( wxEVT_COMMAND_RADIOBOX_SELECTED, 1)
2843 EVT_RADIOBUTTON = wx.PyEventBinder( wxEVT_COMMAND_RADIOBUTTON_SELECTED, 1)
2844
2845 EVT_SCROLLBAR = wx.PyEventBinder( wxEVT_COMMAND_SCROLLBAR_UPDATED, 1)
2846 EVT_VLBOX = wx.PyEventBinder( wxEVT_COMMAND_VLBOX_SELECTED, 1)
2847 EVT_COMBOBOX = wx.PyEventBinder( wxEVT_COMMAND_COMBOBOX_SELECTED, 1)
2848 EVT_TOOL = wx.PyEventBinder( wxEVT_COMMAND_TOOL_CLICKED, 1)
2849 EVT_TOOL_RANGE = wx.PyEventBinder( wxEVT_COMMAND_TOOL_CLICKED, 2)
2850 EVT_TOOL_RCLICKED = wx.PyEventBinder( wxEVT_COMMAND_TOOL_RCLICKED, 1)
2851 EVT_TOOL_RCLICKED_RANGE = wx.PyEventBinder( wxEVT_COMMAND_TOOL_RCLICKED, 2)
2852 EVT_TOOL_ENTER = wx.PyEventBinder( wxEVT_COMMAND_TOOL_ENTER, 1)
2853 EVT_CHECKLISTBOX = wx.PyEventBinder( wxEVT_COMMAND_CHECKLISTBOX_TOGGLED, 1)
2854
2855
2856 EVT_COMMAND_LEFT_CLICK = wx.PyEventBinder( wxEVT_COMMAND_LEFT_CLICK, 1)
2857 EVT_COMMAND_LEFT_DCLICK = wx.PyEventBinder( wxEVT_COMMAND_LEFT_DCLICK, 1)
2858 EVT_COMMAND_RIGHT_CLICK = wx.PyEventBinder( wxEVT_COMMAND_RIGHT_CLICK, 1)
2859 EVT_COMMAND_RIGHT_DCLICK = wx.PyEventBinder( wxEVT_COMMAND_RIGHT_DCLICK, 1)
2860 EVT_COMMAND_SET_FOCUS = wx.PyEventBinder( wxEVT_COMMAND_SET_FOCUS, 1)
2861 EVT_COMMAND_KILL_FOCUS = wx.PyEventBinder( wxEVT_COMMAND_KILL_FOCUS, 1)
2862 EVT_COMMAND_ENTER = wx.PyEventBinder( wxEVT_COMMAND_ENTER, 1)
2863
2864 EVT_IDLE = wx.PyEventBinder( wxEVT_IDLE )
2865
2866 EVT_UPDATE_UI = wx.PyEventBinder( wxEVT_UPDATE_UI, 1)
2867 EVT_UPDATE_UI_RANGE = wx.PyEventBinder( wxEVT_UPDATE_UI, 2)
2868
2869 EVT_CONTEXT_MENU = wx.PyEventBinder( wxEVT_CONTEXT_MENU )
2870
2871
2872
2873 #---------------------------------------------------------------------------
2874
2875 class Event(Object):
2876 """"""
2877 def __init__(self): raise RuntimeError, "No constructor defined"
2878 def __repr__(self):
2879 return "<%s.%s; proxy of C++ wxEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2880 def __del__(self, destroy=_core.delete_Event):
2881 """__del__()"""
2882 try:
2883 if self.thisown: destroy(self)
2884 except: pass
2885
2886 def SetEventType(*args, **kwargs):
2887 """SetEventType(wxEventType typ)"""
2888 return _core.Event_SetEventType(*args, **kwargs)
2889
2890 def GetEventType(*args, **kwargs):
2891 """GetEventType() -> wxEventType"""
2892 return _core.Event_GetEventType(*args, **kwargs)
2893
2894 def GetEventObject(*args, **kwargs):
2895 """GetEventObject() -> Object"""
2896 return _core.Event_GetEventObject(*args, **kwargs)
2897
2898 def SetEventObject(*args, **kwargs):
2899 """SetEventObject(Object obj)"""
2900 return _core.Event_SetEventObject(*args, **kwargs)
2901
2902 def GetTimestamp(*args, **kwargs):
2903 """GetTimestamp() -> long"""
2904 return _core.Event_GetTimestamp(*args, **kwargs)
2905
2906 def SetTimestamp(*args, **kwargs):
2907 """SetTimestamp(long ts=0)"""
2908 return _core.Event_SetTimestamp(*args, **kwargs)
2909
2910 def GetId(*args, **kwargs):
2911 """GetId() -> int"""
2912 return _core.Event_GetId(*args, **kwargs)
2913
2914 def SetId(*args, **kwargs):
2915 """SetId(int Id)"""
2916 return _core.Event_SetId(*args, **kwargs)
2917
2918 def IsCommandEvent(*args, **kwargs):
2919 """IsCommandEvent() -> bool"""
2920 return _core.Event_IsCommandEvent(*args, **kwargs)
2921
2922 def Skip(*args, **kwargs):
2923 """Skip(bool skip=True)"""
2924 return _core.Event_Skip(*args, **kwargs)
2925
2926 def GetSkipped(*args, **kwargs):
2927 """GetSkipped() -> bool"""
2928 return _core.Event_GetSkipped(*args, **kwargs)
2929
2930 def ShouldPropagate(*args, **kwargs):
2931 """ShouldPropagate() -> bool"""
2932 return _core.Event_ShouldPropagate(*args, **kwargs)
2933
2934 def StopPropagation(*args, **kwargs):
2935 """StopPropagation() -> int"""
2936 return _core.Event_StopPropagation(*args, **kwargs)
2937
2938 def ResumePropagation(*args, **kwargs):
2939 """ResumePropagation(int propagationLevel)"""
2940 return _core.Event_ResumePropagation(*args, **kwargs)
2941
2942 def Clone(*args, **kwargs):
2943 """Clone() -> Event"""
2944 return _core.Event_Clone(*args, **kwargs)
2945
2946
2947 class EventPtr(Event):
2948 def __init__(self, this):
2949 self.this = this
2950 if not hasattr(self,"thisown"): self.thisown = 0
2951 self.__class__ = Event
2952 _core.Event_swigregister(EventPtr)
2953
2954 #---------------------------------------------------------------------------
2955
2956 class PropagationDisabler(object):
2957 """"""
2958 def __repr__(self):
2959 return "<%s.%s; proxy of C++ wxPropagationDisabler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2960 def __init__(self, *args, **kwargs):
2961 """__init__(Event event) -> PropagationDisabler"""
2962 newobj = _core.new_PropagationDisabler(*args, **kwargs)
2963 self.this = newobj.this
2964 self.thisown = 1
2965 del newobj.thisown
2966 def __del__(self, destroy=_core.delete_PropagationDisabler):
2967 """__del__()"""
2968 try:
2969 if self.thisown: destroy(self)
2970 except: pass
2971
2972
2973 class PropagationDisablerPtr(PropagationDisabler):
2974 def __init__(self, this):
2975 self.this = this
2976 if not hasattr(self,"thisown"): self.thisown = 0
2977 self.__class__ = PropagationDisabler
2978 _core.PropagationDisabler_swigregister(PropagationDisablerPtr)
2979
2980 class PropagateOnce(object):
2981 """"""
2982 def __repr__(self):
2983 return "<%s.%s; proxy of C++ wxPropagateOnce instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
2984 def __init__(self, *args, **kwargs):
2985 """__init__(Event event) -> PropagateOnce"""
2986 newobj = _core.new_PropagateOnce(*args, **kwargs)
2987 self.this = newobj.this
2988 self.thisown = 1
2989 del newobj.thisown
2990 def __del__(self, destroy=_core.delete_PropagateOnce):
2991 """__del__()"""
2992 try:
2993 if self.thisown: destroy(self)
2994 except: pass
2995
2996
2997 class PropagateOncePtr(PropagateOnce):
2998 def __init__(self, this):
2999 self.this = this
3000 if not hasattr(self,"thisown"): self.thisown = 0
3001 self.__class__ = PropagateOnce
3002 _core.PropagateOnce_swigregister(PropagateOncePtr)
3003
3004 #---------------------------------------------------------------------------
3005
3006 class CommandEvent(Event):
3007 """"""
3008 def __repr__(self):
3009 return "<%s.%s; proxy of C++ wxCommandEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3010 def __init__(self, *args, **kwargs):
3011 """__init__(wxEventType commandType=wxEVT_NULL, int winid=0) -> CommandEvent"""
3012 newobj = _core.new_CommandEvent(*args, **kwargs)
3013 self.this = newobj.this
3014 self.thisown = 1
3015 del newobj.thisown
3016 def GetSelection(*args, **kwargs):
3017 """GetSelection() -> int"""
3018 return _core.CommandEvent_GetSelection(*args, **kwargs)
3019
3020 def SetString(*args, **kwargs):
3021 """SetString(wxString s)"""
3022 return _core.CommandEvent_SetString(*args, **kwargs)
3023
3024 def GetString(*args, **kwargs):
3025 """GetString() -> wxString"""
3026 return _core.CommandEvent_GetString(*args, **kwargs)
3027
3028 def IsChecked(*args, **kwargs):
3029 """IsChecked() -> bool"""
3030 return _core.CommandEvent_IsChecked(*args, **kwargs)
3031
3032 def IsSelection(*args, **kwargs):
3033 """IsSelection() -> bool"""
3034 return _core.CommandEvent_IsSelection(*args, **kwargs)
3035
3036 def SetExtraLong(*args, **kwargs):
3037 """SetExtraLong(long extraLong)"""
3038 return _core.CommandEvent_SetExtraLong(*args, **kwargs)
3039
3040 def GetExtraLong(*args, **kwargs):
3041 """GetExtraLong() -> long"""
3042 return _core.CommandEvent_GetExtraLong(*args, **kwargs)
3043
3044 def SetInt(*args, **kwargs):
3045 """SetInt(int i)"""
3046 return _core.CommandEvent_SetInt(*args, **kwargs)
3047
3048 def GetInt(*args, **kwargs):
3049 """GetInt() -> long"""
3050 return _core.CommandEvent_GetInt(*args, **kwargs)
3051
3052 def Clone(*args, **kwargs):
3053 """Clone() -> Event"""
3054 return _core.CommandEvent_Clone(*args, **kwargs)
3055
3056
3057 class CommandEventPtr(CommandEvent):
3058 def __init__(self, this):
3059 self.this = this
3060 if not hasattr(self,"thisown"): self.thisown = 0
3061 self.__class__ = CommandEvent
3062 _core.CommandEvent_swigregister(CommandEventPtr)
3063
3064 #---------------------------------------------------------------------------
3065
3066 class NotifyEvent(CommandEvent):
3067 """"""
3068 def __repr__(self):
3069 return "<%s.%s; proxy of C++ wxNotifyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3070 def __init__(self, *args, **kwargs):
3071 """__init__(wxEventType commandType=wxEVT_NULL, int winid=0) -> NotifyEvent"""
3072 newobj = _core.new_NotifyEvent(*args, **kwargs)
3073 self.this = newobj.this
3074 self.thisown = 1
3075 del newobj.thisown
3076 def Veto(*args, **kwargs):
3077 """Veto()"""
3078 return _core.NotifyEvent_Veto(*args, **kwargs)
3079
3080 def Allow(*args, **kwargs):
3081 """Allow()"""
3082 return _core.NotifyEvent_Allow(*args, **kwargs)
3083
3084 def IsAllowed(*args, **kwargs):
3085 """IsAllowed() -> bool"""
3086 return _core.NotifyEvent_IsAllowed(*args, **kwargs)
3087
3088
3089 class NotifyEventPtr(NotifyEvent):
3090 def __init__(self, this):
3091 self.this = this
3092 if not hasattr(self,"thisown"): self.thisown = 0
3093 self.__class__ = NotifyEvent
3094 _core.NotifyEvent_swigregister(NotifyEventPtr)
3095
3096 #---------------------------------------------------------------------------
3097
3098 class ScrollEvent(CommandEvent):
3099 """"""
3100 def __repr__(self):
3101 return "<%s.%s; proxy of C++ wxScrollEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3102 def __init__(self, *args, **kwargs):
3103 """__init__(wxEventType commandType=wxEVT_NULL, int winid=0, int pos=0,
3104 int orient=0) -> ScrollEvent"""
3105 newobj = _core.new_ScrollEvent(*args, **kwargs)
3106 self.this = newobj.this
3107 self.thisown = 1
3108 del newobj.thisown
3109 def GetOrientation(*args, **kwargs):
3110 """GetOrientation() -> int"""
3111 return _core.ScrollEvent_GetOrientation(*args, **kwargs)
3112
3113 def GetPosition(*args, **kwargs):
3114 """GetPosition() -> int"""
3115 return _core.ScrollEvent_GetPosition(*args, **kwargs)
3116
3117 def SetOrientation(*args, **kwargs):
3118 """SetOrientation(int orient)"""
3119 return _core.ScrollEvent_SetOrientation(*args, **kwargs)
3120
3121 def SetPosition(*args, **kwargs):
3122 """SetPosition(int pos)"""
3123 return _core.ScrollEvent_SetPosition(*args, **kwargs)
3124
3125
3126 class ScrollEventPtr(ScrollEvent):
3127 def __init__(self, this):
3128 self.this = this
3129 if not hasattr(self,"thisown"): self.thisown = 0
3130 self.__class__ = ScrollEvent
3131 _core.ScrollEvent_swigregister(ScrollEventPtr)
3132
3133 #---------------------------------------------------------------------------
3134
3135 class ScrollWinEvent(Event):
3136 """"""
3137 def __repr__(self):
3138 return "<%s.%s; proxy of C++ wxScrollWinEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3139 def __init__(self, *args, **kwargs):
3140 """__init__(wxEventType commandType=wxEVT_NULL, int pos=0, int orient=0) -> ScrollWinEvent"""
3141 newobj = _core.new_ScrollWinEvent(*args, **kwargs)
3142 self.this = newobj.this
3143 self.thisown = 1
3144 del newobj.thisown
3145 def GetOrientation(*args, **kwargs):
3146 """GetOrientation() -> int"""
3147 return _core.ScrollWinEvent_GetOrientation(*args, **kwargs)
3148
3149 def GetPosition(*args, **kwargs):
3150 """GetPosition() -> int"""
3151 return _core.ScrollWinEvent_GetPosition(*args, **kwargs)
3152
3153 def SetOrientation(*args, **kwargs):
3154 """SetOrientation(int orient)"""
3155 return _core.ScrollWinEvent_SetOrientation(*args, **kwargs)
3156
3157 def SetPosition(*args, **kwargs):
3158 """SetPosition(int pos)"""
3159 return _core.ScrollWinEvent_SetPosition(*args, **kwargs)
3160
3161
3162 class ScrollWinEventPtr(ScrollWinEvent):
3163 def __init__(self, this):
3164 self.this = this
3165 if not hasattr(self,"thisown"): self.thisown = 0
3166 self.__class__ = ScrollWinEvent
3167 _core.ScrollWinEvent_swigregister(ScrollWinEventPtr)
3168
3169 #---------------------------------------------------------------------------
3170
3171 MOUSE_BTN_ANY = _core.MOUSE_BTN_ANY
3172 MOUSE_BTN_NONE = _core.MOUSE_BTN_NONE
3173 MOUSE_BTN_LEFT = _core.MOUSE_BTN_LEFT
3174 MOUSE_BTN_MIDDLE = _core.MOUSE_BTN_MIDDLE
3175 MOUSE_BTN_RIGHT = _core.MOUSE_BTN_RIGHT
3176 class MouseEvent(Event):
3177 """"""
3178 def __repr__(self):
3179 return "<%s.%s; proxy of C++ wxMouseEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3180 def __init__(self, *args, **kwargs):
3181 """__init__(wxEventType mouseType=wxEVT_NULL) -> MouseEvent"""
3182 newobj = _core.new_MouseEvent(*args, **kwargs)
3183 self.this = newobj.this
3184 self.thisown = 1
3185 del newobj.thisown
3186 def IsButton(*args, **kwargs):
3187 """IsButton() -> bool"""
3188 return _core.MouseEvent_IsButton(*args, **kwargs)
3189
3190 def ButtonDown(*args, **kwargs):
3191 """ButtonDown(int but=MOUSE_BTN_ANY) -> bool"""
3192 return _core.MouseEvent_ButtonDown(*args, **kwargs)
3193
3194 def ButtonDClick(*args, **kwargs):
3195 """ButtonDClick(int but=MOUSE_BTN_ANY) -> bool"""
3196 return _core.MouseEvent_ButtonDClick(*args, **kwargs)
3197
3198 def ButtonUp(*args, **kwargs):
3199 """ButtonUp(int but=MOUSE_BTN_ANY) -> bool"""
3200 return _core.MouseEvent_ButtonUp(*args, **kwargs)
3201
3202 def Button(*args, **kwargs):
3203 """Button(int but) -> bool"""
3204 return _core.MouseEvent_Button(*args, **kwargs)
3205
3206 def ButtonIsDown(*args, **kwargs):
3207 """ButtonIsDown(int but) -> bool"""
3208 return _core.MouseEvent_ButtonIsDown(*args, **kwargs)
3209
3210 def GetButton(*args, **kwargs):
3211 """GetButton() -> int"""
3212 return _core.MouseEvent_GetButton(*args, **kwargs)
3213
3214 def ControlDown(*args, **kwargs):
3215 """ControlDown() -> bool"""
3216 return _core.MouseEvent_ControlDown(*args, **kwargs)
3217
3218 def MetaDown(*args, **kwargs):
3219 """MetaDown() -> bool"""
3220 return _core.MouseEvent_MetaDown(*args, **kwargs)
3221
3222 def AltDown(*args, **kwargs):
3223 """AltDown() -> bool"""
3224 return _core.MouseEvent_AltDown(*args, **kwargs)
3225
3226 def ShiftDown(*args, **kwargs):
3227 """ShiftDown() -> bool"""
3228 return _core.MouseEvent_ShiftDown(*args, **kwargs)
3229
3230 def LeftDown(*args, **kwargs):
3231 """LeftDown() -> bool"""
3232 return _core.MouseEvent_LeftDown(*args, **kwargs)
3233
3234 def MiddleDown(*args, **kwargs):
3235 """MiddleDown() -> bool"""
3236 return _core.MouseEvent_MiddleDown(*args, **kwargs)
3237
3238 def RightDown(*args, **kwargs):
3239 """RightDown() -> bool"""
3240 return _core.MouseEvent_RightDown(*args, **kwargs)
3241
3242 def LeftUp(*args, **kwargs):
3243 """LeftUp() -> bool"""
3244 return _core.MouseEvent_LeftUp(*args, **kwargs)
3245
3246 def MiddleUp(*args, **kwargs):
3247 """MiddleUp() -> bool"""
3248 return _core.MouseEvent_MiddleUp(*args, **kwargs)
3249
3250 def RightUp(*args, **kwargs):
3251 """RightUp() -> bool"""
3252 return _core.MouseEvent_RightUp(*args, **kwargs)
3253
3254 def LeftDClick(*args, **kwargs):
3255 """LeftDClick() -> bool"""
3256 return _core.MouseEvent_LeftDClick(*args, **kwargs)
3257
3258 def MiddleDClick(*args, **kwargs):
3259 """MiddleDClick() -> bool"""
3260 return _core.MouseEvent_MiddleDClick(*args, **kwargs)
3261
3262 def RightDClick(*args, **kwargs):
3263 """RightDClick() -> bool"""
3264 return _core.MouseEvent_RightDClick(*args, **kwargs)
3265
3266 def LeftIsDown(*args, **kwargs):
3267 """LeftIsDown() -> bool"""
3268 return _core.MouseEvent_LeftIsDown(*args, **kwargs)
3269
3270 def MiddleIsDown(*args, **kwargs):
3271 """MiddleIsDown() -> bool"""
3272 return _core.MouseEvent_MiddleIsDown(*args, **kwargs)
3273
3274 def RightIsDown(*args, **kwargs):
3275 """RightIsDown() -> bool"""
3276 return _core.MouseEvent_RightIsDown(*args, **kwargs)
3277
3278 def Dragging(*args, **kwargs):
3279 """Dragging() -> bool"""
3280 return _core.MouseEvent_Dragging(*args, **kwargs)
3281
3282 def Moving(*args, **kwargs):
3283 """Moving() -> bool"""
3284 return _core.MouseEvent_Moving(*args, **kwargs)
3285
3286 def Entering(*args, **kwargs):
3287 """Entering() -> bool"""
3288 return _core.MouseEvent_Entering(*args, **kwargs)
3289
3290 def Leaving(*args, **kwargs):
3291 """Leaving() -> bool"""
3292 return _core.MouseEvent_Leaving(*args, **kwargs)
3293
3294 def GetPosition(*args, **kwargs):
3295 """GetPosition() -> Point
3296
3297 Returns the position of the mouse in window coordinates when the event happened."""
3298 return _core.MouseEvent_GetPosition(*args, **kwargs)
3299
3300 def GetPositionTuple(*args, **kwargs):
3301 """GetPositionTuple() -> (x,y)
3302
3303 Returns the position of the mouse in window coordinates when the event happened."""
3304 return _core.MouseEvent_GetPositionTuple(*args, **kwargs)
3305
3306 def GetLogicalPosition(*args, **kwargs):
3307 """GetLogicalPosition(wxDC dc) -> Point"""
3308 return _core.MouseEvent_GetLogicalPosition(*args, **kwargs)
3309
3310 def GetX(*args, **kwargs):
3311 """GetX() -> int"""
3312 return _core.MouseEvent_GetX(*args, **kwargs)
3313
3314 def GetY(*args, **kwargs):
3315 """GetY() -> int"""
3316 return _core.MouseEvent_GetY(*args, **kwargs)
3317
3318 def GetWheelRotation(*args, **kwargs):
3319 """GetWheelRotation() -> int"""
3320 return _core.MouseEvent_GetWheelRotation(*args, **kwargs)
3321
3322 def GetWheelDelta(*args, **kwargs):
3323 """GetWheelDelta() -> int"""
3324 return _core.MouseEvent_GetWheelDelta(*args, **kwargs)
3325
3326 def GetLinesPerAction(*args, **kwargs):
3327 """GetLinesPerAction() -> int"""
3328 return _core.MouseEvent_GetLinesPerAction(*args, **kwargs)
3329
3330 def IsPageScroll(*args, **kwargs):
3331 """IsPageScroll() -> bool"""
3332 return _core.MouseEvent_IsPageScroll(*args, **kwargs)
3333
3334 m_x = property(_core.MouseEvent_m_x_get, _core.MouseEvent_m_x_set)
3335 m_y = property(_core.MouseEvent_m_y_get, _core.MouseEvent_m_y_set)
3336 m_leftDown = property(_core.MouseEvent_m_leftDown_get, _core.MouseEvent_m_leftDown_set)
3337 m_middleDown = property(_core.MouseEvent_m_middleDown_get, _core.MouseEvent_m_middleDown_set)
3338 m_rightDown = property(_core.MouseEvent_m_rightDown_get, _core.MouseEvent_m_rightDown_set)
3339 m_controlDown = property(_core.MouseEvent_m_controlDown_get, _core.MouseEvent_m_controlDown_set)
3340 m_shiftDown = property(_core.MouseEvent_m_shiftDown_get, _core.MouseEvent_m_shiftDown_set)
3341 m_altDown = property(_core.MouseEvent_m_altDown_get, _core.MouseEvent_m_altDown_set)
3342 m_metaDown = property(_core.MouseEvent_m_metaDown_get, _core.MouseEvent_m_metaDown_set)
3343 m_wheelRotation = property(_core.MouseEvent_m_wheelRotation_get, _core.MouseEvent_m_wheelRotation_set)
3344 m_wheelDelta = property(_core.MouseEvent_m_wheelDelta_get, _core.MouseEvent_m_wheelDelta_set)
3345 m_linesPerAction = property(_core.MouseEvent_m_linesPerAction_get, _core.MouseEvent_m_linesPerAction_set)
3346
3347 class MouseEventPtr(MouseEvent):
3348 def __init__(self, this):
3349 self.this = this
3350 if not hasattr(self,"thisown"): self.thisown = 0
3351 self.__class__ = MouseEvent
3352 _core.MouseEvent_swigregister(MouseEventPtr)
3353
3354 #---------------------------------------------------------------------------
3355
3356 class SetCursorEvent(Event):
3357 """"""
3358 def __repr__(self):
3359 return "<%s.%s; proxy of C++ wxSetCursorEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3360 def __init__(self, *args, **kwargs):
3361 """__init__(int x=0, int y=0) -> SetCursorEvent"""
3362 newobj = _core.new_SetCursorEvent(*args, **kwargs)
3363 self.this = newobj.this
3364 self.thisown = 1
3365 del newobj.thisown
3366 def GetX(*args, **kwargs):
3367 """GetX() -> int"""
3368 return _core.SetCursorEvent_GetX(*args, **kwargs)
3369
3370 def GetY(*args, **kwargs):
3371 """GetY() -> int"""
3372 return _core.SetCursorEvent_GetY(*args, **kwargs)
3373
3374 def SetCursor(*args, **kwargs):
3375 """SetCursor(wxCursor cursor)"""
3376 return _core.SetCursorEvent_SetCursor(*args, **kwargs)
3377
3378 def GetCursor(*args, **kwargs):
3379 """GetCursor() -> wxCursor"""
3380 return _core.SetCursorEvent_GetCursor(*args, **kwargs)
3381
3382 def HasCursor(*args, **kwargs):
3383 """HasCursor() -> bool"""
3384 return _core.SetCursorEvent_HasCursor(*args, **kwargs)
3385
3386
3387 class SetCursorEventPtr(SetCursorEvent):
3388 def __init__(self, this):
3389 self.this = this
3390 if not hasattr(self,"thisown"): self.thisown = 0
3391 self.__class__ = SetCursorEvent
3392 _core.SetCursorEvent_swigregister(SetCursorEventPtr)
3393
3394 #---------------------------------------------------------------------------
3395
3396 class KeyEvent(Event):
3397 """"""
3398 def __repr__(self):
3399 return "<%s.%s; proxy of C++ wxKeyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3400 def __init__(self, *args, **kwargs):
3401 """__init__(wxEventType keyType=wxEVT_NULL) -> KeyEvent"""
3402 newobj = _core.new_KeyEvent(*args, **kwargs)
3403 self.this = newobj.this
3404 self.thisown = 1
3405 del newobj.thisown
3406 def ControlDown(*args, **kwargs):
3407 """ControlDown() -> bool"""
3408 return _core.KeyEvent_ControlDown(*args, **kwargs)
3409
3410 def MetaDown(*args, **kwargs):
3411 """MetaDown() -> bool"""
3412 return _core.KeyEvent_MetaDown(*args, **kwargs)
3413
3414 def AltDown(*args, **kwargs):
3415 """AltDown() -> bool"""
3416 return _core.KeyEvent_AltDown(*args, **kwargs)
3417
3418 def ShiftDown(*args, **kwargs):
3419 """ShiftDown() -> bool"""
3420 return _core.KeyEvent_ShiftDown(*args, **kwargs)
3421
3422 def HasModifiers(*args, **kwargs):
3423 """HasModifiers() -> bool"""
3424 return _core.KeyEvent_HasModifiers(*args, **kwargs)
3425
3426 def GetKeyCode(*args, **kwargs):
3427 """GetKeyCode() -> int"""
3428 return _core.KeyEvent_GetKeyCode(*args, **kwargs)
3429
3430 KeyCode = GetKeyCode
3431 def GetUniChar(*args, **kwargs):
3432 """GetUniChar() -> int"""
3433 return _core.KeyEvent_GetUniChar(*args, **kwargs)
3434
3435 def GetRawKeyCode(*args, **kwargs):
3436 """GetRawKeyCode() -> unsigned int"""
3437 return _core.KeyEvent_GetRawKeyCode(*args, **kwargs)
3438
3439 def GetRawKeyFlags(*args, **kwargs):
3440 """GetRawKeyFlags() -> unsigned int"""
3441 return _core.KeyEvent_GetRawKeyFlags(*args, **kwargs)
3442
3443 def GetPosition(*args, **kwargs):
3444 """GetPosition() -> Point
3445
3446 Find the position of the event."""
3447 return _core.KeyEvent_GetPosition(*args, **kwargs)
3448
3449 def GetPositionTuple(*args, **kwargs):
3450 """GetPositionTuple() -> (x,y)
3451
3452 Find the position of the event."""
3453 return _core.KeyEvent_GetPositionTuple(*args, **kwargs)
3454
3455 def GetX(*args, **kwargs):
3456 """GetX() -> int"""
3457 return _core.KeyEvent_GetX(*args, **kwargs)
3458
3459 def GetY(*args, **kwargs):
3460 """GetY() -> int"""
3461 return _core.KeyEvent_GetY(*args, **kwargs)
3462
3463 m_x = property(_core.KeyEvent_m_x_get, _core.KeyEvent_m_x_set)
3464 m_y = property(_core.KeyEvent_m_y_get, _core.KeyEvent_m_y_set)
3465 m_keyCode = property(_core.KeyEvent_m_keyCode_get, _core.KeyEvent_m_keyCode_set)
3466 m_controlDown = property(_core.KeyEvent_m_controlDown_get, _core.KeyEvent_m_controlDown_set)
3467 m_shiftDown = property(_core.KeyEvent_m_shiftDown_get, _core.KeyEvent_m_shiftDown_set)
3468 m_altDown = property(_core.KeyEvent_m_altDown_get, _core.KeyEvent_m_altDown_set)
3469 m_metaDown = property(_core.KeyEvent_m_metaDown_get, _core.KeyEvent_m_metaDown_set)
3470 m_scanCode = property(_core.KeyEvent_m_scanCode_get, _core.KeyEvent_m_scanCode_set)
3471 m_rawCode = property(_core.KeyEvent_m_rawCode_get, _core.KeyEvent_m_rawCode_set)
3472 m_rawFlags = property(_core.KeyEvent_m_rawFlags_get, _core.KeyEvent_m_rawFlags_set)
3473
3474 class KeyEventPtr(KeyEvent):
3475 def __init__(self, this):
3476 self.this = this
3477 if not hasattr(self,"thisown"): self.thisown = 0
3478 self.__class__ = KeyEvent
3479 _core.KeyEvent_swigregister(KeyEventPtr)
3480
3481 #---------------------------------------------------------------------------
3482
3483 class SizeEvent(Event):
3484 """"""
3485 def __repr__(self):
3486 return "<%s.%s; proxy of C++ wxSizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3487 def __init__(self, *args, **kwargs):
3488 """__init__(Size sz=DefaultSize, int winid=0) -> SizeEvent"""
3489 newobj = _core.new_SizeEvent(*args, **kwargs)
3490 self.this = newobj.this
3491 self.thisown = 1
3492 del newobj.thisown
3493 def GetSize(*args, **kwargs):
3494 """GetSize() -> Size"""
3495 return _core.SizeEvent_GetSize(*args, **kwargs)
3496
3497 def GetRect(*args, **kwargs):
3498 """GetRect() -> Rect"""
3499 return _core.SizeEvent_GetRect(*args, **kwargs)
3500
3501 def SetRect(*args, **kwargs):
3502 """SetRect(Rect rect)"""
3503 return _core.SizeEvent_SetRect(*args, **kwargs)
3504
3505 def SetSize(*args, **kwargs):
3506 """SetSize(Size size)"""
3507 return _core.SizeEvent_SetSize(*args, **kwargs)
3508
3509 m_size = property(_core.SizeEvent_m_size_get, _core.SizeEvent_m_size_set)
3510 m_rect = property(_core.SizeEvent_m_rect_get, _core.SizeEvent_m_rect_set)
3511
3512 class SizeEventPtr(SizeEvent):
3513 def __init__(self, this):
3514 self.this = this
3515 if not hasattr(self,"thisown"): self.thisown = 0
3516 self.__class__ = SizeEvent
3517 _core.SizeEvent_swigregister(SizeEventPtr)
3518
3519 #---------------------------------------------------------------------------
3520
3521 class MoveEvent(Event):
3522 """"""
3523 def __repr__(self):
3524 return "<%s.%s; proxy of C++ wxMoveEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3525 def __init__(self, *args, **kwargs):
3526 """__init__(Point pos=DefaultPosition, int winid=0) -> MoveEvent"""
3527 newobj = _core.new_MoveEvent(*args, **kwargs)
3528 self.this = newobj.this
3529 self.thisown = 1
3530 del newobj.thisown
3531 def GetPosition(*args, **kwargs):
3532 """GetPosition() -> Point"""
3533 return _core.MoveEvent_GetPosition(*args, **kwargs)
3534
3535 def GetRect(*args, **kwargs):
3536 """GetRect() -> Rect"""
3537 return _core.MoveEvent_GetRect(*args, **kwargs)
3538
3539 def SetRect(*args, **kwargs):
3540 """SetRect(Rect rect)"""
3541 return _core.MoveEvent_SetRect(*args, **kwargs)
3542
3543 def SetPosition(*args, **kwargs):
3544 """SetPosition(Point pos)"""
3545 return _core.MoveEvent_SetPosition(*args, **kwargs)
3546
3547 m_pos = property(_core.MoveEvent_m_pos_get, _core.MoveEvent_m_pos_set)
3548 m_rect = property(_core.MoveEvent_m_rect_get, _core.MoveEvent_m_rect_set)
3549
3550 class MoveEventPtr(MoveEvent):
3551 def __init__(self, this):
3552 self.this = this
3553 if not hasattr(self,"thisown"): self.thisown = 0
3554 self.__class__ = MoveEvent
3555 _core.MoveEvent_swigregister(MoveEventPtr)
3556
3557 #---------------------------------------------------------------------------
3558
3559 class PaintEvent(Event):
3560 """"""
3561 def __repr__(self):
3562 return "<%s.%s; proxy of C++ wxPaintEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3563 def __init__(self, *args, **kwargs):
3564 """__init__(int Id=0) -> PaintEvent"""
3565 newobj = _core.new_PaintEvent(*args, **kwargs)
3566 self.this = newobj.this
3567 self.thisown = 1
3568 del newobj.thisown
3569
3570 class PaintEventPtr(PaintEvent):
3571 def __init__(self, this):
3572 self.this = this
3573 if not hasattr(self,"thisown"): self.thisown = 0
3574 self.__class__ = PaintEvent
3575 _core.PaintEvent_swigregister(PaintEventPtr)
3576
3577 class NcPaintEvent(Event):
3578 """"""
3579 def __repr__(self):
3580 return "<%s.%s; proxy of C++ wxNcPaintEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3581 def __init__(self, *args, **kwargs):
3582 """__init__(int winid=0) -> NcPaintEvent"""
3583 newobj = _core.new_NcPaintEvent(*args, **kwargs)
3584 self.this = newobj.this
3585 self.thisown = 1
3586 del newobj.thisown
3587
3588 class NcPaintEventPtr(NcPaintEvent):
3589 def __init__(self, this):
3590 self.this = this
3591 if not hasattr(self,"thisown"): self.thisown = 0
3592 self.__class__ = NcPaintEvent
3593 _core.NcPaintEvent_swigregister(NcPaintEventPtr)
3594
3595 #---------------------------------------------------------------------------
3596
3597 class EraseEvent(Event):
3598 """"""
3599 def __repr__(self):
3600 return "<%s.%s; proxy of C++ wxEraseEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3601 def __init__(self, *args, **kwargs):
3602 """__init__(int Id=0, wxDC dc=(wxDC *) NULL) -> EraseEvent"""
3603 newobj = _core.new_EraseEvent(*args, **kwargs)
3604 self.this = newobj.this
3605 self.thisown = 1
3606 del newobj.thisown
3607 def GetDC(*args, **kwargs):
3608 """GetDC() -> wxDC"""
3609 return _core.EraseEvent_GetDC(*args, **kwargs)
3610
3611
3612 class EraseEventPtr(EraseEvent):
3613 def __init__(self, this):
3614 self.this = this
3615 if not hasattr(self,"thisown"): self.thisown = 0
3616 self.__class__ = EraseEvent
3617 _core.EraseEvent_swigregister(EraseEventPtr)
3618
3619 #---------------------------------------------------------------------------
3620
3621 class FocusEvent(Event):
3622 """"""
3623 def __repr__(self):
3624 return "<%s.%s; proxy of C++ wxFocusEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3625 def __init__(self, *args, **kwargs):
3626 """__init__(wxEventType type=wxEVT_NULL, int winid=0) -> FocusEvent"""
3627 newobj = _core.new_FocusEvent(*args, **kwargs)
3628 self.this = newobj.this
3629 self.thisown = 1
3630 del newobj.thisown
3631 def GetWindow(*args, **kwargs):
3632 """GetWindow() -> Window"""
3633 return _core.FocusEvent_GetWindow(*args, **kwargs)
3634
3635 def SetWindow(*args, **kwargs):
3636 """SetWindow(Window win)"""
3637 return _core.FocusEvent_SetWindow(*args, **kwargs)
3638
3639
3640 class FocusEventPtr(FocusEvent):
3641 def __init__(self, this):
3642 self.this = this
3643 if not hasattr(self,"thisown"): self.thisown = 0
3644 self.__class__ = FocusEvent
3645 _core.FocusEvent_swigregister(FocusEventPtr)
3646
3647 #---------------------------------------------------------------------------
3648
3649 class ChildFocusEvent(CommandEvent):
3650 """"""
3651 def __repr__(self):
3652 return "<%s.%s; proxy of C++ wxChildFocusEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3653 def __init__(self, *args, **kwargs):
3654 """__init__(Window win=None) -> ChildFocusEvent"""
3655 newobj = _core.new_ChildFocusEvent(*args, **kwargs)
3656 self.this = newobj.this
3657 self.thisown = 1
3658 del newobj.thisown
3659 def GetWindow(*args, **kwargs):
3660 """GetWindow() -> Window"""
3661 return _core.ChildFocusEvent_GetWindow(*args, **kwargs)
3662
3663
3664 class ChildFocusEventPtr(ChildFocusEvent):
3665 def __init__(self, this):
3666 self.this = this
3667 if not hasattr(self,"thisown"): self.thisown = 0
3668 self.__class__ = ChildFocusEvent
3669 _core.ChildFocusEvent_swigregister(ChildFocusEventPtr)
3670
3671 #---------------------------------------------------------------------------
3672
3673 class ActivateEvent(Event):
3674 """"""
3675 def __repr__(self):
3676 return "<%s.%s; proxy of C++ wxActivateEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3677 def __init__(self, *args, **kwargs):
3678 """__init__(wxEventType type=wxEVT_NULL, bool active=True, int Id=0) -> ActivateEvent"""
3679 newobj = _core.new_ActivateEvent(*args, **kwargs)
3680 self.this = newobj.this
3681 self.thisown = 1
3682 del newobj.thisown
3683 def GetActive(*args, **kwargs):
3684 """GetActive() -> bool"""
3685 return _core.ActivateEvent_GetActive(*args, **kwargs)
3686
3687
3688 class ActivateEventPtr(ActivateEvent):
3689 def __init__(self, this):
3690 self.this = this
3691 if not hasattr(self,"thisown"): self.thisown = 0
3692 self.__class__ = ActivateEvent
3693 _core.ActivateEvent_swigregister(ActivateEventPtr)
3694
3695 #---------------------------------------------------------------------------
3696
3697 class InitDialogEvent(Event):
3698 """"""
3699 def __repr__(self):
3700 return "<%s.%s; proxy of C++ wxInitDialogEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3701 def __init__(self, *args, **kwargs):
3702 """__init__(int Id=0) -> InitDialogEvent"""
3703 newobj = _core.new_InitDialogEvent(*args, **kwargs)
3704 self.this = newobj.this
3705 self.thisown = 1
3706 del newobj.thisown
3707
3708 class InitDialogEventPtr(InitDialogEvent):
3709 def __init__(self, this):
3710 self.this = this
3711 if not hasattr(self,"thisown"): self.thisown = 0
3712 self.__class__ = InitDialogEvent
3713 _core.InitDialogEvent_swigregister(InitDialogEventPtr)
3714
3715 #---------------------------------------------------------------------------
3716
3717 class MenuEvent(Event):
3718 """"""
3719 def __repr__(self):
3720 return "<%s.%s; proxy of C++ wxMenuEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3721 def __init__(self, *args, **kwargs):
3722 """__init__(wxEventType type=wxEVT_NULL, int winid=0, Menu menu=None) -> MenuEvent"""
3723 newobj = _core.new_MenuEvent(*args, **kwargs)
3724 self.this = newobj.this
3725 self.thisown = 1
3726 del newobj.thisown
3727 def GetMenuId(*args, **kwargs):
3728 """GetMenuId() -> int"""
3729 return _core.MenuEvent_GetMenuId(*args, **kwargs)
3730
3731 def IsPopup(*args, **kwargs):
3732 """IsPopup() -> bool"""
3733 return _core.MenuEvent_IsPopup(*args, **kwargs)
3734
3735 def GetMenu(*args, **kwargs):
3736 """GetMenu() -> Menu"""
3737 return _core.MenuEvent_GetMenu(*args, **kwargs)
3738
3739
3740 class MenuEventPtr(MenuEvent):
3741 def __init__(self, this):
3742 self.this = this
3743 if not hasattr(self,"thisown"): self.thisown = 0
3744 self.__class__ = MenuEvent
3745 _core.MenuEvent_swigregister(MenuEventPtr)
3746
3747 #---------------------------------------------------------------------------
3748
3749 class CloseEvent(Event):
3750 """"""
3751 def __repr__(self):
3752 return "<%s.%s; proxy of C++ wxCloseEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3753 def __init__(self, *args, **kwargs):
3754 """__init__(wxEventType type=wxEVT_NULL, int winid=0) -> CloseEvent"""
3755 newobj = _core.new_CloseEvent(*args, **kwargs)
3756 self.this = newobj.this
3757 self.thisown = 1
3758 del newobj.thisown
3759 def SetLoggingOff(*args, **kwargs):
3760 """SetLoggingOff(bool logOff)"""
3761 return _core.CloseEvent_SetLoggingOff(*args, **kwargs)
3762
3763 def GetLoggingOff(*args, **kwargs):
3764 """GetLoggingOff() -> bool"""
3765 return _core.CloseEvent_GetLoggingOff(*args, **kwargs)
3766
3767 def Veto(*args, **kwargs):
3768 """Veto(bool veto=True)"""
3769 return _core.CloseEvent_Veto(*args, **kwargs)
3770
3771 def SetCanVeto(*args, **kwargs):
3772 """SetCanVeto(bool canVeto)"""
3773 return _core.CloseEvent_SetCanVeto(*args, **kwargs)
3774
3775 def CanVeto(*args, **kwargs):
3776 """CanVeto() -> bool"""
3777 return _core.CloseEvent_CanVeto(*args, **kwargs)
3778
3779 def GetVeto(*args, **kwargs):
3780 """GetVeto() -> bool"""
3781 return _core.CloseEvent_GetVeto(*args, **kwargs)
3782
3783
3784 class CloseEventPtr(CloseEvent):
3785 def __init__(self, this):
3786 self.this = this
3787 if not hasattr(self,"thisown"): self.thisown = 0
3788 self.__class__ = CloseEvent
3789 _core.CloseEvent_swigregister(CloseEventPtr)
3790
3791 #---------------------------------------------------------------------------
3792
3793 class ShowEvent(Event):
3794 """"""
3795 def __repr__(self):
3796 return "<%s.%s; proxy of C++ wxShowEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3797 def __init__(self, *args, **kwargs):
3798 """__init__(int winid=0, bool show=False) -> ShowEvent"""
3799 newobj = _core.new_ShowEvent(*args, **kwargs)
3800 self.this = newobj.this
3801 self.thisown = 1
3802 del newobj.thisown
3803 def SetShow(*args, **kwargs):
3804 """SetShow(bool show)"""
3805 return _core.ShowEvent_SetShow(*args, **kwargs)
3806
3807 def GetShow(*args, **kwargs):
3808 """GetShow() -> bool"""
3809 return _core.ShowEvent_GetShow(*args, **kwargs)
3810
3811
3812 class ShowEventPtr(ShowEvent):
3813 def __init__(self, this):
3814 self.this = this
3815 if not hasattr(self,"thisown"): self.thisown = 0
3816 self.__class__ = ShowEvent
3817 _core.ShowEvent_swigregister(ShowEventPtr)
3818
3819 #---------------------------------------------------------------------------
3820
3821 class IconizeEvent(Event):
3822 """"""
3823 def __repr__(self):
3824 return "<%s.%s; proxy of C++ wxIconizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3825 def __init__(self, *args, **kwargs):
3826 """__init__(int id=0, bool iconized=True) -> IconizeEvent"""
3827 newobj = _core.new_IconizeEvent(*args, **kwargs)
3828 self.this = newobj.this
3829 self.thisown = 1
3830 del newobj.thisown
3831 def Iconized(*args, **kwargs):
3832 """Iconized() -> bool"""
3833 return _core.IconizeEvent_Iconized(*args, **kwargs)
3834
3835
3836 class IconizeEventPtr(IconizeEvent):
3837 def __init__(self, this):
3838 self.this = this
3839 if not hasattr(self,"thisown"): self.thisown = 0
3840 self.__class__ = IconizeEvent
3841 _core.IconizeEvent_swigregister(IconizeEventPtr)
3842
3843 #---------------------------------------------------------------------------
3844
3845 class MaximizeEvent(Event):
3846 """"""
3847 def __repr__(self):
3848 return "<%s.%s; proxy of C++ wxMaximizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3849 def __init__(self, *args, **kwargs):
3850 """__init__(int id=0) -> MaximizeEvent"""
3851 newobj = _core.new_MaximizeEvent(*args, **kwargs)
3852 self.this = newobj.this
3853 self.thisown = 1
3854 del newobj.thisown
3855
3856 class MaximizeEventPtr(MaximizeEvent):
3857 def __init__(self, this):
3858 self.this = this
3859 if not hasattr(self,"thisown"): self.thisown = 0
3860 self.__class__ = MaximizeEvent
3861 _core.MaximizeEvent_swigregister(MaximizeEventPtr)
3862
3863 #---------------------------------------------------------------------------
3864
3865 class DropFilesEvent(Event):
3866 """"""
3867 def __init__(self): raise RuntimeError, "No constructor defined"
3868 def __repr__(self):
3869 return "<%s.%s; proxy of C++ wxDropFilesEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3870 def GetPosition(*args, **kwargs):
3871 """GetPosition() -> Point"""
3872 return _core.DropFilesEvent_GetPosition(*args, **kwargs)
3873
3874 def GetNumberOfFiles(*args, **kwargs):
3875 """GetNumberOfFiles() -> int"""
3876 return _core.DropFilesEvent_GetNumberOfFiles(*args, **kwargs)
3877
3878 def GetFiles(*args, **kwargs):
3879 """GetFiles() -> PyObject"""
3880 return _core.DropFilesEvent_GetFiles(*args, **kwargs)
3881
3882
3883 class DropFilesEventPtr(DropFilesEvent):
3884 def __init__(self, this):
3885 self.this = this
3886 if not hasattr(self,"thisown"): self.thisown = 0
3887 self.__class__ = DropFilesEvent
3888 _core.DropFilesEvent_swigregister(DropFilesEventPtr)
3889
3890 #---------------------------------------------------------------------------
3891
3892 UPDATE_UI_PROCESS_ALL = _core.UPDATE_UI_PROCESS_ALL
3893 UPDATE_UI_PROCESS_SPECIFIED = _core.UPDATE_UI_PROCESS_SPECIFIED
3894 class UpdateUIEvent(CommandEvent):
3895 """"""
3896 def __repr__(self):
3897 return "<%s.%s; proxy of C++ wxUpdateUIEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
3898 def __init__(self, *args, **kwargs):
3899 """__init__(int commandId=0) -> UpdateUIEvent"""
3900 newobj = _core.new_UpdateUIEvent(*args, **kwargs)
3901 self.this = newobj.this
3902 self.thisown = 1
3903 del newobj.thisown
3904 def GetChecked(*args, **kwargs):
3905 """GetChecked() -> bool"""
3906 return _core.UpdateUIEvent_GetChecked(*args, **kwargs)
3907
3908 def GetEnabled(*args, **kwargs):
3909 """GetEnabled() -> bool"""
3910 return _core.UpdateUIEvent_GetEnabled(*args, **kwargs)
3911
3912 def GetText(*args, **kwargs):
3913 """GetText() -> wxString"""
3914 return _core.UpdateUIEvent_GetText(*args, **kwargs)
3915
3916 def GetSetText(*args, **kwargs):
3917 """GetSetText() -> bool"""
3918 return _core.UpdateUIEvent_GetSetText(*args, **kwargs)
3919
3920 def GetSetChecked(*args, **kwargs):
3921 """GetSetChecked() -> bool"""
3922 return _core.UpdateUIEvent_GetSetChecked(*args, **kwargs)
3923
3924 def GetSetEnabled(*args, **kwargs):
3925 """GetSetEnabled() -> bool"""
3926 return _core.UpdateUIEvent_GetSetEnabled(*args, **kwargs)
3927
3928 def Check(*args, **kwargs):
3929 """Check(bool check)"""
3930 return _core.UpdateUIEvent_Check(*args, **kwargs)
3931
3932 def Enable(*args, **kwargs):
3933 """Enable(bool enable)"""
3934 return _core.UpdateUIEvent_Enable(*args, **kwargs)
3935
3936 def SetText(*args, **kwargs):
3937 """SetText(wxString text)"""
3938 return _core.UpdateUIEvent_SetText(*args, **kwargs)
3939
3940 def SetUpdateInterval(*args, **kwargs):
3941 """UpdateUIEvent.SetUpdateInterval(long updateInterval)"""
3942 return _core.UpdateUIEvent_SetUpdateInterval(*args, **kwargs)
3943
3944 SetUpdateInterval = staticmethod(SetUpdateInterval)
3945 def GetUpdateInterval(*args, **kwargs):
3946 """UpdateUIEvent.GetUpdateInterval() -> long"""
3947 return _core.UpdateUIEvent_GetUpdateInterval(*args, **kwargs)
3948
3949 GetUpdateInterval = staticmethod(GetUpdateInterval)
3950 def CanUpdate(*args, **kwargs):
3951 """UpdateUIEvent.CanUpdate(Window win) -> bool"""
3952 return _core.UpdateUIEvent_CanUpdate(*args, **kwargs)
3953
3954 CanUpdate = staticmethod(CanUpdate)
3955 def ResetUpdateTime(*args, **kwargs):
3956 """UpdateUIEvent.ResetUpdateTime()"""
3957 return _core.UpdateUIEvent_ResetUpdateTime(*args, **kwargs)
3958
3959 ResetUpdateTime = staticmethod(ResetUpdateTime)
3960 def SetMode(*args, **kwargs):
3961 """UpdateUIEvent.SetMode(wxUpdateUIMode mode)"""
3962 return _core.UpdateUIEvent_SetMode(*args, **kwargs)
3963
3964 SetMode = staticmethod(SetMode)
3965 def GetMode(*args, **kwargs):
3966 """UpdateUIEvent.GetMode() -> wxUpdateUIMode"""
3967 return _core.UpdateUIEvent_GetMode(*args, **kwargs)
3968
3969 GetMode = staticmethod(GetMode)
3970
3971 class UpdateUIEventPtr(UpdateUIEvent):
3972 def __init__(self, this):
3973 self.this = this
3974 if not hasattr(self,"thisown"): self.thisown = 0
3975 self.__class__ = UpdateUIEvent
3976 _core.UpdateUIEvent_swigregister(UpdateUIEventPtr)
3977
3978 def UpdateUIEvent_SetUpdateInterval(*args, **kwargs):
3979 """UpdateUIEvent_SetUpdateInterval(long updateInterval)"""
3980 return _core.UpdateUIEvent_SetUpdateInterval(*args, **kwargs)
3981
3982 def UpdateUIEvent_GetUpdateInterval(*args, **kwargs):
3983 """UpdateUIEvent_GetUpdateInterval() -> long"""
3984 return _core.UpdateUIEvent_GetUpdateInterval(*args, **kwargs)
3985
3986 def UpdateUIEvent_CanUpdate(*args, **kwargs):
3987 """UpdateUIEvent_CanUpdate(Window win) -> bool"""
3988 return _core.UpdateUIEvent_CanUpdate(*args, **kwargs)
3989
3990 def UpdateUIEvent_ResetUpdateTime(*args, **kwargs):
3991 """UpdateUIEvent_ResetUpdateTime()"""
3992 return _core.UpdateUIEvent_ResetUpdateTime(*args, **kwargs)
3993
3994 def UpdateUIEvent_SetMode(*args, **kwargs):
3995 """UpdateUIEvent_SetMode(wxUpdateUIMode mode)"""
3996 return _core.UpdateUIEvent_SetMode(*args, **kwargs)
3997
3998 def UpdateUIEvent_GetMode(*args, **kwargs):
3999 """UpdateUIEvent_GetMode() -> wxUpdateUIMode"""
4000 return _core.UpdateUIEvent_GetMode(*args, **kwargs)
4001
4002 #---------------------------------------------------------------------------
4003
4004 class SysColourChangedEvent(Event):
4005 """"""
4006 def __repr__(self):
4007 return "<%s.%s; proxy of C++ wxSysColourChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4008 def __init__(self, *args, **kwargs):
4009 """__init__() -> SysColourChangedEvent"""
4010 newobj = _core.new_SysColourChangedEvent(*args, **kwargs)
4011 self.this = newobj.this
4012 self.thisown = 1
4013 del newobj.thisown
4014
4015 class SysColourChangedEventPtr(SysColourChangedEvent):
4016 def __init__(self, this):
4017 self.this = this
4018 if not hasattr(self,"thisown"): self.thisown = 0
4019 self.__class__ = SysColourChangedEvent
4020 _core.SysColourChangedEvent_swigregister(SysColourChangedEventPtr)
4021
4022 #---------------------------------------------------------------------------
4023
4024 class MouseCaptureChangedEvent(Event):
4025 """"""
4026 def __repr__(self):
4027 return "<%s.%s; proxy of C++ wxMouseCaptureChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4028 def __init__(self, *args, **kwargs):
4029 """__init__(int winid=0, Window gainedCapture=None) -> MouseCaptureChangedEvent"""
4030 newobj = _core.new_MouseCaptureChangedEvent(*args, **kwargs)
4031 self.this = newobj.this
4032 self.thisown = 1
4033 del newobj.thisown
4034 def GetCapturedWindow(*args, **kwargs):
4035 """GetCapturedWindow() -> Window"""
4036 return _core.MouseCaptureChangedEvent_GetCapturedWindow(*args, **kwargs)
4037
4038
4039 class MouseCaptureChangedEventPtr(MouseCaptureChangedEvent):
4040 def __init__(self, this):
4041 self.this = this
4042 if not hasattr(self,"thisown"): self.thisown = 0
4043 self.__class__ = MouseCaptureChangedEvent
4044 _core.MouseCaptureChangedEvent_swigregister(MouseCaptureChangedEventPtr)
4045
4046 #---------------------------------------------------------------------------
4047
4048 class DisplayChangedEvent(Event):
4049 """"""
4050 def __repr__(self):
4051 return "<%s.%s; proxy of C++ wxDisplayChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4052 def __init__(self, *args, **kwargs):
4053 """__init__() -> DisplayChangedEvent"""
4054 newobj = _core.new_DisplayChangedEvent(*args, **kwargs)
4055 self.this = newobj.this
4056 self.thisown = 1
4057 del newobj.thisown
4058
4059 class DisplayChangedEventPtr(DisplayChangedEvent):
4060 def __init__(self, this):
4061 self.this = this
4062 if not hasattr(self,"thisown"): self.thisown = 0
4063 self.__class__ = DisplayChangedEvent
4064 _core.DisplayChangedEvent_swigregister(DisplayChangedEventPtr)
4065
4066 #---------------------------------------------------------------------------
4067
4068 class PaletteChangedEvent(Event):
4069 """"""
4070 def __repr__(self):
4071 return "<%s.%s; proxy of C++ wxPaletteChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4072 def __init__(self, *args, **kwargs):
4073 """__init__(int id=0) -> PaletteChangedEvent"""
4074 newobj = _core.new_PaletteChangedEvent(*args, **kwargs)
4075 self.this = newobj.this
4076 self.thisown = 1
4077 del newobj.thisown
4078 def SetChangedWindow(*args, **kwargs):
4079 """SetChangedWindow(Window win)"""
4080 return _core.PaletteChangedEvent_SetChangedWindow(*args, **kwargs)
4081
4082 def GetChangedWindow(*args, **kwargs):
4083 """GetChangedWindow() -> Window"""
4084 return _core.PaletteChangedEvent_GetChangedWindow(*args, **kwargs)
4085
4086
4087 class PaletteChangedEventPtr(PaletteChangedEvent):
4088 def __init__(self, this):
4089 self.this = this
4090 if not hasattr(self,"thisown"): self.thisown = 0
4091 self.__class__ = PaletteChangedEvent
4092 _core.PaletteChangedEvent_swigregister(PaletteChangedEventPtr)
4093
4094 #---------------------------------------------------------------------------
4095
4096 class QueryNewPaletteEvent(Event):
4097 """"""
4098 def __repr__(self):
4099 return "<%s.%s; proxy of C++ wxQueryNewPaletteEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4100 def __init__(self, *args, **kwargs):
4101 """__init__(int winid=0) -> QueryNewPaletteEvent"""
4102 newobj = _core.new_QueryNewPaletteEvent(*args, **kwargs)
4103 self.this = newobj.this
4104 self.thisown = 1
4105 del newobj.thisown
4106 def SetPaletteRealized(*args, **kwargs):
4107 """SetPaletteRealized(bool realized)"""
4108 return _core.QueryNewPaletteEvent_SetPaletteRealized(*args, **kwargs)
4109
4110 def GetPaletteRealized(*args, **kwargs):
4111 """GetPaletteRealized() -> bool"""
4112 return _core.QueryNewPaletteEvent_GetPaletteRealized(*args, **kwargs)
4113
4114
4115 class QueryNewPaletteEventPtr(QueryNewPaletteEvent):
4116 def __init__(self, this):
4117 self.this = this
4118 if not hasattr(self,"thisown"): self.thisown = 0
4119 self.__class__ = QueryNewPaletteEvent
4120 _core.QueryNewPaletteEvent_swigregister(QueryNewPaletteEventPtr)
4121
4122 #---------------------------------------------------------------------------
4123
4124 class NavigationKeyEvent(Event):
4125 """"""
4126 def __repr__(self):
4127 return "<%s.%s; proxy of C++ wxNavigationKeyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4128 def __init__(self, *args, **kwargs):
4129 """__init__() -> NavigationKeyEvent"""
4130 newobj = _core.new_NavigationKeyEvent(*args, **kwargs)
4131 self.this = newobj.this
4132 self.thisown = 1
4133 del newobj.thisown
4134 def GetDirection(*args, **kwargs):
4135 """GetDirection() -> bool"""
4136 return _core.NavigationKeyEvent_GetDirection(*args, **kwargs)
4137
4138 def SetDirection(*args, **kwargs):
4139 """SetDirection(bool bForward)"""
4140 return _core.NavigationKeyEvent_SetDirection(*args, **kwargs)
4141
4142 def IsWindowChange(*args, **kwargs):
4143 """IsWindowChange() -> bool"""
4144 return _core.NavigationKeyEvent_IsWindowChange(*args, **kwargs)
4145
4146 def SetWindowChange(*args, **kwargs):
4147 """SetWindowChange(bool bIs)"""
4148 return _core.NavigationKeyEvent_SetWindowChange(*args, **kwargs)
4149
4150 def GetCurrentFocus(*args, **kwargs):
4151 """GetCurrentFocus() -> Window"""
4152 return _core.NavigationKeyEvent_GetCurrentFocus(*args, **kwargs)
4153
4154 def SetCurrentFocus(*args, **kwargs):
4155 """SetCurrentFocus(Window win)"""
4156 return _core.NavigationKeyEvent_SetCurrentFocus(*args, **kwargs)
4157
4158
4159 class NavigationKeyEventPtr(NavigationKeyEvent):
4160 def __init__(self, this):
4161 self.this = this
4162 if not hasattr(self,"thisown"): self.thisown = 0
4163 self.__class__ = NavigationKeyEvent
4164 _core.NavigationKeyEvent_swigregister(NavigationKeyEventPtr)
4165
4166 #---------------------------------------------------------------------------
4167
4168 class WindowCreateEvent(CommandEvent):
4169 """"""
4170 def __repr__(self):
4171 return "<%s.%s; proxy of C++ wxWindowCreateEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4172 def __init__(self, *args, **kwargs):
4173 """__init__(Window win=None) -> WindowCreateEvent"""
4174 newobj = _core.new_WindowCreateEvent(*args, **kwargs)
4175 self.this = newobj.this
4176 self.thisown = 1
4177 del newobj.thisown
4178 def GetWindow(*args, **kwargs):
4179 """GetWindow() -> Window"""
4180 return _core.WindowCreateEvent_GetWindow(*args, **kwargs)
4181
4182
4183 class WindowCreateEventPtr(WindowCreateEvent):
4184 def __init__(self, this):
4185 self.this = this
4186 if not hasattr(self,"thisown"): self.thisown = 0
4187 self.__class__ = WindowCreateEvent
4188 _core.WindowCreateEvent_swigregister(WindowCreateEventPtr)
4189
4190 class WindowDestroyEvent(CommandEvent):
4191 """"""
4192 def __repr__(self):
4193 return "<%s.%s; proxy of C++ wxWindowDestroyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4194 def __init__(self, *args, **kwargs):
4195 """__init__(Window win=None) -> WindowDestroyEvent"""
4196 newobj = _core.new_WindowDestroyEvent(*args, **kwargs)
4197 self.this = newobj.this
4198 self.thisown = 1
4199 del newobj.thisown
4200 def GetWindow(*args, **kwargs):
4201 """GetWindow() -> Window"""
4202 return _core.WindowDestroyEvent_GetWindow(*args, **kwargs)
4203
4204
4205 class WindowDestroyEventPtr(WindowDestroyEvent):
4206 def __init__(self, this):
4207 self.this = this
4208 if not hasattr(self,"thisown"): self.thisown = 0
4209 self.__class__ = WindowDestroyEvent
4210 _core.WindowDestroyEvent_swigregister(WindowDestroyEventPtr)
4211
4212 #---------------------------------------------------------------------------
4213
4214 class ContextMenuEvent(CommandEvent):
4215 """"""
4216 def __repr__(self):
4217 return "<%s.%s; proxy of C++ wxContextMenuEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4218 def __init__(self, *args, **kwargs):
4219 """__init__(wxEventType type=wxEVT_NULL, int winid=0, Point pt=DefaultPosition) -> ContextMenuEvent"""
4220 newobj = _core.new_ContextMenuEvent(*args, **kwargs)
4221 self.this = newobj.this
4222 self.thisown = 1
4223 del newobj.thisown
4224 def GetPosition(*args, **kwargs):
4225 """GetPosition() -> Point"""
4226 return _core.ContextMenuEvent_GetPosition(*args, **kwargs)
4227
4228 def SetPosition(*args, **kwargs):
4229 """SetPosition(Point pos)"""
4230 return _core.ContextMenuEvent_SetPosition(*args, **kwargs)
4231
4232
4233 class ContextMenuEventPtr(ContextMenuEvent):
4234 def __init__(self, this):
4235 self.this = this
4236 if not hasattr(self,"thisown"): self.thisown = 0
4237 self.__class__ = ContextMenuEvent
4238 _core.ContextMenuEvent_swigregister(ContextMenuEventPtr)
4239
4240 #---------------------------------------------------------------------------
4241
4242 IDLE_PROCESS_ALL = _core.IDLE_PROCESS_ALL
4243 IDLE_PROCESS_SPECIFIED = _core.IDLE_PROCESS_SPECIFIED
4244 class IdleEvent(Event):
4245 """"""
4246 def __repr__(self):
4247 return "<%s.%s; proxy of C++ wxIdleEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4248 def __init__(self, *args, **kwargs):
4249 """__init__() -> IdleEvent"""
4250 newobj = _core.new_IdleEvent(*args, **kwargs)
4251 self.this = newobj.this
4252 self.thisown = 1
4253 del newobj.thisown
4254 def RequestMore(*args, **kwargs):
4255 """RequestMore(bool needMore=True)"""
4256 return _core.IdleEvent_RequestMore(*args, **kwargs)
4257
4258 def MoreRequested(*args, **kwargs):
4259 """MoreRequested() -> bool"""
4260 return _core.IdleEvent_MoreRequested(*args, **kwargs)
4261
4262 def SetMode(*args, **kwargs):
4263 """IdleEvent.SetMode(wxIdleMode mode)"""
4264 return _core.IdleEvent_SetMode(*args, **kwargs)
4265
4266 SetMode = staticmethod(SetMode)
4267 def GetMode(*args, **kwargs):
4268 """IdleEvent.GetMode() -> wxIdleMode"""
4269 return _core.IdleEvent_GetMode(*args, **kwargs)
4270
4271 GetMode = staticmethod(GetMode)
4272 def CanSend(*args, **kwargs):
4273 """IdleEvent.CanSend(Window win) -> bool"""
4274 return _core.IdleEvent_CanSend(*args, **kwargs)
4275
4276 CanSend = staticmethod(CanSend)
4277
4278 class IdleEventPtr(IdleEvent):
4279 def __init__(self, this):
4280 self.this = this
4281 if not hasattr(self,"thisown"): self.thisown = 0
4282 self.__class__ = IdleEvent
4283 _core.IdleEvent_swigregister(IdleEventPtr)
4284
4285 def IdleEvent_SetMode(*args, **kwargs):
4286 """IdleEvent_SetMode(wxIdleMode mode)"""
4287 return _core.IdleEvent_SetMode(*args, **kwargs)
4288
4289 def IdleEvent_GetMode(*args, **kwargs):
4290 """IdleEvent_GetMode() -> wxIdleMode"""
4291 return _core.IdleEvent_GetMode(*args, **kwargs)
4292
4293 def IdleEvent_CanSend(*args, **kwargs):
4294 """IdleEvent_CanSend(Window win) -> bool"""
4295 return _core.IdleEvent_CanSend(*args, **kwargs)
4296
4297 #---------------------------------------------------------------------------
4298
4299 class PyEvent(Event):
4300 """"""
4301 def __repr__(self):
4302 return "<%s.%s; proxy of C++ wxPyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4303 def __init__(self, *args, **kwargs):
4304 """__init__(int winid=0, wxEventType commandType=wxEVT_NULL) -> PyEvent"""
4305 newobj = _core.new_PyEvent(*args, **kwargs)
4306 self.this = newobj.this
4307 self.thisown = 1
4308 del newobj.thisown
4309 self.SetSelf(self)
4310
4311 def __del__(self, destroy=_core.delete_PyEvent):
4312 """__del__()"""
4313 try:
4314 if self.thisown: destroy(self)
4315 except: pass
4316
4317 def SetSelf(*args, **kwargs):
4318 """SetSelf(PyObject self)"""
4319 return _core.PyEvent_SetSelf(*args, **kwargs)
4320
4321 def GetSelf(*args, **kwargs):
4322 """GetSelf() -> PyObject"""
4323 return _core.PyEvent_GetSelf(*args, **kwargs)
4324
4325
4326 class PyEventPtr(PyEvent):
4327 def __init__(self, this):
4328 self.this = this
4329 if not hasattr(self,"thisown"): self.thisown = 0
4330 self.__class__ = PyEvent
4331 _core.PyEvent_swigregister(PyEventPtr)
4332
4333 class PyCommandEvent(CommandEvent):
4334 """"""
4335 def __repr__(self):
4336 return "<%s.%s; proxy of C++ wxPyCommandEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4337 def __init__(self, *args, **kwargs):
4338 """__init__(wxEventType commandType=wxEVT_NULL, int id=0) -> PyCommandEvent"""
4339 newobj = _core.new_PyCommandEvent(*args, **kwargs)
4340 self.this = newobj.this
4341 self.thisown = 1
4342 del newobj.thisown
4343 self.SetSelf(self)
4344
4345 def __del__(self, destroy=_core.delete_PyCommandEvent):
4346 """__del__()"""
4347 try:
4348 if self.thisown: destroy(self)
4349 except: pass
4350
4351 def SetSelf(*args, **kwargs):
4352 """SetSelf(PyObject self)"""
4353 return _core.PyCommandEvent_SetSelf(*args, **kwargs)
4354
4355 def GetSelf(*args, **kwargs):
4356 """GetSelf() -> PyObject"""
4357 return _core.PyCommandEvent_GetSelf(*args, **kwargs)
4358
4359
4360 class PyCommandEventPtr(PyCommandEvent):
4361 def __init__(self, this):
4362 self.this = this
4363 if not hasattr(self,"thisown"): self.thisown = 0
4364 self.__class__ = PyCommandEvent
4365 _core.PyCommandEvent_swigregister(PyCommandEventPtr)
4366
4367 #---------------------------------------------------------------------------
4368
4369 PYAPP_ASSERT_SUPPRESS = _core.PYAPP_ASSERT_SUPPRESS
4370 PYAPP_ASSERT_EXCEPTION = _core.PYAPP_ASSERT_EXCEPTION
4371 PYAPP_ASSERT_DIALOG = _core.PYAPP_ASSERT_DIALOG
4372 PYAPP_ASSERT_LOG = _core.PYAPP_ASSERT_LOG
4373 PRINT_WINDOWS = _core.PRINT_WINDOWS
4374 PRINT_POSTSCRIPT = _core.PRINT_POSTSCRIPT
4375 class PyApp(EvtHandler):
4376 """"""
4377 def __repr__(self):
4378 return "<%s.%s; proxy of C++ wxPyApp instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4379 def __init__(self, *args, **kwargs):
4380 """__init__() -> PyApp"""
4381 newobj = _core.new_PyApp(*args, **kwargs)
4382 self.this = newobj.this
4383 self.thisown = 1
4384 del newobj.thisown
4385 self._setCallbackInfo(self, PyApp)
4386 self._setOORInfo(self)
4387
4388 def __del__(self, destroy=_core.delete_PyApp):
4389 """__del__()"""
4390 try:
4391 if self.thisown: destroy(self)
4392 except: pass
4393
4394 def _setCallbackInfo(*args, **kwargs):
4395 """_setCallbackInfo(PyObject self, PyObject _class)"""
4396 return _core.PyApp__setCallbackInfo(*args, **kwargs)
4397
4398 def GetAppName(*args, **kwargs):
4399 """GetAppName() -> wxString
4400
4401 Get the application name."""
4402 return _core.PyApp_GetAppName(*args, **kwargs)
4403
4404 def SetAppName(*args, **kwargs):
4405 """SetAppName(wxString name)
4406
4407 Set the application name. This value may be used automatically
4408 by wxConfig and such."""
4409 return _core.PyApp_SetAppName(*args, **kwargs)
4410
4411 def GetClassName(*args, **kwargs):
4412 """GetClassName() -> wxString
4413
4414 Get the application's class name."""
4415 return _core.PyApp_GetClassName(*args, **kwargs)
4416
4417 def SetClassName(*args, **kwargs):
4418 """SetClassName(wxString name)
4419
4420 Set the application's class name. This value may be used for X-resources if
4421 applicable for the platform"""
4422 return _core.PyApp_SetClassName(*args, **kwargs)
4423
4424 def GetVendorName(*args, **kwargs):
4425 """GetVendorName() -> wxString
4426
4427 Get the application's vendor name."""
4428 return _core.PyApp_GetVendorName(*args, **kwargs)
4429
4430 def SetVendorName(*args, **kwargs):
4431 """SetVendorName(wxString name)
4432
4433 Set the application's vendor name. This value may be used automatically
4434 by wxConfig and such."""
4435 return _core.PyApp_SetVendorName(*args, **kwargs)
4436
4437 def GetTraits(*args, **kwargs):
4438 """GetTraits() -> wxAppTraits
4439
4440 Create the app traits object to which we delegate for everything which either
4441 should be configurable by the user (then he can change the default behaviour
4442 simply by overriding CreateTraits() and returning his own traits object) or
4443 which is GUI/console dependent as then wxAppTraits allows us to abstract the
4444 differences behind the common facade"""
4445 return _core.PyApp_GetTraits(*args, **kwargs)
4446
4447 def ProcessPendingEvents(*args, **kwargs):
4448 """ProcessPendingEvents()
4449
4450 Process all events in the wxPendingEvents list -- it is necessary to call this
4451 function to process posted events. This happens during each event loop
4452 iteration."""
4453 return _core.PyApp_ProcessPendingEvents(*args, **kwargs)
4454
4455 def Yield(*args, **kwargs):
4456 """Yield(bool onlyIfNeeded=False) -> bool
4457
4458 Process all currently pending events right now, instead of waiting until
4459 return to the event loop. It is an error to call Yield() recursively unless
4460 the value of onlyIfNeeded is True.
4461
4462 WARNING: This function is dangerous as it can lead to unexpected
4463 reentrancies (i.e. when called from an event handler it
4464 may result in calling the same event handler again), use
4465 with _extreme_ care or, better, don't use at all!
4466 """
4467 return _core.PyApp_Yield(*args, **kwargs)
4468
4469 def WakeUpIdle(*args, **kwargs):
4470 """WakeUpIdle()
4471
4472 Make sure that idle events are sent again"""
4473 return _core.PyApp_WakeUpIdle(*args, **kwargs)
4474
4475 def MainLoop(*args, **kwargs):
4476 """MainLoop() -> int
4477
4478 Execute the main GUI loop, the function returns when the loop ends."""
4479 return _core.PyApp_MainLoop(*args, **kwargs)
4480
4481 def Exit(*args, **kwargs):
4482 """Exit()
4483
4484 Exit the main loop thus terminating the application."""
4485 return _core.PyApp_Exit(*args, **kwargs)
4486
4487 def ExitMainLoop(*args, **kwargs):
4488 """ExitMainLoop()
4489
4490 Exit the main GUI loop during the next iteration (i.e. it does not
4491 stop the program immediately!)"""
4492 return _core.PyApp_ExitMainLoop(*args, **kwargs)
4493
4494 def Pending(*args, **kwargs):
4495 """Pending() -> bool
4496
4497 Returns True if there are unprocessed events in the event queue."""
4498 return _core.PyApp_Pending(*args, **kwargs)
4499
4500 def Dispatch(*args, **kwargs):
4501 """Dispatch() -> bool
4502
4503 Process the first event in the event queue (blocks until an event
4504 appears if there are none currently)"""
4505 return _core.PyApp_Dispatch(*args, **kwargs)
4506
4507 def ProcessIdle(*args, **kwargs):
4508 """ProcessIdle() -> bool
4509
4510 Called from the MainLoop when the application becomes idle and sends an
4511 IdleEvent to all interested parties. Returns True is more idle events are
4512 needed, False if not."""
4513 return _core.PyApp_ProcessIdle(*args, **kwargs)
4514
4515 def SendIdleEvents(*args, **kwargs):
4516 """SendIdleEvents(Window win, IdleEvent event) -> bool
4517
4518 Send idle event to window and all subwindows. Returns True if more idle time
4519 is requested."""
4520 return _core.PyApp_SendIdleEvents(*args, **kwargs)
4521
4522 def IsActive(*args, **kwargs):
4523 """IsActive() -> bool
4524
4525 Return True if our app has focus."""
4526 return _core.PyApp_IsActive(*args, **kwargs)
4527
4528 def SetTopWindow(*args, **kwargs):
4529 """SetTopWindow(Window win)
4530
4531 Set the "main" top level window"""
4532 return _core.PyApp_SetTopWindow(*args, **kwargs)
4533
4534 def GetTopWindow(*args, **kwargs):
4535 """GetTopWindow() -> Window
4536
4537 Return the "main" top level window (if it hadn't been set previously with
4538 SetTopWindow(), will return just some top level window and, if there not any,
4539 will return None)"""
4540 return _core.PyApp_GetTopWindow(*args, **kwargs)
4541
4542 def SetExitOnFrameDelete(*args, **kwargs):
4543 """SetExitOnFrameDelete(bool flag)
4544
4545 Control the exit behaviour: by default, the program will exit the main loop
4546 (and so, usually, terminate) when the last top-level program window is
4547 deleted. Beware that if you disable this behaviour (with
4548 SetExitOnFrameDelete(False)), you'll have to call ExitMainLoop() explicitly
4549 from somewhere.
4550 """
4551 return _core.PyApp_SetExitOnFrameDelete(*args, **kwargs)
4552
4553 def GetExitOnFrameDelete(*args, **kwargs):
4554 """GetExitOnFrameDelete() -> bool
4555
4556 Get the current exit behaviour setting."""
4557 return _core.PyApp_GetExitOnFrameDelete(*args, **kwargs)
4558
4559 def SetUseBestVisual(*args, **kwargs):
4560 """SetUseBestVisual(bool flag)
4561
4562 Set whether the app should try to use the best available visual on systems
4563 where more than one is available, (Sun, SGI, XFree86 4, etc.)"""
4564 return _core.PyApp_SetUseBestVisual(*args, **kwargs)
4565
4566 def GetUseBestVisual(*args, **kwargs):
4567 """GetUseBestVisual() -> bool
4568
4569 Get current UseBestVisual setting."""
4570 return _core.PyApp_GetUseBestVisual(*args, **kwargs)
4571
4572 def SetPrintMode(*args, **kwargs):
4573 """SetPrintMode(int mode)"""
4574 return _core.PyApp_SetPrintMode(*args, **kwargs)
4575
4576 def GetPrintMode(*args, **kwargs):
4577 """GetPrintMode() -> int"""
4578 return _core.PyApp_GetPrintMode(*args, **kwargs)
4579
4580 def SetAssertMode(*args, **kwargs):
4581 """SetAssertMode(int mode)
4582
4583 Set the OnAssert behaviour for debug and hybrid builds. The following flags
4584 may be or'd together:
4585
4586 wxPYAPP_ASSERT_SUPPRESS Don't do anything
4587 wxPYAPP_ASSERT_EXCEPTION Turn it into a Python exception if possible (default)
4588 wxPYAPP_ASSERT_DIALOG Display a message dialog
4589 wxPYAPP_ASSERT_LOG Write the assertion info to the wxLog
4590 """
4591 return _core.PyApp_SetAssertMode(*args, **kwargs)
4592
4593 def GetAssertMode(*args, **kwargs):
4594 """GetAssertMode() -> int
4595
4596 Get the current OnAssert behaviour setting."""
4597 return _core.PyApp_GetAssertMode(*args, **kwargs)
4598
4599 def GetMacSupportPCMenuShortcuts(*args, **kwargs):
4600 """PyApp.GetMacSupportPCMenuShortcuts() -> bool"""
4601 return _core.PyApp_GetMacSupportPCMenuShortcuts(*args, **kwargs)
4602
4603 GetMacSupportPCMenuShortcuts = staticmethod(GetMacSupportPCMenuShortcuts)
4604 def GetMacAboutMenuItemId(*args, **kwargs):
4605 """PyApp.GetMacAboutMenuItemId() -> long"""
4606 return _core.PyApp_GetMacAboutMenuItemId(*args, **kwargs)
4607
4608 GetMacAboutMenuItemId = staticmethod(GetMacAboutMenuItemId)
4609 def GetMacPreferencesMenuItemId(*args, **kwargs):
4610 """PyApp.GetMacPreferencesMenuItemId() -> long"""
4611 return _core.PyApp_GetMacPreferencesMenuItemId(*args, **kwargs)
4612
4613 GetMacPreferencesMenuItemId = staticmethod(GetMacPreferencesMenuItemId)
4614 def GetMacExitMenuItemId(*args, **kwargs):
4615 """PyApp.GetMacExitMenuItemId() -> long"""
4616 return _core.PyApp_GetMacExitMenuItemId(*args, **kwargs)
4617
4618 GetMacExitMenuItemId = staticmethod(GetMacExitMenuItemId)
4619 def GetMacHelpMenuTitleName(*args, **kwargs):
4620 """PyApp.GetMacHelpMenuTitleName() -> wxString"""
4621 return _core.PyApp_GetMacHelpMenuTitleName(*args, **kwargs)
4622
4623 GetMacHelpMenuTitleName = staticmethod(GetMacHelpMenuTitleName)
4624 def SetMacSupportPCMenuShortcuts(*args, **kwargs):
4625 """PyApp.SetMacSupportPCMenuShortcuts(bool val)"""
4626 return _core.PyApp_SetMacSupportPCMenuShortcuts(*args, **kwargs)
4627
4628 SetMacSupportPCMenuShortcuts = staticmethod(SetMacSupportPCMenuShortcuts)
4629 def SetMacAboutMenuItemId(*args, **kwargs):
4630 """PyApp.SetMacAboutMenuItemId(long val)"""
4631 return _core.PyApp_SetMacAboutMenuItemId(*args, **kwargs)
4632
4633 SetMacAboutMenuItemId = staticmethod(SetMacAboutMenuItemId)
4634 def SetMacPreferencesMenuItemId(*args, **kwargs):
4635 """PyApp.SetMacPreferencesMenuItemId(long val)"""
4636 return _core.PyApp_SetMacPreferencesMenuItemId(*args, **kwargs)
4637
4638 SetMacPreferencesMenuItemId = staticmethod(SetMacPreferencesMenuItemId)
4639 def SetMacExitMenuItemId(*args, **kwargs):
4640 """PyApp.SetMacExitMenuItemId(long val)"""
4641 return _core.PyApp_SetMacExitMenuItemId(*args, **kwargs)
4642
4643 SetMacExitMenuItemId = staticmethod(SetMacExitMenuItemId)
4644 def SetMacHelpMenuTitleName(*args, **kwargs):
4645 """PyApp.SetMacHelpMenuTitleName(wxString val)"""
4646 return _core.PyApp_SetMacHelpMenuTitleName(*args, **kwargs)
4647
4648 SetMacHelpMenuTitleName = staticmethod(SetMacHelpMenuTitleName)
4649 def _BootstrapApp(*args, **kwargs):
4650 """_BootstrapApp()
4651
4652 For internal use only"""
4653 return _core.PyApp__BootstrapApp(*args, **kwargs)
4654
4655 def GetComCtl32Version(*args, **kwargs):
4656 """PyApp.GetComCtl32Version() -> int
4657
4658 Returns 400, 470, 471 for comctl32.dll 4.00, 4.70, 4.71 or 0 if it
4659 wasn't found at all. Raises an exception on non-Windows platforms."""
4660 return _core.PyApp_GetComCtl32Version(*args, **kwargs)
4661
4662 GetComCtl32Version = staticmethod(GetComCtl32Version)
4663
4664 class PyAppPtr(PyApp):
4665 def __init__(self, this):
4666 self.this = this
4667 if not hasattr(self,"thisown"): self.thisown = 0
4668 self.__class__ = PyApp
4669 _core.PyApp_swigregister(PyAppPtr)
4670
4671 def PyApp_GetMacSupportPCMenuShortcuts(*args, **kwargs):
4672 """PyApp_GetMacSupportPCMenuShortcuts() -> bool"""
4673 return _core.PyApp_GetMacSupportPCMenuShortcuts(*args, **kwargs)
4674
4675 def PyApp_GetMacAboutMenuItemId(*args, **kwargs):
4676 """PyApp_GetMacAboutMenuItemId() -> long"""
4677 return _core.PyApp_GetMacAboutMenuItemId(*args, **kwargs)
4678
4679 def PyApp_GetMacPreferencesMenuItemId(*args, **kwargs):
4680 """PyApp_GetMacPreferencesMenuItemId() -> long"""
4681 return _core.PyApp_GetMacPreferencesMenuItemId(*args, **kwargs)
4682
4683 def PyApp_GetMacExitMenuItemId(*args, **kwargs):
4684 """PyApp_GetMacExitMenuItemId() -> long"""
4685 return _core.PyApp_GetMacExitMenuItemId(*args, **kwargs)
4686
4687 def PyApp_GetMacHelpMenuTitleName(*args, **kwargs):
4688 """PyApp_GetMacHelpMenuTitleName() -> wxString"""
4689 return _core.PyApp_GetMacHelpMenuTitleName(*args, **kwargs)
4690
4691 def PyApp_SetMacSupportPCMenuShortcuts(*args, **kwargs):
4692 """PyApp_SetMacSupportPCMenuShortcuts(bool val)"""
4693 return _core.PyApp_SetMacSupportPCMenuShortcuts(*args, **kwargs)
4694
4695 def PyApp_SetMacAboutMenuItemId(*args, **kwargs):
4696 """PyApp_SetMacAboutMenuItemId(long val)"""
4697 return _core.PyApp_SetMacAboutMenuItemId(*args, **kwargs)
4698
4699 def PyApp_SetMacPreferencesMenuItemId(*args, **kwargs):
4700 """PyApp_SetMacPreferencesMenuItemId(long val)"""
4701 return _core.PyApp_SetMacPreferencesMenuItemId(*args, **kwargs)
4702
4703 def PyApp_SetMacExitMenuItemId(*args, **kwargs):
4704 """PyApp_SetMacExitMenuItemId(long val)"""
4705 return _core.PyApp_SetMacExitMenuItemId(*args, **kwargs)
4706
4707 def PyApp_SetMacHelpMenuTitleName(*args, **kwargs):
4708 """PyApp_SetMacHelpMenuTitleName(wxString val)"""
4709 return _core.PyApp_SetMacHelpMenuTitleName(*args, **kwargs)
4710
4711 def PyApp_GetComCtl32Version(*args, **kwargs):
4712 """PyApp_GetComCtl32Version() -> int
4713
4714 Returns 400, 470, 471 for comctl32.dll 4.00, 4.70, 4.71 or 0 if it
4715 wasn't found at all. Raises an exception on non-Windows platforms."""
4716 return _core.PyApp_GetComCtl32Version(*args, **kwargs)
4717
4718 #---------------------------------------------------------------------------
4719
4720
4721 def Exit(*args, **kwargs):
4722 """Exit()
4723
4724 Force an exit of the application. Convenience for wx.GetApp().Exit()"""
4725 return _core.Exit(*args, **kwargs)
4726
4727 def Yield(*args, **kwargs):
4728 """Yield() -> bool
4729
4730 Yield to other apps/messages. Convenience for wx.GetApp().Yield()"""
4731 return _core.Yield(*args, **kwargs)
4732
4733 def YieldIfNeeded(*args, **kwargs):
4734 """YieldIfNeeded() -> bool
4735
4736 Yield to other apps/messages. Convenience for wx.GetApp().Yield(True)"""
4737 return _core.YieldIfNeeded(*args, **kwargs)
4738
4739 def SafeYield(*args, **kwargs):
4740 """SafeYield(Window win=None, bool onlyIfNeeded=False) -> bool
4741
4742 This function is similar to wx.Yield, except that it disables the user input
4743 to all program windows before calling wx.Yield and re-enables it again
4744 afterwards. If win is not None, this window will remain enabled, allowing the
4745 implementation of some limited user interaction.
4746
4747 Returns the result of the call to wx.Yield."""
4748 return _core.SafeYield(*args, **kwargs)
4749
4750 def WakeUpIdle(*args, **kwargs):
4751 """WakeUpIdle()
4752
4753 Cause the message queue to become empty again, so idle events will be sent."""
4754 return _core.WakeUpIdle(*args, **kwargs)
4755
4756 def PostEvent(*args, **kwargs):
4757 """PostEvent(EvtHandler dest, Event event)
4758
4759 Send an event to a window or other wx.EvtHandler to be processed later."""
4760 return _core.PostEvent(*args, **kwargs)
4761
4762 def App_CleanUp(*args, **kwargs):
4763 """App_CleanUp()
4764
4765 For internal use only, it is used to cleanup after wxWindows when Python shuts down."""
4766 return _core.App_CleanUp(*args, **kwargs)
4767
4768 def GetApp(*args, **kwargs):
4769 """GetApp() -> PyApp
4770
4771 Return a reference to the current wxApp object."""
4772 return _core.GetApp(*args, **kwargs)
4773 #----------------------------------------------------------------------
4774
4775 class PyOnDemandOutputWindow:
4776 """
4777 A class that can be used for redirecting Python's stdout and
4778 stderr streams. It will do nothing until something is wrriten to
4779 the stream at which point it will create a Frame with a text area
4780 and write the text there.
4781 """
4782 def __init__(self, title = "wxPython: stdout/stderr"):
4783 self.frame = None
4784 self.title = title
4785 self.parent = None
4786
4787 def SetParent(self, parent):
4788 """Set the window to be used as the popup Frame's parent."""
4789 self.parent = parent
4790
4791
4792 def CreateOutputWindow(self, st):
4793 self.frame = wx.Frame(self.parent, -1, self.title,
4794 style=wx.DEFAULT_FRAME_STYLE | wx.NO_FULL_REPAINT_ON_RESIZE)
4795 self.text = wxTextCtrl(self.frame, -1, "",
4796 style = wx.TE_MULTILINE | wx.TE_READONLY)
4797 self.frame.SetSize((450, 300))
4798 self.frame.Show(True)
4799 EVT_CLOSE(self.frame, self.OnCloseWindow)
4800
4801
4802 # These methods provide the file-like output behaviour.
4803 def write(self, text):
4804 """
4805 Create the output window if needed and write the string to it.
4806 If not called in the context of the gui thread then uses
4807 CallAfter to do the work there.
4808 """
4809 if self.frame is None:
4810 if not wx.Thread_IsMain():
4811 wx.CallAfter(self.CreateOutputWindow, text)
4812 else:
4813 self.CreateOutputWindow(text)
4814 else:
4815 if not wx.Thread_IsMain():
4816 wx.CallAfter(self.text.AppendText, text)
4817 else:
4818 self.text.AppendText(text)
4819
4820
4821 def close(self):
4822 if self.frame is not None:
4823 wx.CallAfter(self.frame.Close)
4824
4825
4826 def OnCloseWindow(self, event):
4827 if self.frame is not None:
4828 self.frame.Destroy()
4829 self.frame = None
4830 self.text = None
4831
4832 #----------------------------------------------------------------------
4833
4834 _defRedirect = (wx.Platform == '__WXMSW__' or wx.Platform == '__WXMAC__')
4835
4836 class App(wx.PyApp):
4837 """
4838 The main application class. Derive from this and implement an OnInit
4839 method that creates a frame and then calls self.SetTopWindow(frame)
4840 """
4841 outputWindowClass = PyOnDemandOutputWindow
4842
4843 def __init__(self, redirect=_defRedirect, filename=None, useBestVisual=False):
4844 wx.PyApp.__init__(self)
4845
4846 if wx.Platform == "__WXMAC__":
4847 try:
4848 import MacOS
4849 if not MacOS.WMAvailable():
4850 print """\
4851 This program needs access to the screen. Please run with 'pythonw',
4852 not 'python', and only when you are logged in on the main display of
4853 your Mac."""
4854 _sys.exit(1)
4855 except:
4856 pass
4857
4858 # This has to be done before OnInit
4859 self.SetUseBestVisual(useBestVisual)
4860
4861 # Set the default handler for SIGINT. This fixes a problem
4862 # where if Ctrl-C is pressed in the console that started this
4863 # app then it will not appear to do anything, (not even send
4864 # KeyboardInterrupt???) but will later segfault on exit. By
4865 # setting the default handler then the app will exit, as
4866 # expected (depending on platform.)
4867 try:
4868 import signal
4869 signal.signal(signal.SIGINT, signal.SIG_DFL)
4870 except:
4871 pass
4872
4873 # Save and redirect the stdio to a window?
4874 self.stdioWin = None
4875 self.saveStdio = (_sys.stdout, _sys.stderr)
4876 if redirect:
4877 self.RedirectStdio(filename)
4878
4879 # This finishes the initialization of wxWindows and then calls
4880 # the OnInit that should be present in the derived class
4881 self._BootstrapApp()
4882
4883
4884 def __del__(self):
4885 try:
4886 self.RestoreStdio() # Just in case the MainLoop was overridden
4887 except:
4888 pass
4889
4890
4891 def SetTopWindow(self, frame):
4892 """Set the \"main\" top level window"""
4893 if self.stdioWin:
4894 self.stdioWin.SetParent(frame)
4895 wx.PyApp.SetTopWindow(self, frame)
4896
4897
4898 def MainLoop(self):
4899 """Execute the main GUI event loop"""
4900 wx.PyApp.MainLoop(self)
4901 self.RestoreStdio()
4902
4903
4904 def RedirectStdio(self, filename):
4905 """Redirect sys.stdout and sys.stderr to a file or a popup window."""
4906 if filename:
4907 _sys.stdout = _sys.stderr = open(filename, 'a')
4908 else:
4909 self.stdioWin = self.outputWindowClass()
4910 _sys.stdout = _sys.stderr = self.stdioWin
4911
4912
4913 def RestoreStdio(self):
4914 _sys.stdout, _sys.stderr = self.saveStdio
4915
4916
4917
4918 # change from wxPyApp_ to wxApp_
4919 App_GetMacSupportPCMenuShortcuts = _core.PyApp_GetMacSupportPCMenuShortcuts
4920 App_GetMacAboutMenuItemId = _core.PyApp_GetMacAboutMenuItemId
4921 App_GetMacPreferencesMenuItemId = _core.PyApp_GetMacPreferencesMenuItemId
4922 App_GetMacExitMenuItemId = _core.PyApp_GetMacExitMenuItemId
4923 App_GetMacHelpMenuTitleName = _core.PyApp_GetMacHelpMenuTitleName
4924 App_SetMacSupportPCMenuShortcuts = _core.PyApp_SetMacSupportPCMenuShortcuts
4925 App_SetMacAboutMenuItemId = _core.PyApp_SetMacAboutMenuItemId
4926 App_SetMacPreferencesMenuItemId = _core.PyApp_SetMacPreferencesMenuItemId
4927 App_SetMacExitMenuItemId = _core.PyApp_SetMacExitMenuItemId
4928 App_SetMacHelpMenuTitleName = _core.PyApp_SetMacHelpMenuTitleName
4929 App_GetComCtl32Version = _core.PyApp_GetComCtl32Version
4930
4931 #----------------------------------------------------------------------------
4932
4933 class PySimpleApp(wx.App):
4934 """
4935 A simple application class. You can just create one of these and
4936 then then make your top level windows later, and not have to worry
4937 about OnInit."""
4938
4939 def __init__(self, redirect=False, filename=None, useBestVisual=False):
4940 wx.App.__init__(self, redirect, filename, useBestVisual)
4941
4942 def OnInit(self):
4943 wx.InitAllImageHandlers()
4944 return True
4945
4946
4947 # Is anybody using this one?
4948 class PyWidgetTester(wx.App):
4949 def __init__(self, size = (250, 100)):
4950 self.size = size
4951 wx.App.__init__(self, 0)
4952
4953 def OnInit(self):
4954 self.frame = wxFrame(None, -1, "Widget Tester", pos=(0,0), size=self.size)
4955 self.SetTopWindow(self.frame)
4956 return True
4957
4958 def SetWidget(self, widgetClass, *args):
4959 w = widgetClass(self.frame, *args)
4960 self.frame.Show(True)
4961
4962 #----------------------------------------------------------------------------
4963 # DO NOT hold any other references to this object. This is how we
4964 # know when to cleanup system resources that wxWin is holding. When
4965 # the sys module is unloaded, the refcount on sys.__wxPythonCleanup
4966 # goes to zero and it calls the wxApp_CleanUp function.
4967
4968 class __wxPyCleanup:
4969 def __init__(self):
4970 self.cleanup = _core.App_CleanUp
4971 def __del__(self):
4972 self.cleanup()
4973
4974 _sys.__wxPythonCleanup = __wxPyCleanup()
4975
4976 ## # another possible solution, but it gets called too early...
4977 ## if sys.version[0] == '2':
4978 ## import atexit
4979 ## atexit.register(_core.wxApp_CleanUp)
4980 ## else:
4981 ## sys.exitfunc = _core.wxApp_CleanUp
4982
4983
4984 #----------------------------------------------------------------------------
4985
4986 #---------------------------------------------------------------------------
4987
4988 class AcceleratorEntry(object):
4989 """"""
4990 def __repr__(self):
4991 return "<%s.%s; proxy of C++ wxAcceleratorEntry instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
4992 def __init__(self, *args, **kwargs):
4993 """__init__(int flags=0, int keyCode=0, int cmd=0, MenuItem item=None) -> AcceleratorEntry"""
4994 newobj = _core.new_AcceleratorEntry(*args, **kwargs)
4995 self.this = newobj.this
4996 self.thisown = 1
4997 del newobj.thisown
4998 def __del__(self, destroy=_core.delete_AcceleratorEntry):
4999 """__del__()"""
5000 try:
5001 if self.thisown: destroy(self)
5002 except: pass
5003
5004 def Set(*args, **kwargs):
5005 """Set(int flags, int keyCode, int cmd, MenuItem item=None)"""
5006 return _core.AcceleratorEntry_Set(*args, **kwargs)
5007
5008 def SetMenuItem(*args, **kwargs):
5009 """SetMenuItem(MenuItem item)"""
5010 return _core.AcceleratorEntry_SetMenuItem(*args, **kwargs)
5011
5012 def GetMenuItem(*args, **kwargs):
5013 """GetMenuItem() -> MenuItem"""
5014 return _core.AcceleratorEntry_GetMenuItem(*args, **kwargs)
5015
5016 def GetFlags(*args, **kwargs):
5017 """GetFlags() -> int"""
5018 return _core.AcceleratorEntry_GetFlags(*args, **kwargs)
5019
5020 def GetKeyCode(*args, **kwargs):
5021 """GetKeyCode() -> int"""
5022 return _core.AcceleratorEntry_GetKeyCode(*args, **kwargs)
5023
5024 def GetCommand(*args, **kwargs):
5025 """GetCommand() -> int"""
5026 return _core.AcceleratorEntry_GetCommand(*args, **kwargs)
5027
5028
5029 class AcceleratorEntryPtr(AcceleratorEntry):
5030 def __init__(self, this):
5031 self.this = this
5032 if not hasattr(self,"thisown"): self.thisown = 0
5033 self.__class__ = AcceleratorEntry
5034 _core.AcceleratorEntry_swigregister(AcceleratorEntryPtr)
5035
5036 class AcceleratorTable(Object):
5037 """"""
5038 def __repr__(self):
5039 return "<%s.%s; proxy of C++ wxAcceleratorTable instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
5040 def __init__(self, *args, **kwargs):
5041 """__init__(entries) -> AcceleratorTable
5042
5043 Construct an AcceleratorTable from a list of AcceleratorEntry items or
5044 3-tuples (flags, keyCode, cmdID)"""
5045 newobj = _core.new_AcceleratorTable(*args, **kwargs)
5046 self.this = newobj.this
5047 self.thisown = 1
5048 del newobj.thisown
5049 def __del__(self, destroy=_core.delete_AcceleratorTable):
5050 """__del__()"""
5051 try:
5052 if self.thisown: destroy(self)
5053 except: pass
5054
5055 def Ok(*args, **kwargs):
5056 """Ok() -> bool"""
5057 return _core.AcceleratorTable_Ok(*args, **kwargs)
5058
5059
5060 class AcceleratorTablePtr(AcceleratorTable):
5061 def __init__(self, this):
5062 self.this = this
5063 if not hasattr(self,"thisown"): self.thisown = 0
5064 self.__class__ = AcceleratorTable
5065 _core.AcceleratorTable_swigregister(AcceleratorTablePtr)
5066
5067
5068 def GetAccelFromString(*args, **kwargs):
5069 """GetAccelFromString(wxString label) -> AcceleratorEntry"""
5070 return _core.GetAccelFromString(*args, **kwargs)
5071 #---------------------------------------------------------------------------
5072
5073 class Window(EvtHandler):
5074 """"""
5075 def __repr__(self):
5076 return "<%s.%s; proxy of C++ wxWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
5077 def __init__(self, *args, **kwargs):
5078 """__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
5079 long style=0, wxString name=PanelNameStr) -> Window"""
5080 newobj = _core.new_Window(*args, **kwargs)
5081 self.this = newobj.this
5082 self.thisown = 1
5083 del newobj.thisown
5084 self._setOORInfo(self)
5085
5086 def Create(*args, **kwargs):
5087 """Create(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
5088 long style=0, wxString name=PanelNameStr) -> bool"""
5089 return _core.Window_Create(*args, **kwargs)
5090
5091 def Close(*args, **kwargs):
5092 """Close(bool force=False) -> bool"""
5093 return _core.Window_Close(*args, **kwargs)
5094
5095 def Destroy(*args, **kwargs):
5096 """Destroy() -> bool
5097
5098 Deletes the C++ object this Python object is a proxy for."""
5099 return _core.Window_Destroy(*args, **kwargs)
5100
5101 def DestroyChildren(*args, **kwargs):
5102 """DestroyChildren() -> bool"""
5103 return _core.Window_DestroyChildren(*args, **kwargs)
5104
5105 def IsBeingDeleted(*args, **kwargs):
5106 """IsBeingDeleted() -> bool"""
5107 return _core.Window_IsBeingDeleted(*args, **kwargs)
5108
5109 def SetTitle(*args, **kwargs):
5110 """SetTitle(wxString title)"""
5111 return _core.Window_SetTitle(*args, **kwargs)
5112
5113 def GetTitle(*args, **kwargs):
5114 """GetTitle() -> wxString"""
5115 return _core.Window_GetTitle(*args, **kwargs)
5116
5117 def SetLabel(*args, **kwargs):
5118 """SetLabel(wxString label)"""
5119 return _core.Window_SetLabel(*args, **kwargs)
5120
5121 def GetLabel(*args, **kwargs):
5122 """GetLabel() -> wxString"""
5123 return _core.Window_GetLabel(*args, **kwargs)
5124
5125 def SetName(*args, **kwargs):
5126 """SetName(wxString name)"""
5127 return _core.Window_SetName(*args, **kwargs)
5128
5129 def GetName(*args, **kwargs):
5130 """GetName() -> wxString"""
5131 return _core.Window_GetName(*args, **kwargs)
5132
5133 def SetId(*args, **kwargs):
5134 """SetId(int winid)"""
5135 return _core.Window_SetId(*args, **kwargs)
5136
5137 def GetId(*args, **kwargs):
5138 """GetId() -> int"""
5139 return _core.Window_GetId(*args, **kwargs)
5140
5141 def NewControlId(*args, **kwargs):
5142 """Window.NewControlId() -> int"""
5143 return _core.Window_NewControlId(*args, **kwargs)
5144
5145 NewControlId = staticmethod(NewControlId)
5146 def NextControlId(*args, **kwargs):
5147 """Window.NextControlId(int winid) -> int"""
5148 return _core.Window_NextControlId(*args, **kwargs)
5149
5150 NextControlId = staticmethod(NextControlId)
5151 def PrevControlId(*args, **kwargs):
5152 """Window.PrevControlId(int winid) -> int"""
5153 return _core.Window_PrevControlId(*args, **kwargs)
5154
5155 PrevControlId = staticmethod(PrevControlId)
5156 def SetSize(*args, **kwargs):
5157 """SetSize(Size size)"""
5158 return _core.Window_SetSize(*args, **kwargs)
5159
5160 def SetDimensions(*args, **kwargs):
5161 """SetDimensions(int x, int y, int width, int height, int sizeFlags=SIZE_AUTO)"""
5162 return _core.Window_SetDimensions(*args, **kwargs)
5163
5164 def SetRect(*args, **kwargs):
5165 """SetRect(Rect rect, int sizeFlags=SIZE_AUTO)"""
5166 return _core.Window_SetRect(*args, **kwargs)
5167
5168 def SetSizeWH(*args, **kwargs):
5169 """SetSizeWH(int width, int height)"""
5170 return _core.Window_SetSizeWH(*args, **kwargs)
5171
5172 def Move(*args, **kwargs):
5173 """Move(Point pt, int flags=SIZE_USE_EXISTING)"""
5174 return _core.Window_Move(*args, **kwargs)
5175
5176 SetPosition = Move
5177 def MoveXY(*args, **kwargs):
5178 """MoveXY(int x, int y, int flags=SIZE_USE_EXISTING)"""
5179 return _core.Window_MoveXY(*args, **kwargs)
5180
5181 def Raise(*args, **kwargs):
5182 """Raise()"""
5183 return _core.Window_Raise(*args, **kwargs)
5184
5185 def Lower(*args, **kwargs):
5186 """Lower()"""
5187 return _core.Window_Lower(*args, **kwargs)
5188
5189 def SetClientSize(*args, **kwargs):
5190 """SetClientSize(Size size)"""
5191 return _core.Window_SetClientSize(*args, **kwargs)
5192
5193 def SetClientSizeWH(*args, **kwargs):
5194 """SetClientSizeWH(int width, int height)"""
5195 return _core.Window_SetClientSizeWH(*args, **kwargs)
5196
5197 def SetClientRect(*args, **kwargs):
5198 """SetClientRect(Rect rect)"""
5199 return _core.Window_SetClientRect(*args, **kwargs)
5200
5201 def GetPosition(*args, **kwargs):
5202 """GetPosition() -> Point
5203
5204 Get the window's position."""
5205 return _core.Window_GetPosition(*args, **kwargs)
5206
5207 def GetPositionTuple(*args, **kwargs):
5208 """GetPositionTuple() -> (x,y)
5209
5210 Get the window's position."""
5211 return _core.Window_GetPositionTuple(*args, **kwargs)
5212
5213 def GetSize(*args, **kwargs):
5214 """GetSize() -> Size
5215
5216 Get the window size."""
5217 return _core.Window_GetSize(*args, **kwargs)
5218
5219 def GetSizeTuple(*args, **kwargs):
5220 """GetSizeTuple() -> (width, height)
5221
5222 Get the window size."""
5223 return _core.Window_GetSizeTuple(*args, **kwargs)
5224
5225 def GetRect(*args, **kwargs):
5226 """GetRect() -> Rect"""
5227 return _core.Window_GetRect(*args, **kwargs)
5228
5229 def GetClientSize(*args, **kwargs):
5230 """GetClientSize() -> Size
5231
5232 Get the window's client size."""
5233 return _core.Window_GetClientSize(*args, **kwargs)
5234
5235 def GetClientSizeTuple(*args, **kwargs):
5236 """GetClientSizeTuple() -> (width, height)
5237
5238 Get the window's client size."""
5239 return _core.Window_GetClientSizeTuple(*args, **kwargs)
5240
5241 def GetClientAreaOrigin(*args, **kwargs):
5242 """GetClientAreaOrigin() -> Point"""
5243 return _core.Window_GetClientAreaOrigin(*args, **kwargs)
5244
5245 def GetClientRect(*args, **kwargs):
5246 """GetClientRect() -> Rect"""
5247 return _core.Window_GetClientRect(*args, **kwargs)
5248
5249 def GetBestSize(*args, **kwargs):
5250 """GetBestSize() -> Size
5251
5252 Get the size best suited for the window (in fact, minimal acceptable size
5253 using which it will still look "nice")"""
5254 return _core.Window_GetBestSize(*args, **kwargs)
5255
5256 def GetBestSizeTuple(*args, **kwargs):
5257 """GetBestSizeTuple() -> (width, height)
5258
5259 Get the size best suited for the window (in fact, minimal acceptable size
5260 using which it will still look "nice")"""
5261 return _core.Window_GetBestSizeTuple(*args, **kwargs)
5262
5263 def GetAdjustedBestSize(*args, **kwargs):
5264 """GetAdjustedBestSize() -> Size"""
5265 return _core.Window_GetAdjustedBestSize(*args, **kwargs)
5266
5267 def Center(*args, **kwargs):
5268 """Center(int direction=BOTH)"""
5269 return _core.Window_Center(*args, **kwargs)
5270
5271 Centre = Center
5272 def CenterOnScreen(*args, **kwargs):
5273 """CenterOnScreen(int dir=BOTH)"""
5274 return _core.Window_CenterOnScreen(*args, **kwargs)
5275
5276 CentreOnScreen = CenterOnScreen
5277 def CenterOnParent(*args, **kwargs):
5278 """CenterOnParent(int dir=BOTH)"""
5279 return _core.Window_CenterOnParent(*args, **kwargs)
5280
5281 CentreOnParent = CenterOnParent
5282 def Fit(*args, **kwargs):
5283 """Fit()"""
5284 return _core.Window_Fit(*args, **kwargs)
5285
5286 def FitInside(*args, **kwargs):
5287 """FitInside()"""
5288 return _core.Window_FitInside(*args, **kwargs)
5289
5290 def SetSizeHints(*args, **kwargs):
5291 """SetSizeHints(int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1,
5292 int incH=-1)"""
5293 return _core.Window_SetSizeHints(*args, **kwargs)
5294
5295 def SetVirtualSizeHints(*args, **kwargs):
5296 """SetVirtualSizeHints(int minW, int minH, int maxW=-1, int maxH=-1)"""
5297 return _core.Window_SetVirtualSizeHints(*args, **kwargs)
5298
5299 def GetMinWidth(*args, **kwargs):
5300 """GetMinWidth() -> int"""
5301 return _core.Window_GetMinWidth(*args, **kwargs)
5302
5303 def GetMinHeight(*args, **kwargs):
5304 """GetMinHeight() -> int"""
5305 return _core.Window_GetMinHeight(*args, **kwargs)
5306
5307 def GetMaxWidth(*args, **kwargs):
5308 """GetMaxWidth() -> int"""
5309 return _core.Window_GetMaxWidth(*args, **kwargs)
5310
5311 def GetMaxHeight(*args, **kwargs):
5312 """GetMaxHeight() -> int"""
5313 return _core.Window_GetMaxHeight(*args, **kwargs)
5314
5315 def GetMaxSize(*args, **kwargs):
5316 """GetMaxSize() -> Size"""
5317 return _core.Window_GetMaxSize(*args, **kwargs)
5318
5319 def SetVirtualSize(*args, **kwargs):
5320 """SetVirtualSize(Size size)
5321
5322 Set the the virtual size of a window. For most windows this is just the
5323 client area of the window, but for some like scrolled windows it is more or
5324 less independent of the screen window size."""
5325 return _core.Window_SetVirtualSize(*args, **kwargs)
5326
5327 def SetVirtualSizeWH(*args, **kwargs):
5328 """SetVirtualSizeWH(int w, int h)
5329
5330 Set the the virtual size of a window. For most windows this is just the
5331 client area of the window, but for some like scrolled windows it is more or
5332 less independent of the screen window size."""
5333 return _core.Window_SetVirtualSizeWH(*args, **kwargs)
5334
5335 def GetVirtualSize(*args, **kwargs):
5336 """GetVirtualSize() -> Size
5337
5338 Get the the virtual size of the window. For most windows this is just
5339 the client area of the window, but for some like scrolled windows it is
5340 more or less independent of the screen window size."""
5341 return _core.Window_GetVirtualSize(*args, **kwargs)
5342
5343 def GetVirtualSizeTuple(*args, **kwargs):
5344 """GetVirtualSizeTuple() -> (width, height)
5345
5346 Get the the virtual size of the window. For most windows this is just
5347 the client area of the window, but for some like scrolled windows it is
5348 more or less independent of the screen window size."""
5349 return _core.Window_GetVirtualSizeTuple(*args, **kwargs)
5350
5351 def GetBestVirtualSize(*args, **kwargs):
5352 """GetBestVirtualSize() -> Size"""
5353 return _core.Window_GetBestVirtualSize(*args, **kwargs)
5354
5355 def Show(*args, **kwargs):
5356 """Show(bool show=True) -> bool"""
5357 return _core.Window_Show(*args, **kwargs)
5358
5359 def Hide(*args, **kwargs):
5360 """Hide() -> bool"""
5361 return _core.Window_Hide(*args, **kwargs)
5362
5363 def Enable(*args, **kwargs):
5364 """Enable(bool enable=True) -> bool"""
5365 return _core.Window_Enable(*args, **kwargs)
5366
5367 def Disable(*args, **kwargs):
5368 """Disable() -> bool"""
5369 return _core.Window_Disable(*args, **kwargs)
5370
5371 def IsShown(*args, **kwargs):
5372 """IsShown() -> bool"""
5373 return _core.Window_IsShown(*args, **kwargs)
5374
5375 def IsEnabled(*args, **kwargs):
5376 """IsEnabled() -> bool"""
5377 return _core.Window_IsEnabled(*args, **kwargs)
5378
5379 def SetWindowStyleFlag(*args, **kwargs):
5380 """SetWindowStyleFlag(long style)"""
5381 return _core.Window_SetWindowStyleFlag(*args, **kwargs)
5382
5383 def GetWindowStyleFlag(*args, **kwargs):
5384 """GetWindowStyleFlag() -> long"""
5385 return _core.Window_GetWindowStyleFlag(*args, **kwargs)
5386
5387 def SetWindowStyle(*args, **kwargs):
5388 """SetWindowStyle(long style)"""
5389 return _core.Window_SetWindowStyle(*args, **kwargs)
5390
5391 def GetWindowStyle(*args, **kwargs):
5392 """GetWindowStyle() -> long"""
5393 return _core.Window_GetWindowStyle(*args, **kwargs)
5394
5395 def HasFlag(*args, **kwargs):
5396 """HasFlag(int flag) -> bool"""
5397 return _core.Window_HasFlag(*args, **kwargs)
5398
5399 def IsRetained(*args, **kwargs):
5400 """IsRetained() -> bool"""
5401 return _core.Window_IsRetained(*args, **kwargs)
5402
5403 def SetExtraStyle(*args, **kwargs):
5404 """SetExtraStyle(long exStyle)"""
5405 return _core.Window_SetExtraStyle(*args, **kwargs)
5406
5407 def GetExtraStyle(*args, **kwargs):
5408 """GetExtraStyle() -> long"""
5409 return _core.Window_GetExtraStyle(*args, **kwargs)
5410
5411 def MakeModal(*args, **kwargs):
5412 """MakeModal(bool modal=True)"""
5413 return _core.Window_MakeModal(*args, **kwargs)
5414
5415 def SetThemeEnabled(*args, **kwargs):
5416 """SetThemeEnabled(bool enableTheme)"""
5417 return _core.Window_SetThemeEnabled(*args, **kwargs)
5418
5419 def GetThemeEnabled(*args, **kwargs):
5420 """GetThemeEnabled() -> bool"""
5421 return _core.Window_GetThemeEnabled(*args, **kwargs)
5422
5423 def ShouldInheritColours(*args, **kwargs):
5424 """ShouldInheritColours() -> bool"""
5425 return _core.Window_ShouldInheritColours(*args, **kwargs)
5426
5427 def SetFocus(*args, **kwargs):
5428 """SetFocus()"""
5429 return _core.Window_SetFocus(*args, **kwargs)
5430
5431 def SetFocusFromKbd(*args, **kwargs):
5432 """SetFocusFromKbd()"""
5433 return _core.Window_SetFocusFromKbd(*args, **kwargs)
5434
5435 def FindFocus(*args, **kwargs):
5436 """Window.FindFocus() -> Window"""
5437 return _core.Window_FindFocus(*args, **kwargs)
5438
5439 FindFocus = staticmethod(FindFocus)
5440 def AcceptsFocus(*args, **kwargs):
5441 """AcceptsFocus() -> bool"""
5442 return _core.Window_AcceptsFocus(*args, **kwargs)
5443
5444 def AcceptsFocusFromKeyboard(*args, **kwargs):
5445 """AcceptsFocusFromKeyboard() -> bool"""
5446 return _core.Window_AcceptsFocusFromKeyboard(*args, **kwargs)
5447
5448 def GetDefaultItem(*args, **kwargs):
5449 """GetDefaultItem() -> Window"""
5450 return _core.Window_GetDefaultItem(*args, **kwargs)
5451
5452 def SetDefaultItem(*args, **kwargs):
5453 """SetDefaultItem(Window child) -> Window"""
5454 return _core.Window_SetDefaultItem(*args, **kwargs)
5455
5456 def SetTmpDefaultItem(*args, **kwargs):
5457 """SetTmpDefaultItem(Window win)"""
5458 return _core.Window_SetTmpDefaultItem(*args, **kwargs)
5459
5460 def GetChildren(*args, **kwargs):
5461 """GetChildren() -> PyObject"""
5462 return _core.Window_GetChildren(*args, **kwargs)
5463
5464 def GetParent(*args, **kwargs):
5465 """GetParent() -> Window"""
5466 return _core.Window_GetParent(*args, **kwargs)
5467
5468 def GetGrandParent(*args, **kwargs):
5469 """GetGrandParent() -> Window"""
5470 return _core.Window_GetGrandParent(*args, **kwargs)
5471
5472 def IsTopLevel(*args, **kwargs):
5473 """IsTopLevel() -> bool"""
5474 return _core.Window_IsTopLevel(*args, **kwargs)
5475
5476 def Reparent(*args, **kwargs):
5477 """Reparent(Window newParent) -> bool"""
5478 return _core.Window_Reparent(*args, **kwargs)
5479
5480 def AddChild(*args, **kwargs):
5481 """AddChild(Window child)"""
5482 return _core.Window_AddChild(*args, **kwargs)
5483
5484 def RemoveChild(*args, **kwargs):
5485 """RemoveChild(Window child)"""
5486 return _core.Window_RemoveChild(*args, **kwargs)
5487
5488 def FindWindowById(*args, **kwargs):
5489 """FindWindowById(long winid) -> Window"""
5490 return _core.Window_FindWindowById(*args, **kwargs)
5491
5492 def FindWindowByName(*args, **kwargs):
5493 """FindWindowByName(wxString name) -> Window"""
5494 return _core.Window_FindWindowByName(*args, **kwargs)
5495
5496 def GetEventHandler(*args, **kwargs):
5497 """GetEventHandler() -> EvtHandler"""
5498 return _core.Window_GetEventHandler(*args, **kwargs)
5499
5500 def SetEventHandler(*args, **kwargs):
5501 """SetEventHandler(EvtHandler handler)"""
5502 return _core.Window_SetEventHandler(*args, **kwargs)
5503
5504 def PushEventHandler(*args, **kwargs):
5505 """PushEventHandler(EvtHandler handler)"""
5506 return _core.Window_PushEventHandler(*args, **kwargs)
5507
5508 def PopEventHandler(*args, **kwargs):
5509 """PopEventHandler(bool deleteHandler=False) -> EvtHandler"""
5510 return _core.Window_PopEventHandler(*args, **kwargs)
5511
5512 def RemoveEventHandler(*args, **kwargs):
5513 """RemoveEventHandler(EvtHandler handler) -> bool"""
5514 return _core.Window_RemoveEventHandler(*args, **kwargs)
5515
5516 def SetValidator(*args, **kwargs):
5517 """SetValidator(Validator validator)"""
5518 return _core.Window_SetValidator(*args, **kwargs)
5519
5520 def GetValidator(*args, **kwargs):
5521 """GetValidator() -> Validator"""
5522 return _core.Window_GetValidator(*args, **kwargs)
5523
5524 def SetAcceleratorTable(*args, **kwargs):
5525 """SetAcceleratorTable(AcceleratorTable accel)"""
5526 return _core.Window_SetAcceleratorTable(*args, **kwargs)
5527
5528 def GetAcceleratorTable(*args, **kwargs):
5529 """GetAcceleratorTable() -> AcceleratorTable"""
5530 return _core.Window_GetAcceleratorTable(*args, **kwargs)
5531
5532 def RegisterHotKey(*args, **kwargs):
5533 """RegisterHotKey(int hotkeyId, int modifiers, int keycode) -> bool"""
5534 return _core.Window_RegisterHotKey(*args, **kwargs)
5535
5536 def UnregisterHotKey(*args, **kwargs):
5537 """UnregisterHotKey(int hotkeyId) -> bool"""
5538 return _core.Window_UnregisterHotKey(*args, **kwargs)
5539
5540 def ConvertDialogPointToPixels(*args, **kwargs):
5541 """ConvertDialogPointToPixels(Point pt) -> Point"""
5542 return _core.Window_ConvertDialogPointToPixels(*args, **kwargs)
5543
5544 def ConvertDialogSizeToPixels(*args, **kwargs):
5545 """ConvertDialogSizeToPixels(Size sz) -> Size"""
5546 return _core.Window_ConvertDialogSizeToPixels(*args, **kwargs)
5547
5548 def DLG_PNT(*args, **kwargs):
5549 """DLG_PNT(Point pt) -> Point"""
5550 return _core.Window_DLG_PNT(*args, **kwargs)
5551
5552 def DLG_SZE(*args, **kwargs):
5553 """DLG_SZE(Size sz) -> Size"""
5554 return _core.Window_DLG_SZE(*args, **kwargs)
5555
5556 def ConvertPixelPointToDialog(*args, **kwargs):
5557 """ConvertPixelPointToDialog(Point pt) -> Point"""
5558 return _core.Window_ConvertPixelPointToDialog(*args, **kwargs)
5559
5560 def ConvertPixelSizeToDialog(*args, **kwargs):
5561 """ConvertPixelSizeToDialog(Size sz) -> Size"""
5562 return _core.Window_ConvertPixelSizeToDialog(*args, **kwargs)
5563
5564 def WarpPointer(*args, **kwargs):
5565 """WarpPointer(int x, int y)"""
5566 return _core.Window_WarpPointer(*args, **kwargs)
5567
5568 def CaptureMouse(*args, **kwargs):
5569 """CaptureMouse()"""
5570 return _core.Window_CaptureMouse(*args, **kwargs)
5571
5572 def ReleaseMouse(*args, **kwargs):
5573 """ReleaseMouse()"""
5574 return _core.Window_ReleaseMouse(*args, **kwargs)
5575
5576 def GetCapture(*args, **kwargs):
5577 """Window.GetCapture() -> Window"""
5578 return _core.Window_GetCapture(*args, **kwargs)
5579
5580 GetCapture = staticmethod(GetCapture)
5581 def HasCapture(*args, **kwargs):
5582 """HasCapture() -> bool"""
5583 return _core.Window_HasCapture(*args, **kwargs)
5584
5585 def Refresh(*args, **kwargs):
5586 """Refresh(bool eraseBackground=True, Rect rect=None)"""
5587 return _core.Window_Refresh(*args, **kwargs)
5588
5589 def RefreshRect(*args, **kwargs):
5590 """RefreshRect(Rect rect)"""
5591 return _core.Window_RefreshRect(*args, **kwargs)
5592
5593 def Update(*args, **kwargs):
5594 """Update()"""
5595 return _core.Window_Update(*args, **kwargs)
5596
5597 def ClearBackground(*args, **kwargs):
5598 """ClearBackground()"""
5599 return _core.Window_ClearBackground(*args, **kwargs)
5600
5601 def Freeze(*args, **kwargs):
5602 """Freeze()"""
5603 return _core.Window_Freeze(*args, **kwargs)
5604
5605 def Thaw(*args, **kwargs):
5606 """Thaw()"""
5607 return _core.Window_Thaw(*args, **kwargs)
5608
5609 def PrepareDC(*args, **kwargs):
5610 """PrepareDC(wxDC dc)"""
5611 return _core.Window_PrepareDC(*args, **kwargs)
5612
5613 def GetUpdateRegion(*args, **kwargs):
5614 """GetUpdateRegion() -> wxRegion"""
5615 return _core.Window_GetUpdateRegion(*args, **kwargs)
5616
5617 def GetUpdateClientRect(*args, **kwargs):
5618 """GetUpdateClientRect() -> Rect"""
5619 return _core.Window_GetUpdateClientRect(*args, **kwargs)
5620
5621 def IsExposed(*args, **kwargs):
5622 """IsExposed(int x, int y, int w=1, int h=1) -> bool"""
5623 return _core.Window_IsExposed(*args, **kwargs)
5624
5625 def IsExposedPoint(*args, **kwargs):
5626 """IsExposedPoint(Point pt) -> bool"""
5627 return _core.Window_IsExposedPoint(*args, **kwargs)
5628
5629 def isExposedRect(*args, **kwargs):
5630 """isExposedRect(Rect rect) -> bool"""
5631 return _core.Window_isExposedRect(*args, **kwargs)
5632
5633 def SetBackgroundColour(*args, **kwargs):
5634 """SetBackgroundColour(wxColour colour) -> bool"""
5635 return _core.Window_SetBackgroundColour(*args, **kwargs)
5636
5637 def SetForegroundColour(*args, **kwargs):
5638 """SetForegroundColour(wxColour colour) -> bool"""
5639 return _core.Window_SetForegroundColour(*args, **kwargs)
5640
5641 def GetBackgroundColour(*args, **kwargs):
5642 """GetBackgroundColour() -> wxColour"""
5643 return _core.Window_GetBackgroundColour(*args, **kwargs)
5644
5645 def GetForegroundColour(*args, **kwargs):
5646 """GetForegroundColour() -> wxColour"""
5647 return _core.Window_GetForegroundColour(*args, **kwargs)
5648
5649 def SetCursor(*args, **kwargs):
5650 """SetCursor(wxCursor cursor) -> bool"""
5651 return _core.Window_SetCursor(*args, **kwargs)
5652
5653 def GetCursor(*args, **kwargs):
5654 """GetCursor() -> wxCursor"""
5655 return _core.Window_GetCursor(*args, **kwargs)
5656
5657 def SetFont(*args, **kwargs):
5658 """SetFont(wxFont font) -> bool"""
5659 return _core.Window_SetFont(*args, **kwargs)
5660
5661 def GetFont(*args, **kwargs):
5662 """GetFont() -> wxFont"""
5663 return _core.Window_GetFont(*args, **kwargs)
5664
5665 def SetCaret(*args, **kwargs):
5666 """SetCaret(wxCaret caret)"""
5667 return _core.Window_SetCaret(*args, **kwargs)
5668
5669 def GetCaret(*args, **kwargs):
5670 """GetCaret() -> wxCaret"""
5671 return _core.Window_GetCaret(*args, **kwargs)
5672
5673 def GetCharHeight(*args, **kwargs):
5674 """GetCharHeight() -> int"""
5675 return _core.Window_GetCharHeight(*args, **kwargs)
5676
5677 def GetCharWidth(*args, **kwargs):
5678 """GetCharWidth() -> int"""
5679 return _core.Window_GetCharWidth(*args, **kwargs)
5680
5681 def GetTextExtent(*args, **kwargs):
5682 """GetTextExtent(wxString string) -> (width, height)
5683
5684 Get the width and height of the text using the current font."""
5685 return _core.Window_GetTextExtent(*args, **kwargs)
5686
5687 def GetFullTextExtent(*args, **kwargs):
5688 """GetFullTextExtent(wxString string, Font font=None) ->
5689 (width, height, descent, externalLeading)
5690
5691 Get the width, height, decent and leading of the text using the current or specified font."""
5692 return _core.Window_GetFullTextExtent(*args, **kwargs)
5693
5694 def ClientToScreenXY(*args, **kwargs):
5695 """ClientToScreenXY(int x, int y)"""
5696 return _core.Window_ClientToScreenXY(*args, **kwargs)
5697
5698 def ScreenToClientXY(*args, **kwargs):
5699 """ScreenToClientXY(int x, int y)"""
5700 return _core.Window_ScreenToClientXY(*args, **kwargs)
5701
5702 def ClientToScreen(*args, **kwargs):
5703 """ClientToScreen(Point pt) -> Point"""
5704 return _core.Window_ClientToScreen(*args, **kwargs)
5705
5706 def ScreenToClient(*args, **kwargs):
5707 """ScreenToClient(Point pt) -> Point"""
5708 return _core.Window_ScreenToClient(*args, **kwargs)
5709
5710 def HitTestXY(*args, **kwargs):
5711 """HitTestXY(int x, int y) -> wxHitTest"""
5712 return _core.Window_HitTestXY(*args, **kwargs)
5713
5714 def HitTest(*args, **kwargs):
5715 """HitTest(Point pt) -> wxHitTest"""
5716 return _core.Window_HitTest(*args, **kwargs)
5717
5718 def GetBorderFlags(*args, **kwargs):
5719 """GetBorderFlags(long flags) -> wxBorder"""
5720 return _core.Window_GetBorderFlags(*args, **kwargs)
5721
5722 def GetBorder(*args, **kwargs):
5723 """GetBorder() -> wxBorder"""
5724 return _core.Window_GetBorder(*args, **kwargs)
5725
5726 def UpdateWindowUI(*args, **kwargs):
5727 """UpdateWindowUI(long flags=UPDATE_UI_NONE)"""
5728 return _core.Window_UpdateWindowUI(*args, **kwargs)
5729
5730 def PopupMenuXY(*args, **kwargs):
5731 """PopupMenuXY(Menu menu, int x, int y) -> bool"""
5732 return _core.Window_PopupMenuXY(*args, **kwargs)
5733
5734 def PopupMenu(*args, **kwargs):
5735 """PopupMenu(Menu menu, Point pos) -> bool"""
5736 return _core.Window_PopupMenu(*args, **kwargs)
5737
5738 def GetHandle(*args, **kwargs):
5739 """GetHandle() -> long"""
5740 return _core.Window_GetHandle(*args, **kwargs)
5741
5742 def HasScrollbar(*args, **kwargs):
5743 """HasScrollbar(int orient) -> bool"""
5744 return _core.Window_HasScrollbar(*args, **kwargs)
5745
5746 def SetScrollbar(*args, **kwargs):
5747 """SetScrollbar(int orient, int pos, int thumbvisible, int range, bool refresh=True)"""
5748 return _core.Window_SetScrollbar(*args, **kwargs)
5749
5750 def SetScrollPos(*args, **kwargs):
5751 """SetScrollPos(int orient, int pos, bool refresh=True)"""
5752 return _core.Window_SetScrollPos(*args, **kwargs)
5753
5754 def GetScrollPos(*args, **kwargs):
5755 """GetScrollPos(int orient) -> int"""
5756 return _core.Window_GetScrollPos(*args, **kwargs)
5757
5758 def GetScrollThumb(*args, **kwargs):
5759 """GetScrollThumb(int orient) -> int"""
5760 return _core.Window_GetScrollThumb(*args, **kwargs)
5761
5762 def GetScrollRange(*args, **kwargs):
5763 """GetScrollRange(int orient) -> int"""
5764 return _core.Window_GetScrollRange(*args, **kwargs)
5765
5766 def ScrollWindow(*args, **kwargs):
5767 """ScrollWindow(int dx, int dy, Rect rect=None)"""
5768 return _core.Window_ScrollWindow(*args, **kwargs)
5769
5770 def ScrollLines(*args, **kwargs):
5771 """ScrollLines(int lines) -> bool"""
5772 return _core.Window_ScrollLines(*args, **kwargs)
5773
5774 def ScrollPages(*args, **kwargs):
5775 """ScrollPages(int pages) -> bool"""
5776 return _core.Window_ScrollPages(*args, **kwargs)
5777
5778 def LineUp(*args, **kwargs):
5779 """LineUp() -> bool"""
5780 return _core.Window_LineUp(*args, **kwargs)
5781
5782 def LineDown(*args, **kwargs):
5783 """LineDown() -> bool"""
5784 return _core.Window_LineDown(*args, **kwargs)
5785
5786 def PageUp(*args, **kwargs):
5787 """PageUp() -> bool"""
5788 return _core.Window_PageUp(*args, **kwargs)
5789
5790 def PageDown(*args, **kwargs):
5791 """PageDown() -> bool"""
5792 return _core.Window_PageDown(*args, **kwargs)
5793
5794 def SetHelpText(*args, **kwargs):
5795 """SetHelpText(wxString text)"""
5796 return _core.Window_SetHelpText(*args, **kwargs)
5797
5798 def SetHelpTextForId(*args, **kwargs):
5799 """SetHelpTextForId(wxString text)"""
5800 return _core.Window_SetHelpTextForId(*args, **kwargs)
5801
5802 def GetHelpText(*args, **kwargs):
5803 """GetHelpText() -> wxString"""
5804 return _core.Window_GetHelpText(*args, **kwargs)
5805
5806 def SetToolTipString(*args, **kwargs):
5807 """SetToolTipString(wxString tip)"""
5808 return _core.Window_SetToolTipString(*args, **kwargs)
5809
5810 def SetToolTip(*args, **kwargs):
5811 """SetToolTip(wxToolTip tip)"""
5812 return _core.Window_SetToolTip(*args, **kwargs)
5813
5814 def GetToolTip(*args, **kwargs):
5815 """GetToolTip() -> wxToolTip"""
5816 return _core.Window_GetToolTip(*args, **kwargs)
5817
5818 def SetDropTarget(*args, **kwargs):
5819 """SetDropTarget(wxPyDropTarget dropTarget)"""
5820 val = _core.Window_SetDropTarget(*args, **kwargs)
5821 args[1].thisown = 0
5822 return val
5823
5824 def GetDropTarget(*args, **kwargs):
5825 """GetDropTarget() -> wxPyDropTarget"""
5826 return _core.Window_GetDropTarget(*args, **kwargs)
5827
5828 def SetConstraints(*args, **kwargs):
5829 """SetConstraints(LayoutConstraints constraints)"""
5830 return _core.Window_SetConstraints(*args, **kwargs)
5831
5832 def GetConstraints(*args, **kwargs):
5833 """GetConstraints() -> LayoutConstraints"""
5834 return _core.Window_GetConstraints(*args, **kwargs)
5835
5836 def SetAutoLayout(*args, **kwargs):
5837 """SetAutoLayout(bool autoLayout)"""
5838 return _core.Window_SetAutoLayout(*args, **kwargs)
5839
5840 def GetAutoLayout(*args, **kwargs):
5841 """GetAutoLayout() -> bool"""
5842 return _core.Window_GetAutoLayout(*args, **kwargs)
5843
5844 def Layout(*args, **kwargs):
5845 """Layout() -> bool"""
5846 return _core.Window_Layout(*args, **kwargs)
5847
5848 def SetSizer(*args, **kwargs):
5849 """SetSizer(Sizer sizer, bool deleteOld=True)"""
5850 return _core.Window_SetSizer(*args, **kwargs)
5851
5852 def SetSizerAndFit(*args, **kwargs):
5853 """SetSizerAndFit(Sizer sizer, bool deleteOld=True)"""
5854 return _core.Window_SetSizerAndFit(*args, **kwargs)
5855
5856 def GetSizer(*args, **kwargs):
5857 """GetSizer() -> Sizer"""
5858 return _core.Window_GetSizer(*args, **kwargs)
5859
5860 def SetContainingSizer(*args, **kwargs):
5861 """SetContainingSizer(Sizer sizer)"""
5862 return _core.Window_SetContainingSizer(*args, **kwargs)
5863
5864 def GetContainingSizer(*args, **kwargs):
5865 """GetContainingSizer() -> Sizer"""
5866 return _core.Window_GetContainingSizer(*args, **kwargs)
5867
5868 def PostCreate(self, pre):
5869 """Phase 3 of the 2-phase create <wink!>
5870 Call this method after precreating the window with the 2-phase create method."""
5871 self.this = pre.this
5872 self.thisown = pre.thisown
5873 pre.thisown = 0
5874 if hasattr(self, '_setOORInfo'):
5875 self._setOORInfo(self)
5876 if hasattr(self, '_setCallbackInfo'):
5877 self._setCallbackInfo(self, self.__class__)
5878
5879
5880 class WindowPtr(Window):
5881 def __init__(self, this):
5882 self.this = this
5883 if not hasattr(self,"thisown"): self.thisown = 0
5884 self.__class__ = Window
5885 _core.Window_swigregister(WindowPtr)
5886 NullAcceleratorTable = cvar.NullAcceleratorTable
5887 PanelNameStr = cvar.PanelNameStr
5888
5889 def PreWindow(*args, **kwargs):
5890 """PreWindow() -> Window"""
5891 val = _core.new_PreWindow(*args, **kwargs)
5892 val.thisown = 1
5893 return val
5894
5895 def Window_NewControlId(*args, **kwargs):
5896 """Window_NewControlId() -> int"""
5897 return _core.Window_NewControlId(*args, **kwargs)
5898
5899 def Window_NextControlId(*args, **kwargs):
5900 """Window_NextControlId(int winid) -> int"""
5901 return _core.Window_NextControlId(*args, **kwargs)
5902
5903 def Window_PrevControlId(*args, **kwargs):
5904 """Window_PrevControlId(int winid) -> int"""
5905 return _core.Window_PrevControlId(*args, **kwargs)
5906
5907 def Window_FindFocus(*args, **kwargs):
5908 """Window_FindFocus() -> Window"""
5909 return _core.Window_FindFocus(*args, **kwargs)
5910
5911 def Window_GetCapture(*args, **kwargs):
5912 """Window_GetCapture() -> Window"""
5913 return _core.Window_GetCapture(*args, **kwargs)
5914
5915 def DLG_PNT(win, point_or_x, y=None):
5916 if y is None:
5917 return win.ConvertDialogPointToPixels(point_or_x)
5918 else:
5919 return win.ConvertDialogPointToPixels(wx.Point(point_or_x, y))
5920
5921 def DLG_SZE(win, size_width, height=None):
5922 if height is None:
5923 return win.ConvertDialogSizeToPixels(size_width)
5924 else:
5925 return win.ConvertDialogSizeToPixels(wx.Size(size_width, height))
5926
5927
5928 def FindWindowById(*args, **kwargs):
5929 """FindWindowById(long id, Window parent=None) -> Window"""
5930 return _core.FindWindowById(*args, **kwargs)
5931
5932 def FindWindowByName(*args, **kwargs):
5933 """FindWindowByName(wxString name, Window parent=None) -> Window"""
5934 return _core.FindWindowByName(*args, **kwargs)
5935
5936 def FindWindowByLabel(*args, **kwargs):
5937 """FindWindowByLabel(wxString label, Window parent=None) -> Window"""
5938 return _core.FindWindowByLabel(*args, **kwargs)
5939
5940 def Window_FromHWND(*args, **kwargs):
5941 """Window_FromHWND(unsigned long hWnd) -> Window"""
5942 return _core.Window_FromHWND(*args, **kwargs)
5943 #---------------------------------------------------------------------------
5944
5945 class Validator(EvtHandler):
5946 """"""
5947 def __repr__(self):
5948 return "<%s.%s; proxy of C++ wxValidator instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
5949 def __init__(self, *args, **kwargs):
5950 """__init__() -> Validator"""
5951 newobj = _core.new_Validator(*args, **kwargs)
5952 self.this = newobj.this
5953 self.thisown = 1
5954 del newobj.thisown
5955 self._setOORInfo(self)
5956
5957 def Clone(*args, **kwargs):
5958 """Clone() -> Validator"""
5959 return _core.Validator_Clone(*args, **kwargs)
5960
5961 def Validate(*args, **kwargs):
5962 """Validate(Window parent) -> bool"""
5963 return _core.Validator_Validate(*args, **kwargs)
5964
5965 def TransferToWindow(*args, **kwargs):
5966 """TransferToWindow() -> bool"""
5967 return _core.Validator_TransferToWindow(*args, **kwargs)
5968
5969 def TransferFromWindow(*args, **kwargs):
5970 """TransferFromWindow() -> bool"""
5971 return _core.Validator_TransferFromWindow(*args, **kwargs)
5972
5973 def GetWindow(*args, **kwargs):
5974 """GetWindow() -> Window"""
5975 return _core.Validator_GetWindow(*args, **kwargs)
5976
5977 def SetWindow(*args, **kwargs):
5978 """SetWindow(Window window)"""
5979 return _core.Validator_SetWindow(*args, **kwargs)
5980
5981 def IsSilent(*args, **kwargs):
5982 """Validator.IsSilent() -> bool"""
5983 return _core.Validator_IsSilent(*args, **kwargs)
5984
5985 IsSilent = staticmethod(IsSilent)
5986 def SetBellOnError(*args, **kwargs):
5987 """Validator.SetBellOnError(int doIt=True)"""
5988 return _core.Validator_SetBellOnError(*args, **kwargs)
5989
5990 SetBellOnError = staticmethod(SetBellOnError)
5991
5992 class ValidatorPtr(Validator):
5993 def __init__(self, this):
5994 self.this = this
5995 if not hasattr(self,"thisown"): self.thisown = 0
5996 self.__class__ = Validator
5997 _core.Validator_swigregister(ValidatorPtr)
5998
5999 def Validator_IsSilent(*args, **kwargs):
6000 """Validator_IsSilent() -> bool"""
6001 return _core.Validator_IsSilent(*args, **kwargs)
6002
6003 def Validator_SetBellOnError(*args, **kwargs):
6004 """Validator_SetBellOnError(int doIt=True)"""
6005 return _core.Validator_SetBellOnError(*args, **kwargs)
6006
6007 class PyValidator(Validator):
6008 """"""
6009 def __repr__(self):
6010 return "<%s.%s; proxy of C++ wxPyValidator instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
6011 def __init__(self, *args, **kwargs):
6012 """__init__() -> PyValidator"""
6013 newobj = _core.new_PyValidator(*args, **kwargs)
6014 self.this = newobj.this
6015 self.thisown = 1
6016 del newobj.thisown
6017
6018 self._setCallbackInfo(self, PyValidator, 1)
6019 self._setOORInfo(self)
6020
6021 def _setCallbackInfo(*args, **kwargs):
6022 """_setCallbackInfo(PyObject self, PyObject _class, int incref=True)"""
6023 return _core.PyValidator__setCallbackInfo(*args, **kwargs)
6024
6025
6026 class PyValidatorPtr(PyValidator):
6027 def __init__(self, this):
6028 self.this = this
6029 if not hasattr(self,"thisown"): self.thisown = 0
6030 self.__class__ = PyValidator
6031 _core.PyValidator_swigregister(PyValidatorPtr)
6032
6033 #---------------------------------------------------------------------------
6034
6035 class Menu(EvtHandler):
6036 """"""
6037 def __repr__(self):
6038 return "<%s.%s; proxy of C++ wxMenu instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
6039 def __init__(self, *args, **kwargs):
6040 """__init__(wxString title=wxPyEmptyString, long style=0) -> Menu"""
6041 newobj = _core.new_Menu(*args, **kwargs)
6042 self.this = newobj.this
6043 self.thisown = 1
6044 del newobj.thisown
6045 self._setOORInfo(self)
6046
6047 def Append(*args, **kwargs):
6048 """Append(int itemid, wxString text, wxString help=wxPyEmptyString,
6049 wxItemKind kind=ITEM_NORMAL)"""
6050 return _core.Menu_Append(*args, **kwargs)
6051
6052 def AppendSeparator(*args, **kwargs):
6053 """AppendSeparator()"""
6054 return _core.Menu_AppendSeparator(*args, **kwargs)
6055
6056 def AppendCheckItem(*args, **kwargs):
6057 """AppendCheckItem(int itemid, wxString text, wxString help=wxPyEmptyString)"""
6058 return _core.Menu_AppendCheckItem(*args, **kwargs)
6059
6060 def AppendRadioItem(*args, **kwargs):
6061 """AppendRadioItem(int itemid, wxString text, wxString help=wxPyEmptyString)"""
6062 return _core.Menu_AppendRadioItem(*args, **kwargs)
6063
6064 def AppendMenu(*args, **kwargs):
6065 """AppendMenu(int itemid, wxString text, Menu submenu, wxString help=wxPyEmptyString)"""
6066 return _core.Menu_AppendMenu(*args, **kwargs)
6067
6068 def AppendItem(*args, **kwargs):
6069 """AppendItem(MenuItem item)"""
6070 return _core.Menu_AppendItem(*args, **kwargs)
6071
6072 def Break(*args, **kwargs):
6073 """Break()"""
6074 return _core.Menu_Break(*args, **kwargs)
6075
6076 def InsertItem(*args, **kwargs):
6077 """InsertItem(size_t pos, MenuItem item) -> bool"""
6078 return _core.Menu_InsertItem(*args, **kwargs)
6079
6080 def Insert(*args, **kwargs):
6081 """Insert(size_t pos, int itemid, wxString text, wxString help=wxPyEmptyString,
6082 wxItemKind kind=ITEM_NORMAL)"""
6083 return _core.Menu_Insert(*args, **kwargs)
6084
6085 def InsertSeparator(*args, **kwargs):
6086 """InsertSeparator(size_t pos)"""
6087 return _core.Menu_InsertSeparator(*args, **kwargs)
6088
6089 def InsertCheckItem(*args, **kwargs):
6090 """InsertCheckItem(size_t pos, int itemid, wxString text, wxString help=wxPyEmptyString)"""
6091 return _core.Menu_InsertCheckItem(*args, **kwargs)
6092
6093 def InsertRadioItem(*args, **kwargs):
6094 """InsertRadioItem(size_t pos, int itemid, wxString text, wxString help=wxPyEmptyString)"""
6095 return _core.Menu_InsertRadioItem(*args, **kwargs)
6096
6097 def InsertMenu(*args, **kwargs):
6098 """InsertMenu(size_t pos, int itemid, wxString text, Menu submenu,
6099 wxString help=wxPyEmptyString)"""
6100 return _core.Menu_InsertMenu(*args, **kwargs)
6101
6102 def PrependItem(*args, **kwargs):
6103 """PrependItem(MenuItem item)"""
6104 return _core.Menu_PrependItem(*args, **kwargs)
6105
6106 def Prepend(*args, **kwargs):
6107 """Prepend(int itemid, wxString text, wxString help=wxPyEmptyString,
6108 wxItemKind kind=ITEM_NORMAL)"""
6109 return _core.Menu_Prepend(*args, **kwargs)
6110
6111 def PrependSeparator(*args, **kwargs):
6112 """PrependSeparator()"""
6113 return _core.Menu_PrependSeparator(*args, **kwargs)
6114
6115 def PrependCheckItem(*args, **kwargs):
6116 """PrependCheckItem(int itemid, wxString text, wxString help=wxPyEmptyString)"""
6117 return _core.Menu_PrependCheckItem(*args, **kwargs)
6118
6119 def PrependRadioItem(*args, **kwargs):
6120 """PrependRadioItem(int itemid, wxString text, wxString help=wxPyEmptyString)"""
6121 return _core.Menu_PrependRadioItem(*args, **kwargs)
6122
6123 def PrependMenu(*args, **kwargs):
6124 """PrependMenu(int itemid, wxString text, Menu submenu, wxString help=wxPyEmptyString)"""
6125 return _core.Menu_PrependMenu(*args, **kwargs)
6126
6127 def Remove(*args, **kwargs):
6128 """Remove(int itemid) -> MenuItem"""
6129 return _core.Menu_Remove(*args, **kwargs)
6130
6131 def RemoveItem(*args, **kwargs):
6132 """RemoveItem(MenuItem item) -> MenuItem"""
6133 return _core.Menu_RemoveItem(*args, **kwargs)
6134
6135 def Delete(*args, **kwargs):
6136 """Delete(int itemid) -> bool"""
6137 return _core.Menu_Delete(*args, **kwargs)
6138
6139 def DeleteItem(*args, **kwargs):
6140 """DeleteItem(MenuItem item) -> bool"""
6141 return _core.Menu_DeleteItem(*args, **kwargs)
6142
6143 def Destroy(*args, **kwargs):
6144 """Destroy()
6145
6146 Deletes the C++ object this Python object is a proxy for."""
6147 return _core.Menu_Destroy(*args, **kwargs)
6148
6149 def DestroyId(*args, **kwargs):
6150 """DestroyId(int itemid) -> bool
6151
6152 Deletes the C++ object this Python object is a proxy for."""
6153 return _core.Menu_DestroyId(*args, **kwargs)
6154
6155 def DestroyItem(*args, **kwargs):
6156 """DestroyItem(MenuItem item) -> bool
6157
6158 Deletes the C++ object this Python object is a proxy for."""
6159 return _core.Menu_DestroyItem(*args, **kwargs)
6160
6161 def GetMenuItemCount(*args, **kwargs):
6162 """GetMenuItemCount() -> size_t"""
6163 return _core.Menu_GetMenuItemCount(*args, **kwargs)
6164
6165 def GetMenuItems(*args, **kwargs):
6166 """GetMenuItems() -> PyObject"""
6167 return _core.Menu_GetMenuItems(*args, **kwargs)
6168
6169 def FindItem(*args, **kwargs):
6170 """FindItem(wxString item) -> int"""
6171 return _core.Menu_FindItem(*args, **kwargs)
6172
6173 def FindItemById(*args, **kwargs):
6174 """FindItemById(int itemid) -> MenuItem"""
6175 return _core.Menu_FindItemById(*args, **kwargs)
6176
6177 def FindItemByPosition(*args, **kwargs):
6178 """FindItemByPosition(size_t position) -> MenuItem"""
6179 return _core.Menu_FindItemByPosition(*args, **kwargs)
6180
6181 def Enable(*args, **kwargs):
6182 """Enable(int itemid, bool enable)"""
6183 return _core.Menu_Enable(*args, **kwargs)
6184
6185 def IsEnabled(*args, **kwargs):
6186 """IsEnabled(int itemid) -> bool"""
6187 return _core.Menu_IsEnabled(*args, **kwargs)
6188
6189 def Check(*args, **kwargs):
6190 """Check(int itemid, bool check)"""
6191 return _core.Menu_Check(*args, **kwargs)
6192
6193 def IsChecked(*args, **kwargs):
6194 """IsChecked(int itemid) -> bool"""
6195 return _core.Menu_IsChecked(*args, **kwargs)
6196
6197 def SetLabel(*args, **kwargs):
6198 """SetLabel(int itemid, wxString label)"""
6199 return _core.Menu_SetLabel(*args, **kwargs)
6200
6201 def GetLabel(*args, **kwargs):
6202 """GetLabel(int itemid) -> wxString"""
6203 return _core.Menu_GetLabel(*args, **kwargs)
6204
6205 def SetHelpString(*args, **kwargs):
6206 """SetHelpString(int itemid, wxString helpString)"""
6207 return _core.Menu_SetHelpString(*args, **kwargs)
6208
6209 def GetHelpString(*args, **kwargs):
6210 """GetHelpString(int itemid) -> wxString"""
6211 return _core.Menu_GetHelpString(*args, **kwargs)
6212
6213 def SetTitle(*args, **kwargs):
6214 """SetTitle(wxString title)"""
6215 return _core.Menu_SetTitle(*args, **kwargs)
6216
6217 def GetTitle(*args, **kwargs):
6218 """GetTitle() -> wxString"""
6219 return _core.Menu_GetTitle(*args, **kwargs)
6220
6221 def SetEventHandler(*args, **kwargs):
6222 """SetEventHandler(EvtHandler handler)"""
6223 return _core.Menu_SetEventHandler(*args, **kwargs)
6224
6225 def GetEventHandler(*args, **kwargs):
6226 """GetEventHandler() -> EvtHandler"""
6227 return _core.Menu_GetEventHandler(*args, **kwargs)
6228
6229 def SetInvokingWindow(*args, **kwargs):
6230 """SetInvokingWindow(Window win)"""
6231 return _core.Menu_SetInvokingWindow(*args, **kwargs)
6232
6233 def GetInvokingWindow(*args, **kwargs):
6234 """GetInvokingWindow() -> Window"""
6235 return _core.Menu_GetInvokingWindow(*args, **kwargs)
6236
6237 def GetStyle(*args, **kwargs):
6238 """GetStyle() -> long"""
6239 return _core.Menu_GetStyle(*args, **kwargs)
6240
6241 def UpdateUI(*args, **kwargs):
6242 """UpdateUI(EvtHandler source=None)"""
6243 return _core.Menu_UpdateUI(*args, **kwargs)
6244
6245 def GetMenuBar(*args, **kwargs):
6246 """GetMenuBar() -> MenuBar"""
6247 return _core.Menu_GetMenuBar(*args, **kwargs)
6248
6249 def Attach(*args, **kwargs):
6250 """Attach(wxMenuBarBase menubar)"""
6251 return _core.Menu_Attach(*args, **kwargs)
6252
6253 def Detach(*args, **kwargs):
6254 """Detach()"""
6255 return _core.Menu_Detach(*args, **kwargs)
6256
6257 def IsAttached(*args, **kwargs):
6258 """IsAttached() -> bool"""
6259 return _core.Menu_IsAttached(*args, **kwargs)
6260
6261 def SetParent(*args, **kwargs):
6262 """SetParent(Menu parent)"""
6263 return _core.Menu_SetParent(*args, **kwargs)
6264
6265 def GetParent(*args, **kwargs):
6266 """GetParent() -> Menu"""
6267 return _core.Menu_GetParent(*args, **kwargs)
6268
6269
6270 class MenuPtr(Menu):
6271 def __init__(self, this):
6272 self.this = this
6273 if not hasattr(self,"thisown"): self.thisown = 0
6274 self.__class__ = Menu
6275 _core.Menu_swigregister(MenuPtr)
6276 DefaultValidator = cvar.DefaultValidator
6277
6278 #---------------------------------------------------------------------------
6279
6280 class MenuBar(Window):
6281 """"""
6282 def __repr__(self):
6283 return "<%s.%s; proxy of C++ wxMenuBar instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
6284 def __init__(self, *args, **kwargs):
6285 """__init__(long style=0) -> MenuBar"""
6286 newobj = _core.new_MenuBar(*args, **kwargs)
6287 self.this = newobj.this
6288 self.thisown = 1
6289 del newobj.thisown
6290 self._setOORInfo(self)
6291
6292 def Append(*args, **kwargs):
6293 """Append(Menu menu, wxString title) -> bool"""
6294 return _core.MenuBar_Append(*args, **kwargs)
6295
6296 def Insert(*args, **kwargs):
6297 """Insert(size_t pos, Menu menu, wxString title) -> bool"""
6298 return _core.MenuBar_Insert(*args, **kwargs)
6299
6300 def GetMenuCount(*args, **kwargs):
6301 """GetMenuCount() -> size_t"""
6302 return _core.MenuBar_GetMenuCount(*args, **kwargs)
6303
6304 def GetMenu(*args, **kwargs):
6305 """GetMenu(size_t pos) -> Menu"""
6306 return _core.MenuBar_GetMenu(*args, **kwargs)
6307
6308 def Replace(*args, **kwargs):
6309 """Replace(size_t pos, Menu menu, wxString title) -> Menu"""
6310 return _core.MenuBar_Replace(*args, **kwargs)
6311
6312 def Remove(*args, **kwargs):
6313 """Remove(size_t pos) -> Menu"""
6314 return _core.MenuBar_Remove(*args, **kwargs)
6315
6316 def EnableTop(*args, **kwargs):
6317 """EnableTop(size_t pos, bool enable)"""
6318 return _core.MenuBar_EnableTop(*args, **kwargs)
6319
6320 def IsEnabledTop(*args, **kwargs):
6321 """IsEnabledTop(size_t pos) -> bool"""
6322 return _core.MenuBar_IsEnabledTop(*args, **kwargs)
6323
6324 def SetLabelTop(*args, **kwargs):
6325 """SetLabelTop(size_t pos, wxString label)"""
6326 return _core.MenuBar_SetLabelTop(*args, **kwargs)
6327
6328 def GetLabelTop(*args, **kwargs):
6329 """GetLabelTop(size_t pos) -> wxString"""
6330 return _core.MenuBar_GetLabelTop(*args, **kwargs)
6331
6332 def FindMenuItem(*args, **kwargs):
6333 """FindMenuItem(wxString menu, wxString item) -> int"""
6334 return _core.MenuBar_FindMenuItem(*args, **kwargs)
6335
6336 def FindItemById(*args, **kwargs):
6337 """FindItemById(int itemid) -> MenuItem"""
6338 return _core.MenuBar_FindItemById(*args, **kwargs)
6339
6340 def FindMenu(*args, **kwargs):
6341 """FindMenu(wxString title) -> int"""
6342 return _core.MenuBar_FindMenu(*args, **kwargs)
6343
6344 def Enable(*args, **kwargs):
6345 """Enable(int itemid, bool enable)"""
6346 return _core.MenuBar_Enable(*args, **kwargs)
6347
6348 def Check(*args, **kwargs):
6349 """Check(int itemid, bool check)"""
6350 return _core.MenuBar_Check(*args, **kwargs)
6351
6352 def IsChecked(*args, **kwargs):
6353 """IsChecked(int itemid) -> bool"""
6354 return _core.MenuBar_IsChecked(*args, **kwargs)
6355
6356 def IsEnabled(*args, **kwargs):
6357 """IsEnabled(int itemid) -> bool"""
6358 return _core.MenuBar_IsEnabled(*args, **kwargs)
6359
6360 def SetLabel(*args, **kwargs):
6361 """SetLabel(int itemid, wxString label)"""
6362 return _core.MenuBar_SetLabel(*args, **kwargs)
6363
6364 def GetLabel(*args, **kwargs):
6365 """GetLabel(int itemid) -> wxString"""
6366 return _core.MenuBar_GetLabel(*args, **kwargs)
6367
6368 def SetHelpString(*args, **kwargs):
6369 """SetHelpString(int itemid, wxString helpString)"""
6370 return _core.MenuBar_SetHelpString(*args, **kwargs)
6371
6372 def GetHelpString(*args, **kwargs):
6373 """GetHelpString(int itemid) -> wxString"""
6374 return _core.MenuBar_GetHelpString(*args, **kwargs)
6375
6376 def GetFrame(*args, **kwargs):
6377 """GetFrame() -> wxFrame"""
6378 return _core.MenuBar_GetFrame(*args, **kwargs)
6379
6380 def IsAttached(*args, **kwargs):
6381 """IsAttached() -> bool"""
6382 return _core.MenuBar_IsAttached(*args, **kwargs)
6383
6384 def Attach(*args, **kwargs):
6385 """Attach(wxFrame frame)"""
6386 return _core.MenuBar_Attach(*args, **kwargs)
6387
6388 def Detach(*args, **kwargs):
6389 """Detach()"""
6390 return _core.MenuBar_Detach(*args, **kwargs)
6391
6392
6393 class MenuBarPtr(MenuBar):
6394 def __init__(self, this):
6395 self.this = this
6396 if not hasattr(self,"thisown"): self.thisown = 0
6397 self.__class__ = MenuBar
6398 _core.MenuBar_swigregister(MenuBarPtr)
6399
6400 #---------------------------------------------------------------------------
6401
6402 class MenuItem(Object):
6403 """"""
6404 def __repr__(self):
6405 return "<%s.%s; proxy of C++ wxMenuItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
6406 def __init__(self, *args, **kwargs):
6407 """__init__(Menu parentMenu=None, int id=ID_SEPARATOR, wxString text=wxPyEmptyString,
6408 wxString help=wxPyEmptyString,
6409 wxItemKind kind=ITEM_NORMAL, Menu subMenu=None) -> MenuItem"""
6410 newobj = _core.new_MenuItem(*args, **kwargs)
6411 self.this = newobj.this
6412 self.thisown = 1
6413 del newobj.thisown
6414 def GetMenu(*args, **kwargs):
6415 """GetMenu() -> Menu"""
6416 return _core.MenuItem_GetMenu(*args, **kwargs)
6417
6418 def SetMenu(*args, **kwargs):
6419 """SetMenu(Menu menu)"""
6420 return _core.MenuItem_SetMenu(*args, **kwargs)
6421
6422 def SetId(*args, **kwargs):
6423 """SetId(int itemid)"""
6424 return _core.MenuItem_SetId(*args, **kwargs)
6425
6426 def GetId(*args, **kwargs):
6427 """GetId() -> int"""
6428 return _core.MenuItem_GetId(*args, **kwargs)
6429
6430 def IsSeparator(*args, **kwargs):
6431 """IsSeparator() -> bool"""
6432 return _core.MenuItem_IsSeparator(*args, **kwargs)
6433
6434 def SetText(*args, **kwargs):
6435 """SetText(wxString str)"""
6436 return _core.MenuItem_SetText(*args, **kwargs)
6437
6438 def GetLabel(*args, **kwargs):
6439 """GetLabel() -> wxString"""
6440 return _core.MenuItem_GetLabel(*args, **kwargs)
6441
6442 def GetText(*args, **kwargs):
6443 """GetText() -> wxString"""
6444 return _core.MenuItem_GetText(*args, **kwargs)
6445
6446 def GetLabelFromText(*args, **kwargs):
6447 """MenuItem.GetLabelFromText(wxString text) -> wxString"""
6448 return _core.MenuItem_GetLabelFromText(*args, **kwargs)
6449
6450 GetLabelFromText = staticmethod(GetLabelFromText)
6451 def GetKind(*args, **kwargs):
6452 """GetKind() -> wxItemKind"""
6453 return _core.MenuItem_GetKind(*args, **kwargs)
6454
6455 def SetCheckable(*args, **kwargs):
6456 """SetCheckable(bool checkable)"""
6457 return _core.MenuItem_SetCheckable(*args, **kwargs)
6458
6459 def IsCheckable(*args, **kwargs):
6460 """IsCheckable() -> bool"""
6461 return _core.MenuItem_IsCheckable(*args, **kwargs)
6462
6463 def IsSubMenu(*args, **kwargs):
6464 """IsSubMenu() -> bool"""
6465 return _core.MenuItem_IsSubMenu(*args, **kwargs)
6466
6467 def SetSubMenu(*args, **kwargs):
6468 """SetSubMenu(Menu menu)"""
6469 return _core.MenuItem_SetSubMenu(*args, **kwargs)
6470
6471 def GetSubMenu(*args, **kwargs):
6472 """GetSubMenu() -> Menu"""
6473 return _core.MenuItem_GetSubMenu(*args, **kwargs)
6474
6475 def Enable(*args, **kwargs):
6476 """Enable(bool enable=True)"""
6477 return _core.MenuItem_Enable(*args, **kwargs)
6478
6479 def IsEnabled(*args, **kwargs):
6480 """IsEnabled() -> bool"""
6481 return _core.MenuItem_IsEnabled(*args, **kwargs)
6482
6483 def Check(*args, **kwargs):
6484 """Check(bool check=True)"""
6485 return _core.MenuItem_Check(*args, **kwargs)
6486
6487 def IsChecked(*args, **kwargs):
6488 """IsChecked() -> bool"""
6489 return _core.MenuItem_IsChecked(*args, **kwargs)
6490
6491 def Toggle(*args, **kwargs):
6492 """Toggle()"""
6493 return _core.MenuItem_Toggle(*args, **kwargs)
6494
6495 def SetHelp(*args, **kwargs):
6496 """SetHelp(wxString str)"""
6497 return _core.MenuItem_SetHelp(*args, **kwargs)
6498
6499 def GetHelp(*args, **kwargs):
6500 """GetHelp() -> wxString"""
6501 return _core.MenuItem_GetHelp(*args, **kwargs)
6502
6503 def GetAccel(*args, **kwargs):
6504 """GetAccel() -> AcceleratorEntry"""
6505 return _core.MenuItem_GetAccel(*args, **kwargs)
6506
6507 def SetAccel(*args, **kwargs):
6508 """SetAccel(AcceleratorEntry accel)"""
6509 return _core.MenuItem_SetAccel(*args, **kwargs)
6510
6511 def GetDefaultMarginWidth(*args, **kwargs):
6512 """MenuItem.GetDefaultMarginWidth() -> int"""
6513 return _core.MenuItem_GetDefaultMarginWidth(*args, **kwargs)
6514
6515 GetDefaultMarginWidth = staticmethod(GetDefaultMarginWidth)
6516 def SetBitmap(*args, **kwargs):
6517 """SetBitmap(wxBitmap bitmap)"""
6518 return _core.MenuItem_SetBitmap(*args, **kwargs)
6519
6520 def GetBitmap(*args, **kwargs):
6521 """GetBitmap() -> wxBitmap"""
6522 return _core.MenuItem_GetBitmap(*args, **kwargs)
6523
6524
6525 class MenuItemPtr(MenuItem):
6526 def __init__(self, this):
6527 self.this = this
6528 if not hasattr(self,"thisown"): self.thisown = 0
6529 self.__class__ = MenuItem
6530 _core.MenuItem_swigregister(MenuItemPtr)
6531
6532 def MenuItem_GetLabelFromText(*args, **kwargs):
6533 """MenuItem_GetLabelFromText(wxString text) -> wxString"""
6534 return _core.MenuItem_GetLabelFromText(*args, **kwargs)
6535
6536 def MenuItem_GetDefaultMarginWidth(*args, **kwargs):
6537 """MenuItem_GetDefaultMarginWidth() -> int"""
6538 return _core.MenuItem_GetDefaultMarginWidth(*args, **kwargs)
6539
6540 #---------------------------------------------------------------------------
6541
6542 class Control(Window):
6543 """"""
6544 def __repr__(self):
6545 return "<%s.%s; proxy of C++ wxControl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
6546 def __init__(self, *args, **kwargs):
6547 """__init__(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
6548 long style=0, Validator validator=DefaultValidator,
6549 wxString name=wxPyControlNameStr) -> Control"""
6550 newobj = _core.new_Control(*args, **kwargs)
6551 self.this = newobj.this
6552 self.thisown = 1
6553 del newobj.thisown
6554 self._setOORInfo(self)
6555
6556 def Create(*args, **kwargs):
6557 """Create(Window parent, int id, Point pos=DefaultPosition, Size size=DefaultSize,
6558 long style=0, Validator validator=DefaultValidator,
6559 wxString name=wxPyControlNameStr) -> bool"""
6560 return _core.Control_Create(*args, **kwargs)
6561
6562 def Command(*args, **kwargs):
6563 """Command(CommandEvent event)"""
6564 return _core.Control_Command(*args, **kwargs)
6565
6566 def GetLabel(*args, **kwargs):
6567 """GetLabel() -> wxString"""
6568 return _core.Control_GetLabel(*args, **kwargs)
6569
6570 def SetLabel(*args, **kwargs):
6571 """SetLabel(wxString label)"""
6572 return _core.Control_SetLabel(*args, **kwargs)
6573
6574
6575 class ControlPtr(Control):
6576 def __init__(self, this):
6577 self.this = this
6578 if not hasattr(self,"thisown"): self.thisown = 0
6579 self.__class__ = Control
6580 _core.Control_swigregister(ControlPtr)
6581
6582 def PreControl(*args, **kwargs):
6583 """PreControl() -> Control"""
6584 val = _core.new_PreControl(*args, **kwargs)
6585 val.thisown = 1
6586 return val
6587
6588 #---------------------------------------------------------------------------
6589
6590 class ItemContainer(object):
6591 """"""
6592 def __init__(self): raise RuntimeError, "No constructor defined"
6593 def __repr__(self):
6594 return "<%s.%s; proxy of C++ wxItemContainer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
6595 def Append(*args, **kwargs):
6596 """Append(wxString item, PyObject clientData=None) -> int"""
6597 return _core.ItemContainer_Append(*args, **kwargs)
6598
6599 def AppendItems(*args, **kwargs):
6600 """AppendItems(wxArrayString strings)"""
6601 return _core.ItemContainer_AppendItems(*args, **kwargs)
6602
6603 def Insert(*args, **kwargs):
6604 """Insert(wxString item, int pos, PyObject clientData=None) -> int"""
6605 return _core.ItemContainer_Insert(*args, **kwargs)
6606
6607 def Clear(*args, **kwargs):
6608 """Clear()"""
6609 return _core.ItemContainer_Clear(*args, **kwargs)
6610
6611 def Delete(*args, **kwargs):
6612 """Delete(int n)"""
6613 return _core.ItemContainer_Delete(*args, **kwargs)
6614
6615 def GetCount(*args, **kwargs):
6616 """GetCount() -> int"""
6617 return _core.ItemContainer_GetCount(*args, **kwargs)
6618
6619 def IsEmpty(*args, **kwargs):
6620 """IsEmpty() -> bool"""
6621 return _core.ItemContainer_IsEmpty(*args, **kwargs)
6622
6623 def GetString(*args, **kwargs):
6624 """GetString(int n) -> wxString"""
6625 return _core.ItemContainer_GetString(*args, **kwargs)
6626
6627 def GetStrings(*args, **kwargs):
6628 """GetStrings() -> wxArrayString"""
6629 return _core.ItemContainer_GetStrings(*args, **kwargs)
6630
6631 def SetString(*args, **kwargs):
6632 """SetString(int n, wxString s)"""
6633 return _core.ItemContainer_SetString(*args, **kwargs)
6634
6635 def FindString(*args, **kwargs):
6636 """FindString(wxString s) -> int"""
6637 return _core.ItemContainer_FindString(*args, **kwargs)
6638
6639 def Select(*args, **kwargs):
6640 """Select(int n)"""
6641 return _core.ItemContainer_Select(*args, **kwargs)
6642
6643 def GetSelection(*args, **kwargs):
6644 """GetSelection() -> int"""
6645 return _core.ItemContainer_GetSelection(*args, **kwargs)
6646
6647 def GetStringSelection(*args, **kwargs):
6648 """GetStringSelection() -> wxString"""
6649 return _core.ItemContainer_GetStringSelection(*args, **kwargs)
6650
6651 def GetClientData(*args, **kwargs):
6652 """GetClientData(int n) -> PyObject"""
6653 return _core.ItemContainer_GetClientData(*args, **kwargs)
6654
6655 def SetClientData(*args, **kwargs):
6656 """SetClientData(int n, PyObject clientData)"""
6657 return _core.ItemContainer_SetClientData(*args, **kwargs)
6658
6659
6660 class ItemContainerPtr(ItemContainer):
6661 def __init__(self, this):
6662 self.this = this
6663 if not hasattr(self,"thisown"): self.thisown = 0
6664 self.__class__ = ItemContainer
6665 _core.ItemContainer_swigregister(ItemContainerPtr)
6666
6667 #---------------------------------------------------------------------------
6668
6669 class ControlWithItems(Control,ItemContainer):
6670 """"""
6671 def __init__(self): raise RuntimeError, "No constructor defined"
6672 def __repr__(self):
6673 return "<%s.%s; proxy of C++ wxControlWithItems instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
6674
6675 class ControlWithItemsPtr(ControlWithItems):
6676 def __init__(self, this):
6677 self.this = this
6678 if not hasattr(self,"thisown"): self.thisown = 0
6679 self.__class__ = ControlWithItems
6680 _core.ControlWithItems_swigregister(ControlWithItemsPtr)
6681
6682 #---------------------------------------------------------------------------
6683
6684 class SizerItem(Object):
6685 """"""
6686 def __repr__(self):
6687 return "<%s.%s; proxy of C++ wxSizerItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
6688 def __init__(self, *args, **kwargs):
6689 """__init__() -> SizerItem"""
6690 newobj = _core.new_SizerItem(*args, **kwargs)
6691 self.this = newobj.this
6692 self.thisown = 1
6693 del newobj.thisown
6694 def DeleteWindows(*args, **kwargs):
6695 """DeleteWindows()"""
6696 return _core.SizerItem_DeleteWindows(*args, **kwargs)
6697
6698 def DetachSizer(*args, **kwargs):
6699 """DetachSizer()"""
6700 return _core.SizerItem_DetachSizer(*args, **kwargs)
6701
6702 def GetSize(*args, **kwargs):
6703 """GetSize() -> Size"""
6704 return _core.SizerItem_GetSize(*args, **kwargs)
6705
6706 def CalcMin(*args, **kwargs):
6707 """CalcMin() -> Size"""
6708 return _core.SizerItem_CalcMin(*args, **kwargs)
6709
6710 def SetDimension(*args, **kwargs):
6711 """SetDimension(Point pos, Size size)"""
6712 return _core.SizerItem_SetDimension(*args, **kwargs)
6713
6714 def GetMinSize(*args, **kwargs):
6715 """GetMinSize() -> Size"""
6716 return _core.SizerItem_GetMinSize(*args, **kwargs)
6717
6718 def SetInitSize(*args, **kwargs):
6719 """SetInitSize(int x, int y)"""
6720 return _core.SizerItem_SetInitSize(*args, **kwargs)
6721
6722 def SetRatioWH(*args, **kwargs):
6723 """SetRatioWH(int width, int height)"""
6724 return _core.SizerItem_SetRatioWH(*args, **kwargs)
6725
6726 def SetRatioSize(*args, **kwargs):
6727 """SetRatioSize(Size size)"""
6728 return _core.SizerItem_SetRatioSize(*args, **kwargs)
6729
6730 def SetRatio(*args, **kwargs):
6731 """SetRatio(float ratio)"""
6732 return _core.SizerItem_SetRatio(*args, **kwargs)
6733
6734 def GetRatio(*args, **kwargs):
6735 """GetRatio() -> float"""
6736 return _core.SizerItem_GetRatio(*args, **kwargs)
6737
6738 def IsWindow(*args, **kwargs):
6739 """IsWindow() -> bool"""
6740 return _core.SizerItem_IsWindow(*args, **kwargs)
6741
6742 def IsSizer(*args, **kwargs):
6743 """IsSizer() -> bool"""
6744 return _core.SizerItem_IsSizer(*args, **kwargs)
6745
6746 def IsSpacer(*args, **kwargs):
6747 """IsSpacer() -> bool"""
6748 return _core.SizerItem_IsSpacer(*args, **kwargs)
6749
6750 def SetProportion(*args, **kwargs):
6751 """SetProportion(int proportion)"""
6752 return _core.SizerItem_SetProportion(*args, **kwargs)
6753
6754 def GetProportion(*args, **kwargs):
6755 """GetProportion() -> int"""
6756 return _core.SizerItem_GetProportion(*args, **kwargs)
6757
6758 def SetFlag(*args, **kwargs):
6759 """SetFlag(int flag)"""
6760 return _core.SizerItem_SetFlag(*args, **kwargs)
6761
6762 def GetFlag(*args, **kwargs):
6763 """GetFlag() -> int"""
6764 return _core.SizerItem_GetFlag(*args, **kwargs)
6765
6766 def SetBorder(*args, **kwargs):
6767 """SetBorder(int border)"""
6768 return _core.SizerItem_SetBorder(*args, **kwargs)
6769
6770 def GetBorder(*args, **kwargs):
6771 """GetBorder() -> int"""
6772 return _core.SizerItem_GetBorder(*args, **kwargs)
6773
6774 def GetWindow(*args, **kwargs):
6775 """GetWindow() -> Window"""
6776 return _core.SizerItem_GetWindow(*args, **kwargs)
6777
6778 def SetWindow(*args, **kwargs):
6779 """SetWindow(Window window)"""
6780 return _core.SizerItem_SetWindow(*args, **kwargs)
6781
6782 def GetSizer(*args, **kwargs):
6783 """GetSizer() -> Sizer"""
6784 return _core.SizerItem_GetSizer(*args, **kwargs)
6785
6786 def SetSizer(*args, **kwargs):
6787 """SetSizer(Sizer sizer)"""
6788 return _core.SizerItem_SetSizer(*args, **kwargs)
6789
6790 def GetSpacer(*args, **kwargs):
6791 """GetSpacer() -> Size"""
6792 return _core.SizerItem_GetSpacer(*args, **kwargs)
6793
6794 def SetSpacer(*args, **kwargs):
6795 """SetSpacer(Size size)"""
6796 return _core.SizerItem_SetSpacer(*args, **kwargs)
6797
6798 def Show(*args, **kwargs):
6799 """Show(bool show)"""
6800 return _core.SizerItem_Show(*args, **kwargs)
6801
6802 def IsShown(*args, **kwargs):
6803 """IsShown() -> bool"""
6804 return _core.SizerItem_IsShown(*args, **kwargs)
6805
6806 def GetPosition(*args, **kwargs):
6807 """GetPosition() -> Point"""
6808 return _core.SizerItem_GetPosition(*args, **kwargs)
6809
6810 def GetUserData(*args, **kwargs):
6811 """GetUserData() -> PyObject"""
6812 return _core.SizerItem_GetUserData(*args, **kwargs)
6813
6814
6815 class SizerItemPtr(SizerItem):
6816 def __init__(self, this):
6817 self.this = this
6818 if not hasattr(self,"thisown"): self.thisown = 0
6819 self.__class__ = SizerItem
6820 _core.SizerItem_swigregister(SizerItemPtr)
6821
6822 def SizerItemSpacer(*args, **kwargs):
6823 """SizerItemSpacer(int width, int height, int proportion, int flag, int border,
6824 Object userData) -> SizerItem"""
6825 val = _core.new_SizerItemSpacer(*args, **kwargs)
6826 val.thisown = 1
6827 return val
6828
6829 def SizerItemWindow(*args, **kwargs):
6830 """SizerItemWindow(Window window, int proportion, int flag, int border,
6831 Object userData) -> SizerItem"""
6832 val = _core.new_SizerItemWindow(*args, **kwargs)
6833 val.thisown = 1
6834 return val
6835
6836 def SizerItemSizer(*args, **kwargs):
6837 """SizerItemSizer(Sizer sizer, int proportion, int flag, int border,
6838 Object userData) -> SizerItem"""
6839 val = _core.new_SizerItemSizer(*args, **kwargs)
6840 val.thisown = 1
6841 return val
6842
6843 class Sizer(Object):
6844 """"""
6845 def __init__(self): raise RuntimeError, "No constructor defined"
6846 def __repr__(self):
6847 return "<%s.%s; proxy of C++ wxSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
6848 def _setOORInfo(*args, **kwargs):
6849 """_setOORInfo(PyObject _self)"""
6850 return _core.Sizer__setOORInfo(*args, **kwargs)
6851
6852 def Add(*args, **kwargs):
6853 """Add(PyObject item, int proportion=0, int flag=0, int border=0,
6854 PyObject userData=None)"""
6855 return _core.Sizer_Add(*args, **kwargs)
6856
6857 def Insert(*args, **kwargs):
6858 """Insert(int before, PyObject item, int proportion=0, int flag=0,
6859 int border=0, PyObject userData=None)"""
6860 return _core.Sizer_Insert(*args, **kwargs)
6861
6862 def Prepend(*args, **kwargs):
6863 """Prepend(PyObject item, int proportion=0, int flag=0, int border=0,
6864 PyObject userData=None)"""
6865 return _core.Sizer_Prepend(*args, **kwargs)
6866
6867 def Remove(*args, **kwargs):
6868 """Remove(PyObject item) -> bool"""
6869 return _core.Sizer_Remove(*args, **kwargs)
6870
6871 def _SetItemMinSize(*args, **kwargs):
6872 """_SetItemMinSize(PyObject item, Size size)"""
6873 return _core.Sizer__SetItemMinSize(*args, **kwargs)
6874
6875 def AddItem(*args, **kwargs):
6876 """AddItem(SizerItem item)"""
6877 return _core.Sizer_AddItem(*args, **kwargs)
6878
6879 def InsertItem(*args, **kwargs):
6880 """InsertItem(size_t index, SizerItem item)"""
6881 return _core.Sizer_InsertItem(*args, **kwargs)
6882
6883 def PrependItem(*args, **kwargs):
6884 """PrependItem(SizerItem item)"""
6885 return _core.Sizer_PrependItem(*args, **kwargs)
6886
6887 def AddMany(self, widgets):
6888 for childinfo in widgets:
6889 if type(childinfo) != type(()) or (len(childinfo) == 2 and type(childinfo[0]) == type(1)):
6890 childinfo = (childinfo, )
6891 self.Add(*childinfo)
6892
6893
6894 AddWindow = AddSizer = AddSpacer = Add
6895 PrependWindow = PrependSizer = PrependSpacer = Prepend
6896 InsertWindow = InsertSizer = InsertSpacer = Insert
6897 RemoveWindow = RemoveSizer = RemovePos = Remove
6898
6899
6900 def SetItemMinSize(self, item, *args):
6901 if len(args) == 2:
6902 return self._SetItemMinSize(item, args)
6903 else:
6904 return self._SetItemMinSize(item, args[0])
6905
6906 def SetDimension(*args, **kwargs):
6907 """SetDimension(int x, int y, int width, int height)"""
6908 return _core.Sizer_SetDimension(*args, **kwargs)
6909
6910 def SetMinSize(*args, **kwargs):
6911 """SetMinSize(Size size)"""
6912 return _core.Sizer_SetMinSize(*args, **kwargs)
6913
6914 def GetSize(*args, **kwargs):
6915 """GetSize() -> Size"""
6916 return _core.Sizer_GetSize(*args, **kwargs)
6917
6918 def GetPosition(*args, **kwargs):
6919 """GetPosition() -> Point"""
6920 return _core.Sizer_GetPosition(*args, **kwargs)
6921
6922 def GetMinSize(*args, **kwargs):
6923 """GetMinSize() -> Size"""
6924 return _core.Sizer_GetMinSize(*args, **kwargs)
6925
6926 def GetSizeTuple(self):
6927 return self.GetSize().asTuple()
6928 def GetPositionTuple(self):
6929 return self.GetPosition().asTuple()
6930 def GetMinSizeTuple(self):
6931 return self.GetMinSize().asTuple()
6932
6933 def RecalcSizes(*args, **kwargs):
6934 """RecalcSizes()"""
6935 return _core.Sizer_RecalcSizes(*args, **kwargs)
6936
6937 def CalcMin(*args, **kwargs):
6938 """CalcMin() -> Size"""
6939 return _core.Sizer_CalcMin(*args, **kwargs)
6940
6941 def Layout(*args, **kwargs):
6942 """Layout()"""
6943 return _core.Sizer_Layout(*args, **kwargs)
6944
6945 def Fit(*args, **kwargs):
6946 """Fit(Window window) -> Size"""
6947 return _core.Sizer_Fit(*args, **kwargs)
6948
6949 def FitInside(*args, **kwargs):
6950 """FitInside(Window window)"""
6951 return _core.Sizer_FitInside(*args, **kwargs)
6952
6953 def SetSizeHints(*args, **kwargs):
6954 """SetSizeHints(Window window)"""
6955 return _core.Sizer_SetSizeHints(*args, **kwargs)
6956
6957 def SetVirtualSizeHints(*args, **kwargs):
6958 """SetVirtualSizeHints(Window window)"""
6959 return _core.Sizer_SetVirtualSizeHints(*args, **kwargs)
6960
6961 def Clear(*args, **kwargs):
6962 """Clear(bool delete_windows=False)"""
6963 return _core.Sizer_Clear(*args, **kwargs)
6964
6965 def DeleteWindows(*args, **kwargs):
6966 """DeleteWindows()"""
6967 return _core.Sizer_DeleteWindows(*args, **kwargs)
6968
6969 def GetChildren(*args, **kwargs):
6970 """GetChildren() -> PyObject"""
6971 return _core.Sizer_GetChildren(*args, **kwargs)
6972
6973 def Show(*args, **kwargs):
6974 """Show(PyObject item, bool show=True)"""
6975 return _core.Sizer_Show(*args, **kwargs)
6976
6977 def Hide(*args, **kwargs):
6978 """Hide(PyObject item)"""
6979 return _core.Sizer_Hide(*args, **kwargs)
6980
6981 def IsShown(*args, **kwargs):
6982 """IsShown(PyObject item) -> bool"""
6983 return _core.Sizer_IsShown(*args, **kwargs)
6984
6985 def ShowItems(*args, **kwargs):
6986 """ShowItems(bool show)"""
6987 return _core.Sizer_ShowItems(*args, **kwargs)
6988
6989
6990 class SizerPtr(Sizer):
6991 def __init__(self, this):
6992 self.this = this
6993 if not hasattr(self,"thisown"): self.thisown = 0
6994 self.__class__ = Sizer
6995 _core.Sizer_swigregister(SizerPtr)
6996
6997 class PySizer(Sizer):
6998 """"""
6999 def __repr__(self):
7000 return "<%s.%s; proxy of C++ wxPySizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
7001 def __init__(self, *args, **kwargs):
7002 """__init__() -> PySizer"""
7003 newobj = _core.new_PySizer(*args, **kwargs)
7004 self.this = newobj.this
7005 self.thisown = 1
7006 del newobj.thisown
7007 self._setCallbackInfo(self, PySizer);self._setOORInfo(self)
7008
7009 def _setCallbackInfo(*args, **kwargs):
7010 """_setCallbackInfo(PyObject self, PyObject _class)"""
7011 return _core.PySizer__setCallbackInfo(*args, **kwargs)
7012
7013
7014 class PySizerPtr(PySizer):
7015 def __init__(self, this):
7016 self.this = this
7017 if not hasattr(self,"thisown"): self.thisown = 0
7018 self.__class__ = PySizer
7019 _core.PySizer_swigregister(PySizerPtr)
7020
7021 #---------------------------------------------------------------------------
7022
7023 class BoxSizer(Sizer):
7024 """"""
7025 def __repr__(self):
7026 return "<%s.%s; proxy of C++ wxBoxSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
7027 def __init__(self, *args, **kwargs):
7028 """__init__(int orient=HORIZONTAL) -> BoxSizer"""
7029 newobj = _core.new_BoxSizer(*args, **kwargs)
7030 self.this = newobj.this
7031 self.thisown = 1
7032 del newobj.thisown
7033 self._setOORInfo(self)
7034
7035 def GetOrientation(*args, **kwargs):
7036 """GetOrientation() -> int"""
7037 return _core.BoxSizer_GetOrientation(*args, **kwargs)
7038
7039 def SetOrientation(*args, **kwargs):
7040 """SetOrientation(int orient)"""
7041 return _core.BoxSizer_SetOrientation(*args, **kwargs)
7042
7043 def RecalcSizes(*args, **kwargs):
7044 """RecalcSizes()"""
7045 return _core.BoxSizer_RecalcSizes(*args, **kwargs)
7046
7047 def CalcMin(*args, **kwargs):
7048 """CalcMin() -> Size"""
7049 return _core.BoxSizer_CalcMin(*args, **kwargs)
7050
7051
7052 class BoxSizerPtr(BoxSizer):
7053 def __init__(self, this):
7054 self.this = this
7055 if not hasattr(self,"thisown"): self.thisown = 0
7056 self.__class__ = BoxSizer
7057 _core.BoxSizer_swigregister(BoxSizerPtr)
7058
7059 #---------------------------------------------------------------------------
7060
7061 class StaticBoxSizer(BoxSizer):
7062 """"""
7063 def __repr__(self):
7064 return "<%s.%s; proxy of C++ wxStaticBoxSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
7065 def __init__(self, *args, **kwargs):
7066 """__init__(wxStaticBox box, int orient=HORIZONTAL) -> StaticBoxSizer"""
7067 newobj = _core.new_StaticBoxSizer(*args, **kwargs)
7068 self.this = newobj.this
7069 self.thisown = 1
7070 del newobj.thisown
7071 self._setOORInfo(self)
7072
7073 def GetStaticBox(*args, **kwargs):
7074 """GetStaticBox() -> wxStaticBox"""
7075 return _core.StaticBoxSizer_GetStaticBox(*args, **kwargs)
7076
7077 def RecalcSizes(*args, **kwargs):
7078 """RecalcSizes()"""
7079 return _core.StaticBoxSizer_RecalcSizes(*args, **kwargs)
7080
7081 def CalcMin(*args, **kwargs):
7082 """CalcMin() -> Size"""
7083 return _core.StaticBoxSizer_CalcMin(*args, **kwargs)
7084
7085
7086 class StaticBoxSizerPtr(StaticBoxSizer):
7087 def __init__(self, this):
7088 self.this = this
7089 if not hasattr(self,"thisown"): self.thisown = 0
7090 self.__class__ = StaticBoxSizer
7091 _core.StaticBoxSizer_swigregister(StaticBoxSizerPtr)
7092
7093 #---------------------------------------------------------------------------
7094
7095 class GridSizer(Sizer):
7096 """"""
7097 def __repr__(self):
7098 return "<%s.%s; proxy of C++ wxGridSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
7099 def __init__(self, *args, **kwargs):
7100 """__init__(int rows=1, int cols=0, int vgap=0, int hgap=0) -> GridSizer"""
7101 newobj = _core.new_GridSizer(*args, **kwargs)
7102 self.this = newobj.this
7103 self.thisown = 1
7104 del newobj.thisown
7105 self._setOORInfo(self)
7106
7107 def RecalcSizes(*args, **kwargs):
7108 """RecalcSizes()"""
7109 return _core.GridSizer_RecalcSizes(*args, **kwargs)
7110
7111 def CalcMin(*args, **kwargs):
7112 """CalcMin() -> Size"""
7113 return _core.GridSizer_CalcMin(*args, **kwargs)
7114
7115 def SetCols(*args, **kwargs):
7116 """SetCols(int cols)"""
7117 return _core.GridSizer_SetCols(*args, **kwargs)
7118
7119 def SetRows(*args, **kwargs):
7120 """SetRows(int rows)"""
7121 return _core.GridSizer_SetRows(*args, **kwargs)
7122
7123 def SetVGap(*args, **kwargs):
7124 """SetVGap(int gap)"""
7125 return _core.GridSizer_SetVGap(*args, **kwargs)
7126
7127 def SetHGap(*args, **kwargs):
7128 """SetHGap(int gap)"""
7129 return _core.GridSizer_SetHGap(*args, **kwargs)
7130
7131 def GetCols(*args, **kwargs):
7132 """GetCols() -> int"""
7133 return _core.GridSizer_GetCols(*args, **kwargs)
7134
7135 def GetRows(*args, **kwargs):
7136 """GetRows() -> int"""
7137 return _core.GridSizer_GetRows(*args, **kwargs)
7138
7139 def GetVGap(*args, **kwargs):
7140 """GetVGap() -> int"""
7141 return _core.GridSizer_GetVGap(*args, **kwargs)
7142
7143 def GetHGap(*args, **kwargs):
7144 """GetHGap() -> int"""
7145 return _core.GridSizer_GetHGap(*args, **kwargs)
7146
7147
7148 class GridSizerPtr(GridSizer):
7149 def __init__(self, this):
7150 self.this = this
7151 if not hasattr(self,"thisown"): self.thisown = 0
7152 self.__class__ = GridSizer
7153 _core.GridSizer_swigregister(GridSizerPtr)
7154
7155 #---------------------------------------------------------------------------
7156
7157 FLEX_GROWMODE_NONE = _core.FLEX_GROWMODE_NONE
7158 FLEX_GROWMODE_SPECIFIED = _core.FLEX_GROWMODE_SPECIFIED
7159 FLEX_GROWMODE_ALL = _core.FLEX_GROWMODE_ALL
7160 class FlexGridSizer(GridSizer):
7161 """"""
7162 def __repr__(self):
7163 return "<%s.%s; proxy of C++ wxFlexGridSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
7164 def __init__(self, *args, **kwargs):
7165 """__init__(int rows=1, int cols=0, int vgap=0, int hgap=0) -> FlexGridSizer"""
7166 newobj = _core.new_FlexGridSizer(*args, **kwargs)
7167 self.this = newobj.this
7168 self.thisown = 1
7169 del newobj.thisown
7170 self._setOORInfo(self)
7171
7172 def RecalcSizes(*args, **kwargs):
7173 """RecalcSizes()"""
7174 return _core.FlexGridSizer_RecalcSizes(*args, **kwargs)
7175
7176 def CalcMin(*args, **kwargs):
7177 """CalcMin() -> Size"""
7178 return _core.FlexGridSizer_CalcMin(*args, **kwargs)
7179
7180 def AddGrowableRow(*args, **kwargs):
7181 """AddGrowableRow(size_t idx, int proportion=0)"""
7182 return _core.FlexGridSizer_AddGrowableRow(*args, **kwargs)
7183
7184 def RemoveGrowableRow(*args, **kwargs):
7185 """RemoveGrowableRow(size_t idx)"""
7186 return _core.FlexGridSizer_RemoveGrowableRow(*args, **kwargs)
7187
7188 def AddGrowableCol(*args, **kwargs):
7189 """AddGrowableCol(size_t idx, int proportion=0)"""
7190 return _core.FlexGridSizer_AddGrowableCol(*args, **kwargs)
7191
7192 def RemoveGrowableCol(*args, **kwargs):
7193 """RemoveGrowableCol(size_t idx)"""
7194 return _core.FlexGridSizer_RemoveGrowableCol(*args, **kwargs)
7195
7196 def SetFlexibleDirection(*args, **kwargs):
7197 """SetFlexibleDirection(int direction)"""
7198 return _core.FlexGridSizer_SetFlexibleDirection(*args, **kwargs)
7199
7200 def GetFlexibleDirection(*args, **kwargs):
7201 """GetFlexibleDirection() -> int"""
7202 return _core.FlexGridSizer_GetFlexibleDirection(*args, **kwargs)
7203
7204 def SetNonFlexibleGrowMode(*args, **kwargs):
7205 """SetNonFlexibleGrowMode(wxFlexSizerGrowMode mode)"""
7206 return _core.FlexGridSizer_SetNonFlexibleGrowMode(*args, **kwargs)
7207
7208 def GetNonFlexibleGrowMode(*args, **kwargs):
7209 """GetNonFlexibleGrowMode() -> wxFlexSizerGrowMode"""
7210 return _core.FlexGridSizer_GetNonFlexibleGrowMode(*args, **kwargs)
7211
7212 def GetRowHeights(*args, **kwargs):
7213 """GetRowHeights() -> wxArrayInt"""
7214 return _core.FlexGridSizer_GetRowHeights(*args, **kwargs)
7215
7216 def GetColWidths(*args, **kwargs):
7217 """GetColWidths() -> wxArrayInt"""
7218 return _core.FlexGridSizer_GetColWidths(*args, **kwargs)
7219
7220
7221 class FlexGridSizerPtr(FlexGridSizer):
7222 def __init__(self, this):
7223 self.this = this
7224 if not hasattr(self,"thisown"): self.thisown = 0
7225 self.__class__ = FlexGridSizer
7226 _core.FlexGridSizer_swigregister(FlexGridSizerPtr)
7227
7228 #---------------------------------------------------------------------------
7229
7230 class GBPosition(object):
7231 """"""
7232 def __repr__(self):
7233 return "<%s.%s; proxy of C++ wxGBPosition instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
7234 def __init__(self, *args, **kwargs):
7235 """__init__(int row=0, int col=0) -> GBPosition"""
7236 newobj = _core.new_GBPosition(*args, **kwargs)
7237 self.this = newobj.this
7238 self.thisown = 1
7239 del newobj.thisown
7240 def GetRow(*args, **kwargs):
7241 """GetRow() -> int"""
7242 return _core.GBPosition_GetRow(*args, **kwargs)
7243
7244 def GetCol(*args, **kwargs):
7245 """GetCol() -> int"""
7246 return _core.GBPosition_GetCol(*args, **kwargs)
7247
7248 def SetRow(*args, **kwargs):
7249 """SetRow(int row)"""
7250 return _core.GBPosition_SetRow(*args, **kwargs)
7251
7252 def SetCol(*args, **kwargs):
7253 """SetCol(int col)"""
7254 return _core.GBPosition_SetCol(*args, **kwargs)
7255
7256 def __eq__(*args, **kwargs):
7257 """__eq__(GBPosition p) -> bool"""
7258 return _core.GBPosition___eq__(*args, **kwargs)
7259
7260 def __ne__(*args, **kwargs):
7261 """__ne__(GBPosition p) -> bool"""
7262 return _core.GBPosition___ne__(*args, **kwargs)
7263
7264 def Set(*args, **kwargs):
7265 """Set(int row=0, int col=0)"""
7266 return _core.GBPosition_Set(*args, **kwargs)
7267
7268 def Get(*args, **kwargs):
7269 """Get() -> PyObject"""
7270 return _core.GBPosition_Get(*args, **kwargs)
7271
7272 asTuple = Get
7273 def __str__(self): return str(self.Get())
7274 def __repr__(self): return 'wx.GBPosition'+str(self.Get())
7275 def __len__(self): return len(self.Get())
7276 def __getitem__(self, index): return self.Get()[index]
7277 def __setitem__(self, index, val):
7278 if index == 0: self.SetRow(val)
7279 elif index == 1: self.SetCol(val)
7280 else: raise IndexError
7281 def __nonzero__(self): return self.Get() != (0,0)
7282 def __getinitargs__(self): return ()
7283 def __getstate__(self): return self.Get()
7284 def __setstate__(self, state): self.Set(*state)
7285
7286 row = property(GetRow, SetRow)
7287 col = property(GetCol, SetCol)
7288
7289
7290 class GBPositionPtr(GBPosition):
7291 def __init__(self, this):
7292 self.this = this
7293 if not hasattr(self,"thisown"): self.thisown = 0
7294 self.__class__ = GBPosition
7295 _core.GBPosition_swigregister(GBPositionPtr)
7296
7297 class GBSpan(object):
7298 """"""
7299 def __repr__(self):
7300 return "<%s.%s; proxy of C++ wxGBSpan instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
7301 def __init__(self, *args, **kwargs):
7302 """__init__(int rowspan=1, int colspan=1) -> GBSpan"""
7303 newobj = _core.new_GBSpan(*args, **kwargs)
7304 self.this = newobj.this
7305 self.thisown = 1
7306 del newobj.thisown
7307 def GetRowspan(*args, **kwargs):
7308 """GetRowspan() -> int"""
7309 return _core.GBSpan_GetRowspan(*args, **kwargs)
7310
7311 def GetColspan(*args, **kwargs):
7312 """GetColspan() -> int"""
7313 return _core.GBSpan_GetColspan(*args, **kwargs)
7314
7315 def SetRowspan(*args, **kwargs):
7316 """SetRowspan(int rowspan)"""
7317 return _core.GBSpan_SetRowspan(*args, **kwargs)
7318
7319 def SetColspan(*args, **kwargs):
7320 """SetColspan(int colspan)"""
7321 return _core.GBSpan_SetColspan(*args, **kwargs)
7322
7323 def __eq__(*args, **kwargs):
7324 """__eq__(GBSpan o) -> bool"""
7325 return _core.GBSpan___eq__(*args, **kwargs)
7326
7327 def __ne__(*args, **kwargs):
7328 """__ne__(GBSpan o) -> bool"""
7329 return _core.GBSpan___ne__(*args, **kwargs)
7330
7331 def Set(*args, **kwargs):
7332 """Set(int rowspan=1, int colspan=1)"""
7333 return _core.GBSpan_Set(*args, **kwargs)
7334
7335 def Get(*args, **kwargs):
7336 """Get() -> PyObject"""
7337 return _core.GBSpan_Get(*args, **kwargs)
7338
7339 asTuple = Get
7340 def __str__(self): return str(self.Get())
7341 def __repr__(self): return 'wx.GBSpan'+str(self.Get())
7342 def __len__(self): return len(self.Get())
7343 def __getitem__(self, index): return self.Get()[index]
7344 def __setitem__(self, index, val):
7345 if index == 0: self.SetRowspan(val)
7346 elif index == 1: self.SetColspan(val)
7347 else: raise IndexError
7348 def __nonzero__(self): return self.Get() != (0,0)
7349 def __getinitargs__(self): return ()
7350 def __getstate__(self): return self.Get()
7351 def __setstate__(self, state): self.Set(*state)
7352
7353 rowspan = property(GetRowspan, SetRowspan)
7354 colspan = property(GetColspan, SetColspan)
7355
7356
7357 class GBSpanPtr(GBSpan):
7358 def __init__(self, this):
7359 self.this = this
7360 if not hasattr(self,"thisown"): self.thisown = 0
7361 self.__class__ = GBSpan
7362 _core.GBSpan_swigregister(GBSpanPtr)
7363
7364 class GBSizerItem(SizerItem):
7365 """"""
7366 def __repr__(self):
7367 return "<%s.%s; proxy of C++ wxGBSizerItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
7368 def __init__(self, *args, **kwargs):
7369 """__init__() -> GBSizerItem"""
7370 newobj = _core.new_GBSizerItem(*args, **kwargs)
7371 self.this = newobj.this
7372 self.thisown = 1
7373 del newobj.thisown
7374 def GetPos(*args, **kwargs):
7375 """GetPos() -> GBPosition"""
7376 return _core.GBSizerItem_GetPos(*args, **kwargs)
7377
7378 def GetPosTuple(self): return self.GetPos().Get()
7379 def GetSpan(*args, **kwargs):
7380 """GetSpan() -> GBSpan"""
7381 return _core.GBSizerItem_GetSpan(*args, **kwargs)
7382
7383 def GetSpanTuple(self): return self.GetSpan().Get()
7384 def SetPos(*args, **kwargs):
7385 """SetPos(GBPosition pos) -> bool"""
7386 return _core.GBSizerItem_SetPos(*args, **kwargs)
7387
7388 def SetSpan(*args, **kwargs):
7389 """SetSpan(GBSpan span) -> bool"""
7390 return _core.GBSizerItem_SetSpan(*args, **kwargs)
7391
7392 def Intersects(*args):
7393 """Intersects(GBSizerItem other) -> bool
7394 Intersects(GBPosition pos, GBSpan span) -> bool"""
7395 return _core.GBSizerItem_Intersects(*args)
7396
7397 def GetEndPos(*args, **kwargs):
7398 """GetEndPos(int row, int col)"""
7399 return _core.GBSizerItem_GetEndPos(*args, **kwargs)
7400
7401 def GetGBSizer(*args, **kwargs):
7402 """GetGBSizer() -> GridBagSizer"""
7403 return _core.GBSizerItem_GetGBSizer(*args, **kwargs)
7404
7405 def SetGBSizer(*args, **kwargs):
7406 """SetGBSizer(GridBagSizer sizer)"""
7407 return _core.GBSizerItem_SetGBSizer(*args, **kwargs)
7408
7409
7410 class GBSizerItemPtr(GBSizerItem):
7411 def __init__(self, this):
7412 self.this = this
7413 if not hasattr(self,"thisown"): self.thisown = 0
7414 self.__class__ = GBSizerItem
7415 _core.GBSizerItem_swigregister(GBSizerItemPtr)
7416 DefaultSpan = cvar.DefaultSpan
7417
7418 def GBSizerItemWindow(*args, **kwargs):
7419 """GBSizerItemWindow(Window window, GBPosition pos, GBSpan span, int flag,
7420 int border, Object userData) -> GBSizerItem"""
7421 val = _core.new_GBSizerItemWindow(*args, **kwargs)
7422 val.thisown = 1
7423 return val
7424
7425 def GBSizerItemSizer(*args, **kwargs):
7426 """GBSizerItemSizer(Sizer sizer, GBPosition pos, GBSpan span, int flag,
7427 int border, Object userData) -> GBSizerItem"""
7428 val = _core.new_GBSizerItemSizer(*args, **kwargs)
7429 val.thisown = 1
7430 return val
7431
7432 def GBSizerItemSpacer(*args, **kwargs):
7433 """GBSizerItemSpacer(int width, int height, GBPosition pos, GBSpan span,
7434 int flag, int border, Object userData) -> GBSizerItem"""
7435 val = _core.new_GBSizerItemSpacer(*args, **kwargs)
7436 val.thisown = 1
7437 return val
7438
7439 class GridBagSizer(FlexGridSizer):
7440 """"""
7441 def __repr__(self):
7442 return "<%s.%s; proxy of C++ wxGridBagSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
7443 def __init__(self, *args, **kwargs):
7444 """__init__(int vgap=0, int hgap=0) -> GridBagSizer"""
7445 newobj = _core.new_GridBagSizer(*args, **kwargs)
7446 self.this = newobj.this
7447 self.thisown = 1
7448 del newobj.thisown
7449 def Add(*args, **kwargs):
7450 """Add(PyObject item, GBPosition pos, GBSpan span=DefaultSpan,
7451 int flag=0, int border=0, PyObject userData=None) -> bool"""
7452 return _core.GridBagSizer_Add(*args, **kwargs)
7453
7454 def AddItem(*args, **kwargs):
7455 """AddItem(GBSizerItem item) -> bool"""
7456 return _core.GridBagSizer_AddItem(*args, **kwargs)
7457
7458 def GetEmptyCellSize(*args, **kwargs):
7459 """GetEmptyCellSize() -> Size"""
7460 return _core.GridBagSizer_GetEmptyCellSize(*args, **kwargs)
7461
7462 def SetEmptyCellSize(*args, **kwargs):
7463 """SetEmptyCellSize(Size sz)"""
7464 return _core.GridBagSizer_SetEmptyCellSize(*args, **kwargs)
7465
7466 def GetItemPosition(*args):
7467 """GetItemPosition(Window window) -> GBPosition
7468 GetItemPosition(Sizer sizer) -> GBPosition
7469 GetItemPosition(size_t index) -> GBPosition"""
7470 return _core.GridBagSizer_GetItemPosition(*args)
7471
7472 def SetItemPosition(*args):
7473 """SetItemPosition(Window window, GBPosition pos) -> bool
7474 SetItemPosition(Sizer sizer, GBPosition pos) -> bool
7475 SetItemPosition(size_t index, GBPosition pos) -> bool"""
7476 return _core.GridBagSizer_SetItemPosition(*args)
7477
7478 def GetItemSpan(*args):
7479 """GetItemSpan(Window window) -> GBSpan
7480 GetItemSpan(Sizer sizer) -> GBSpan
7481 GetItemSpan(size_t index) -> GBSpan"""
7482 return _core.GridBagSizer_GetItemSpan(*args)
7483
7484 def SetItemSpan(*args):
7485 """SetItemSpan(Window window, GBSpan span) -> bool
7486 SetItemSpan(Sizer sizer, GBSpan span) -> bool
7487 SetItemSpan(size_t index, GBSpan span) -> bool"""
7488 return _core.GridBagSizer_SetItemSpan(*args)
7489
7490 def FindItem(*args):
7491 """FindItem(Window window) -> GBSizerItem
7492 FindItem(Sizer sizer) -> GBSizerItem"""
7493 return _core.GridBagSizer_FindItem(*args)
7494
7495 def FindItemAtPosition(*args, **kwargs):
7496 """FindItemAtPosition(GBPosition pos) -> GBSizerItem"""
7497 return _core.GridBagSizer_FindItemAtPosition(*args, **kwargs)
7498
7499 def FindItemAtPoint(*args, **kwargs):
7500 """FindItemAtPoint(Point pt) -> GBSizerItem"""
7501 return _core.GridBagSizer_FindItemAtPoint(*args, **kwargs)
7502
7503 def FindItemWithData(*args, **kwargs):
7504 """FindItemWithData(Object userData) -> GBSizerItem"""
7505 return _core.GridBagSizer_FindItemWithData(*args, **kwargs)
7506
7507 def RecalcSizes(*args, **kwargs):
7508 """RecalcSizes()"""
7509 return _core.GridBagSizer_RecalcSizes(*args, **kwargs)
7510
7511 def CalcMin(*args, **kwargs):
7512 """CalcMin() -> Size"""
7513 return _core.GridBagSizer_CalcMin(*args, **kwargs)
7514
7515 def CheckForIntersection(*args):
7516 """CheckForIntersection(GBSizerItem item, GBSizerItem excludeItem=None) -> bool
7517 CheckForIntersection(GBPosition pos, GBSpan span, GBSizerItem excludeItem=None) -> bool"""
7518 return _core.GridBagSizer_CheckForIntersection(*args)
7519
7520
7521 class GridBagSizerPtr(GridBagSizer):
7522 def __init__(self, this):
7523 self.this = this
7524 if not hasattr(self,"thisown"): self.thisown = 0
7525 self.__class__ = GridBagSizer
7526 _core.GridBagSizer_swigregister(GridBagSizerPtr)
7527
7528 #---------------------------------------------------------------------------
7529
7530 Left = _core.Left
7531 Top = _core.Top
7532 Right = _core.Right
7533 Bottom = _core.Bottom
7534 Width = _core.Width
7535 Height = _core.Height
7536 Centre = _core.Centre
7537 Center = _core.Center
7538 CentreX = _core.CentreX
7539 CentreY = _core.CentreY
7540 Unconstrained = _core.Unconstrained
7541 AsIs = _core.AsIs
7542 PercentOf = _core.PercentOf
7543 Above = _core.Above
7544 Below = _core.Below
7545 LeftOf = _core.LeftOf
7546 RightOf = _core.RightOf
7547 SameAs = _core.SameAs
7548 Absolute = _core.Absolute
7549 class IndividualLayoutConstraint(Object):
7550 """"""
7551 def __init__(self): raise RuntimeError, "No constructor defined"
7552 def __repr__(self):
7553 return "<%s.%s; proxy of C++ wxIndividualLayoutConstraint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
7554 def Set(*args, **kwargs):
7555 """Set(wxRelationship rel, Window otherW, wxEdge otherE, int val=0,
7556 int marg=wxLAYOUT_DEFAULT_MARGIN)"""
7557 return _core.IndividualLayoutConstraint_Set(*args, **kwargs)
7558
7559 def LeftOf(*args, **kwargs):
7560 """LeftOf(Window sibling, int marg=0)"""
7561 return _core.IndividualLayoutConstraint_LeftOf(*args, **kwargs)
7562
7563 def RightOf(*args, **kwargs):
7564 """RightOf(Window sibling, int marg=0)"""
7565 return _core.IndividualLayoutConstraint_RightOf(*args, **kwargs)
7566
7567 def Above(*args, **kwargs):
7568 """Above(Window sibling, int marg=0)"""
7569 return _core.IndividualLayoutConstraint_Above(*args, **kwargs)
7570
7571 def Below(*args, **kwargs):
7572 """Below(Window sibling, int marg=0)"""
7573 return _core.IndividualLayoutConstraint_Below(*args, **kwargs)
7574
7575 def SameAs(*args, **kwargs):
7576 """SameAs(Window otherW, wxEdge edge, int marg=0)"""
7577 return _core.IndividualLayoutConstraint_SameAs(*args, **kwargs)
7578
7579 def PercentOf(*args, **kwargs):
7580 """PercentOf(Window otherW, wxEdge wh, int per)"""
7581 return _core.IndividualLayoutConstraint_PercentOf(*args, **kwargs)
7582
7583 def Absolute(*args, **kwargs):
7584 """Absolute(int val)"""
7585 return _core.IndividualLayoutConstraint_Absolute(*args, **kwargs)
7586
7587 def Unconstrained(*args, **kwargs):
7588 """Unconstrained()"""
7589 return _core.IndividualLayoutConstraint_Unconstrained(*args, **kwargs)
7590
7591 def AsIs(*args, **kwargs):
7592 """AsIs()"""
7593 return _core.IndividualLayoutConstraint_AsIs(*args, **kwargs)
7594
7595 def GetOtherWindow(*args, **kwargs):
7596 """GetOtherWindow() -> Window"""
7597 return _core.IndividualLayoutConstraint_GetOtherWindow(*args, **kwargs)
7598
7599 def GetMyEdge(*args, **kwargs):
7600 """GetMyEdge() -> wxEdge"""
7601 return _core.IndividualLayoutConstraint_GetMyEdge(*args, **kwargs)
7602
7603 def SetEdge(*args, **kwargs):
7604 """SetEdge(wxEdge which)"""
7605 return _core.IndividualLayoutConstraint_SetEdge(*args, **kwargs)
7606
7607 def SetValue(*args, **kwargs):
7608 """SetValue(int v)"""
7609 return _core.IndividualLayoutConstraint_SetValue(*args, **kwargs)
7610
7611 def GetMargin(*args, **kwargs):
7612 """GetMargin() -> int"""
7613 return _core.IndividualLayoutConstraint_GetMargin(*args, **kwargs)
7614
7615 def SetMargin(*args, **kwargs):
7616 """SetMargin(int m)"""
7617 return _core.IndividualLayoutConstraint_SetMargin(*args, **kwargs)
7618
7619 def GetValue(*args, **kwargs):
7620 """GetValue() -> int"""
7621 return _core.IndividualLayoutConstraint_GetValue(*args, **kwargs)
7622
7623 def GetPercent(*args, **kwargs):
7624 """GetPercent() -> int"""
7625 return _core.IndividualLayoutConstraint_GetPercent(*args, **kwargs)
7626
7627 def GetOtherEdge(*args, **kwargs):
7628 """GetOtherEdge() -> int"""
7629 return _core.IndividualLayoutConstraint_GetOtherEdge(*args, **kwargs)
7630
7631 def GetDone(*args, **kwargs):
7632 """GetDone() -> bool"""
7633 return _core.IndividualLayoutConstraint_GetDone(*args, **kwargs)
7634
7635 def SetDone(*args, **kwargs):
7636 """SetDone(bool d)"""
7637 return _core.IndividualLayoutConstraint_SetDone(*args, **kwargs)
7638
7639 def GetRelationship(*args, **kwargs):
7640 """GetRelationship() -> wxRelationship"""
7641 return _core.IndividualLayoutConstraint_GetRelationship(*args, **kwargs)
7642
7643 def SetRelationship(*args, **kwargs):
7644 """SetRelationship(wxRelationship r)"""
7645 return _core.IndividualLayoutConstraint_SetRelationship(*args, **kwargs)
7646
7647 def ResetIfWin(*args, **kwargs):
7648 """ResetIfWin(Window otherW) -> bool"""
7649 return _core.IndividualLayoutConstraint_ResetIfWin(*args, **kwargs)
7650
7651 def SatisfyConstraint(*args, **kwargs):
7652 """SatisfyConstraint(LayoutConstraints constraints, Window win) -> bool"""
7653 return _core.IndividualLayoutConstraint_SatisfyConstraint(*args, **kwargs)
7654
7655 def GetEdge(*args, **kwargs):
7656 """GetEdge(wxEdge which, Window thisWin, Window other) -> int"""
7657 return _core.IndividualLayoutConstraint_GetEdge(*args, **kwargs)
7658
7659
7660 class IndividualLayoutConstraintPtr(IndividualLayoutConstraint):
7661 def __init__(self, this):
7662 self.this = this
7663 if not hasattr(self,"thisown"): self.thisown = 0
7664 self.__class__ = IndividualLayoutConstraint
7665 _core.IndividualLayoutConstraint_swigregister(IndividualLayoutConstraintPtr)
7666
7667 class LayoutConstraints(Object):
7668 """"""
7669 def __repr__(self):
7670 return "<%s.%s; proxy of C++ wxLayoutConstraints instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,)
7671 left = property(_core.LayoutConstraints_left_get)
7672 top = property(_core.LayoutConstraints_top_get)
7673 right = property(_core.LayoutConstraints_right_get)
7674 bottom = property(_core.LayoutConstraints_bottom_get)
7675 width = property(_core.LayoutConstraints_width_get)
7676 height = property(_core.LayoutConstraints_height_get)
7677 centreX = property(_core.LayoutConstraints_centreX_get)
7678 centreY = property(_core.LayoutConstraints_centreY_get)
7679 def __init__(self, *args, **kwargs):
7680 """__init__() -> LayoutConstraints"""
7681 newobj = _core.new_LayoutConstraints(*args, **kwargs)
7682 self.this = newobj.this
7683 self.thisown = 1
7684 del newobj.thisown
7685 def SatisfyConstraints(*args, **kwargs):
7686 """SatisfyConstraints(Window win) -> (areSatisfied, noChanges)"""
7687 return _core.LayoutConstraints_SatisfyConstraints(*args, **kwargs)
7688
7689 def AreSatisfied(*args, **kwargs):
7690 """AreSatisfied() -> bool"""
7691 return _core.LayoutConstraints_AreSatisfied(*args, **kwargs)
7692
7693
7694 class LayoutConstraintsPtr(LayoutConstraints):
7695 def __init__(self, this):
7696 self.this = this
7697 if not hasattr(self,"thisown"): self.thisown = 0
7698 self.__class__ = LayoutConstraints
7699 _core.LayoutConstraints_swigregister(LayoutConstraintsPtr)
7700
7701 #----------------------------------------------------------------------------
7702
7703 # Use Python's bool constants if available, make some if not
7704 try:
7705 True
7706 except NameError:
7707 __builtins__.True = 1==1
7708 __builtins__.False = 1==0
7709
7710
7711
7712 # workarounds for bad wxRTTI names
7713 __wxPyPtrTypeMap['wxGauge95'] = 'wxGauge'
7714 __wxPyPtrTypeMap['wxSlider95'] = 'wxSlider'
7715 __wxPyPtrTypeMap['wxStatusBar95'] = 'wxStatusBar'
7716
7717
7718 #----------------------------------------------------------------------------
7719 # Load version numbers from __version__... Ensure that major and minor
7720 # versions are the same for both wxPython and wxWindows.
7721
7722 from __version__ import *
7723 __version__ = VERSION_STRING
7724
7725 assert MAJOR_VERSION == _core.MAJOR_VERSION, "wxPython/wxWindows version mismatch"
7726 assert MINOR_VERSION == _core.MINOR_VERSION, "wxPython/wxWindows version mismatch"
7727 if RELEASE_VERSION != _core.RELEASE_VERSION:
7728 import warnings
7729 warnings.warn("wxPython/wxWindows release number mismatch")
7730
7731 #----------------------------------------------------------------------------
7732
7733 class PyDeadObjectError(AttributeError):
7734 pass
7735
7736
7737 class _wxPyDeadObject(object):
7738 """
7739 Instances of wx objects that are OOR capable will have their __class__
7740 changed to this class when the C++ object is deleted. This should help
7741 prevent crashes due to referencing a bogus C++ pointer.
7742 """
7743 reprStr = "wxPython wrapper for DELETED %s object! (The C++ object no longer exists.)"
7744 attrStr = "The C++ part of the %s object has been deleted, attribute access no longer allowed."
7745
7746 def __repr__( self ):
7747 if not hasattr(self, "_name"):
7748 self._name = "[unknown]"
7749 return self.reprStr % self._name
7750
7751 def __getattr__( self, *args ):
7752 if not hasattr(self, "_name"):
7753 self._name = "[unknown]"
7754 raise PyDeadObjectError( self.attrStr % self._name )
7755
7756 def __nonzero__(self):
7757 return 0
7758
7759
7760 #----------------------------------------------------------------------------
7761 _wxPyCallAfterId = None
7762
7763 def CallAfter(callable, *args, **kw):
7764 """
7765 Call the specified function after the current and pending event
7766 handlers have been completed. This is also good for making GUI
7767 method calls from non-GUI threads.
7768 """
7769 app = wx.GetApp()
7770 assert app, 'No wxApp created yet'
7771
7772 global _wxPyCallAfterId
7773 if _wxPyCallAfterId is None:
7774 _wxPyCallAfterId = wx.NewEventType()
7775 app.Connect(-1, -1, _wxPyCallAfterId,
7776 lambda event: event.callable(*event.args, **event.kw) )
7777 evt = wx.PyEvent()
7778 evt.SetEventType(_wxPyCallAfterId)
7779 evt.callable = callable
7780 evt.args = args
7781 evt.kw = kw
7782 wx.PostEvent(app, evt)
7783
7784
7785 #----------------------------------------------------------------------------
7786
7787
7788 class FutureCall:
7789 """
7790 A convenience class for wxTimer, that calls the given callable
7791 object once after the given amount of milliseconds, passing any
7792 positional or keyword args. The return value of the callable is
7793 availbale after it has been run with the GetResult method.
7794
7795 If you don't need to get the return value or restart the timer
7796 then there is no need to hold a reference to this object. It will
7797 hold a reference to itself while the timer is running (the timer
7798 has a reference to self.Notify) but the cycle will be broken when
7799 the timer completes, automatically cleaning up the wx.FutureCall
7800 object.
7801 """
7802 def __init__(self, millis, callable, *args, **kwargs):
7803 self.millis = millis
7804 self.callable = callable
7805 self.SetArgs(*args, **kwargs)
7806 self.runCount = 0
7807 self.hasRun = False
7808 self.result = None
7809 self.timer = None
7810 self.Start()
7811
7812 def __del__(self):
7813 self.Stop()
7814
7815
7816 def Start(self, millis=None, *args, **kwargs):
7817 """
7818 (Re)start the timer
7819 """
7820 self.hasRun = False
7821 if millis is not None:
7822 self.millis = millis
7823 if args or kwargs:
7824 self.SetArgs(*args, **kwargs)
7825 self.Stop()
7826 self.timer = wx.PyTimer(self.Notify)
7827 self.timer.Start(self.millis, wx.TIMER_ONE_SHOT)
7828 Restart = Start
7829
7830
7831 def Stop(self):
7832 """
7833 Stop and destroy the timer.
7834 """
7835 if self.timer is not None:
7836 self.timer.Stop()
7837 self.timer = None
7838
7839
7840 def GetInterval(self):
7841 if self.timer is not None:
7842 return self.timer.GetInterval()
7843 else:
7844 return 0
7845
7846
7847 def IsRunning(self):
7848 return self.timer is not None and self.timer.IsRunning()
7849
7850
7851 def SetArgs(self, *args, **kwargs):
7852 """
7853 (Re)set the args passed to the callable object. This is
7854 useful in conjunction with Restart if you want to schedule a
7855 new call to the same callable object but with different
7856 parameters.
7857 """
7858 self.args = args
7859 self.kwargs = kwargs
7860
7861
7862 def HasRun(self):
7863 return self.hasRun
7864
7865 def GetResult(self):
7866 return self.result
7867
7868 def Notify(self):
7869 """
7870 The timer has expired so call the callable.
7871 """
7872 if self.callable and getattr(self.callable, 'im_self', True):
7873 self.runCount += 1
7874 self.result = self.callable(*self.args, **self.kwargs)
7875 self.hasRun = True
7876 wx.CallAfter(self.Stop)
7877
7878
7879 #----------------------------------------------------------------------------
7880 #----------------------------------------------------------------------------
7881
7882 # Import other modules in this package that should show up in the
7883 # "core" wx namespace
7884 from gdi import *
7885 from windows import *
7886 from controls import *
7887 from misc import *
7888
7889 #----------------------------------------------------------------------------
7890 #----------------------------------------------------------------------------
7891
7892