]>
Commit | Line | Data |
---|---|---|
d55e5bfc RD |
1 | # This file was created automatically by SWIG. |
2 | # Don't modify this file, modify the SWIG interface instead. | |
3 | ||
5b5c9bc7 | 4 | import _core_ |
d55e5bfc | 5 | |
36ed4f51 RD |
6 | def _swig_setattr_nondynamic(self,class_type,name,value,static=1): |
7 | if (name == "this"): | |
8 | if isinstance(value, class_type): | |
9 | self.__dict__[name] = value.this | |
10 | if hasattr(value,"thisown"): self.__dict__["thisown"] = value.thisown | |
11 | del value.thisown | |
12 | return | |
13 | method = class_type.__swig_setmethods__.get(name,None) | |
14 | if method: return method(self,value) | |
15 | if (not static) or hasattr(self,name) or (name == "thisown"): | |
16 | self.__dict__[name] = value | |
17 | else: | |
18 | raise AttributeError("You cannot add attributes to %s" % self) | |
19 | ||
20 | def _swig_setattr(self,class_type,name,value): | |
21 | return _swig_setattr_nondynamic(self,class_type,name,value,0) | |
22 | ||
23 | def _swig_getattr(self,class_type,name): | |
24 | method = class_type.__swig_getmethods__.get(name,None) | |
25 | if method: return method(self) | |
26 | raise AttributeError,name | |
27 | ||
28 | import types | |
29 | try: | |
30 | _object = types.ObjectType | |
31 | _newclass = 1 | |
32 | except AttributeError: | |
33 | class _object : pass | |
34 | _newclass = 0 | |
35 | del types | |
36 | ||
37 | ||
38 | def _swig_setattr_nondynamic_method(set): | |
39 | def set_attr(self,name,value): | |
40 | if hasattr(self,name) or (name in ("this", "thisown")): | |
41 | set(self,name,value) | |
42 | else: | |
43 | raise AttributeError("You cannot add attributes to %s" % self) | |
44 | return set_attr | |
45 | ||
46 | ||
d55e5bfc RD |
47 | #// Give a reference to the dictionary of this module to the C++ extension |
48 | #// code. | |
49 | _core_._wxPySetDictionary(vars()) | |
50 | ||
51 | #// A little trick to make 'wx' be a reference to this module so wx.Names can | |
52 | #// be used here. | |
53 | import sys as _sys | |
54 | wx = _sys.modules[__name__] | |
55 | ||
d6c14a4c RD |
56 | |
57 | #---------------------------------------------------------------------------- | |
58 | ||
59 | def _deprecated(callable, msg=None): | |
60 | """ | |
61 | Create a wrapper function that will raise a DeprecationWarning | |
62 | before calling the callable. | |
63 | """ | |
64 | if msg is None: | |
65 | msg = "%s is deprecated" % callable | |
66 | def deprecatedWrapper(*args, **kwargs): | |
67 | import warnings | |
68 | warnings.warn(msg, DeprecationWarning, stacklevel=2) | |
69 | return callable(*args, **kwargs) | |
70 | deprecatedWrapper.__doc__ = msg | |
71 | return deprecatedWrapper | |
72 | ||
73 | ||
74 | #---------------------------------------------------------------------------- | |
75 | ||
5b5c9bc7 RD |
76 | NOT_FOUND = _core_.NOT_FOUND |
77 | VSCROLL = _core_.VSCROLL | |
78 | HSCROLL = _core_.HSCROLL | |
79 | CAPTION = _core_.CAPTION | |
80 | DOUBLE_BORDER = _core_.DOUBLE_BORDER | |
81 | SUNKEN_BORDER = _core_.SUNKEN_BORDER | |
82 | RAISED_BORDER = _core_.RAISED_BORDER | |
83 | BORDER = _core_.BORDER | |
84 | SIMPLE_BORDER = _core_.SIMPLE_BORDER | |
85 | STATIC_BORDER = _core_.STATIC_BORDER | |
86 | TRANSPARENT_WINDOW = _core_.TRANSPARENT_WINDOW | |
87 | NO_BORDER = _core_.NO_BORDER | |
88 | DEFAULT_CONTROL_BORDER = _core_.DEFAULT_CONTROL_BORDER | |
6d88e192 | 89 | DEFAULT_STATUSBAR_STYLE = _core_.DEFAULT_STATUSBAR_STYLE |
5b5c9bc7 RD |
90 | TAB_TRAVERSAL = _core_.TAB_TRAVERSAL |
91 | WANTS_CHARS = _core_.WANTS_CHARS | |
92 | POPUP_WINDOW = _core_.POPUP_WINDOW | |
93 | CENTER_FRAME = _core_.CENTER_FRAME | |
94 | CENTRE_ON_SCREEN = _core_.CENTRE_ON_SCREEN | |
95 | CENTER_ON_SCREEN = _core_.CENTER_ON_SCREEN | |
96 | CLIP_CHILDREN = _core_.CLIP_CHILDREN | |
97 | CLIP_SIBLINGS = _core_.CLIP_SIBLINGS | |
98 | ALWAYS_SHOW_SB = _core_.ALWAYS_SHOW_SB | |
99 | RETAINED = _core_.RETAINED | |
100 | BACKINGSTORE = _core_.BACKINGSTORE | |
101 | COLOURED = _core_.COLOURED | |
102 | FIXED_LENGTH = _core_.FIXED_LENGTH | |
103 | LB_NEEDED_SB = _core_.LB_NEEDED_SB | |
104 | LB_ALWAYS_SB = _core_.LB_ALWAYS_SB | |
105 | LB_SORT = _core_.LB_SORT | |
106 | LB_SINGLE = _core_.LB_SINGLE | |
107 | LB_MULTIPLE = _core_.LB_MULTIPLE | |
108 | LB_EXTENDED = _core_.LB_EXTENDED | |
109 | LB_OWNERDRAW = _core_.LB_OWNERDRAW | |
110 | LB_HSCROLL = _core_.LB_HSCROLL | |
111 | PROCESS_ENTER = _core_.PROCESS_ENTER | |
112 | PASSWORD = _core_.PASSWORD | |
113 | CB_SIMPLE = _core_.CB_SIMPLE | |
114 | CB_DROPDOWN = _core_.CB_DROPDOWN | |
115 | CB_SORT = _core_.CB_SORT | |
116 | CB_READONLY = _core_.CB_READONLY | |
117 | RA_HORIZONTAL = _core_.RA_HORIZONTAL | |
118 | RA_VERTICAL = _core_.RA_VERTICAL | |
119 | RA_SPECIFY_ROWS = _core_.RA_SPECIFY_ROWS | |
120 | RA_SPECIFY_COLS = _core_.RA_SPECIFY_COLS | |
121 | RA_USE_CHECKBOX = _core_.RA_USE_CHECKBOX | |
122 | RB_GROUP = _core_.RB_GROUP | |
123 | RB_SINGLE = _core_.RB_SINGLE | |
124 | SB_HORIZONTAL = _core_.SB_HORIZONTAL | |
125 | SB_VERTICAL = _core_.SB_VERTICAL | |
126 | RB_USE_CHECKBOX = _core_.RB_USE_CHECKBOX | |
127 | ST_SIZEGRIP = _core_.ST_SIZEGRIP | |
128 | ST_NO_AUTORESIZE = _core_.ST_NO_AUTORESIZE | |
129 | FLOOD_SURFACE = _core_.FLOOD_SURFACE | |
130 | FLOOD_BORDER = _core_.FLOOD_BORDER | |
131 | ODDEVEN_RULE = _core_.ODDEVEN_RULE | |
132 | WINDING_RULE = _core_.WINDING_RULE | |
133 | TOOL_TOP = _core_.TOOL_TOP | |
134 | TOOL_BOTTOM = _core_.TOOL_BOTTOM | |
135 | TOOL_LEFT = _core_.TOOL_LEFT | |
136 | TOOL_RIGHT = _core_.TOOL_RIGHT | |
137 | OK = _core_.OK | |
138 | YES_NO = _core_.YES_NO | |
139 | CANCEL = _core_.CANCEL | |
140 | YES = _core_.YES | |
141 | NO = _core_.NO | |
142 | NO_DEFAULT = _core_.NO_DEFAULT | |
143 | YES_DEFAULT = _core_.YES_DEFAULT | |
144 | ICON_EXCLAMATION = _core_.ICON_EXCLAMATION | |
145 | ICON_HAND = _core_.ICON_HAND | |
146 | ICON_QUESTION = _core_.ICON_QUESTION | |
147 | ICON_INFORMATION = _core_.ICON_INFORMATION | |
148 | ICON_STOP = _core_.ICON_STOP | |
149 | ICON_ASTERISK = _core_.ICON_ASTERISK | |
150 | ICON_MASK = _core_.ICON_MASK | |
151 | ICON_WARNING = _core_.ICON_WARNING | |
152 | ICON_ERROR = _core_.ICON_ERROR | |
153 | FORWARD = _core_.FORWARD | |
154 | BACKWARD = _core_.BACKWARD | |
155 | RESET = _core_.RESET | |
156 | HELP = _core_.HELP | |
157 | MORE = _core_.MORE | |
158 | SETUP = _core_.SETUP | |
159 | SIZE_AUTO_WIDTH = _core_.SIZE_AUTO_WIDTH | |
160 | SIZE_AUTO_HEIGHT = _core_.SIZE_AUTO_HEIGHT | |
161 | SIZE_AUTO = _core_.SIZE_AUTO | |
162 | SIZE_USE_EXISTING = _core_.SIZE_USE_EXISTING | |
163 | SIZE_ALLOW_MINUS_ONE = _core_.SIZE_ALLOW_MINUS_ONE | |
164 | PORTRAIT = _core_.PORTRAIT | |
165 | LANDSCAPE = _core_.LANDSCAPE | |
166 | PRINT_QUALITY_HIGH = _core_.PRINT_QUALITY_HIGH | |
167 | PRINT_QUALITY_MEDIUM = _core_.PRINT_QUALITY_MEDIUM | |
168 | PRINT_QUALITY_LOW = _core_.PRINT_QUALITY_LOW | |
169 | PRINT_QUALITY_DRAFT = _core_.PRINT_QUALITY_DRAFT | |
170 | ID_ANY = _core_.ID_ANY | |
171 | ID_SEPARATOR = _core_.ID_SEPARATOR | |
172 | ID_LOWEST = _core_.ID_LOWEST | |
173 | ID_OPEN = _core_.ID_OPEN | |
174 | ID_CLOSE = _core_.ID_CLOSE | |
175 | ID_NEW = _core_.ID_NEW | |
176 | ID_SAVE = _core_.ID_SAVE | |
177 | ID_SAVEAS = _core_.ID_SAVEAS | |
178 | ID_REVERT = _core_.ID_REVERT | |
179 | ID_EXIT = _core_.ID_EXIT | |
180 | ID_UNDO = _core_.ID_UNDO | |
181 | ID_REDO = _core_.ID_REDO | |
182 | ID_HELP = _core_.ID_HELP | |
183 | ID_PRINT = _core_.ID_PRINT | |
184 | ID_PRINT_SETUP = _core_.ID_PRINT_SETUP | |
185 | ID_PREVIEW = _core_.ID_PREVIEW | |
186 | ID_ABOUT = _core_.ID_ABOUT | |
187 | ID_HELP_CONTENTS = _core_.ID_HELP_CONTENTS | |
188 | ID_HELP_COMMANDS = _core_.ID_HELP_COMMANDS | |
189 | ID_HELP_PROCEDURES = _core_.ID_HELP_PROCEDURES | |
190 | ID_HELP_CONTEXT = _core_.ID_HELP_CONTEXT | |
191 | ID_CLOSE_ALL = _core_.ID_CLOSE_ALL | |
192 | ID_PREFERENCES = _core_.ID_PREFERENCES | |
193 | ID_CUT = _core_.ID_CUT | |
194 | ID_COPY = _core_.ID_COPY | |
195 | ID_PASTE = _core_.ID_PASTE | |
196 | ID_CLEAR = _core_.ID_CLEAR | |
197 | ID_FIND = _core_.ID_FIND | |
198 | ID_DUPLICATE = _core_.ID_DUPLICATE | |
199 | ID_SELECTALL = _core_.ID_SELECTALL | |
200 | ID_DELETE = _core_.ID_DELETE | |
201 | ID_REPLACE = _core_.ID_REPLACE | |
202 | ID_REPLACE_ALL = _core_.ID_REPLACE_ALL | |
203 | ID_PROPERTIES = _core_.ID_PROPERTIES | |
204 | ID_VIEW_DETAILS = _core_.ID_VIEW_DETAILS | |
205 | ID_VIEW_LARGEICONS = _core_.ID_VIEW_LARGEICONS | |
206 | ID_VIEW_SMALLICONS = _core_.ID_VIEW_SMALLICONS | |
207 | ID_VIEW_LIST = _core_.ID_VIEW_LIST | |
208 | ID_VIEW_SORTDATE = _core_.ID_VIEW_SORTDATE | |
209 | ID_VIEW_SORTNAME = _core_.ID_VIEW_SORTNAME | |
210 | ID_VIEW_SORTSIZE = _core_.ID_VIEW_SORTSIZE | |
211 | ID_VIEW_SORTTYPE = _core_.ID_VIEW_SORTTYPE | |
212 | ID_FILE1 = _core_.ID_FILE1 | |
213 | ID_FILE2 = _core_.ID_FILE2 | |
214 | ID_FILE3 = _core_.ID_FILE3 | |
215 | ID_FILE4 = _core_.ID_FILE4 | |
216 | ID_FILE5 = _core_.ID_FILE5 | |
217 | ID_FILE6 = _core_.ID_FILE6 | |
218 | ID_FILE7 = _core_.ID_FILE7 | |
219 | ID_FILE8 = _core_.ID_FILE8 | |
220 | ID_FILE9 = _core_.ID_FILE9 | |
221 | ID_OK = _core_.ID_OK | |
222 | ID_CANCEL = _core_.ID_CANCEL | |
223 | ID_APPLY = _core_.ID_APPLY | |
224 | ID_YES = _core_.ID_YES | |
225 | ID_NO = _core_.ID_NO | |
226 | ID_STATIC = _core_.ID_STATIC | |
227 | ID_FORWARD = _core_.ID_FORWARD | |
228 | ID_BACKWARD = _core_.ID_BACKWARD | |
229 | ID_DEFAULT = _core_.ID_DEFAULT | |
230 | ID_MORE = _core_.ID_MORE | |
231 | ID_SETUP = _core_.ID_SETUP | |
232 | ID_RESET = _core_.ID_RESET | |
233 | ID_CONTEXT_HELP = _core_.ID_CONTEXT_HELP | |
234 | ID_YESTOALL = _core_.ID_YESTOALL | |
235 | ID_NOTOALL = _core_.ID_NOTOALL | |
236 | ID_ABORT = _core_.ID_ABORT | |
237 | ID_RETRY = _core_.ID_RETRY | |
238 | ID_IGNORE = _core_.ID_IGNORE | |
239 | ID_ADD = _core_.ID_ADD | |
240 | ID_REMOVE = _core_.ID_REMOVE | |
241 | ID_UP = _core_.ID_UP | |
242 | ID_DOWN = _core_.ID_DOWN | |
243 | ID_HOME = _core_.ID_HOME | |
244 | ID_REFRESH = _core_.ID_REFRESH | |
245 | ID_STOP = _core_.ID_STOP | |
246 | ID_INDEX = _core_.ID_INDEX | |
247 | ID_BOLD = _core_.ID_BOLD | |
248 | ID_ITALIC = _core_.ID_ITALIC | |
249 | ID_JUSTIFY_CENTER = _core_.ID_JUSTIFY_CENTER | |
250 | ID_JUSTIFY_FILL = _core_.ID_JUSTIFY_FILL | |
251 | ID_JUSTIFY_RIGHT = _core_.ID_JUSTIFY_RIGHT | |
252 | ID_JUSTIFY_LEFT = _core_.ID_JUSTIFY_LEFT | |
253 | ID_UNDERLINE = _core_.ID_UNDERLINE | |
254 | ID_INDENT = _core_.ID_INDENT | |
255 | ID_UNINDENT = _core_.ID_UNINDENT | |
256 | ID_ZOOM_100 = _core_.ID_ZOOM_100 | |
257 | ID_ZOOM_FIT = _core_.ID_ZOOM_FIT | |
258 | ID_ZOOM_IN = _core_.ID_ZOOM_IN | |
259 | ID_ZOOM_OUT = _core_.ID_ZOOM_OUT | |
260 | ID_UNDELETE = _core_.ID_UNDELETE | |
261 | ID_REVERT_TO_SAVED = _core_.ID_REVERT_TO_SAVED | |
262 | ID_HIGHEST = _core_.ID_HIGHEST | |
263 | OPEN = _core_.OPEN | |
264 | SAVE = _core_.SAVE | |
265 | HIDE_READONLY = _core_.HIDE_READONLY | |
266 | OVERWRITE_PROMPT = _core_.OVERWRITE_PROMPT | |
267 | FILE_MUST_EXIST = _core_.FILE_MUST_EXIST | |
268 | MULTIPLE = _core_.MULTIPLE | |
269 | CHANGE_DIR = _core_.CHANGE_DIR | |
270 | ACCEL_ALT = _core_.ACCEL_ALT | |
271 | ACCEL_CTRL = _core_.ACCEL_CTRL | |
272 | ACCEL_SHIFT = _core_.ACCEL_SHIFT | |
273 | ACCEL_NORMAL = _core_.ACCEL_NORMAL | |
274 | PD_AUTO_HIDE = _core_.PD_AUTO_HIDE | |
275 | PD_APP_MODAL = _core_.PD_APP_MODAL | |
276 | PD_CAN_ABORT = _core_.PD_CAN_ABORT | |
277 | PD_ELAPSED_TIME = _core_.PD_ELAPSED_TIME | |
278 | PD_ESTIMATED_TIME = _core_.PD_ESTIMATED_TIME | |
279 | PD_REMAINING_TIME = _core_.PD_REMAINING_TIME | |
280 | PD_SMOOTH = _core_.PD_SMOOTH | |
281 | PD_CAN_SKIP = _core_.PD_CAN_SKIP | |
282 | DD_NEW_DIR_BUTTON = _core_.DD_NEW_DIR_BUTTON | |
283 | DD_DEFAULT_STYLE = _core_.DD_DEFAULT_STYLE | |
284 | MENU_TEAROFF = _core_.MENU_TEAROFF | |
285 | MB_DOCKABLE = _core_.MB_DOCKABLE | |
286 | NO_FULL_REPAINT_ON_RESIZE = _core_.NO_FULL_REPAINT_ON_RESIZE | |
287 | FULL_REPAINT_ON_RESIZE = _core_.FULL_REPAINT_ON_RESIZE | |
288 | LI_HORIZONTAL = _core_.LI_HORIZONTAL | |
289 | LI_VERTICAL = _core_.LI_VERTICAL | |
290 | WS_EX_VALIDATE_RECURSIVELY = _core_.WS_EX_VALIDATE_RECURSIVELY | |
291 | WS_EX_BLOCK_EVENTS = _core_.WS_EX_BLOCK_EVENTS | |
292 | WS_EX_TRANSIENT = _core_.WS_EX_TRANSIENT | |
293 | WS_EX_THEMED_BACKGROUND = _core_.WS_EX_THEMED_BACKGROUND | |
294 | WS_EX_PROCESS_IDLE = _core_.WS_EX_PROCESS_IDLE | |
295 | WS_EX_PROCESS_UI_UPDATES = _core_.WS_EX_PROCESS_UI_UPDATES | |
296 | MM_TEXT = _core_.MM_TEXT | |
297 | MM_LOMETRIC = _core_.MM_LOMETRIC | |
298 | MM_HIMETRIC = _core_.MM_HIMETRIC | |
299 | MM_LOENGLISH = _core_.MM_LOENGLISH | |
300 | MM_HIENGLISH = _core_.MM_HIENGLISH | |
301 | MM_TWIPS = _core_.MM_TWIPS | |
302 | MM_ISOTROPIC = _core_.MM_ISOTROPIC | |
303 | MM_ANISOTROPIC = _core_.MM_ANISOTROPIC | |
304 | MM_POINTS = _core_.MM_POINTS | |
305 | MM_METRIC = _core_.MM_METRIC | |
306 | CENTRE = _core_.CENTRE | |
307 | CENTER = _core_.CENTER | |
308 | HORIZONTAL = _core_.HORIZONTAL | |
309 | VERTICAL = _core_.VERTICAL | |
310 | BOTH = _core_.BOTH | |
311 | LEFT = _core_.LEFT | |
312 | RIGHT = _core_.RIGHT | |
313 | UP = _core_.UP | |
314 | DOWN = _core_.DOWN | |
315 | TOP = _core_.TOP | |
316 | BOTTOM = _core_.BOTTOM | |
317 | NORTH = _core_.NORTH | |
318 | SOUTH = _core_.SOUTH | |
319 | WEST = _core_.WEST | |
320 | EAST = _core_.EAST | |
321 | ALL = _core_.ALL | |
322 | ALIGN_NOT = _core_.ALIGN_NOT | |
323 | ALIGN_CENTER_HORIZONTAL = _core_.ALIGN_CENTER_HORIZONTAL | |
324 | ALIGN_CENTRE_HORIZONTAL = _core_.ALIGN_CENTRE_HORIZONTAL | |
325 | ALIGN_LEFT = _core_.ALIGN_LEFT | |
326 | ALIGN_TOP = _core_.ALIGN_TOP | |
327 | ALIGN_RIGHT = _core_.ALIGN_RIGHT | |
328 | ALIGN_BOTTOM = _core_.ALIGN_BOTTOM | |
329 | ALIGN_CENTER_VERTICAL = _core_.ALIGN_CENTER_VERTICAL | |
330 | ALIGN_CENTRE_VERTICAL = _core_.ALIGN_CENTRE_VERTICAL | |
331 | ALIGN_CENTER = _core_.ALIGN_CENTER | |
332 | ALIGN_CENTRE = _core_.ALIGN_CENTRE | |
333 | ALIGN_MASK = _core_.ALIGN_MASK | |
334 | STRETCH_NOT = _core_.STRETCH_NOT | |
335 | SHRINK = _core_.SHRINK | |
336 | GROW = _core_.GROW | |
337 | EXPAND = _core_.EXPAND | |
338 | SHAPED = _core_.SHAPED | |
339 | FIXED_MINSIZE = _core_.FIXED_MINSIZE | |
340 | TILE = _core_.TILE | |
341 | ADJUST_MINSIZE = _core_.ADJUST_MINSIZE | |
342 | BORDER_DEFAULT = _core_.BORDER_DEFAULT | |
343 | BORDER_NONE = _core_.BORDER_NONE | |
344 | BORDER_STATIC = _core_.BORDER_STATIC | |
345 | BORDER_SIMPLE = _core_.BORDER_SIMPLE | |
346 | BORDER_RAISED = _core_.BORDER_RAISED | |
347 | BORDER_SUNKEN = _core_.BORDER_SUNKEN | |
348 | BORDER_DOUBLE = _core_.BORDER_DOUBLE | |
349 | BORDER_MASK = _core_.BORDER_MASK | |
350 | BG_STYLE_SYSTEM = _core_.BG_STYLE_SYSTEM | |
351 | BG_STYLE_COLOUR = _core_.BG_STYLE_COLOUR | |
352 | BG_STYLE_CUSTOM = _core_.BG_STYLE_CUSTOM | |
353 | DEFAULT = _core_.DEFAULT | |
354 | DECORATIVE = _core_.DECORATIVE | |
355 | ROMAN = _core_.ROMAN | |
356 | SCRIPT = _core_.SCRIPT | |
357 | SWISS = _core_.SWISS | |
358 | MODERN = _core_.MODERN | |
359 | TELETYPE = _core_.TELETYPE | |
360 | VARIABLE = _core_.VARIABLE | |
361 | FIXED = _core_.FIXED | |
362 | NORMAL = _core_.NORMAL | |
363 | LIGHT = _core_.LIGHT | |
364 | BOLD = _core_.BOLD | |
365 | ITALIC = _core_.ITALIC | |
366 | SLANT = _core_.SLANT | |
367 | SOLID = _core_.SOLID | |
368 | DOT = _core_.DOT | |
369 | LONG_DASH = _core_.LONG_DASH | |
370 | SHORT_DASH = _core_.SHORT_DASH | |
371 | DOT_DASH = _core_.DOT_DASH | |
372 | USER_DASH = _core_.USER_DASH | |
373 | TRANSPARENT = _core_.TRANSPARENT | |
374 | STIPPLE = _core_.STIPPLE | |
375 | BDIAGONAL_HATCH = _core_.BDIAGONAL_HATCH | |
376 | CROSSDIAG_HATCH = _core_.CROSSDIAG_HATCH | |
377 | FDIAGONAL_HATCH = _core_.FDIAGONAL_HATCH | |
378 | CROSS_HATCH = _core_.CROSS_HATCH | |
379 | HORIZONTAL_HATCH = _core_.HORIZONTAL_HATCH | |
380 | VERTICAL_HATCH = _core_.VERTICAL_HATCH | |
381 | JOIN_BEVEL = _core_.JOIN_BEVEL | |
382 | JOIN_MITER = _core_.JOIN_MITER | |
383 | JOIN_ROUND = _core_.JOIN_ROUND | |
384 | CAP_ROUND = _core_.CAP_ROUND | |
385 | CAP_PROJECTING = _core_.CAP_PROJECTING | |
386 | CAP_BUTT = _core_.CAP_BUTT | |
387 | CLEAR = _core_.CLEAR | |
388 | XOR = _core_.XOR | |
389 | INVERT = _core_.INVERT | |
390 | OR_REVERSE = _core_.OR_REVERSE | |
391 | AND_REVERSE = _core_.AND_REVERSE | |
392 | COPY = _core_.COPY | |
393 | AND = _core_.AND | |
394 | AND_INVERT = _core_.AND_INVERT | |
395 | NO_OP = _core_.NO_OP | |
396 | NOR = _core_.NOR | |
397 | EQUIV = _core_.EQUIV | |
398 | SRC_INVERT = _core_.SRC_INVERT | |
399 | OR_INVERT = _core_.OR_INVERT | |
400 | NAND = _core_.NAND | |
401 | OR = _core_.OR | |
402 | SET = _core_.SET | |
403 | WXK_BACK = _core_.WXK_BACK | |
404 | WXK_TAB = _core_.WXK_TAB | |
405 | WXK_RETURN = _core_.WXK_RETURN | |
406 | WXK_ESCAPE = _core_.WXK_ESCAPE | |
407 | WXK_SPACE = _core_.WXK_SPACE | |
408 | WXK_DELETE = _core_.WXK_DELETE | |
409 | WXK_START = _core_.WXK_START | |
410 | WXK_LBUTTON = _core_.WXK_LBUTTON | |
411 | WXK_RBUTTON = _core_.WXK_RBUTTON | |
412 | WXK_CANCEL = _core_.WXK_CANCEL | |
413 | WXK_MBUTTON = _core_.WXK_MBUTTON | |
414 | WXK_CLEAR = _core_.WXK_CLEAR | |
415 | WXK_SHIFT = _core_.WXK_SHIFT | |
416 | WXK_ALT = _core_.WXK_ALT | |
417 | WXK_CONTROL = _core_.WXK_CONTROL | |
418 | WXK_MENU = _core_.WXK_MENU | |
419 | WXK_PAUSE = _core_.WXK_PAUSE | |
420 | WXK_CAPITAL = _core_.WXK_CAPITAL | |
421 | WXK_PRIOR = _core_.WXK_PRIOR | |
422 | WXK_NEXT = _core_.WXK_NEXT | |
423 | WXK_END = _core_.WXK_END | |
424 | WXK_HOME = _core_.WXK_HOME | |
425 | WXK_LEFT = _core_.WXK_LEFT | |
426 | WXK_UP = _core_.WXK_UP | |
427 | WXK_RIGHT = _core_.WXK_RIGHT | |
428 | WXK_DOWN = _core_.WXK_DOWN | |
429 | WXK_SELECT = _core_.WXK_SELECT | |
430 | WXK_PRINT = _core_.WXK_PRINT | |
431 | WXK_EXECUTE = _core_.WXK_EXECUTE | |
432 | WXK_SNAPSHOT = _core_.WXK_SNAPSHOT | |
433 | WXK_INSERT = _core_.WXK_INSERT | |
434 | WXK_HELP = _core_.WXK_HELP | |
435 | WXK_NUMPAD0 = _core_.WXK_NUMPAD0 | |
436 | WXK_NUMPAD1 = _core_.WXK_NUMPAD1 | |
437 | WXK_NUMPAD2 = _core_.WXK_NUMPAD2 | |
438 | WXK_NUMPAD3 = _core_.WXK_NUMPAD3 | |
439 | WXK_NUMPAD4 = _core_.WXK_NUMPAD4 | |
440 | WXK_NUMPAD5 = _core_.WXK_NUMPAD5 | |
441 | WXK_NUMPAD6 = _core_.WXK_NUMPAD6 | |
442 | WXK_NUMPAD7 = _core_.WXK_NUMPAD7 | |
443 | WXK_NUMPAD8 = _core_.WXK_NUMPAD8 | |
444 | WXK_NUMPAD9 = _core_.WXK_NUMPAD9 | |
445 | WXK_MULTIPLY = _core_.WXK_MULTIPLY | |
446 | WXK_ADD = _core_.WXK_ADD | |
447 | WXK_SEPARATOR = _core_.WXK_SEPARATOR | |
448 | WXK_SUBTRACT = _core_.WXK_SUBTRACT | |
449 | WXK_DECIMAL = _core_.WXK_DECIMAL | |
450 | WXK_DIVIDE = _core_.WXK_DIVIDE | |
451 | WXK_F1 = _core_.WXK_F1 | |
452 | WXK_F2 = _core_.WXK_F2 | |
453 | WXK_F3 = _core_.WXK_F3 | |
454 | WXK_F4 = _core_.WXK_F4 | |
455 | WXK_F5 = _core_.WXK_F5 | |
456 | WXK_F6 = _core_.WXK_F6 | |
457 | WXK_F7 = _core_.WXK_F7 | |
458 | WXK_F8 = _core_.WXK_F8 | |
459 | WXK_F9 = _core_.WXK_F9 | |
460 | WXK_F10 = _core_.WXK_F10 | |
461 | WXK_F11 = _core_.WXK_F11 | |
462 | WXK_F12 = _core_.WXK_F12 | |
463 | WXK_F13 = _core_.WXK_F13 | |
464 | WXK_F14 = _core_.WXK_F14 | |
465 | WXK_F15 = _core_.WXK_F15 | |
466 | WXK_F16 = _core_.WXK_F16 | |
467 | WXK_F17 = _core_.WXK_F17 | |
468 | WXK_F18 = _core_.WXK_F18 | |
469 | WXK_F19 = _core_.WXK_F19 | |
470 | WXK_F20 = _core_.WXK_F20 | |
471 | WXK_F21 = _core_.WXK_F21 | |
472 | WXK_F22 = _core_.WXK_F22 | |
473 | WXK_F23 = _core_.WXK_F23 | |
474 | WXK_F24 = _core_.WXK_F24 | |
475 | WXK_NUMLOCK = _core_.WXK_NUMLOCK | |
476 | WXK_SCROLL = _core_.WXK_SCROLL | |
477 | WXK_PAGEUP = _core_.WXK_PAGEUP | |
478 | WXK_PAGEDOWN = _core_.WXK_PAGEDOWN | |
479 | WXK_NUMPAD_SPACE = _core_.WXK_NUMPAD_SPACE | |
480 | WXK_NUMPAD_TAB = _core_.WXK_NUMPAD_TAB | |
481 | WXK_NUMPAD_ENTER = _core_.WXK_NUMPAD_ENTER | |
482 | WXK_NUMPAD_F1 = _core_.WXK_NUMPAD_F1 | |
483 | WXK_NUMPAD_F2 = _core_.WXK_NUMPAD_F2 | |
484 | WXK_NUMPAD_F3 = _core_.WXK_NUMPAD_F3 | |
485 | WXK_NUMPAD_F4 = _core_.WXK_NUMPAD_F4 | |
486 | WXK_NUMPAD_HOME = _core_.WXK_NUMPAD_HOME | |
487 | WXK_NUMPAD_LEFT = _core_.WXK_NUMPAD_LEFT | |
488 | WXK_NUMPAD_UP = _core_.WXK_NUMPAD_UP | |
489 | WXK_NUMPAD_RIGHT = _core_.WXK_NUMPAD_RIGHT | |
490 | WXK_NUMPAD_DOWN = _core_.WXK_NUMPAD_DOWN | |
491 | WXK_NUMPAD_PRIOR = _core_.WXK_NUMPAD_PRIOR | |
492 | WXK_NUMPAD_PAGEUP = _core_.WXK_NUMPAD_PAGEUP | |
493 | WXK_NUMPAD_NEXT = _core_.WXK_NUMPAD_NEXT | |
494 | WXK_NUMPAD_PAGEDOWN = _core_.WXK_NUMPAD_PAGEDOWN | |
495 | WXK_NUMPAD_END = _core_.WXK_NUMPAD_END | |
496 | WXK_NUMPAD_BEGIN = _core_.WXK_NUMPAD_BEGIN | |
497 | WXK_NUMPAD_INSERT = _core_.WXK_NUMPAD_INSERT | |
498 | WXK_NUMPAD_DELETE = _core_.WXK_NUMPAD_DELETE | |
499 | WXK_NUMPAD_EQUAL = _core_.WXK_NUMPAD_EQUAL | |
500 | WXK_NUMPAD_MULTIPLY = _core_.WXK_NUMPAD_MULTIPLY | |
501 | WXK_NUMPAD_ADD = _core_.WXK_NUMPAD_ADD | |
502 | WXK_NUMPAD_SEPARATOR = _core_.WXK_NUMPAD_SEPARATOR | |
503 | WXK_NUMPAD_SUBTRACT = _core_.WXK_NUMPAD_SUBTRACT | |
504 | WXK_NUMPAD_DECIMAL = _core_.WXK_NUMPAD_DECIMAL | |
505 | WXK_NUMPAD_DIVIDE = _core_.WXK_NUMPAD_DIVIDE | |
506 | WXK_WINDOWS_LEFT = _core_.WXK_WINDOWS_LEFT | |
507 | WXK_WINDOWS_RIGHT = _core_.WXK_WINDOWS_RIGHT | |
508 | WXK_WINDOWS_MENU = _core_.WXK_WINDOWS_MENU | |
509 | WXK_COMMAND = _core_.WXK_COMMAND | |
510 | WXK_SPECIAL1 = _core_.WXK_SPECIAL1 | |
511 | WXK_SPECIAL2 = _core_.WXK_SPECIAL2 | |
512 | WXK_SPECIAL3 = _core_.WXK_SPECIAL3 | |
513 | WXK_SPECIAL4 = _core_.WXK_SPECIAL4 | |
514 | WXK_SPECIAL5 = _core_.WXK_SPECIAL5 | |
515 | WXK_SPECIAL6 = _core_.WXK_SPECIAL6 | |
516 | WXK_SPECIAL7 = _core_.WXK_SPECIAL7 | |
517 | WXK_SPECIAL8 = _core_.WXK_SPECIAL8 | |
518 | WXK_SPECIAL9 = _core_.WXK_SPECIAL9 | |
519 | WXK_SPECIAL10 = _core_.WXK_SPECIAL10 | |
520 | WXK_SPECIAL11 = _core_.WXK_SPECIAL11 | |
521 | WXK_SPECIAL12 = _core_.WXK_SPECIAL12 | |
522 | WXK_SPECIAL13 = _core_.WXK_SPECIAL13 | |
523 | WXK_SPECIAL14 = _core_.WXK_SPECIAL14 | |
524 | WXK_SPECIAL15 = _core_.WXK_SPECIAL15 | |
525 | WXK_SPECIAL16 = _core_.WXK_SPECIAL16 | |
526 | WXK_SPECIAL17 = _core_.WXK_SPECIAL17 | |
527 | WXK_SPECIAL18 = _core_.WXK_SPECIAL18 | |
528 | WXK_SPECIAL19 = _core_.WXK_SPECIAL19 | |
529 | WXK_SPECIAL20 = _core_.WXK_SPECIAL20 | |
530 | PAPER_NONE = _core_.PAPER_NONE | |
531 | PAPER_LETTER = _core_.PAPER_LETTER | |
532 | PAPER_LEGAL = _core_.PAPER_LEGAL | |
533 | PAPER_A4 = _core_.PAPER_A4 | |
534 | PAPER_CSHEET = _core_.PAPER_CSHEET | |
535 | PAPER_DSHEET = _core_.PAPER_DSHEET | |
536 | PAPER_ESHEET = _core_.PAPER_ESHEET | |
537 | PAPER_LETTERSMALL = _core_.PAPER_LETTERSMALL | |
538 | PAPER_TABLOID = _core_.PAPER_TABLOID | |
539 | PAPER_LEDGER = _core_.PAPER_LEDGER | |
540 | PAPER_STATEMENT = _core_.PAPER_STATEMENT | |
541 | PAPER_EXECUTIVE = _core_.PAPER_EXECUTIVE | |
542 | PAPER_A3 = _core_.PAPER_A3 | |
543 | PAPER_A4SMALL = _core_.PAPER_A4SMALL | |
544 | PAPER_A5 = _core_.PAPER_A5 | |
545 | PAPER_B4 = _core_.PAPER_B4 | |
546 | PAPER_B5 = _core_.PAPER_B5 | |
547 | PAPER_FOLIO = _core_.PAPER_FOLIO | |
548 | PAPER_QUARTO = _core_.PAPER_QUARTO | |
549 | PAPER_10X14 = _core_.PAPER_10X14 | |
550 | PAPER_11X17 = _core_.PAPER_11X17 | |
551 | PAPER_NOTE = _core_.PAPER_NOTE | |
552 | PAPER_ENV_9 = _core_.PAPER_ENV_9 | |
553 | PAPER_ENV_10 = _core_.PAPER_ENV_10 | |
554 | PAPER_ENV_11 = _core_.PAPER_ENV_11 | |
555 | PAPER_ENV_12 = _core_.PAPER_ENV_12 | |
556 | PAPER_ENV_14 = _core_.PAPER_ENV_14 | |
557 | PAPER_ENV_DL = _core_.PAPER_ENV_DL | |
558 | PAPER_ENV_C5 = _core_.PAPER_ENV_C5 | |
559 | PAPER_ENV_C3 = _core_.PAPER_ENV_C3 | |
560 | PAPER_ENV_C4 = _core_.PAPER_ENV_C4 | |
561 | PAPER_ENV_C6 = _core_.PAPER_ENV_C6 | |
562 | PAPER_ENV_C65 = _core_.PAPER_ENV_C65 | |
563 | PAPER_ENV_B4 = _core_.PAPER_ENV_B4 | |
564 | PAPER_ENV_B5 = _core_.PAPER_ENV_B5 | |
565 | PAPER_ENV_B6 = _core_.PAPER_ENV_B6 | |
566 | PAPER_ENV_ITALY = _core_.PAPER_ENV_ITALY | |
567 | PAPER_ENV_MONARCH = _core_.PAPER_ENV_MONARCH | |
568 | PAPER_ENV_PERSONAL = _core_.PAPER_ENV_PERSONAL | |
569 | PAPER_FANFOLD_US = _core_.PAPER_FANFOLD_US | |
570 | PAPER_FANFOLD_STD_GERMAN = _core_.PAPER_FANFOLD_STD_GERMAN | |
571 | PAPER_FANFOLD_LGL_GERMAN = _core_.PAPER_FANFOLD_LGL_GERMAN | |
572 | PAPER_ISO_B4 = _core_.PAPER_ISO_B4 | |
573 | PAPER_JAPANESE_POSTCARD = _core_.PAPER_JAPANESE_POSTCARD | |
574 | PAPER_9X11 = _core_.PAPER_9X11 | |
575 | PAPER_10X11 = _core_.PAPER_10X11 | |
576 | PAPER_15X11 = _core_.PAPER_15X11 | |
577 | PAPER_ENV_INVITE = _core_.PAPER_ENV_INVITE | |
578 | PAPER_LETTER_EXTRA = _core_.PAPER_LETTER_EXTRA | |
579 | PAPER_LEGAL_EXTRA = _core_.PAPER_LEGAL_EXTRA | |
580 | PAPER_TABLOID_EXTRA = _core_.PAPER_TABLOID_EXTRA | |
581 | PAPER_A4_EXTRA = _core_.PAPER_A4_EXTRA | |
582 | PAPER_LETTER_TRANSVERSE = _core_.PAPER_LETTER_TRANSVERSE | |
583 | PAPER_A4_TRANSVERSE = _core_.PAPER_A4_TRANSVERSE | |
584 | PAPER_LETTER_EXTRA_TRANSVERSE = _core_.PAPER_LETTER_EXTRA_TRANSVERSE | |
585 | PAPER_A_PLUS = _core_.PAPER_A_PLUS | |
586 | PAPER_B_PLUS = _core_.PAPER_B_PLUS | |
587 | PAPER_LETTER_PLUS = _core_.PAPER_LETTER_PLUS | |
588 | PAPER_A4_PLUS = _core_.PAPER_A4_PLUS | |
589 | PAPER_A5_TRANSVERSE = _core_.PAPER_A5_TRANSVERSE | |
590 | PAPER_B5_TRANSVERSE = _core_.PAPER_B5_TRANSVERSE | |
591 | PAPER_A3_EXTRA = _core_.PAPER_A3_EXTRA | |
592 | PAPER_A5_EXTRA = _core_.PAPER_A5_EXTRA | |
593 | PAPER_B5_EXTRA = _core_.PAPER_B5_EXTRA | |
594 | PAPER_A2 = _core_.PAPER_A2 | |
595 | PAPER_A3_TRANSVERSE = _core_.PAPER_A3_TRANSVERSE | |
596 | PAPER_A3_EXTRA_TRANSVERSE = _core_.PAPER_A3_EXTRA_TRANSVERSE | |
597 | DUPLEX_SIMPLEX = _core_.DUPLEX_SIMPLEX | |
598 | DUPLEX_HORIZONTAL = _core_.DUPLEX_HORIZONTAL | |
599 | DUPLEX_VERTICAL = _core_.DUPLEX_VERTICAL | |
600 | ITEM_SEPARATOR = _core_.ITEM_SEPARATOR | |
601 | ITEM_NORMAL = _core_.ITEM_NORMAL | |
602 | ITEM_CHECK = _core_.ITEM_CHECK | |
603 | ITEM_RADIO = _core_.ITEM_RADIO | |
604 | ITEM_MAX = _core_.ITEM_MAX | |
605 | HT_NOWHERE = _core_.HT_NOWHERE | |
606 | HT_SCROLLBAR_FIRST = _core_.HT_SCROLLBAR_FIRST | |
607 | HT_SCROLLBAR_ARROW_LINE_1 = _core_.HT_SCROLLBAR_ARROW_LINE_1 | |
608 | HT_SCROLLBAR_ARROW_LINE_2 = _core_.HT_SCROLLBAR_ARROW_LINE_2 | |
609 | HT_SCROLLBAR_ARROW_PAGE_1 = _core_.HT_SCROLLBAR_ARROW_PAGE_1 | |
610 | HT_SCROLLBAR_ARROW_PAGE_2 = _core_.HT_SCROLLBAR_ARROW_PAGE_2 | |
611 | HT_SCROLLBAR_THUMB = _core_.HT_SCROLLBAR_THUMB | |
612 | HT_SCROLLBAR_BAR_1 = _core_.HT_SCROLLBAR_BAR_1 | |
613 | HT_SCROLLBAR_BAR_2 = _core_.HT_SCROLLBAR_BAR_2 | |
614 | HT_SCROLLBAR_LAST = _core_.HT_SCROLLBAR_LAST | |
615 | HT_WINDOW_OUTSIDE = _core_.HT_WINDOW_OUTSIDE | |
616 | HT_WINDOW_INSIDE = _core_.HT_WINDOW_INSIDE | |
617 | HT_WINDOW_VERT_SCROLLBAR = _core_.HT_WINDOW_VERT_SCROLLBAR | |
618 | HT_WINDOW_HORZ_SCROLLBAR = _core_.HT_WINDOW_HORZ_SCROLLBAR | |
619 | HT_WINDOW_CORNER = _core_.HT_WINDOW_CORNER | |
620 | HT_MAX = _core_.HT_MAX | |
621 | MOD_NONE = _core_.MOD_NONE | |
622 | MOD_ALT = _core_.MOD_ALT | |
623 | MOD_CONTROL = _core_.MOD_CONTROL | |
624 | MOD_SHIFT = _core_.MOD_SHIFT | |
625 | MOD_WIN = _core_.MOD_WIN | |
626 | UPDATE_UI_NONE = _core_.UPDATE_UI_NONE | |
627 | UPDATE_UI_RECURSE = _core_.UPDATE_UI_RECURSE | |
628 | UPDATE_UI_FROMIDLE = _core_.UPDATE_UI_FROMIDLE | |
d55e5bfc RD |
629 | #--------------------------------------------------------------------------- |
630 | ||
5b5c9bc7 | 631 | class Object(object): |
d55e5bfc RD |
632 | """ |
633 | The base class for most wx objects, although in wxPython not | |
634 | much functionality is needed nor exposed. | |
635 | """ | |
636 | def __init__(self): raise RuntimeError, "No constructor defined" | |
637 | def __repr__(self): | |
638 | return "<%s.%s; proxy of C++ wxObject instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
639 | def GetClassName(*args, **kwargs): | |
640 | """ | |
5b5c9bc7 | 641 | GetClassName(self) -> String |
d55e5bfc RD |
642 | |
643 | Returns the class name of the C++ class using wxRTTI. | |
644 | """ | |
5b5c9bc7 | 645 | return _core_.Object_GetClassName(*args, **kwargs) |
d55e5bfc RD |
646 | |
647 | def Destroy(*args, **kwargs): | |
648 | """ | |
649 | Destroy(self) | |
650 | ||
651 | Deletes the C++ object this Python object is a proxy for. | |
652 | """ | |
5b5c9bc7 | 653 | return _core_.Object_Destroy(*args, **kwargs) |
d55e5bfc RD |
654 | |
655 | ||
5b5c9bc7 | 656 | class ObjectPtr(Object): |
d55e5bfc RD |
657 | def __init__(self, this): |
658 | self.this = this | |
659 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
660 | self.__class__ = Object |
661 | _core_.Object_swigregister(ObjectPtr) | |
662 | _wxPySetDictionary = _core_._wxPySetDictionary | |
d55e5bfc | 663 | |
5b5c9bc7 | 664 | _wxPyFixStockObjects = _core_._wxPyFixStockObjects |
d55e5bfc | 665 | |
5b5c9bc7 | 666 | cvar = _core_.cvar |
d55e5bfc RD |
667 | EmptyString = cvar.EmptyString |
668 | ||
669 | #--------------------------------------------------------------------------- | |
670 | ||
5b5c9bc7 RD |
671 | BITMAP_TYPE_INVALID = _core_.BITMAP_TYPE_INVALID |
672 | BITMAP_TYPE_BMP = _core_.BITMAP_TYPE_BMP | |
673 | BITMAP_TYPE_ICO = _core_.BITMAP_TYPE_ICO | |
674 | BITMAP_TYPE_CUR = _core_.BITMAP_TYPE_CUR | |
675 | BITMAP_TYPE_XBM = _core_.BITMAP_TYPE_XBM | |
676 | BITMAP_TYPE_XBM_DATA = _core_.BITMAP_TYPE_XBM_DATA | |
677 | BITMAP_TYPE_XPM = _core_.BITMAP_TYPE_XPM | |
678 | BITMAP_TYPE_XPM_DATA = _core_.BITMAP_TYPE_XPM_DATA | |
679 | BITMAP_TYPE_TIF = _core_.BITMAP_TYPE_TIF | |
680 | BITMAP_TYPE_GIF = _core_.BITMAP_TYPE_GIF | |
681 | BITMAP_TYPE_PNG = _core_.BITMAP_TYPE_PNG | |
682 | BITMAP_TYPE_JPEG = _core_.BITMAP_TYPE_JPEG | |
683 | BITMAP_TYPE_PNM = _core_.BITMAP_TYPE_PNM | |
684 | BITMAP_TYPE_PCX = _core_.BITMAP_TYPE_PCX | |
685 | BITMAP_TYPE_PICT = _core_.BITMAP_TYPE_PICT | |
686 | BITMAP_TYPE_ICON = _core_.BITMAP_TYPE_ICON | |
687 | BITMAP_TYPE_ANI = _core_.BITMAP_TYPE_ANI | |
688 | BITMAP_TYPE_IFF = _core_.BITMAP_TYPE_IFF | |
689 | BITMAP_TYPE_MACCURSOR = _core_.BITMAP_TYPE_MACCURSOR | |
690 | BITMAP_TYPE_ANY = _core_.BITMAP_TYPE_ANY | |
691 | CURSOR_NONE = _core_.CURSOR_NONE | |
692 | CURSOR_ARROW = _core_.CURSOR_ARROW | |
693 | CURSOR_RIGHT_ARROW = _core_.CURSOR_RIGHT_ARROW | |
694 | CURSOR_BULLSEYE = _core_.CURSOR_BULLSEYE | |
695 | CURSOR_CHAR = _core_.CURSOR_CHAR | |
696 | CURSOR_CROSS = _core_.CURSOR_CROSS | |
697 | CURSOR_HAND = _core_.CURSOR_HAND | |
698 | CURSOR_IBEAM = _core_.CURSOR_IBEAM | |
699 | CURSOR_LEFT_BUTTON = _core_.CURSOR_LEFT_BUTTON | |
700 | CURSOR_MAGNIFIER = _core_.CURSOR_MAGNIFIER | |
701 | CURSOR_MIDDLE_BUTTON = _core_.CURSOR_MIDDLE_BUTTON | |
702 | CURSOR_NO_ENTRY = _core_.CURSOR_NO_ENTRY | |
703 | CURSOR_PAINT_BRUSH = _core_.CURSOR_PAINT_BRUSH | |
704 | CURSOR_PENCIL = _core_.CURSOR_PENCIL | |
705 | CURSOR_POINT_LEFT = _core_.CURSOR_POINT_LEFT | |
706 | CURSOR_POINT_RIGHT = _core_.CURSOR_POINT_RIGHT | |
707 | CURSOR_QUESTION_ARROW = _core_.CURSOR_QUESTION_ARROW | |
708 | CURSOR_RIGHT_BUTTON = _core_.CURSOR_RIGHT_BUTTON | |
709 | CURSOR_SIZENESW = _core_.CURSOR_SIZENESW | |
710 | CURSOR_SIZENS = _core_.CURSOR_SIZENS | |
711 | CURSOR_SIZENWSE = _core_.CURSOR_SIZENWSE | |
712 | CURSOR_SIZEWE = _core_.CURSOR_SIZEWE | |
713 | CURSOR_SIZING = _core_.CURSOR_SIZING | |
714 | CURSOR_SPRAYCAN = _core_.CURSOR_SPRAYCAN | |
715 | CURSOR_WAIT = _core_.CURSOR_WAIT | |
716 | CURSOR_WATCH = _core_.CURSOR_WATCH | |
717 | CURSOR_BLANK = _core_.CURSOR_BLANK | |
718 | CURSOR_DEFAULT = _core_.CURSOR_DEFAULT | |
719 | CURSOR_COPY_ARROW = _core_.CURSOR_COPY_ARROW | |
720 | CURSOR_ARROWWAIT = _core_.CURSOR_ARROWWAIT | |
721 | CURSOR_MAX = _core_.CURSOR_MAX | |
d55e5bfc RD |
722 | #--------------------------------------------------------------------------- |
723 | ||
5b5c9bc7 | 724 | class Size(object): |
d55e5bfc | 725 | """ |
15817c7e | 726 | wx.Size is a useful data structure used to represent the size of |
36ed4f51 RD |
727 | something. It simply contians integer width and height |
728 | proprtites. In most places in wxPython where a wx.Size is | |
729 | expected a (width, height) tuple can be used instead. | |
d55e5bfc RD |
730 | """ |
731 | def __repr__(self): | |
732 | return "<%s.%s; proxy of C++ wxSize instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5b5c9bc7 RD |
733 | width = property(_core_.Size_width_get, _core_.Size_width_set) |
734 | height = property(_core_.Size_height_get, _core_.Size_height_set) | |
d55e5bfc RD |
735 | x = width; y = height |
736 | def __init__(self, *args, **kwargs): | |
737 | """ | |
5b5c9bc7 | 738 | __init__(self, int w=0, int h=0) -> Size |
d55e5bfc RD |
739 | |
740 | Creates a size object. | |
741 | """ | |
5b5c9bc7 | 742 | newobj = _core_.new_Size(*args, **kwargs) |
d55e5bfc RD |
743 | self.this = newobj.this |
744 | self.thisown = 1 | |
745 | del newobj.thisown | |
5b5c9bc7 | 746 | def __del__(self, destroy=_core_.delete_Size): |
d55e5bfc RD |
747 | """__del__(self)""" |
748 | try: | |
749 | if self.thisown: destroy(self) | |
750 | except: pass | |
751 | ||
752 | def __eq__(*args, **kwargs): | |
753 | """ | |
5b5c9bc7 | 754 | __eq__(self, Size sz) -> bool |
d55e5bfc RD |
755 | |
756 | Test for equality of wx.Size objects. | |
757 | """ | |
5b5c9bc7 | 758 | return _core_.Size___eq__(*args, **kwargs) |
d55e5bfc RD |
759 | |
760 | def __ne__(*args, **kwargs): | |
761 | """ | |
5b5c9bc7 | 762 | __ne__(self, Size sz) -> bool |
d55e5bfc RD |
763 | |
764 | Test for inequality. | |
765 | """ | |
5b5c9bc7 | 766 | return _core_.Size___ne__(*args, **kwargs) |
d55e5bfc RD |
767 | |
768 | def __add__(*args, **kwargs): | |
769 | """ | |
5b5c9bc7 | 770 | __add__(self, Size sz) -> Size |
d55e5bfc RD |
771 | |
772 | Add sz's proprties to this and return the result. | |
773 | """ | |
5b5c9bc7 | 774 | return _core_.Size___add__(*args, **kwargs) |
d55e5bfc RD |
775 | |
776 | def __sub__(*args, **kwargs): | |
777 | """ | |
5b5c9bc7 | 778 | __sub__(self, Size sz) -> Size |
d55e5bfc RD |
779 | |
780 | Subtract sz's properties from this and return the result. | |
781 | """ | |
5b5c9bc7 | 782 | return _core_.Size___sub__(*args, **kwargs) |
d55e5bfc RD |
783 | |
784 | def IncTo(*args, **kwargs): | |
785 | """ | |
5b5c9bc7 | 786 | IncTo(self, Size sz) |
d55e5bfc RD |
787 | |
788 | Increments this object so that both of its dimensions are not less | |
789 | than the corresponding dimensions of the size. | |
790 | """ | |
5b5c9bc7 | 791 | return _core_.Size_IncTo(*args, **kwargs) |
d55e5bfc RD |
792 | |
793 | def DecTo(*args, **kwargs): | |
794 | """ | |
5b5c9bc7 | 795 | DecTo(self, Size sz) |
d55e5bfc RD |
796 | |
797 | Decrements this object so that both of its dimensions are not greater | |
798 | than the corresponding dimensions of the size. | |
799 | """ | |
5b5c9bc7 | 800 | return _core_.Size_DecTo(*args, **kwargs) |
d55e5bfc RD |
801 | |
802 | def Set(*args, **kwargs): | |
803 | """ | |
804 | Set(self, int w, int h) | |
805 | ||
806 | Set both width and height. | |
807 | """ | |
5b5c9bc7 | 808 | return _core_.Size_Set(*args, **kwargs) |
d55e5bfc RD |
809 | |
810 | def SetWidth(*args, **kwargs): | |
811 | """SetWidth(self, int w)""" | |
5b5c9bc7 | 812 | return _core_.Size_SetWidth(*args, **kwargs) |
d55e5bfc RD |
813 | |
814 | def SetHeight(*args, **kwargs): | |
815 | """SetHeight(self, int h)""" | |
5b5c9bc7 | 816 | return _core_.Size_SetHeight(*args, **kwargs) |
d55e5bfc RD |
817 | |
818 | def GetWidth(*args, **kwargs): | |
819 | """GetWidth(self) -> int""" | |
5b5c9bc7 | 820 | return _core_.Size_GetWidth(*args, **kwargs) |
d55e5bfc RD |
821 | |
822 | def GetHeight(*args, **kwargs): | |
823 | """GetHeight(self) -> int""" | |
5b5c9bc7 | 824 | return _core_.Size_GetHeight(*args, **kwargs) |
d55e5bfc RD |
825 | |
826 | def IsFullySpecified(*args, **kwargs): | |
827 | """ | |
828 | IsFullySpecified(self) -> bool | |
829 | ||
830 | Returns True if both components of the size are non-default values. | |
831 | """ | |
5b5c9bc7 | 832 | return _core_.Size_IsFullySpecified(*args, **kwargs) |
d55e5bfc RD |
833 | |
834 | def SetDefaults(*args, **kwargs): | |
835 | """ | |
5b5c9bc7 | 836 | SetDefaults(self, Size size) |
d55e5bfc | 837 | |
15817c7e RD |
838 | Combine this size with the other one replacing the default components |
839 | of this object (i.e. equal to -1) with those of the other. | |
d55e5bfc | 840 | """ |
5b5c9bc7 | 841 | return _core_.Size_SetDefaults(*args, **kwargs) |
d55e5bfc RD |
842 | |
843 | def Get(*args, **kwargs): | |
844 | """ | |
845 | Get() -> (width,height) | |
846 | ||
847 | Returns the width and height properties as a tuple. | |
848 | """ | |
5b5c9bc7 | 849 | return _core_.Size_Get(*args, **kwargs) |
d55e5bfc | 850 | |
15817c7e | 851 | asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead") |
d55e5bfc RD |
852 | def __str__(self): return str(self.Get()) |
853 | def __repr__(self): return 'wx.Size'+str(self.Get()) | |
854 | def __len__(self): return len(self.Get()) | |
855 | def __getitem__(self, index): return self.Get()[index] | |
856 | def __setitem__(self, index, val): | |
857 | if index == 0: self.width = val | |
858 | elif index == 1: self.height = val | |
859 | else: raise IndexError | |
860 | def __nonzero__(self): return self.Get() != (0,0) | |
861 | __safe_for_unpickling__ = True | |
862 | def __reduce__(self): return (wx.Size, self.Get()) | |
863 | ||
864 | ||
5b5c9bc7 | 865 | class SizePtr(Size): |
d55e5bfc RD |
866 | def __init__(self, this): |
867 | self.this = this | |
868 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
869 | self.__class__ = Size |
870 | _core_.Size_swigregister(SizePtr) | |
d55e5bfc RD |
871 | |
872 | #--------------------------------------------------------------------------- | |
873 | ||
5b5c9bc7 | 874 | class RealPoint(object): |
d55e5bfc | 875 | """ |
15817c7e RD |
876 | A data structure for representing a point or position with floating |
877 | point x and y properties. In wxPython most places that expect a | |
878 | wx.RealPoint can also accept a (x,y) tuple. | |
d55e5bfc RD |
879 | """ |
880 | def __repr__(self): | |
881 | return "<%s.%s; proxy of C++ wxRealPoint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5b5c9bc7 RD |
882 | x = property(_core_.RealPoint_x_get, _core_.RealPoint_x_set) |
883 | y = property(_core_.RealPoint_y_get, _core_.RealPoint_y_set) | |
d55e5bfc RD |
884 | def __init__(self, *args, **kwargs): |
885 | """ | |
5b5c9bc7 | 886 | __init__(self, double x=0.0, double y=0.0) -> RealPoint |
d55e5bfc RD |
887 | |
888 | Create a wx.RealPoint object | |
889 | """ | |
5b5c9bc7 | 890 | newobj = _core_.new_RealPoint(*args, **kwargs) |
d55e5bfc RD |
891 | self.this = newobj.this |
892 | self.thisown = 1 | |
893 | del newobj.thisown | |
5b5c9bc7 | 894 | def __del__(self, destroy=_core_.delete_RealPoint): |
d55e5bfc RD |
895 | """__del__(self)""" |
896 | try: | |
897 | if self.thisown: destroy(self) | |
898 | except: pass | |
899 | ||
900 | def __eq__(*args, **kwargs): | |
901 | """ | |
5b5c9bc7 | 902 | __eq__(self, RealPoint pt) -> bool |
d55e5bfc RD |
903 | |
904 | Test for equality of wx.RealPoint objects. | |
905 | """ | |
5b5c9bc7 | 906 | return _core_.RealPoint___eq__(*args, **kwargs) |
d55e5bfc RD |
907 | |
908 | def __ne__(*args, **kwargs): | |
909 | """ | |
5b5c9bc7 | 910 | __ne__(self, RealPoint pt) -> bool |
d55e5bfc RD |
911 | |
912 | Test for inequality of wx.RealPoint objects. | |
913 | """ | |
5b5c9bc7 | 914 | return _core_.RealPoint___ne__(*args, **kwargs) |
d55e5bfc RD |
915 | |
916 | def __add__(*args, **kwargs): | |
917 | """ | |
5b5c9bc7 | 918 | __add__(self, RealPoint pt) -> RealPoint |
d55e5bfc RD |
919 | |
920 | Add pt's proprties to this and return the result. | |
921 | """ | |
5b5c9bc7 | 922 | return _core_.RealPoint___add__(*args, **kwargs) |
d55e5bfc RD |
923 | |
924 | def __sub__(*args, **kwargs): | |
925 | """ | |
5b5c9bc7 | 926 | __sub__(self, RealPoint pt) -> RealPoint |
d55e5bfc RD |
927 | |
928 | Subtract pt's proprties from this and return the result | |
929 | """ | |
5b5c9bc7 | 930 | return _core_.RealPoint___sub__(*args, **kwargs) |
d55e5bfc RD |
931 | |
932 | def Set(*args, **kwargs): | |
933 | """ | |
934 | Set(self, double x, double y) | |
935 | ||
936 | Set both the x and y properties | |
937 | """ | |
5b5c9bc7 | 938 | return _core_.RealPoint_Set(*args, **kwargs) |
d55e5bfc RD |
939 | |
940 | def Get(*args, **kwargs): | |
941 | """ | |
942 | Get() -> (x,y) | |
943 | ||
944 | Return the x and y properties as a tuple. | |
945 | """ | |
5b5c9bc7 | 946 | return _core_.RealPoint_Get(*args, **kwargs) |
d55e5bfc | 947 | |
15817c7e | 948 | asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead") |
d55e5bfc RD |
949 | def __str__(self): return str(self.Get()) |
950 | def __repr__(self): return 'wx.RealPoint'+str(self.Get()) | |
951 | def __len__(self): return len(self.Get()) | |
952 | def __getitem__(self, index): return self.Get()[index] | |
953 | def __setitem__(self, index, val): | |
954 | if index == 0: self.x = val | |
955 | elif index == 1: self.y = val | |
956 | else: raise IndexError | |
957 | def __nonzero__(self): return self.Get() != (0.0, 0.0) | |
958 | __safe_for_unpickling__ = True | |
959 | def __reduce__(self): return (wx.RealPoint, self.Get()) | |
960 | ||
961 | ||
5b5c9bc7 | 962 | class RealPointPtr(RealPoint): |
d55e5bfc RD |
963 | def __init__(self, this): |
964 | self.this = this | |
965 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
966 | self.__class__ = RealPoint |
967 | _core_.RealPoint_swigregister(RealPointPtr) | |
d55e5bfc RD |
968 | |
969 | #--------------------------------------------------------------------------- | |
970 | ||
5b5c9bc7 | 971 | class Point(object): |
d55e5bfc | 972 | """ |
15817c7e RD |
973 | A data structure for representing a point or position with integer x |
974 | and y properties. Most places in wxPython that expect a wx.Point can | |
975 | also accept a (x,y) tuple. | |
d55e5bfc RD |
976 | """ |
977 | def __repr__(self): | |
978 | return "<%s.%s; proxy of C++ wxPoint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5b5c9bc7 RD |
979 | x = property(_core_.Point_x_get, _core_.Point_x_set) |
980 | y = property(_core_.Point_y_get, _core_.Point_y_set) | |
d55e5bfc RD |
981 | def __init__(self, *args, **kwargs): |
982 | """ | |
5b5c9bc7 | 983 | __init__(self, int x=0, int y=0) -> Point |
d55e5bfc RD |
984 | |
985 | Create a wx.Point object | |
986 | """ | |
5b5c9bc7 | 987 | newobj = _core_.new_Point(*args, **kwargs) |
d55e5bfc RD |
988 | self.this = newobj.this |
989 | self.thisown = 1 | |
990 | del newobj.thisown | |
5b5c9bc7 | 991 | def __del__(self, destroy=_core_.delete_Point): |
d55e5bfc RD |
992 | """__del__(self)""" |
993 | try: | |
994 | if self.thisown: destroy(self) | |
995 | except: pass | |
996 | ||
997 | def __eq__(*args, **kwargs): | |
998 | """ | |
5b5c9bc7 | 999 | __eq__(self, Point pt) -> bool |
d55e5bfc RD |
1000 | |
1001 | Test for equality of wx.Point objects. | |
1002 | """ | |
5b5c9bc7 | 1003 | return _core_.Point___eq__(*args, **kwargs) |
d55e5bfc RD |
1004 | |
1005 | def __ne__(*args, **kwargs): | |
1006 | """ | |
5b5c9bc7 | 1007 | __ne__(self, Point pt) -> bool |
d55e5bfc RD |
1008 | |
1009 | Test for inequality of wx.Point objects. | |
1010 | """ | |
5b5c9bc7 | 1011 | return _core_.Point___ne__(*args, **kwargs) |
d55e5bfc RD |
1012 | |
1013 | def __add__(*args, **kwargs): | |
1014 | """ | |
5b5c9bc7 | 1015 | __add__(self, Point pt) -> Point |
d55e5bfc RD |
1016 | |
1017 | Add pt's proprties to this and return the result. | |
1018 | """ | |
5b5c9bc7 | 1019 | return _core_.Point___add__(*args, **kwargs) |
d55e5bfc RD |
1020 | |
1021 | def __sub__(*args, **kwargs): | |
1022 | """ | |
5b5c9bc7 | 1023 | __sub__(self, Point pt) -> Point |
d55e5bfc RD |
1024 | |
1025 | Subtract pt's proprties from this and return the result | |
1026 | """ | |
5b5c9bc7 | 1027 | return _core_.Point___sub__(*args, **kwargs) |
d55e5bfc RD |
1028 | |
1029 | def __iadd__(*args, **kwargs): | |
1030 | """ | |
5b5c9bc7 | 1031 | __iadd__(self, Point pt) -> Point |
d55e5bfc RD |
1032 | |
1033 | Add pt to this object. | |
1034 | """ | |
5b5c9bc7 | 1035 | return _core_.Point___iadd__(*args, **kwargs) |
d55e5bfc RD |
1036 | |
1037 | def __isub__(*args, **kwargs): | |
1038 | """ | |
5b5c9bc7 | 1039 | __isub__(self, Point pt) -> Point |
d55e5bfc RD |
1040 | |
1041 | Subtract pt from this object. | |
1042 | """ | |
5b5c9bc7 | 1043 | return _core_.Point___isub__(*args, **kwargs) |
d55e5bfc RD |
1044 | |
1045 | def Set(*args, **kwargs): | |
1046 | """ | |
1047 | Set(self, long x, long y) | |
1048 | ||
1049 | Set both the x and y properties | |
1050 | """ | |
5b5c9bc7 | 1051 | return _core_.Point_Set(*args, **kwargs) |
d55e5bfc RD |
1052 | |
1053 | def Get(*args, **kwargs): | |
1054 | """ | |
1055 | Get() -> (x,y) | |
1056 | ||
1057 | Return the x and y properties as a tuple. | |
1058 | """ | |
5b5c9bc7 | 1059 | return _core_.Point_Get(*args, **kwargs) |
d55e5bfc | 1060 | |
15817c7e | 1061 | asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead") |
d55e5bfc RD |
1062 | def __str__(self): return str(self.Get()) |
1063 | def __repr__(self): return 'wx.Point'+str(self.Get()) | |
1064 | def __len__(self): return len(self.Get()) | |
1065 | def __getitem__(self, index): return self.Get()[index] | |
1066 | def __setitem__(self, index, val): | |
1067 | if index == 0: self.x = val | |
1068 | elif index == 1: self.y = val | |
1069 | else: raise IndexError | |
1070 | def __nonzero__(self): return self.Get() != (0,0) | |
1071 | __safe_for_unpickling__ = True | |
1072 | def __reduce__(self): return (wx.Point, self.Get()) | |
1073 | ||
1074 | ||
5b5c9bc7 | 1075 | class PointPtr(Point): |
d55e5bfc RD |
1076 | def __init__(self, this): |
1077 | self.this = this | |
1078 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
1079 | self.__class__ = Point |
1080 | _core_.Point_swigregister(PointPtr) | |
d55e5bfc RD |
1081 | |
1082 | #--------------------------------------------------------------------------- | |
1083 | ||
5b5c9bc7 | 1084 | class Rect(object): |
d55e5bfc | 1085 | """ |
15817c7e RD |
1086 | A class for representing and manipulating rectangles. It has x, y, |
1087 | width and height properties. In wxPython most palces that expect a | |
1088 | wx.Rect can also accept a (x,y,width,height) tuple. | |
d55e5bfc RD |
1089 | """ |
1090 | def __repr__(self): | |
1091 | return "<%s.%s; proxy of C++ wxRect instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1092 | def __init__(self, *args, **kwargs): | |
1093 | """ | |
5b5c9bc7 | 1094 | __init__(self, int x=0, int y=0, int width=0, int height=0) -> Rect |
d55e5bfc RD |
1095 | |
1096 | Create a new Rect object. | |
1097 | """ | |
5b5c9bc7 | 1098 | newobj = _core_.new_Rect(*args, **kwargs) |
d55e5bfc RD |
1099 | self.this = newobj.this |
1100 | self.thisown = 1 | |
1101 | del newobj.thisown | |
5b5c9bc7 | 1102 | def __del__(self, destroy=_core_.delete_Rect): |
d55e5bfc RD |
1103 | """__del__(self)""" |
1104 | try: | |
1105 | if self.thisown: destroy(self) | |
1106 | except: pass | |
1107 | ||
1108 | def GetX(*args, **kwargs): | |
1109 | """GetX(self) -> int""" | |
5b5c9bc7 | 1110 | return _core_.Rect_GetX(*args, **kwargs) |
d55e5bfc RD |
1111 | |
1112 | def SetX(*args, **kwargs): | |
1113 | """SetX(self, int x)""" | |
5b5c9bc7 | 1114 | return _core_.Rect_SetX(*args, **kwargs) |
d55e5bfc RD |
1115 | |
1116 | def GetY(*args, **kwargs): | |
1117 | """GetY(self) -> int""" | |
5b5c9bc7 | 1118 | return _core_.Rect_GetY(*args, **kwargs) |
d55e5bfc RD |
1119 | |
1120 | def SetY(*args, **kwargs): | |
1121 | """SetY(self, int y)""" | |
5b5c9bc7 | 1122 | return _core_.Rect_SetY(*args, **kwargs) |
d55e5bfc RD |
1123 | |
1124 | def GetWidth(*args, **kwargs): | |
1125 | """GetWidth(self) -> int""" | |
5b5c9bc7 | 1126 | return _core_.Rect_GetWidth(*args, **kwargs) |
d55e5bfc RD |
1127 | |
1128 | def SetWidth(*args, **kwargs): | |
1129 | """SetWidth(self, int w)""" | |
5b5c9bc7 | 1130 | return _core_.Rect_SetWidth(*args, **kwargs) |
d55e5bfc RD |
1131 | |
1132 | def GetHeight(*args, **kwargs): | |
1133 | """GetHeight(self) -> int""" | |
5b5c9bc7 | 1134 | return _core_.Rect_GetHeight(*args, **kwargs) |
d55e5bfc RD |
1135 | |
1136 | def SetHeight(*args, **kwargs): | |
1137 | """SetHeight(self, int h)""" | |
5b5c9bc7 | 1138 | return _core_.Rect_SetHeight(*args, **kwargs) |
d55e5bfc RD |
1139 | |
1140 | def GetPosition(*args, **kwargs): | |
5b5c9bc7 RD |
1141 | """GetPosition(self) -> Point""" |
1142 | return _core_.Rect_GetPosition(*args, **kwargs) | |
d55e5bfc RD |
1143 | |
1144 | def SetPosition(*args, **kwargs): | |
5b5c9bc7 RD |
1145 | """SetPosition(self, Point p)""" |
1146 | return _core_.Rect_SetPosition(*args, **kwargs) | |
d55e5bfc RD |
1147 | |
1148 | def GetSize(*args, **kwargs): | |
5b5c9bc7 RD |
1149 | """GetSize(self) -> Size""" |
1150 | return _core_.Rect_GetSize(*args, **kwargs) | |
d55e5bfc RD |
1151 | |
1152 | def SetSize(*args, **kwargs): | |
5b5c9bc7 RD |
1153 | """SetSize(self, Size s)""" |
1154 | return _core_.Rect_SetSize(*args, **kwargs) | |
d55e5bfc | 1155 | |
aff4cc5c RD |
1156 | def IsEmpty(*args, **kwargs): |
1157 | """IsEmpty(self) -> bool""" | |
5b5c9bc7 | 1158 | return _core_.Rect_IsEmpty(*args, **kwargs) |
aff4cc5c | 1159 | |
d55e5bfc | 1160 | def GetTopLeft(*args, **kwargs): |
5b5c9bc7 RD |
1161 | """GetTopLeft(self) -> Point""" |
1162 | return _core_.Rect_GetTopLeft(*args, **kwargs) | |
d55e5bfc RD |
1163 | |
1164 | def SetTopLeft(*args, **kwargs): | |
5b5c9bc7 RD |
1165 | """SetTopLeft(self, Point p)""" |
1166 | return _core_.Rect_SetTopLeft(*args, **kwargs) | |
d55e5bfc RD |
1167 | |
1168 | def GetBottomRight(*args, **kwargs): | |
5b5c9bc7 RD |
1169 | """GetBottomRight(self) -> Point""" |
1170 | return _core_.Rect_GetBottomRight(*args, **kwargs) | |
d55e5bfc RD |
1171 | |
1172 | def SetBottomRight(*args, **kwargs): | |
5b5c9bc7 RD |
1173 | """SetBottomRight(self, Point p)""" |
1174 | return _core_.Rect_SetBottomRight(*args, **kwargs) | |
d55e5bfc RD |
1175 | |
1176 | def GetLeft(*args, **kwargs): | |
1177 | """GetLeft(self) -> int""" | |
5b5c9bc7 | 1178 | return _core_.Rect_GetLeft(*args, **kwargs) |
d55e5bfc RD |
1179 | |
1180 | def GetTop(*args, **kwargs): | |
1181 | """GetTop(self) -> int""" | |
5b5c9bc7 | 1182 | return _core_.Rect_GetTop(*args, **kwargs) |
d55e5bfc RD |
1183 | |
1184 | def GetBottom(*args, **kwargs): | |
1185 | """GetBottom(self) -> int""" | |
5b5c9bc7 | 1186 | return _core_.Rect_GetBottom(*args, **kwargs) |
d55e5bfc RD |
1187 | |
1188 | def GetRight(*args, **kwargs): | |
1189 | """GetRight(self) -> int""" | |
5b5c9bc7 | 1190 | return _core_.Rect_GetRight(*args, **kwargs) |
d55e5bfc RD |
1191 | |
1192 | def SetLeft(*args, **kwargs): | |
1193 | """SetLeft(self, int left)""" | |
5b5c9bc7 | 1194 | return _core_.Rect_SetLeft(*args, **kwargs) |
d55e5bfc RD |
1195 | |
1196 | def SetRight(*args, **kwargs): | |
1197 | """SetRight(self, int right)""" | |
5b5c9bc7 | 1198 | return _core_.Rect_SetRight(*args, **kwargs) |
d55e5bfc RD |
1199 | |
1200 | def SetTop(*args, **kwargs): | |
1201 | """SetTop(self, int top)""" | |
5b5c9bc7 | 1202 | return _core_.Rect_SetTop(*args, **kwargs) |
d55e5bfc RD |
1203 | |
1204 | def SetBottom(*args, **kwargs): | |
1205 | """SetBottom(self, int bottom)""" | |
5b5c9bc7 | 1206 | return _core_.Rect_SetBottom(*args, **kwargs) |
d55e5bfc RD |
1207 | |
1208 | position = property(GetPosition, SetPosition) | |
1209 | size = property(GetSize, SetSize) | |
1210 | left = property(GetLeft, SetLeft) | |
1211 | right = property(GetRight, SetRight) | |
1212 | top = property(GetTop, SetTop) | |
1213 | bottom = property(GetBottom, SetBottom) | |
1214 | ||
1215 | def Inflate(*args, **kwargs): | |
1216 | """ | |
5b5c9bc7 | 1217 | Inflate(self, int dx, int dy) -> Rect |
d55e5bfc | 1218 | |
091fdbfa RD |
1219 | Increases the size of the rectangle. |
1220 | ||
1221 | The left border is moved farther left and the right border is moved | |
1222 | farther right by ``dx``. The upper border is moved farther up and the | |
1223 | bottom border is moved farther down by ``dy``. (Note the the width and | |
1224 | height of the rectangle thus change by ``2*dx`` and ``2*dy``, | |
1225 | respectively.) If one or both of ``dx`` and ``dy`` are negative, the | |
1226 | opposite happens: the rectangle size decreases in the respective | |
1227 | direction. | |
1228 | ||
1229 | The change is made to the rectangle inplace, if instead you need a | |
1230 | copy that is inflated, preserving the original then make the copy | |
1231 | first:: | |
1232 | ||
1233 | copy = wx.Rect(*original) | |
1234 | copy.Inflate(10,15) | |
1235 | ||
1236 | ||
d55e5bfc | 1237 | """ |
5b5c9bc7 | 1238 | return _core_.Rect_Inflate(*args, **kwargs) |
d55e5bfc RD |
1239 | |
1240 | def Deflate(*args, **kwargs): | |
1241 | """ | |
5b5c9bc7 | 1242 | Deflate(self, int dx, int dy) -> Rect |
d55e5bfc | 1243 | |
091fdbfa RD |
1244 | Decrease the rectangle size. This method is the opposite of `Inflate` |
1245 | in that Deflate(a,b) is equivalent to Inflate(-a,-b). Please refer to | |
1246 | `Inflate` for a full description. | |
d55e5bfc | 1247 | """ |
5b5c9bc7 | 1248 | return _core_.Rect_Deflate(*args, **kwargs) |
d55e5bfc RD |
1249 | |
1250 | def OffsetXY(*args, **kwargs): | |
1251 | """ | |
1252 | OffsetXY(self, int dx, int dy) | |
1253 | ||
15817c7e RD |
1254 | Moves the rectangle by the specified offset. If dx is positive, the |
1255 | rectangle is moved to the right, if dy is positive, it is moved to the | |
1256 | bottom, otherwise it is moved to the left or top respectively. | |
d55e5bfc | 1257 | """ |
5b5c9bc7 | 1258 | return _core_.Rect_OffsetXY(*args, **kwargs) |
d55e5bfc RD |
1259 | |
1260 | def Offset(*args, **kwargs): | |
1261 | """ | |
5b5c9bc7 | 1262 | Offset(self, Point pt) |
d55e5bfc RD |
1263 | |
1264 | Same as OffsetXY but uses dx,dy from Point | |
1265 | """ | |
5b5c9bc7 | 1266 | return _core_.Rect_Offset(*args, **kwargs) |
d55e5bfc RD |
1267 | |
1268 | def Intersect(*args, **kwargs): | |
1269 | """ | |
5b5c9bc7 | 1270 | Intersect(self, Rect rect) -> Rect |
d55e5bfc | 1271 | |
5cbf236d | 1272 | Returns the intersectsion of this rectangle and rect. |
d55e5bfc | 1273 | """ |
5b5c9bc7 | 1274 | return _core_.Rect_Intersect(*args, **kwargs) |
d55e5bfc | 1275 | |
5cbf236d RD |
1276 | def Union(*args, **kwargs): |
1277 | """ | |
5b5c9bc7 | 1278 | Union(self, Rect rect) -> Rect |
5cbf236d RD |
1279 | |
1280 | Returns the union of this rectangle and rect. | |
1281 | """ | |
5b5c9bc7 | 1282 | return _core_.Rect_Union(*args, **kwargs) |
5cbf236d | 1283 | |
d55e5bfc RD |
1284 | def __add__(*args, **kwargs): |
1285 | """ | |
5b5c9bc7 | 1286 | __add__(self, Rect rect) -> Rect |
d55e5bfc RD |
1287 | |
1288 | Add the properties of rect to this rectangle and return the result. | |
1289 | """ | |
5b5c9bc7 | 1290 | return _core_.Rect___add__(*args, **kwargs) |
d55e5bfc RD |
1291 | |
1292 | def __iadd__(*args, **kwargs): | |
1293 | """ | |
5b5c9bc7 | 1294 | __iadd__(self, Rect rect) -> Rect |
d55e5bfc RD |
1295 | |
1296 | Add the properties of rect to this rectangle, updating this rectangle. | |
1297 | """ | |
5b5c9bc7 | 1298 | return _core_.Rect___iadd__(*args, **kwargs) |
d55e5bfc RD |
1299 | |
1300 | def __eq__(*args, **kwargs): | |
1301 | """ | |
5b5c9bc7 | 1302 | __eq__(self, Rect rect) -> bool |
d55e5bfc RD |
1303 | |
1304 | Test for equality. | |
1305 | """ | |
5b5c9bc7 | 1306 | return _core_.Rect___eq__(*args, **kwargs) |
d55e5bfc RD |
1307 | |
1308 | def __ne__(*args, **kwargs): | |
1309 | """ | |
5b5c9bc7 | 1310 | __ne__(self, Rect rect) -> bool |
d55e5bfc RD |
1311 | |
1312 | Test for inequality. | |
1313 | """ | |
5b5c9bc7 | 1314 | return _core_.Rect___ne__(*args, **kwargs) |
d55e5bfc RD |
1315 | |
1316 | def InsideXY(*args, **kwargs): | |
1317 | """ | |
1318 | InsideXY(self, int x, int y) -> bool | |
1319 | ||
1320 | Return True if the point is (not strcitly) inside the rect. | |
1321 | """ | |
5b5c9bc7 | 1322 | return _core_.Rect_InsideXY(*args, **kwargs) |
d55e5bfc RD |
1323 | |
1324 | def Inside(*args, **kwargs): | |
1325 | """ | |
5b5c9bc7 | 1326 | Inside(self, Point pt) -> bool |
d55e5bfc RD |
1327 | |
1328 | Return True if the point is (not strcitly) inside the rect. | |
1329 | """ | |
5b5c9bc7 | 1330 | return _core_.Rect_Inside(*args, **kwargs) |
d55e5bfc RD |
1331 | |
1332 | def Intersects(*args, **kwargs): | |
1333 | """ | |
5b5c9bc7 | 1334 | Intersects(self, Rect rect) -> bool |
d55e5bfc RD |
1335 | |
1336 | Returns True if the rectangles have a non empty intersection. | |
1337 | """ | |
5b5c9bc7 | 1338 | return _core_.Rect_Intersects(*args, **kwargs) |
d55e5bfc | 1339 | |
5b5c9bc7 RD |
1340 | x = property(_core_.Rect_x_get, _core_.Rect_x_set) |
1341 | y = property(_core_.Rect_y_get, _core_.Rect_y_set) | |
1342 | width = property(_core_.Rect_width_get, _core_.Rect_width_set) | |
1343 | height = property(_core_.Rect_height_get, _core_.Rect_height_set) | |
d55e5bfc RD |
1344 | def Set(*args, **kwargs): |
1345 | """ | |
1346 | Set(self, int x=0, int y=0, int width=0, int height=0) | |
1347 | ||
1348 | Set all rectangle properties. | |
1349 | """ | |
5b5c9bc7 | 1350 | return _core_.Rect_Set(*args, **kwargs) |
d55e5bfc RD |
1351 | |
1352 | def Get(*args, **kwargs): | |
1353 | """ | |
1354 | Get() -> (x,y,width,height) | |
1355 | ||
1356 | Return the rectangle properties as a tuple. | |
1357 | """ | |
5b5c9bc7 | 1358 | return _core_.Rect_Get(*args, **kwargs) |
d55e5bfc | 1359 | |
15817c7e | 1360 | asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead") |
d55e5bfc RD |
1361 | def __str__(self): return str(self.Get()) |
1362 | def __repr__(self): return 'wx.Rect'+str(self.Get()) | |
1363 | def __len__(self): return len(self.Get()) | |
1364 | def __getitem__(self, index): return self.Get()[index] | |
1365 | def __setitem__(self, index, val): | |
1366 | if index == 0: self.x = val | |
1367 | elif index == 1: self.y = val | |
1368 | elif index == 2: self.width = val | |
1369 | elif index == 3: self.height = val | |
1370 | else: raise IndexError | |
1371 | def __nonzero__(self): return self.Get() != (0,0,0,0) | |
1372 | __safe_for_unpickling__ = True | |
1373 | def __reduce__(self): return (wx.Rect, self.Get()) | |
1374 | ||
1375 | ||
5b5c9bc7 | 1376 | class RectPtr(Rect): |
d55e5bfc RD |
1377 | def __init__(self, this): |
1378 | self.this = this | |
1379 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
1380 | self.__class__ = Rect |
1381 | _core_.Rect_swigregister(RectPtr) | |
d55e5bfc RD |
1382 | |
1383 | def RectPP(*args, **kwargs): | |
1384 | """ | |
5b5c9bc7 | 1385 | RectPP(Point topLeft, Point bottomRight) -> Rect |
d55e5bfc RD |
1386 | |
1387 | Create a new Rect object from Points representing two corners. | |
1388 | """ | |
5b5c9bc7 | 1389 | val = _core_.new_RectPP(*args, **kwargs) |
d55e5bfc RD |
1390 | val.thisown = 1 |
1391 | return val | |
1392 | ||
1393 | def RectPS(*args, **kwargs): | |
1394 | """ | |
5b5c9bc7 | 1395 | RectPS(Point pos, Size size) -> Rect |
d55e5bfc RD |
1396 | |
1397 | Create a new Rect from a position and size. | |
1398 | """ | |
5b5c9bc7 | 1399 | val = _core_.new_RectPS(*args, **kwargs) |
d55e5bfc RD |
1400 | val.thisown = 1 |
1401 | return val | |
1402 | ||
070c48b4 RD |
1403 | def RectS(*args, **kwargs): |
1404 | """ | |
5b5c9bc7 | 1405 | RectS(Size size) -> Rect |
070c48b4 RD |
1406 | |
1407 | Create a new Rect from a size only. | |
1408 | """ | |
5b5c9bc7 | 1409 | val = _core_.new_RectS(*args, **kwargs) |
070c48b4 RD |
1410 | val.thisown = 1 |
1411 | return val | |
1412 | ||
d55e5bfc | 1413 | |
5b5c9bc7 | 1414 | def IntersectRect(*args, **kwargs): |
d55e5bfc RD |
1415 | """ |
1416 | IntersectRect(Rect r1, Rect r2) -> Rect | |
1417 | ||
1418 | Calculate and return the intersection of r1 and r2. | |
1419 | """ | |
5b5c9bc7 | 1420 | return _core_.IntersectRect(*args, **kwargs) |
d55e5bfc RD |
1421 | #--------------------------------------------------------------------------- |
1422 | ||
5b5c9bc7 | 1423 | class Point2D(object): |
15817c7e RD |
1424 | """ |
1425 | wx.Point2Ds represent a point or a vector in a 2d coordinate system | |
1426 | with floating point values. | |
1427 | """ | |
d55e5bfc RD |
1428 | def __repr__(self): |
1429 | return "<%s.%s; proxy of C++ wxPoint2D instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1430 | def __init__(self, *args, **kwargs): | |
1431 | """ | |
5b5c9bc7 | 1432 | __init__(self, double x=0.0, double y=0.0) -> Point2D |
d55e5bfc RD |
1433 | |
1434 | Create a w.Point2D object. | |
1435 | """ | |
5b5c9bc7 | 1436 | newobj = _core_.new_Point2D(*args, **kwargs) |
d55e5bfc RD |
1437 | self.this = newobj.this |
1438 | self.thisown = 1 | |
1439 | del newobj.thisown | |
1440 | def GetFloor(*args, **kwargs): | |
fd2dc343 RD |
1441 | """ |
1442 | GetFloor() -> (x,y) | |
1443 | ||
1444 | Convert to integer | |
1445 | """ | |
5b5c9bc7 | 1446 | return _core_.Point2D_GetFloor(*args, **kwargs) |
d55e5bfc RD |
1447 | |
1448 | def GetRounded(*args, **kwargs): | |
fd2dc343 RD |
1449 | """ |
1450 | GetRounded() -> (x,y) | |
1451 | ||
1452 | Convert to integer | |
1453 | """ | |
5b5c9bc7 | 1454 | return _core_.Point2D_GetRounded(*args, **kwargs) |
d55e5bfc RD |
1455 | |
1456 | def GetVectorLength(*args, **kwargs): | |
1457 | """GetVectorLength(self) -> double""" | |
5b5c9bc7 | 1458 | return _core_.Point2D_GetVectorLength(*args, **kwargs) |
d55e5bfc RD |
1459 | |
1460 | def GetVectorAngle(*args, **kwargs): | |
1461 | """GetVectorAngle(self) -> double""" | |
5b5c9bc7 | 1462 | return _core_.Point2D_GetVectorAngle(*args, **kwargs) |
d55e5bfc RD |
1463 | |
1464 | def SetVectorLength(*args, **kwargs): | |
1465 | """SetVectorLength(self, double length)""" | |
5b5c9bc7 | 1466 | return _core_.Point2D_SetVectorLength(*args, **kwargs) |
d55e5bfc RD |
1467 | |
1468 | def SetVectorAngle(*args, **kwargs): | |
1469 | """SetVectorAngle(self, double degrees)""" | |
5b5c9bc7 | 1470 | return _core_.Point2D_SetVectorAngle(*args, **kwargs) |
d55e5bfc RD |
1471 | |
1472 | def SetPolarCoordinates(self, angle, length): | |
1473 | self.SetVectorLength(length) | |
1474 | self.SetVectorAngle(angle) | |
1475 | def Normalize(self): | |
1476 | self.SetVectorLength(1.0) | |
1477 | ||
1478 | def GetDistance(*args, **kwargs): | |
5b5c9bc7 RD |
1479 | """GetDistance(self, Point2D pt) -> double""" |
1480 | return _core_.Point2D_GetDistance(*args, **kwargs) | |
d55e5bfc RD |
1481 | |
1482 | def GetDistanceSquare(*args, **kwargs): | |
5b5c9bc7 RD |
1483 | """GetDistanceSquare(self, Point2D pt) -> double""" |
1484 | return _core_.Point2D_GetDistanceSquare(*args, **kwargs) | |
d55e5bfc RD |
1485 | |
1486 | def GetDotProduct(*args, **kwargs): | |
5b5c9bc7 RD |
1487 | """GetDotProduct(self, Point2D vec) -> double""" |
1488 | return _core_.Point2D_GetDotProduct(*args, **kwargs) | |
d55e5bfc RD |
1489 | |
1490 | def GetCrossProduct(*args, **kwargs): | |
5b5c9bc7 RD |
1491 | """GetCrossProduct(self, Point2D vec) -> double""" |
1492 | return _core_.Point2D_GetCrossProduct(*args, **kwargs) | |
d55e5bfc RD |
1493 | |
1494 | def __neg__(*args, **kwargs): | |
1495 | """ | |
5b5c9bc7 | 1496 | __neg__(self) -> Point2D |
d55e5bfc RD |
1497 | |
1498 | the reflection of this point | |
1499 | """ | |
5b5c9bc7 | 1500 | return _core_.Point2D___neg__(*args, **kwargs) |
d55e5bfc RD |
1501 | |
1502 | def __iadd__(*args, **kwargs): | |
5b5c9bc7 RD |
1503 | """__iadd__(self, Point2D pt) -> Point2D""" |
1504 | return _core_.Point2D___iadd__(*args, **kwargs) | |
d55e5bfc RD |
1505 | |
1506 | def __isub__(*args, **kwargs): | |
5b5c9bc7 RD |
1507 | """__isub__(self, Point2D pt) -> Point2D""" |
1508 | return _core_.Point2D___isub__(*args, **kwargs) | |
d55e5bfc RD |
1509 | |
1510 | def __imul__(*args, **kwargs): | |
5b5c9bc7 RD |
1511 | """__imul__(self, Point2D pt) -> Point2D""" |
1512 | return _core_.Point2D___imul__(*args, **kwargs) | |
d55e5bfc RD |
1513 | |
1514 | def __idiv__(*args, **kwargs): | |
5b5c9bc7 RD |
1515 | """__idiv__(self, Point2D pt) -> Point2D""" |
1516 | return _core_.Point2D___idiv__(*args, **kwargs) | |
d55e5bfc RD |
1517 | |
1518 | def __eq__(*args, **kwargs): | |
1519 | """ | |
5b5c9bc7 | 1520 | __eq__(self, Point2D pt) -> bool |
d55e5bfc RD |
1521 | |
1522 | Test for equality | |
1523 | """ | |
5b5c9bc7 | 1524 | return _core_.Point2D___eq__(*args, **kwargs) |
d55e5bfc RD |
1525 | |
1526 | def __ne__(*args, **kwargs): | |
1527 | """ | |
5b5c9bc7 | 1528 | __ne__(self, Point2D pt) -> bool |
d55e5bfc RD |
1529 | |
1530 | Test for inequality | |
1531 | """ | |
5b5c9bc7 | 1532 | return _core_.Point2D___ne__(*args, **kwargs) |
d55e5bfc | 1533 | |
5b5c9bc7 RD |
1534 | x = property(_core_.Point2D_x_get, _core_.Point2D_x_set) |
1535 | y = property(_core_.Point2D_y_get, _core_.Point2D_y_set) | |
d55e5bfc RD |
1536 | def Set(*args, **kwargs): |
1537 | """Set(self, double x=0, double y=0)""" | |
5b5c9bc7 | 1538 | return _core_.Point2D_Set(*args, **kwargs) |
d55e5bfc RD |
1539 | |
1540 | def Get(*args, **kwargs): | |
1541 | """ | |
1542 | Get() -> (x,y) | |
1543 | ||
1544 | Return x and y properties as a tuple. | |
1545 | """ | |
5b5c9bc7 | 1546 | return _core_.Point2D_Get(*args, **kwargs) |
d55e5bfc | 1547 | |
15817c7e | 1548 | asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead") |
d55e5bfc RD |
1549 | def __str__(self): return str(self.Get()) |
1550 | def __repr__(self): return 'wx.Point2D'+str(self.Get()) | |
1551 | def __len__(self): return len(self.Get()) | |
1552 | def __getitem__(self, index): return self.Get()[index] | |
1553 | def __setitem__(self, index, val): | |
1554 | if index == 0: self.x = val | |
1555 | elif index == 1: self.y = val | |
1556 | else: raise IndexError | |
1557 | def __nonzero__(self): return self.Get() != (0.0, 0.0) | |
1558 | __safe_for_unpickling__ = True | |
1559 | def __reduce__(self): return (wx.Point2D, self.Get()) | |
1560 | ||
1561 | ||
5b5c9bc7 | 1562 | class Point2DPtr(Point2D): |
d55e5bfc RD |
1563 | def __init__(self, this): |
1564 | self.this = this | |
1565 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
1566 | self.__class__ = Point2D |
1567 | _core_.Point2D_swigregister(Point2DPtr) | |
d55e5bfc RD |
1568 | |
1569 | def Point2DCopy(*args, **kwargs): | |
1570 | """ | |
5b5c9bc7 | 1571 | Point2DCopy(Point2D pt) -> Point2D |
d55e5bfc RD |
1572 | |
1573 | Create a w.Point2D object. | |
1574 | """ | |
5b5c9bc7 | 1575 | val = _core_.new_Point2DCopy(*args, **kwargs) |
d55e5bfc RD |
1576 | val.thisown = 1 |
1577 | return val | |
1578 | ||
1579 | def Point2DFromPoint(*args, **kwargs): | |
1580 | """ | |
5b5c9bc7 | 1581 | Point2DFromPoint(Point pt) -> Point2D |
d55e5bfc RD |
1582 | |
1583 | Create a w.Point2D object. | |
1584 | """ | |
5b5c9bc7 | 1585 | val = _core_.new_Point2DFromPoint(*args, **kwargs) |
d55e5bfc RD |
1586 | val.thisown = 1 |
1587 | return val | |
1588 | ||
1589 | #--------------------------------------------------------------------------- | |
1590 | ||
5b5c9bc7 RD |
1591 | FromStart = _core_.FromStart |
1592 | FromCurrent = _core_.FromCurrent | |
1593 | FromEnd = _core_.FromEnd | |
d55e5bfc | 1594 | class InputStream(object): |
36ed4f51 | 1595 | """Proxy of C++ InputStream class""" |
d55e5bfc RD |
1596 | def __repr__(self): |
1597 | return "<%s.%s; proxy of C++ wxPyInputStream instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1598 | def __init__(self, *args, **kwargs): | |
1599 | """__init__(self, PyObject p) -> InputStream""" | |
5b5c9bc7 | 1600 | newobj = _core_.new_InputStream(*args, **kwargs) |
d55e5bfc RD |
1601 | self.this = newobj.this |
1602 | self.thisown = 1 | |
1603 | del newobj.thisown | |
5b5c9bc7 | 1604 | def __del__(self, destroy=_core_.delete_InputStream): |
8fb0e70a RD |
1605 | """__del__(self)""" |
1606 | try: | |
1607 | if self.thisown: destroy(self) | |
1608 | except: pass | |
1609 | ||
d55e5bfc RD |
1610 | def close(*args, **kwargs): |
1611 | """close(self)""" | |
5b5c9bc7 | 1612 | return _core_.InputStream_close(*args, **kwargs) |
d55e5bfc RD |
1613 | |
1614 | def flush(*args, **kwargs): | |
1615 | """flush(self)""" | |
5b5c9bc7 | 1616 | return _core_.InputStream_flush(*args, **kwargs) |
d55e5bfc RD |
1617 | |
1618 | def eof(*args, **kwargs): | |
1619 | """eof(self) -> bool""" | |
5b5c9bc7 | 1620 | return _core_.InputStream_eof(*args, **kwargs) |
d55e5bfc RD |
1621 | |
1622 | def read(*args, **kwargs): | |
1623 | """read(self, int size=-1) -> PyObject""" | |
5b5c9bc7 | 1624 | return _core_.InputStream_read(*args, **kwargs) |
d55e5bfc RD |
1625 | |
1626 | def readline(*args, **kwargs): | |
1627 | """readline(self, int size=-1) -> PyObject""" | |
5b5c9bc7 | 1628 | return _core_.InputStream_readline(*args, **kwargs) |
d55e5bfc RD |
1629 | |
1630 | def readlines(*args, **kwargs): | |
1631 | """readlines(self, int sizehint=-1) -> PyObject""" | |
5b5c9bc7 | 1632 | return _core_.InputStream_readlines(*args, **kwargs) |
d55e5bfc RD |
1633 | |
1634 | def seek(*args, **kwargs): | |
1635 | """seek(self, int offset, int whence=0)""" | |
5b5c9bc7 | 1636 | return _core_.InputStream_seek(*args, **kwargs) |
d55e5bfc RD |
1637 | |
1638 | def tell(*args, **kwargs): | |
1639 | """tell(self) -> int""" | |
5b5c9bc7 | 1640 | return _core_.InputStream_tell(*args, **kwargs) |
d55e5bfc RD |
1641 | |
1642 | def Peek(*args, **kwargs): | |
1643 | """Peek(self) -> char""" | |
5b5c9bc7 | 1644 | return _core_.InputStream_Peek(*args, **kwargs) |
d55e5bfc RD |
1645 | |
1646 | def GetC(*args, **kwargs): | |
1647 | """GetC(self) -> char""" | |
5b5c9bc7 | 1648 | return _core_.InputStream_GetC(*args, **kwargs) |
d55e5bfc RD |
1649 | |
1650 | def LastRead(*args, **kwargs): | |
1651 | """LastRead(self) -> size_t""" | |
5b5c9bc7 | 1652 | return _core_.InputStream_LastRead(*args, **kwargs) |
d55e5bfc RD |
1653 | |
1654 | def CanRead(*args, **kwargs): | |
1655 | """CanRead(self) -> bool""" | |
5b5c9bc7 | 1656 | return _core_.InputStream_CanRead(*args, **kwargs) |
d55e5bfc RD |
1657 | |
1658 | def Eof(*args, **kwargs): | |
1659 | """Eof(self) -> bool""" | |
5b5c9bc7 | 1660 | return _core_.InputStream_Eof(*args, **kwargs) |
d55e5bfc RD |
1661 | |
1662 | def Ungetch(*args, **kwargs): | |
1663 | """Ungetch(self, char c) -> bool""" | |
5b5c9bc7 | 1664 | return _core_.InputStream_Ungetch(*args, **kwargs) |
d55e5bfc RD |
1665 | |
1666 | def SeekI(*args, **kwargs): | |
5b5c9bc7 RD |
1667 | """SeekI(self, long pos, int mode=FromStart) -> long""" |
1668 | return _core_.InputStream_SeekI(*args, **kwargs) | |
d55e5bfc RD |
1669 | |
1670 | def TellI(*args, **kwargs): | |
1671 | """TellI(self) -> long""" | |
5b5c9bc7 | 1672 | return _core_.InputStream_TellI(*args, **kwargs) |
d55e5bfc RD |
1673 | |
1674 | ||
1675 | class InputStreamPtr(InputStream): | |
1676 | def __init__(self, this): | |
1677 | self.this = this | |
1678 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1679 | self.__class__ = InputStream | |
5b5c9bc7 RD |
1680 | _core_.InputStream_swigregister(InputStreamPtr) |
1681 | DefaultPosition = cvar.DefaultPosition | |
1682 | DefaultSize = cvar.DefaultSize | |
d55e5bfc | 1683 | |
5b5c9bc7 RD |
1684 | class OutputStream(object): |
1685 | """Proxy of C++ OutputStream class""" | |
d55e5bfc RD |
1686 | def __init__(self): raise RuntimeError, "No constructor defined" |
1687 | def __repr__(self): | |
1688 | return "<%s.%s; proxy of C++ wxOutputStream instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1689 | def write(*args, **kwargs): | |
1690 | """write(self, PyObject obj)""" | |
5b5c9bc7 | 1691 | return _core_.OutputStream_write(*args, **kwargs) |
d55e5bfc RD |
1692 | |
1693 | ||
5b5c9bc7 | 1694 | class OutputStreamPtr(OutputStream): |
d55e5bfc RD |
1695 | def __init__(self, this): |
1696 | self.this = this | |
1697 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
1698 | self.__class__ = OutputStream |
1699 | _core_.OutputStream_swigregister(OutputStreamPtr) | |
d55e5bfc RD |
1700 | |
1701 | #--------------------------------------------------------------------------- | |
1702 | ||
5b5c9bc7 RD |
1703 | class FSFile(Object): |
1704 | """Proxy of C++ FSFile class""" | |
d55e5bfc RD |
1705 | def __repr__(self): |
1706 | return "<%s.%s; proxy of C++ wxFSFile instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1707 | def __init__(self, *args, **kwargs): | |
1708 | """ | |
5b5c9bc7 RD |
1709 | __init__(self, InputStream stream, String loc, String mimetype, String anchor, |
1710 | DateTime modif) -> FSFile | |
d55e5bfc | 1711 | """ |
5b5c9bc7 | 1712 | newobj = _core_.new_FSFile(*args, **kwargs) |
d55e5bfc RD |
1713 | self.this = newobj.this |
1714 | self.thisown = 1 | |
1715 | del newobj.thisown | |
e2950dbb | 1716 | self.thisown = 0 # It will normally be deleted by the user of the wx.FileSystem |
4cf4100f | 1717 | |
5b5c9bc7 | 1718 | def __del__(self, destroy=_core_.delete_FSFile): |
d55e5bfc RD |
1719 | """__del__(self)""" |
1720 | try: | |
1721 | if self.thisown: destroy(self) | |
1722 | except: pass | |
1723 | ||
1724 | def GetStream(*args, **kwargs): | |
5b5c9bc7 RD |
1725 | """GetStream(self) -> InputStream""" |
1726 | return _core_.FSFile_GetStream(*args, **kwargs) | |
d55e5bfc RD |
1727 | |
1728 | def GetMimeType(*args, **kwargs): | |
5b5c9bc7 RD |
1729 | """GetMimeType(self) -> String""" |
1730 | return _core_.FSFile_GetMimeType(*args, **kwargs) | |
d55e5bfc RD |
1731 | |
1732 | def GetLocation(*args, **kwargs): | |
5b5c9bc7 RD |
1733 | """GetLocation(self) -> String""" |
1734 | return _core_.FSFile_GetLocation(*args, **kwargs) | |
d55e5bfc RD |
1735 | |
1736 | def GetAnchor(*args, **kwargs): | |
5b5c9bc7 RD |
1737 | """GetAnchor(self) -> String""" |
1738 | return _core_.FSFile_GetAnchor(*args, **kwargs) | |
d55e5bfc RD |
1739 | |
1740 | def GetModificationTime(*args, **kwargs): | |
5b5c9bc7 RD |
1741 | """GetModificationTime(self) -> DateTime""" |
1742 | return _core_.FSFile_GetModificationTime(*args, **kwargs) | |
d55e5bfc RD |
1743 | |
1744 | ||
5b5c9bc7 | 1745 | class FSFilePtr(FSFile): |
d55e5bfc RD |
1746 | def __init__(self, this): |
1747 | self.this = this | |
1748 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
1749 | self.__class__ = FSFile |
1750 | _core_.FSFile_swigregister(FSFilePtr) | |
d55e5bfc RD |
1751 | |
1752 | class CPPFileSystemHandler(object): | |
36ed4f51 | 1753 | """Proxy of C++ CPPFileSystemHandler class""" |
d55e5bfc RD |
1754 | def __init__(self): raise RuntimeError, "No constructor defined" |
1755 | def __repr__(self): | |
1756 | return "<%s.%s; proxy of C++ wxFileSystemHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1757 | ||
1758 | class CPPFileSystemHandlerPtr(CPPFileSystemHandler): | |
1759 | def __init__(self, this): | |
1760 | self.this = this | |
1761 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1762 | self.__class__ = CPPFileSystemHandler | |
5b5c9bc7 | 1763 | _core_.CPPFileSystemHandler_swigregister(CPPFileSystemHandlerPtr) |
d55e5bfc RD |
1764 | |
1765 | class FileSystemHandler(CPPFileSystemHandler): | |
36ed4f51 | 1766 | """Proxy of C++ FileSystemHandler class""" |
d55e5bfc RD |
1767 | def __repr__(self): |
1768 | return "<%s.%s; proxy of C++ wxPyFileSystemHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1769 | def __init__(self, *args, **kwargs): | |
1770 | """__init__(self) -> FileSystemHandler""" | |
5b5c9bc7 | 1771 | newobj = _core_.new_FileSystemHandler(*args, **kwargs) |
d55e5bfc RD |
1772 | self.this = newobj.this |
1773 | self.thisown = 1 | |
1774 | del newobj.thisown | |
1775 | self._setCallbackInfo(self, FileSystemHandler) | |
1776 | ||
1777 | def _setCallbackInfo(*args, **kwargs): | |
1778 | """_setCallbackInfo(self, PyObject self, PyObject _class)""" | |
5b5c9bc7 | 1779 | return _core_.FileSystemHandler__setCallbackInfo(*args, **kwargs) |
d55e5bfc RD |
1780 | |
1781 | def CanOpen(*args, **kwargs): | |
5b5c9bc7 RD |
1782 | """CanOpen(self, String location) -> bool""" |
1783 | return _core_.FileSystemHandler_CanOpen(*args, **kwargs) | |
d55e5bfc RD |
1784 | |
1785 | def OpenFile(*args, **kwargs): | |
5b5c9bc7 RD |
1786 | """OpenFile(self, FileSystem fs, String location) -> FSFile""" |
1787 | return _core_.FileSystemHandler_OpenFile(*args, **kwargs) | |
d55e5bfc RD |
1788 | |
1789 | def FindFirst(*args, **kwargs): | |
5b5c9bc7 RD |
1790 | """FindFirst(self, String spec, int flags=0) -> String""" |
1791 | return _core_.FileSystemHandler_FindFirst(*args, **kwargs) | |
d55e5bfc RD |
1792 | |
1793 | def FindNext(*args, **kwargs): | |
5b5c9bc7 RD |
1794 | """FindNext(self) -> String""" |
1795 | return _core_.FileSystemHandler_FindNext(*args, **kwargs) | |
d55e5bfc RD |
1796 | |
1797 | def GetProtocol(*args, **kwargs): | |
5b5c9bc7 RD |
1798 | """GetProtocol(self, String location) -> String""" |
1799 | return _core_.FileSystemHandler_GetProtocol(*args, **kwargs) | |
d55e5bfc RD |
1800 | |
1801 | def GetLeftLocation(*args, **kwargs): | |
5b5c9bc7 RD |
1802 | """GetLeftLocation(self, String location) -> String""" |
1803 | return _core_.FileSystemHandler_GetLeftLocation(*args, **kwargs) | |
d55e5bfc RD |
1804 | |
1805 | def GetAnchor(*args, **kwargs): | |
5b5c9bc7 RD |
1806 | """GetAnchor(self, String location) -> String""" |
1807 | return _core_.FileSystemHandler_GetAnchor(*args, **kwargs) | |
d55e5bfc RD |
1808 | |
1809 | def GetRightLocation(*args, **kwargs): | |
5b5c9bc7 RD |
1810 | """GetRightLocation(self, String location) -> String""" |
1811 | return _core_.FileSystemHandler_GetRightLocation(*args, **kwargs) | |
d55e5bfc RD |
1812 | |
1813 | def GetMimeTypeFromExt(*args, **kwargs): | |
5b5c9bc7 RD |
1814 | """GetMimeTypeFromExt(self, String location) -> String""" |
1815 | return _core_.FileSystemHandler_GetMimeTypeFromExt(*args, **kwargs) | |
d55e5bfc RD |
1816 | |
1817 | ||
1818 | class FileSystemHandlerPtr(FileSystemHandler): | |
1819 | def __init__(self, this): | |
1820 | self.this = this | |
1821 | if not hasattr(self,"thisown"): self.thisown = 0 | |
1822 | self.__class__ = FileSystemHandler | |
5b5c9bc7 | 1823 | _core_.FileSystemHandler_swigregister(FileSystemHandlerPtr) |
d55e5bfc | 1824 | |
5b5c9bc7 RD |
1825 | class FileSystem(Object): |
1826 | """Proxy of C++ FileSystem class""" | |
d55e5bfc RD |
1827 | def __repr__(self): |
1828 | return "<%s.%s; proxy of C++ wxFileSystem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1829 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
1830 | """__init__(self) -> FileSystem""" |
1831 | newobj = _core_.new_FileSystem(*args, **kwargs) | |
d55e5bfc RD |
1832 | self.this = newobj.this |
1833 | self.thisown = 1 | |
1834 | del newobj.thisown | |
5b5c9bc7 | 1835 | def __del__(self, destroy=_core_.delete_FileSystem): |
d55e5bfc RD |
1836 | """__del__(self)""" |
1837 | try: | |
1838 | if self.thisown: destroy(self) | |
1839 | except: pass | |
1840 | ||
1841 | def ChangePathTo(*args, **kwargs): | |
5b5c9bc7 RD |
1842 | """ChangePathTo(self, String location, bool is_dir=False)""" |
1843 | return _core_.FileSystem_ChangePathTo(*args, **kwargs) | |
d55e5bfc RD |
1844 | |
1845 | def GetPath(*args, **kwargs): | |
5b5c9bc7 RD |
1846 | """GetPath(self) -> String""" |
1847 | return _core_.FileSystem_GetPath(*args, **kwargs) | |
d55e5bfc RD |
1848 | |
1849 | def OpenFile(*args, **kwargs): | |
5b5c9bc7 RD |
1850 | """OpenFile(self, String location) -> FSFile""" |
1851 | return _core_.FileSystem_OpenFile(*args, **kwargs) | |
d55e5bfc RD |
1852 | |
1853 | def FindFirst(*args, **kwargs): | |
5b5c9bc7 RD |
1854 | """FindFirst(self, String spec, int flags=0) -> String""" |
1855 | return _core_.FileSystem_FindFirst(*args, **kwargs) | |
d55e5bfc RD |
1856 | |
1857 | def FindNext(*args, **kwargs): | |
5b5c9bc7 RD |
1858 | """FindNext(self) -> String""" |
1859 | return _core_.FileSystem_FindNext(*args, **kwargs) | |
d55e5bfc RD |
1860 | |
1861 | def AddHandler(*args, **kwargs): | |
d6c14a4c | 1862 | """AddHandler(CPPFileSystemHandler handler)""" |
5b5c9bc7 | 1863 | return _core_.FileSystem_AddHandler(*args, **kwargs) |
d55e5bfc RD |
1864 | |
1865 | AddHandler = staticmethod(AddHandler) | |
1866 | def CleanUpHandlers(*args, **kwargs): | |
d6c14a4c | 1867 | """CleanUpHandlers()""" |
5b5c9bc7 | 1868 | return _core_.FileSystem_CleanUpHandlers(*args, **kwargs) |
d55e5bfc RD |
1869 | |
1870 | CleanUpHandlers = staticmethod(CleanUpHandlers) | |
1871 | def FileNameToURL(*args, **kwargs): | |
5b5c9bc7 RD |
1872 | """FileNameToURL(String filename) -> String""" |
1873 | return _core_.FileSystem_FileNameToURL(*args, **kwargs) | |
d55e5bfc RD |
1874 | |
1875 | FileNameToURL = staticmethod(FileNameToURL) | |
b411df4a | 1876 | def URLToFileName(*args, **kwargs): |
5b5c9bc7 RD |
1877 | """URLToFileName(String url) -> String""" |
1878 | return _core_.FileSystem_URLToFileName(*args, **kwargs) | |
b411df4a RD |
1879 | |
1880 | URLToFileName = staticmethod(URLToFileName) | |
d55e5bfc | 1881 | |
5b5c9bc7 | 1882 | class FileSystemPtr(FileSystem): |
d55e5bfc RD |
1883 | def __init__(self, this): |
1884 | self.this = this | |
1885 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
1886 | self.__class__ = FileSystem |
1887 | _core_.FileSystem_swigregister(FileSystemPtr) | |
d55e5bfc | 1888 | |
5b5c9bc7 RD |
1889 | def FileSystem_AddHandler(*args, **kwargs): |
1890 | """FileSystem_AddHandler(CPPFileSystemHandler handler)""" | |
1891 | return _core_.FileSystem_AddHandler(*args, **kwargs) | |
d55e5bfc | 1892 | |
5b5c9bc7 RD |
1893 | def FileSystem_CleanUpHandlers(*args, **kwargs): |
1894 | """FileSystem_CleanUpHandlers()""" | |
1895 | return _core_.FileSystem_CleanUpHandlers(*args, **kwargs) | |
d55e5bfc | 1896 | |
5b5c9bc7 RD |
1897 | def FileSystem_FileNameToURL(*args, **kwargs): |
1898 | """FileSystem_FileNameToURL(String filename) -> String""" | |
1899 | return _core_.FileSystem_FileNameToURL(*args, **kwargs) | |
d55e5bfc | 1900 | |
5b5c9bc7 RD |
1901 | def FileSystem_URLToFileName(*args, **kwargs): |
1902 | """FileSystem_URLToFileName(String url) -> String""" | |
1903 | return _core_.FileSystem_URLToFileName(*args, **kwargs) | |
b411df4a | 1904 | |
5b5c9bc7 RD |
1905 | class InternetFSHandler(CPPFileSystemHandler): |
1906 | """Proxy of C++ InternetFSHandler class""" | |
d55e5bfc RD |
1907 | def __repr__(self): |
1908 | return "<%s.%s; proxy of C++ wxInternetFSHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1909 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
1910 | """__init__(self) -> InternetFSHandler""" |
1911 | newobj = _core_.new_InternetFSHandler(*args, **kwargs) | |
d55e5bfc RD |
1912 | self.this = newobj.this |
1913 | self.thisown = 1 | |
1914 | del newobj.thisown | |
1915 | def CanOpen(*args, **kwargs): | |
5b5c9bc7 RD |
1916 | """CanOpen(self, String location) -> bool""" |
1917 | return _core_.InternetFSHandler_CanOpen(*args, **kwargs) | |
d55e5bfc RD |
1918 | |
1919 | def OpenFile(*args, **kwargs): | |
5b5c9bc7 RD |
1920 | """OpenFile(self, FileSystem fs, String location) -> FSFile""" |
1921 | return _core_.InternetFSHandler_OpenFile(*args, **kwargs) | |
d55e5bfc RD |
1922 | |
1923 | ||
5b5c9bc7 | 1924 | class InternetFSHandlerPtr(InternetFSHandler): |
d55e5bfc RD |
1925 | def __init__(self, this): |
1926 | self.this = this | |
1927 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
1928 | self.__class__ = InternetFSHandler |
1929 | _core_.InternetFSHandler_swigregister(InternetFSHandlerPtr) | |
d55e5bfc | 1930 | |
5b5c9bc7 RD |
1931 | class ZipFSHandler(CPPFileSystemHandler): |
1932 | """Proxy of C++ ZipFSHandler class""" | |
d55e5bfc RD |
1933 | def __repr__(self): |
1934 | return "<%s.%s; proxy of C++ wxZipFSHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1935 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
1936 | """__init__(self) -> ZipFSHandler""" |
1937 | newobj = _core_.new_ZipFSHandler(*args, **kwargs) | |
d55e5bfc RD |
1938 | self.this = newobj.this |
1939 | self.thisown = 1 | |
1940 | del newobj.thisown | |
1941 | def CanOpen(*args, **kwargs): | |
5b5c9bc7 RD |
1942 | """CanOpen(self, String location) -> bool""" |
1943 | return _core_.ZipFSHandler_CanOpen(*args, **kwargs) | |
d55e5bfc RD |
1944 | |
1945 | def OpenFile(*args, **kwargs): | |
5b5c9bc7 RD |
1946 | """OpenFile(self, FileSystem fs, String location) -> FSFile""" |
1947 | return _core_.ZipFSHandler_OpenFile(*args, **kwargs) | |
d55e5bfc RD |
1948 | |
1949 | def FindFirst(*args, **kwargs): | |
5b5c9bc7 RD |
1950 | """FindFirst(self, String spec, int flags=0) -> String""" |
1951 | return _core_.ZipFSHandler_FindFirst(*args, **kwargs) | |
d55e5bfc RD |
1952 | |
1953 | def FindNext(*args, **kwargs): | |
5b5c9bc7 RD |
1954 | """FindNext(self) -> String""" |
1955 | return _core_.ZipFSHandler_FindNext(*args, **kwargs) | |
d55e5bfc RD |
1956 | |
1957 | ||
5b5c9bc7 | 1958 | class ZipFSHandlerPtr(ZipFSHandler): |
d55e5bfc RD |
1959 | def __init__(self, this): |
1960 | self.this = this | |
1961 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
1962 | self.__class__ = ZipFSHandler |
1963 | _core_.ZipFSHandler_swigregister(ZipFSHandlerPtr) | |
d55e5bfc RD |
1964 | |
1965 | ||
1966 | def __wxMemoryFSHandler_AddFile_wxImage(*args, **kwargs): | |
5b5c9bc7 RD |
1967 | """__wxMemoryFSHandler_AddFile_wxImage(String filename, Image image, long type)""" |
1968 | return _core_.__wxMemoryFSHandler_AddFile_wxImage(*args, **kwargs) | |
d55e5bfc RD |
1969 | |
1970 | def __wxMemoryFSHandler_AddFile_wxBitmap(*args, **kwargs): | |
5b5c9bc7 RD |
1971 | """__wxMemoryFSHandler_AddFile_wxBitmap(String filename, Bitmap bitmap, long type)""" |
1972 | return _core_.__wxMemoryFSHandler_AddFile_wxBitmap(*args, **kwargs) | |
d55e5bfc RD |
1973 | |
1974 | def __wxMemoryFSHandler_AddFile_Data(*args, **kwargs): | |
5b5c9bc7 RD |
1975 | """__wxMemoryFSHandler_AddFile_Data(String filename, PyObject data)""" |
1976 | return _core_.__wxMemoryFSHandler_AddFile_Data(*args, **kwargs) | |
b411df4a RD |
1977 | def MemoryFSHandler_AddFile(filename, dataItem, imgType=-1): |
1978 | """ | |
1979 | Add 'file' to the memory filesystem. The dataItem parameter can | |
1980 | either be a `wx.Bitmap`, `wx.Image` or a string that can contain | |
1981 | arbitrary data. If a bitmap or image is used then the imgType | |
1982 | parameter should specify what kind of image file it should be | |
1983 | written as, wx.BITMAP_TYPE_PNG, etc. | |
1984 | """ | |
1985 | if isinstance(dataItem, wx.Image): | |
1986 | __wxMemoryFSHandler_AddFile_wxImage(filename, dataItem, imgType) | |
1987 | elif isinstance(dataItem, wx.Bitmap): | |
1988 | __wxMemoryFSHandler_AddFile_wxBitmap(filename, dataItem, imgType) | |
1989 | elif type(dataItem) == str: | |
1990 | __wxMemoryFSHandler_AddFile_Data(filename, dataItem) | |
1991 | else: | |
1992 | raise TypeError, 'wx.Image, wx.Bitmap or string expected' | |
d55e5bfc | 1993 | |
5b5c9bc7 RD |
1994 | class MemoryFSHandler(CPPFileSystemHandler): |
1995 | """Proxy of C++ MemoryFSHandler class""" | |
d55e5bfc RD |
1996 | def __repr__(self): |
1997 | return "<%s.%s; proxy of C++ wxMemoryFSHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
1998 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
1999 | """__init__(self) -> MemoryFSHandler""" |
2000 | newobj = _core_.new_MemoryFSHandler(*args, **kwargs) | |
d55e5bfc RD |
2001 | self.this = newobj.this |
2002 | self.thisown = 1 | |
2003 | del newobj.thisown | |
2004 | def RemoveFile(*args, **kwargs): | |
5b5c9bc7 RD |
2005 | """RemoveFile(String filename)""" |
2006 | return _core_.MemoryFSHandler_RemoveFile(*args, **kwargs) | |
d55e5bfc RD |
2007 | |
2008 | RemoveFile = staticmethod(RemoveFile) | |
2009 | AddFile = staticmethod(MemoryFSHandler_AddFile) | |
2010 | def CanOpen(*args, **kwargs): | |
5b5c9bc7 RD |
2011 | """CanOpen(self, String location) -> bool""" |
2012 | return _core_.MemoryFSHandler_CanOpen(*args, **kwargs) | |
d55e5bfc RD |
2013 | |
2014 | def OpenFile(*args, **kwargs): | |
5b5c9bc7 RD |
2015 | """OpenFile(self, FileSystem fs, String location) -> FSFile""" |
2016 | return _core_.MemoryFSHandler_OpenFile(*args, **kwargs) | |
d55e5bfc RD |
2017 | |
2018 | def FindFirst(*args, **kwargs): | |
5b5c9bc7 RD |
2019 | """FindFirst(self, String spec, int flags=0) -> String""" |
2020 | return _core_.MemoryFSHandler_FindFirst(*args, **kwargs) | |
d55e5bfc RD |
2021 | |
2022 | def FindNext(*args, **kwargs): | |
5b5c9bc7 RD |
2023 | """FindNext(self) -> String""" |
2024 | return _core_.MemoryFSHandler_FindNext(*args, **kwargs) | |
d55e5bfc RD |
2025 | |
2026 | ||
5b5c9bc7 | 2027 | class MemoryFSHandlerPtr(MemoryFSHandler): |
d55e5bfc RD |
2028 | def __init__(self, this): |
2029 | self.this = this | |
2030 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2031 | self.__class__ = MemoryFSHandler |
2032 | _core_.MemoryFSHandler_swigregister(MemoryFSHandlerPtr) | |
d55e5bfc | 2033 | |
5b5c9bc7 RD |
2034 | def MemoryFSHandler_RemoveFile(*args, **kwargs): |
2035 | """MemoryFSHandler_RemoveFile(String filename)""" | |
2036 | return _core_.MemoryFSHandler_RemoveFile(*args, **kwargs) | |
d55e5bfc | 2037 | |
5b5c9bc7 RD |
2038 | IMAGE_ALPHA_TRANSPARENT = _core_.IMAGE_ALPHA_TRANSPARENT |
2039 | IMAGE_ALPHA_THRESHOLD = _core_.IMAGE_ALPHA_THRESHOLD | |
2040 | IMAGE_ALPHA_OPAQUE = _core_.IMAGE_ALPHA_OPAQUE | |
d55e5bfc RD |
2041 | #--------------------------------------------------------------------------- |
2042 | ||
5b5c9bc7 | 2043 | class ImageHandler(Object): |
27fb7603 RD |
2044 | """ |
2045 | This is the base class for implementing image file loading/saving, and | |
2046 | image creation from data. It is used within `wx.Image` and is not | |
2047 | normally seen by the application. | |
2048 | """ | |
d55e5bfc RD |
2049 | def __init__(self): raise RuntimeError, "No constructor defined" |
2050 | def __repr__(self): | |
2051 | return "<%s.%s; proxy of C++ wxImageHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2052 | def GetName(*args, **kwargs): | |
5b5c9bc7 RD |
2053 | """GetName(self) -> String""" |
2054 | return _core_.ImageHandler_GetName(*args, **kwargs) | |
d55e5bfc RD |
2055 | |
2056 | def GetExtension(*args, **kwargs): | |
5b5c9bc7 RD |
2057 | """GetExtension(self) -> String""" |
2058 | return _core_.ImageHandler_GetExtension(*args, **kwargs) | |
d55e5bfc RD |
2059 | |
2060 | def GetType(*args, **kwargs): | |
2061 | """GetType(self) -> long""" | |
5b5c9bc7 | 2062 | return _core_.ImageHandler_GetType(*args, **kwargs) |
d55e5bfc RD |
2063 | |
2064 | def GetMimeType(*args, **kwargs): | |
5b5c9bc7 RD |
2065 | """GetMimeType(self) -> String""" |
2066 | return _core_.ImageHandler_GetMimeType(*args, **kwargs) | |
d55e5bfc RD |
2067 | |
2068 | def CanRead(*args, **kwargs): | |
5b5c9bc7 RD |
2069 | """CanRead(self, String name) -> bool""" |
2070 | return _core_.ImageHandler_CanRead(*args, **kwargs) | |
d55e5bfc RD |
2071 | |
2072 | def SetName(*args, **kwargs): | |
5b5c9bc7 RD |
2073 | """SetName(self, String name)""" |
2074 | return _core_.ImageHandler_SetName(*args, **kwargs) | |
d55e5bfc RD |
2075 | |
2076 | def SetExtension(*args, **kwargs): | |
5b5c9bc7 RD |
2077 | """SetExtension(self, String extension)""" |
2078 | return _core_.ImageHandler_SetExtension(*args, **kwargs) | |
d55e5bfc RD |
2079 | |
2080 | def SetType(*args, **kwargs): | |
2081 | """SetType(self, long type)""" | |
5b5c9bc7 | 2082 | return _core_.ImageHandler_SetType(*args, **kwargs) |
d55e5bfc RD |
2083 | |
2084 | def SetMimeType(*args, **kwargs): | |
5b5c9bc7 RD |
2085 | """SetMimeType(self, String mimetype)""" |
2086 | return _core_.ImageHandler_SetMimeType(*args, **kwargs) | |
d55e5bfc RD |
2087 | |
2088 | ||
5b5c9bc7 | 2089 | class ImageHandlerPtr(ImageHandler): |
d55e5bfc RD |
2090 | def __init__(self, this): |
2091 | self.this = this | |
2092 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2093 | self.__class__ = ImageHandler |
2094 | _core_.ImageHandler_swigregister(ImageHandlerPtr) | |
d55e5bfc | 2095 | |
5b5c9bc7 RD |
2096 | class ImageHistogram(object): |
2097 | """Proxy of C++ ImageHistogram class""" | |
d55e5bfc RD |
2098 | def __repr__(self): |
2099 | return "<%s.%s; proxy of C++ wxImageHistogram instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2100 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
2101 | """__init__(self) -> ImageHistogram""" |
2102 | newobj = _core_.new_ImageHistogram(*args, **kwargs) | |
d55e5bfc RD |
2103 | self.this = newobj.this |
2104 | self.thisown = 1 | |
2105 | del newobj.thisown | |
2106 | def MakeKey(*args, **kwargs): | |
2107 | """ | |
d6c14a4c | 2108 | MakeKey(unsigned char r, unsigned char g, unsigned char b) -> unsigned long |
d55e5bfc RD |
2109 | |
2110 | Get the key in the histogram for the given RGB values | |
2111 | """ | |
5b5c9bc7 | 2112 | return _core_.ImageHistogram_MakeKey(*args, **kwargs) |
d55e5bfc RD |
2113 | |
2114 | MakeKey = staticmethod(MakeKey) | |
2115 | def FindFirstUnusedColour(*args, **kwargs): | |
fd2dc343 RD |
2116 | """ |
2117 | FindFirstUnusedColour(int startR=1, int startG=0, int startB=0) -> (success, r, g, b) | |
2118 | ||
2119 | Find first colour that is not used in the image and has higher RGB | |
2120 | values than startR, startG, startB. Returns a tuple consisting of a | |
2121 | success flag and rgb values. | |
2122 | """ | |
5b5c9bc7 | 2123 | return _core_.ImageHistogram_FindFirstUnusedColour(*args, **kwargs) |
d55e5bfc | 2124 | |
f1cbd8fa RD |
2125 | def GetCount(*args, **kwargs): |
2126 | """ | |
2127 | GetCount(self, unsigned long key) -> unsigned long | |
2128 | ||
2129 | Returns the pixel count for the given key. Use `MakeKey` to create a | |
2130 | key value from a RGB tripple. | |
2131 | """ | |
5b5c9bc7 | 2132 | return _core_.ImageHistogram_GetCount(*args, **kwargs) |
f1cbd8fa RD |
2133 | |
2134 | def GetCountRGB(*args, **kwargs): | |
2135 | """ | |
2136 | GetCountRGB(self, unsigned char r, unsigned char g, unsigned char b) -> unsigned long | |
2137 | ||
2138 | Returns the pixel count for the given RGB values. | |
2139 | """ | |
5b5c9bc7 | 2140 | return _core_.ImageHistogram_GetCountRGB(*args, **kwargs) |
f1cbd8fa RD |
2141 | |
2142 | def GetCountColour(*args, **kwargs): | |
2143 | """ | |
5b5c9bc7 | 2144 | GetCountColour(self, Colour colour) -> unsigned long |
f1cbd8fa RD |
2145 | |
2146 | Returns the pixel count for the given `wx.Colour` value. | |
2147 | """ | |
5b5c9bc7 | 2148 | return _core_.ImageHistogram_GetCountColour(*args, **kwargs) |
f1cbd8fa | 2149 | |
d55e5bfc | 2150 | |
5b5c9bc7 | 2151 | class ImageHistogramPtr(ImageHistogram): |
d55e5bfc RD |
2152 | def __init__(self, this): |
2153 | self.this = this | |
2154 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2155 | self.__class__ = ImageHistogram |
2156 | _core_.ImageHistogram_swigregister(ImageHistogramPtr) | |
d55e5bfc | 2157 | |
5b5c9bc7 | 2158 | def ImageHistogram_MakeKey(*args, **kwargs): |
d55e5bfc | 2159 | """ |
5b5c9bc7 | 2160 | ImageHistogram_MakeKey(unsigned char r, unsigned char g, unsigned char b) -> unsigned long |
d55e5bfc RD |
2161 | |
2162 | Get the key in the histogram for the given RGB values | |
2163 | """ | |
5b5c9bc7 | 2164 | return _core_.ImageHistogram_MakeKey(*args, **kwargs) |
d55e5bfc | 2165 | |
5b5c9bc7 RD |
2166 | class Image(Object): |
2167 | """Proxy of C++ Image class""" | |
d55e5bfc RD |
2168 | def __repr__(self): |
2169 | return "<%s.%s; proxy of C++ wxImage instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2170 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
2171 | """__init__(self, String name, long type=BITMAP_TYPE_ANY, int index=-1) -> Image""" |
2172 | newobj = _core_.new_Image(*args, **kwargs) | |
d55e5bfc RD |
2173 | self.this = newobj.this |
2174 | self.thisown = 1 | |
2175 | del newobj.thisown | |
5b5c9bc7 | 2176 | def __del__(self, destroy=_core_.delete_Image): |
d55e5bfc RD |
2177 | """__del__(self)""" |
2178 | try: | |
2179 | if self.thisown: destroy(self) | |
2180 | except: pass | |
2181 | ||
2182 | def Create(*args, **kwargs): | |
2183 | """Create(self, int width, int height)""" | |
5b5c9bc7 | 2184 | return _core_.Image_Create(*args, **kwargs) |
d55e5bfc RD |
2185 | |
2186 | def Destroy(*args, **kwargs): | |
2187 | """ | |
2188 | Destroy(self) | |
2189 | ||
2190 | Deletes the C++ object this Python object is a proxy for. | |
2191 | """ | |
5b5c9bc7 | 2192 | return _core_.Image_Destroy(*args, **kwargs) |
d55e5bfc RD |
2193 | |
2194 | def Scale(*args, **kwargs): | |
5b5c9bc7 RD |
2195 | """Scale(self, int width, int height) -> Image""" |
2196 | return _core_.Image_Scale(*args, **kwargs) | |
d55e5bfc RD |
2197 | |
2198 | def ShrinkBy(*args, **kwargs): | |
5b5c9bc7 RD |
2199 | """ShrinkBy(self, int xFactor, int yFactor) -> Image""" |
2200 | return _core_.Image_ShrinkBy(*args, **kwargs) | |
d55e5bfc RD |
2201 | |
2202 | def Rescale(*args, **kwargs): | |
5b5c9bc7 RD |
2203 | """Rescale(self, int width, int height) -> Image""" |
2204 | return _core_.Image_Rescale(*args, **kwargs) | |
d55e5bfc | 2205 | |
aff4cc5c | 2206 | def Resize(*args, **kwargs): |
5b5c9bc7 RD |
2207 | """Resize(self, Size size, Point pos, int r=-1, int g=-1, int b=-1) -> Image""" |
2208 | return _core_.Image_Resize(*args, **kwargs) | |
aff4cc5c | 2209 | |
d55e5bfc RD |
2210 | def SetRGB(*args, **kwargs): |
2211 | """SetRGB(self, int x, int y, unsigned char r, unsigned char g, unsigned char b)""" | |
5b5c9bc7 | 2212 | return _core_.Image_SetRGB(*args, **kwargs) |
d55e5bfc | 2213 | |
aff4cc5c | 2214 | def SetRGBRect(*args, **kwargs): |
5b5c9bc7 RD |
2215 | """SetRGBRect(self, Rect rect, unsigned char r, unsigned char g, unsigned char b)""" |
2216 | return _core_.Image_SetRGBRect(*args, **kwargs) | |
aff4cc5c | 2217 | |
d55e5bfc RD |
2218 | def GetRed(*args, **kwargs): |
2219 | """GetRed(self, int x, int y) -> unsigned char""" | |
5b5c9bc7 | 2220 | return _core_.Image_GetRed(*args, **kwargs) |
d55e5bfc RD |
2221 | |
2222 | def GetGreen(*args, **kwargs): | |
2223 | """GetGreen(self, int x, int y) -> unsigned char""" | |
5b5c9bc7 | 2224 | return _core_.Image_GetGreen(*args, **kwargs) |
d55e5bfc RD |
2225 | |
2226 | def GetBlue(*args, **kwargs): | |
2227 | """GetBlue(self, int x, int y) -> unsigned char""" | |
5b5c9bc7 | 2228 | return _core_.Image_GetBlue(*args, **kwargs) |
d55e5bfc RD |
2229 | |
2230 | def SetAlpha(*args, **kwargs): | |
2231 | """SetAlpha(self, int x, int y, unsigned char alpha)""" | |
5b5c9bc7 | 2232 | return _core_.Image_SetAlpha(*args, **kwargs) |
d55e5bfc RD |
2233 | |
2234 | def GetAlpha(*args, **kwargs): | |
2235 | """GetAlpha(self, int x, int y) -> unsigned char""" | |
5b5c9bc7 | 2236 | return _core_.Image_GetAlpha(*args, **kwargs) |
d55e5bfc RD |
2237 | |
2238 | def HasAlpha(*args, **kwargs): | |
2239 | """HasAlpha(self) -> bool""" | |
5b5c9bc7 | 2240 | return _core_.Image_HasAlpha(*args, **kwargs) |
d55e5bfc | 2241 | |
68350608 RD |
2242 | def InitAlpha(*args, **kwargs): |
2243 | """ | |
2244 | InitAlpha(self) | |
2245 | ||
2246 | Initializes the image alpha channel data. It is an error to call it if | |
2247 | the image already has alpha data. If it doesn't, alpha data will be by | |
2248 | default initialized to all pixels being fully opaque. But if the image | |
2249 | has a a mask colour, all mask pixels will be completely transparent. | |
2250 | """ | |
5b5c9bc7 RD |
2251 | return _core_.Image_InitAlpha(*args, **kwargs) |
2252 | ||
2253 | def IsTransparent(*args, **kwargs): | |
2254 | """ | |
2255 | IsTransparent(self, int x, int y, unsigned char threshold=IMAGE_ALPHA_THRESHOLD) -> bool | |
2256 | ||
2257 | Returns True if this pixel is masked or has an alpha value less than | |
2258 | the spcified threshold. | |
2259 | """ | |
2260 | return _core_.Image_IsTransparent(*args, **kwargs) | |
68350608 | 2261 | |
d55e5bfc | 2262 | def FindFirstUnusedColour(*args, **kwargs): |
fd2dc343 RD |
2263 | """ |
2264 | FindFirstUnusedColour(int startR=1, int startG=0, int startB=0) -> (success, r, g, b) | |
2265 | ||
2266 | Find first colour that is not used in the image and has higher RGB | |
2267 | values than startR, startG, startB. Returns a tuple consisting of a | |
2268 | success flag and rgb values. | |
2269 | """ | |
5b5c9bc7 | 2270 | return _core_.Image_FindFirstUnusedColour(*args, **kwargs) |
d55e5bfc | 2271 | |
4cf4100f RD |
2272 | def ConvertAlphaToMask(*args, **kwargs): |
2273 | """ | |
5b5c9bc7 | 2274 | ConvertAlphaToMask(self, byte threshold=IMAGE_ALPHA_THRESHOLD) -> bool |
4cf4100f RD |
2275 | |
2276 | If the image has alpha channel, this method converts it to mask. All pixels | |
2277 | with alpha value less than ``threshold`` are replaced with mask colour and the | |
2278 | alpha channel is removed. Mask colour is chosen automatically using | |
2279 | `FindFirstUnusedColour`. | |
2280 | ||
2281 | If the image image doesn't have alpha channel, ConvertAlphaToMask does | |
2282 | nothing. | |
2283 | """ | |
5b5c9bc7 | 2284 | return _core_.Image_ConvertAlphaToMask(*args, **kwargs) |
4cf4100f | 2285 | |
8fb0e70a RD |
2286 | def ConvertColourToAlpha(*args, **kwargs): |
2287 | """ | |
2288 | ConvertColourToAlpha(self, unsigned char r, unsigned char g, unsigned char b) -> bool | |
2289 | ||
2290 | This method converts an image where the original alpha information is | |
2291 | only available as a shades of a colour (actually shades of grey) | |
2292 | typically when you draw anti-aliased text into a bitmap. The DC | |
2293 | drawing routines draw grey values on the black background although | |
2294 | they actually mean to draw white with differnt alpha values. This | |
2295 | method reverses it, assuming a black (!) background and white text. | |
2296 | The method will then fill up the whole image with the colour given. | |
2297 | """ | |
5b5c9bc7 | 2298 | return _core_.Image_ConvertColourToAlpha(*args, **kwargs) |
8fb0e70a | 2299 | |
d55e5bfc | 2300 | def SetMaskFromImage(*args, **kwargs): |
5b5c9bc7 RD |
2301 | """SetMaskFromImage(self, Image mask, byte mr, byte mg, byte mb) -> bool""" |
2302 | return _core_.Image_SetMaskFromImage(*args, **kwargs) | |
d55e5bfc RD |
2303 | |
2304 | def CanRead(*args, **kwargs): | |
5b5c9bc7 RD |
2305 | """CanRead(String name) -> bool""" |
2306 | return _core_.Image_CanRead(*args, **kwargs) | |
d55e5bfc RD |
2307 | |
2308 | CanRead = staticmethod(CanRead) | |
2309 | def GetImageCount(*args, **kwargs): | |
5b5c9bc7 RD |
2310 | """GetImageCount(String name, long type=BITMAP_TYPE_ANY) -> int""" |
2311 | return _core_.Image_GetImageCount(*args, **kwargs) | |
d55e5bfc RD |
2312 | |
2313 | GetImageCount = staticmethod(GetImageCount) | |
2314 | def LoadFile(*args, **kwargs): | |
5b5c9bc7 RD |
2315 | """LoadFile(self, String name, long type=BITMAP_TYPE_ANY, int index=-1) -> bool""" |
2316 | return _core_.Image_LoadFile(*args, **kwargs) | |
d55e5bfc RD |
2317 | |
2318 | def LoadMimeFile(*args, **kwargs): | |
5b5c9bc7 RD |
2319 | """LoadMimeFile(self, String name, String mimetype, int index=-1) -> bool""" |
2320 | return _core_.Image_LoadMimeFile(*args, **kwargs) | |
d55e5bfc RD |
2321 | |
2322 | def SaveFile(*args, **kwargs): | |
5b5c9bc7 RD |
2323 | """SaveFile(self, String name, int type) -> bool""" |
2324 | return _core_.Image_SaveFile(*args, **kwargs) | |
d55e5bfc RD |
2325 | |
2326 | def SaveMimeFile(*args, **kwargs): | |
5b5c9bc7 RD |
2327 | """SaveMimeFile(self, String name, String mimetype) -> bool""" |
2328 | return _core_.Image_SaveMimeFile(*args, **kwargs) | |
d55e5bfc RD |
2329 | |
2330 | def CanReadStream(*args, **kwargs): | |
5b5c9bc7 RD |
2331 | """CanReadStream(InputStream stream) -> bool""" |
2332 | return _core_.Image_CanReadStream(*args, **kwargs) | |
d55e5bfc RD |
2333 | |
2334 | CanReadStream = staticmethod(CanReadStream) | |
2335 | def LoadStream(*args, **kwargs): | |
5b5c9bc7 RD |
2336 | """LoadStream(self, InputStream stream, long type=BITMAP_TYPE_ANY, int index=-1) -> bool""" |
2337 | return _core_.Image_LoadStream(*args, **kwargs) | |
d55e5bfc RD |
2338 | |
2339 | def LoadMimeStream(*args, **kwargs): | |
5b5c9bc7 RD |
2340 | """LoadMimeStream(self, InputStream stream, String mimetype, int index=-1) -> bool""" |
2341 | return _core_.Image_LoadMimeStream(*args, **kwargs) | |
d55e5bfc RD |
2342 | |
2343 | def Ok(*args, **kwargs): | |
2344 | """Ok(self) -> bool""" | |
5b5c9bc7 | 2345 | return _core_.Image_Ok(*args, **kwargs) |
d55e5bfc RD |
2346 | |
2347 | def GetWidth(*args, **kwargs): | |
2348 | """GetWidth(self) -> int""" | |
5b5c9bc7 | 2349 | return _core_.Image_GetWidth(*args, **kwargs) |
d55e5bfc RD |
2350 | |
2351 | def GetHeight(*args, **kwargs): | |
2352 | """GetHeight(self) -> int""" | |
5b5c9bc7 | 2353 | return _core_.Image_GetHeight(*args, **kwargs) |
d55e5bfc RD |
2354 | |
2355 | def GetSize(*args, **kwargs): | |
5b5c9bc7 RD |
2356 | """GetSize(self) -> Size""" |
2357 | return _core_.Image_GetSize(*args, **kwargs) | |
d55e5bfc RD |
2358 | |
2359 | def GetSubImage(*args, **kwargs): | |
5b5c9bc7 RD |
2360 | """GetSubImage(self, Rect rect) -> Image""" |
2361 | return _core_.Image_GetSubImage(*args, **kwargs) | |
d55e5bfc | 2362 | |
aff4cc5c | 2363 | def Size(*args, **kwargs): |
5b5c9bc7 RD |
2364 | """Size(self, Size size, Point pos, int r=-1, int g=-1, int b=-1) -> Image""" |
2365 | return _core_.Image_Size(*args, **kwargs) | |
aff4cc5c | 2366 | |
d55e5bfc | 2367 | def Copy(*args, **kwargs): |
5b5c9bc7 RD |
2368 | """Copy(self) -> Image""" |
2369 | return _core_.Image_Copy(*args, **kwargs) | |
d55e5bfc RD |
2370 | |
2371 | def Paste(*args, **kwargs): | |
5b5c9bc7 RD |
2372 | """Paste(self, Image image, int x, int y)""" |
2373 | return _core_.Image_Paste(*args, **kwargs) | |
d55e5bfc RD |
2374 | |
2375 | def GetData(*args, **kwargs): | |
bb2ef2cc RD |
2376 | """ |
2377 | GetData(self) -> PyObject | |
2378 | ||
2379 | Returns a string containing a copy of the RGB bytes of the image. | |
2380 | """ | |
5b5c9bc7 | 2381 | return _core_.Image_GetData(*args, **kwargs) |
d55e5bfc RD |
2382 | |
2383 | def SetData(*args, **kwargs): | |
bb2ef2cc RD |
2384 | """ |
2385 | SetData(self, buffer data) | |
2386 | ||
2387 | Resets the Image's RGB data from a buffer of RGB bytes. Accepts | |
2388 | either a string or a buffer object holding the data and the length of | |
2389 | the data must be width*height*3. | |
2390 | """ | |
5b5c9bc7 | 2391 | return _core_.Image_SetData(*args, **kwargs) |
d55e5bfc RD |
2392 | |
2393 | def GetDataBuffer(*args, **kwargs): | |
bb2ef2cc RD |
2394 | """ |
2395 | GetDataBuffer(self) -> PyObject | |
2396 | ||
2397 | Returns a writable Python buffer object that is pointing at the RGB | |
2398 | image data buffer inside the wx.Image. | |
2399 | """ | |
5b5c9bc7 | 2400 | return _core_.Image_GetDataBuffer(*args, **kwargs) |
d55e5bfc RD |
2401 | |
2402 | def SetDataBuffer(*args, **kwargs): | |
bb2ef2cc RD |
2403 | """ |
2404 | SetDataBuffer(self, buffer data) | |
2405 | ||
2406 | Sets the internal image data pointer to point at a Python buffer | |
2407 | object. This can save a copy of the data but you must ensure that the | |
2408 | buffer object lives longer than the wx.Image does. | |
2409 | """ | |
5b5c9bc7 | 2410 | return _core_.Image_SetDataBuffer(*args, **kwargs) |
d55e5bfc RD |
2411 | |
2412 | def GetAlphaData(*args, **kwargs): | |
bb2ef2cc RD |
2413 | """ |
2414 | GetAlphaData(self) -> PyObject | |
2415 | ||
2416 | Returns a string containing a copy of the alpha bytes of the image. | |
2417 | """ | |
5b5c9bc7 | 2418 | return _core_.Image_GetAlphaData(*args, **kwargs) |
d55e5bfc RD |
2419 | |
2420 | def SetAlphaData(*args, **kwargs): | |
bb2ef2cc RD |
2421 | """ |
2422 | SetAlphaData(self, buffer alpha) | |
2423 | ||
2424 | Resets the Image's alpha data from a buffer of bytes. Accepts either | |
2425 | a string or a buffer object holding the data and the length of the | |
2426 | data must be width*height. | |
2427 | """ | |
5b5c9bc7 | 2428 | return _core_.Image_SetAlphaData(*args, **kwargs) |
d55e5bfc RD |
2429 | |
2430 | def GetAlphaBuffer(*args, **kwargs): | |
2431 | """GetAlphaBuffer(self) -> PyObject""" | |
5b5c9bc7 | 2432 | return _core_.Image_GetAlphaBuffer(*args, **kwargs) |
d55e5bfc RD |
2433 | |
2434 | def SetAlphaBuffer(*args, **kwargs): | |
bb2ef2cc | 2435 | """SetAlphaBuffer(self, buffer alpha)""" |
5b5c9bc7 | 2436 | return _core_.Image_SetAlphaBuffer(*args, **kwargs) |
d55e5bfc RD |
2437 | |
2438 | def SetMaskColour(*args, **kwargs): | |
2439 | """SetMaskColour(self, unsigned char r, unsigned char g, unsigned char b)""" | |
5b5c9bc7 | 2440 | return _core_.Image_SetMaskColour(*args, **kwargs) |
d55e5bfc | 2441 | |
aff4cc5c RD |
2442 | def GetOrFindMaskColour(*args, **kwargs): |
2443 | """ | |
2444 | GetOrFindMaskColour() -> (r,g,b) | |
2445 | ||
2446 | Get the current mask colour or find a suitable colour. | |
2447 | """ | |
5b5c9bc7 | 2448 | return _core_.Image_GetOrFindMaskColour(*args, **kwargs) |
aff4cc5c | 2449 | |
d55e5bfc RD |
2450 | def GetMaskRed(*args, **kwargs): |
2451 | """GetMaskRed(self) -> unsigned char""" | |
5b5c9bc7 | 2452 | return _core_.Image_GetMaskRed(*args, **kwargs) |
d55e5bfc RD |
2453 | |
2454 | def GetMaskGreen(*args, **kwargs): | |
2455 | """GetMaskGreen(self) -> unsigned char""" | |
5b5c9bc7 | 2456 | return _core_.Image_GetMaskGreen(*args, **kwargs) |
d55e5bfc RD |
2457 | |
2458 | def GetMaskBlue(*args, **kwargs): | |
2459 | """GetMaskBlue(self) -> unsigned char""" | |
5b5c9bc7 | 2460 | return _core_.Image_GetMaskBlue(*args, **kwargs) |
d55e5bfc RD |
2461 | |
2462 | def SetMask(*args, **kwargs): | |
2463 | """SetMask(self, bool mask=True)""" | |
5b5c9bc7 | 2464 | return _core_.Image_SetMask(*args, **kwargs) |
d55e5bfc RD |
2465 | |
2466 | def HasMask(*args, **kwargs): | |
2467 | """HasMask(self) -> bool""" | |
5b5c9bc7 | 2468 | return _core_.Image_HasMask(*args, **kwargs) |
d55e5bfc RD |
2469 | |
2470 | def Rotate(*args, **kwargs): | |
2471 | """ | |
5b5c9bc7 RD |
2472 | Rotate(self, double angle, Point centre_of_rotation, bool interpolating=True, |
2473 | Point offset_after_rotation=None) -> Image | |
d55e5bfc | 2474 | """ |
5b5c9bc7 | 2475 | return _core_.Image_Rotate(*args, **kwargs) |
d55e5bfc RD |
2476 | |
2477 | def Rotate90(*args, **kwargs): | |
5b5c9bc7 RD |
2478 | """Rotate90(self, bool clockwise=True) -> Image""" |
2479 | return _core_.Image_Rotate90(*args, **kwargs) | |
d55e5bfc RD |
2480 | |
2481 | def Mirror(*args, **kwargs): | |
5b5c9bc7 RD |
2482 | """Mirror(self, bool horizontally=True) -> Image""" |
2483 | return _core_.Image_Mirror(*args, **kwargs) | |
d55e5bfc RD |
2484 | |
2485 | def Replace(*args, **kwargs): | |
2486 | """ | |
2487 | Replace(self, unsigned char r1, unsigned char g1, unsigned char b1, | |
2488 | unsigned char r2, unsigned char g2, unsigned char b2) | |
2489 | """ | |
5b5c9bc7 | 2490 | return _core_.Image_Replace(*args, **kwargs) |
d55e5bfc RD |
2491 | |
2492 | def ConvertToMono(*args, **kwargs): | |
5b5c9bc7 RD |
2493 | """ConvertToMono(self, unsigned char r, unsigned char g, unsigned char b) -> Image""" |
2494 | return _core_.Image_ConvertToMono(*args, **kwargs) | |
d55e5bfc RD |
2495 | |
2496 | def SetOption(*args, **kwargs): | |
5b5c9bc7 RD |
2497 | """SetOption(self, String name, String value)""" |
2498 | return _core_.Image_SetOption(*args, **kwargs) | |
d55e5bfc RD |
2499 | |
2500 | def SetOptionInt(*args, **kwargs): | |
5b5c9bc7 RD |
2501 | """SetOptionInt(self, String name, int value)""" |
2502 | return _core_.Image_SetOptionInt(*args, **kwargs) | |
d55e5bfc RD |
2503 | |
2504 | def GetOption(*args, **kwargs): | |
5b5c9bc7 RD |
2505 | """GetOption(self, String name) -> String""" |
2506 | return _core_.Image_GetOption(*args, **kwargs) | |
d55e5bfc RD |
2507 | |
2508 | def GetOptionInt(*args, **kwargs): | |
5b5c9bc7 RD |
2509 | """GetOptionInt(self, String name) -> int""" |
2510 | return _core_.Image_GetOptionInt(*args, **kwargs) | |
d55e5bfc RD |
2511 | |
2512 | def HasOption(*args, **kwargs): | |
5b5c9bc7 RD |
2513 | """HasOption(self, String name) -> bool""" |
2514 | return _core_.Image_HasOption(*args, **kwargs) | |
d55e5bfc RD |
2515 | |
2516 | def CountColours(*args, **kwargs): | |
2517 | """CountColours(self, unsigned long stopafter=(unsigned long) -1) -> unsigned long""" | |
5b5c9bc7 | 2518 | return _core_.Image_CountColours(*args, **kwargs) |
d55e5bfc RD |
2519 | |
2520 | def ComputeHistogram(*args, **kwargs): | |
5b5c9bc7 RD |
2521 | """ComputeHistogram(self, ImageHistogram h) -> unsigned long""" |
2522 | return _core_.Image_ComputeHistogram(*args, **kwargs) | |
d55e5bfc RD |
2523 | |
2524 | def AddHandler(*args, **kwargs): | |
5b5c9bc7 RD |
2525 | """AddHandler(ImageHandler handler)""" |
2526 | return _core_.Image_AddHandler(*args, **kwargs) | |
d55e5bfc RD |
2527 | |
2528 | AddHandler = staticmethod(AddHandler) | |
2529 | def InsertHandler(*args, **kwargs): | |
5b5c9bc7 RD |
2530 | """InsertHandler(ImageHandler handler)""" |
2531 | return _core_.Image_InsertHandler(*args, **kwargs) | |
d55e5bfc RD |
2532 | |
2533 | InsertHandler = staticmethod(InsertHandler) | |
2534 | def RemoveHandler(*args, **kwargs): | |
5b5c9bc7 RD |
2535 | """RemoveHandler(String name) -> bool""" |
2536 | return _core_.Image_RemoveHandler(*args, **kwargs) | |
d55e5bfc RD |
2537 | |
2538 | RemoveHandler = staticmethod(RemoveHandler) | |
2539 | def GetImageExtWildcard(*args, **kwargs): | |
5b5c9bc7 RD |
2540 | """GetImageExtWildcard() -> String""" |
2541 | return _core_.Image_GetImageExtWildcard(*args, **kwargs) | |
d55e5bfc RD |
2542 | |
2543 | GetImageExtWildcard = staticmethod(GetImageExtWildcard) | |
2544 | def ConvertToBitmap(*args, **kwargs): | |
5b5c9bc7 RD |
2545 | """ConvertToBitmap(self, int depth=-1) -> Bitmap""" |
2546 | return _core_.Image_ConvertToBitmap(*args, **kwargs) | |
d55e5bfc RD |
2547 | |
2548 | def ConvertToMonoBitmap(*args, **kwargs): | |
5b5c9bc7 RD |
2549 | """ConvertToMonoBitmap(self, unsigned char red, unsigned char green, unsigned char blue) -> Bitmap""" |
2550 | return _core_.Image_ConvertToMonoBitmap(*args, **kwargs) | |
d55e5bfc RD |
2551 | |
2552 | def __nonzero__(self): return self.Ok() | |
2553 | ||
5b5c9bc7 | 2554 | class ImagePtr(Image): |
d55e5bfc RD |
2555 | def __init__(self, this): |
2556 | self.this = this | |
2557 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2558 | self.__class__ = Image |
2559 | _core_.Image_swigregister(ImagePtr) | |
d55e5bfc RD |
2560 | |
2561 | def ImageFromMime(*args, **kwargs): | |
5b5c9bc7 RD |
2562 | """ImageFromMime(String name, String mimetype, int index=-1) -> Image""" |
2563 | val = _core_.new_ImageFromMime(*args, **kwargs) | |
d55e5bfc RD |
2564 | val.thisown = 1 |
2565 | return val | |
2566 | ||
2567 | def ImageFromStream(*args, **kwargs): | |
5b5c9bc7 RD |
2568 | """ImageFromStream(InputStream stream, long type=BITMAP_TYPE_ANY, int index=-1) -> Image""" |
2569 | val = _core_.new_ImageFromStream(*args, **kwargs) | |
d55e5bfc RD |
2570 | val.thisown = 1 |
2571 | return val | |
2572 | ||
2573 | def ImageFromStreamMime(*args, **kwargs): | |
5b5c9bc7 RD |
2574 | """ImageFromStreamMime(InputStream stream, String mimetype, int index=-1) -> Image""" |
2575 | val = _core_.new_ImageFromStreamMime(*args, **kwargs) | |
d55e5bfc RD |
2576 | val.thisown = 1 |
2577 | return val | |
2578 | ||
d6c14a4c | 2579 | def EmptyImage(*args, **kwargs): |
bb2ef2cc | 2580 | """ |
5b5c9bc7 | 2581 | EmptyImage(int width=0, int height=0, bool clear=True) -> Image |
bb2ef2cc RD |
2582 | |
2583 | Construct an empty image of a given size, optionally setting all | |
2584 | pixels to black. | |
2585 | """ | |
5b5c9bc7 | 2586 | val = _core_.new_EmptyImage(*args, **kwargs) |
d55e5bfc RD |
2587 | val.thisown = 1 |
2588 | return val | |
2589 | ||
2590 | def ImageFromBitmap(*args, **kwargs): | |
bb2ef2cc | 2591 | """ |
5b5c9bc7 | 2592 | ImageFromBitmap(Bitmap bitmap) -> Image |
bb2ef2cc RD |
2593 | |
2594 | Construct an Image from a `wx.Bitmap`. | |
2595 | """ | |
5b5c9bc7 | 2596 | val = _core_.new_ImageFromBitmap(*args, **kwargs) |
d55e5bfc RD |
2597 | val.thisown = 1 |
2598 | return val | |
2599 | ||
2600 | def ImageFromData(*args, **kwargs): | |
bb2ef2cc | 2601 | """ |
5b5c9bc7 | 2602 | ImageFromData(int width, int height, buffer data) -> Image |
bb2ef2cc RD |
2603 | |
2604 | Construct an Image from a buffer of RGB bytes. Accepts either a | |
2605 | string or a buffer object holding the data and the length of the data | |
2606 | must be width*height*3. | |
2607 | """ | |
5b5c9bc7 | 2608 | val = _core_.new_ImageFromData(*args, **kwargs) |
d55e5bfc RD |
2609 | val.thisown = 1 |
2610 | return val | |
2611 | ||
03e46024 | 2612 | def ImageFromDataWithAlpha(*args, **kwargs): |
bb2ef2cc | 2613 | """ |
5b5c9bc7 | 2614 | ImageFromDataWithAlpha(int width, int height, buffer data, buffer alpha) -> Image |
bb2ef2cc RD |
2615 | |
2616 | Construct an Image from a buffer of RGB bytes with an Alpha channel. | |
2617 | Accepts either a string or a buffer object holding the data and the | |
2618 | length of the data must be width*height*3. | |
2619 | """ | |
5b5c9bc7 | 2620 | val = _core_.new_ImageFromDataWithAlpha(*args, **kwargs) |
03e46024 RD |
2621 | val.thisown = 1 |
2622 | return val | |
2623 | ||
5b5c9bc7 RD |
2624 | def Image_CanRead(*args, **kwargs): |
2625 | """Image_CanRead(String name) -> bool""" | |
2626 | return _core_.Image_CanRead(*args, **kwargs) | |
d55e5bfc | 2627 | |
5b5c9bc7 RD |
2628 | def Image_GetImageCount(*args, **kwargs): |
2629 | """Image_GetImageCount(String name, long type=BITMAP_TYPE_ANY) -> int""" | |
2630 | return _core_.Image_GetImageCount(*args, **kwargs) | |
d55e5bfc | 2631 | |
5b5c9bc7 RD |
2632 | def Image_CanReadStream(*args, **kwargs): |
2633 | """Image_CanReadStream(InputStream stream) -> bool""" | |
2634 | return _core_.Image_CanReadStream(*args, **kwargs) | |
d55e5bfc | 2635 | |
5b5c9bc7 RD |
2636 | def Image_AddHandler(*args, **kwargs): |
2637 | """Image_AddHandler(ImageHandler handler)""" | |
2638 | return _core_.Image_AddHandler(*args, **kwargs) | |
d55e5bfc | 2639 | |
5b5c9bc7 RD |
2640 | def Image_InsertHandler(*args, **kwargs): |
2641 | """Image_InsertHandler(ImageHandler handler)""" | |
2642 | return _core_.Image_InsertHandler(*args, **kwargs) | |
d55e5bfc | 2643 | |
5b5c9bc7 RD |
2644 | def Image_RemoveHandler(*args, **kwargs): |
2645 | """Image_RemoveHandler(String name) -> bool""" | |
2646 | return _core_.Image_RemoveHandler(*args, **kwargs) | |
d55e5bfc | 2647 | |
5b5c9bc7 RD |
2648 | def Image_GetImageExtWildcard(*args, **kwargs): |
2649 | """Image_GetImageExtWildcard() -> String""" | |
2650 | return _core_.Image_GetImageExtWildcard(*args, **kwargs) | |
d55e5bfc | 2651 | |
68e533f8 RD |
2652 | def InitAllImageHandlers(): |
2653 | """ | |
2654 | The former functionality of InitAllImageHanders is now done internal to | |
2655 | the _core_ extension module and so this function has become a simple NOP. | |
2656 | """ | |
2657 | pass | |
d55e5bfc | 2658 | |
5b5c9bc7 RD |
2659 | IMAGE_RESOLUTION_INCHES = _core_.IMAGE_RESOLUTION_INCHES |
2660 | IMAGE_RESOLUTION_CM = _core_.IMAGE_RESOLUTION_CM | |
2661 | PNG_TYPE_COLOUR = _core_.PNG_TYPE_COLOUR | |
2662 | PNG_TYPE_GREY = _core_.PNG_TYPE_GREY | |
2663 | PNG_TYPE_GREY_RED = _core_.PNG_TYPE_GREY_RED | |
2664 | BMP_24BPP = _core_.BMP_24BPP | |
2665 | BMP_8BPP = _core_.BMP_8BPP | |
2666 | BMP_8BPP_GREY = _core_.BMP_8BPP_GREY | |
2667 | BMP_8BPP_GRAY = _core_.BMP_8BPP_GRAY | |
2668 | BMP_8BPP_RED = _core_.BMP_8BPP_RED | |
2669 | BMP_8BPP_PALETTE = _core_.BMP_8BPP_PALETTE | |
2670 | BMP_4BPP = _core_.BMP_4BPP | |
2671 | BMP_1BPP = _core_.BMP_1BPP | |
2672 | BMP_1BPP_BW = _core_.BMP_1BPP_BW | |
2673 | class BMPHandler(ImageHandler): | |
27fb7603 | 2674 | """A `wx.ImageHandler` for \*.bmp bitmap files.""" |
d55e5bfc RD |
2675 | def __repr__(self): |
2676 | return "<%s.%s; proxy of C++ wxBMPHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2677 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
2678 | """ |
2679 | __init__(self) -> BMPHandler | |
2680 | ||
2681 | A `wx.ImageHandler` for \*.bmp bitmap files. | |
2682 | """ | |
5b5c9bc7 | 2683 | newobj = _core_.new_BMPHandler(*args, **kwargs) |
d55e5bfc RD |
2684 | self.this = newobj.this |
2685 | self.thisown = 1 | |
2686 | del newobj.thisown | |
2687 | ||
5b5c9bc7 | 2688 | class BMPHandlerPtr(BMPHandler): |
d55e5bfc RD |
2689 | def __init__(self, this): |
2690 | self.this = this | |
2691 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2692 | self.__class__ = BMPHandler |
2693 | _core_.BMPHandler_swigregister(BMPHandlerPtr) | |
2694 | NullImage = cvar.NullImage | |
68350608 | 2695 | IMAGE_OPTION_FILENAME = cvar.IMAGE_OPTION_FILENAME |
d55e5bfc RD |
2696 | IMAGE_OPTION_BMP_FORMAT = cvar.IMAGE_OPTION_BMP_FORMAT |
2697 | IMAGE_OPTION_CUR_HOTSPOT_X = cvar.IMAGE_OPTION_CUR_HOTSPOT_X | |
2698 | IMAGE_OPTION_CUR_HOTSPOT_Y = cvar.IMAGE_OPTION_CUR_HOTSPOT_Y | |
2699 | IMAGE_OPTION_RESOLUTION = cvar.IMAGE_OPTION_RESOLUTION | |
68350608 RD |
2700 | IMAGE_OPTION_RESOLUTIONX = cvar.IMAGE_OPTION_RESOLUTIONX |
2701 | IMAGE_OPTION_RESOLUTIONY = cvar.IMAGE_OPTION_RESOLUTIONY | |
d55e5bfc | 2702 | IMAGE_OPTION_RESOLUTIONUNIT = cvar.IMAGE_OPTION_RESOLUTIONUNIT |
24d7cbea | 2703 | IMAGE_OPTION_QUALITY = cvar.IMAGE_OPTION_QUALITY |
68350608 RD |
2704 | IMAGE_OPTION_BITSPERSAMPLE = cvar.IMAGE_OPTION_BITSPERSAMPLE |
2705 | IMAGE_OPTION_SAMPLESPERPIXEL = cvar.IMAGE_OPTION_SAMPLESPERPIXEL | |
2706 | IMAGE_OPTION_COMPRESSION = cvar.IMAGE_OPTION_COMPRESSION | |
2707 | IMAGE_OPTION_IMAGEDESCRIPTOR = cvar.IMAGE_OPTION_IMAGEDESCRIPTOR | |
7fbf8399 RD |
2708 | IMAGE_OPTION_PNG_FORMAT = cvar.IMAGE_OPTION_PNG_FORMAT |
2709 | IMAGE_OPTION_PNG_BITDEPTH = cvar.IMAGE_OPTION_PNG_BITDEPTH | |
d55e5bfc | 2710 | |
5b5c9bc7 | 2711 | class ICOHandler(BMPHandler): |
27fb7603 | 2712 | """A `wx.ImageHandler` for \*.ico icon files.""" |
d55e5bfc RD |
2713 | def __repr__(self): |
2714 | return "<%s.%s; proxy of C++ wxICOHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2715 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
2716 | """ |
2717 | __init__(self) -> ICOHandler | |
2718 | ||
2719 | A `wx.ImageHandler` for \*.ico icon files. | |
2720 | """ | |
5b5c9bc7 | 2721 | newobj = _core_.new_ICOHandler(*args, **kwargs) |
d55e5bfc RD |
2722 | self.this = newobj.this |
2723 | self.thisown = 1 | |
2724 | del newobj.thisown | |
2725 | ||
5b5c9bc7 | 2726 | class ICOHandlerPtr(ICOHandler): |
d55e5bfc RD |
2727 | def __init__(self, this): |
2728 | self.this = this | |
2729 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2730 | self.__class__ = ICOHandler |
2731 | _core_.ICOHandler_swigregister(ICOHandlerPtr) | |
d55e5bfc | 2732 | |
5b5c9bc7 | 2733 | class CURHandler(ICOHandler): |
27fb7603 | 2734 | """A `wx.ImageHandler` for \*.cur cursor files.""" |
d55e5bfc RD |
2735 | def __repr__(self): |
2736 | return "<%s.%s; proxy of C++ wxCURHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2737 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
2738 | """ |
2739 | __init__(self) -> CURHandler | |
2740 | ||
2741 | A `wx.ImageHandler` for \*.cur cursor files. | |
2742 | """ | |
5b5c9bc7 | 2743 | newobj = _core_.new_CURHandler(*args, **kwargs) |
d55e5bfc RD |
2744 | self.this = newobj.this |
2745 | self.thisown = 1 | |
2746 | del newobj.thisown | |
2747 | ||
5b5c9bc7 | 2748 | class CURHandlerPtr(CURHandler): |
d55e5bfc RD |
2749 | def __init__(self, this): |
2750 | self.this = this | |
2751 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2752 | self.__class__ = CURHandler |
2753 | _core_.CURHandler_swigregister(CURHandlerPtr) | |
d55e5bfc | 2754 | |
5b5c9bc7 | 2755 | class ANIHandler(CURHandler): |
27fb7603 | 2756 | """A `wx.ImageHandler` for \*.ani animated cursor files.""" |
d55e5bfc RD |
2757 | def __repr__(self): |
2758 | return "<%s.%s; proxy of C++ wxANIHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2759 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
2760 | """ |
2761 | __init__(self) -> ANIHandler | |
2762 | ||
2763 | A `wx.ImageHandler` for \*.ani animated cursor files. | |
2764 | """ | |
5b5c9bc7 | 2765 | newobj = _core_.new_ANIHandler(*args, **kwargs) |
d55e5bfc RD |
2766 | self.this = newobj.this |
2767 | self.thisown = 1 | |
2768 | del newobj.thisown | |
2769 | ||
5b5c9bc7 | 2770 | class ANIHandlerPtr(ANIHandler): |
d55e5bfc RD |
2771 | def __init__(self, this): |
2772 | self.this = this | |
2773 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2774 | self.__class__ = ANIHandler |
2775 | _core_.ANIHandler_swigregister(ANIHandlerPtr) | |
d55e5bfc | 2776 | |
5b5c9bc7 | 2777 | class PNGHandler(ImageHandler): |
27fb7603 | 2778 | """A `wx.ImageHandler` for PNG image files.""" |
d55e5bfc RD |
2779 | def __repr__(self): |
2780 | return "<%s.%s; proxy of C++ wxPNGHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2781 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
2782 | """ |
2783 | __init__(self) -> PNGHandler | |
2784 | ||
2785 | A `wx.ImageHandler` for PNG image files. | |
2786 | """ | |
5b5c9bc7 | 2787 | newobj = _core_.new_PNGHandler(*args, **kwargs) |
d55e5bfc RD |
2788 | self.this = newobj.this |
2789 | self.thisown = 1 | |
2790 | del newobj.thisown | |
2791 | ||
5b5c9bc7 | 2792 | class PNGHandlerPtr(PNGHandler): |
d55e5bfc RD |
2793 | def __init__(self, this): |
2794 | self.this = this | |
2795 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2796 | self.__class__ = PNGHandler |
2797 | _core_.PNGHandler_swigregister(PNGHandlerPtr) | |
d55e5bfc | 2798 | |
5b5c9bc7 | 2799 | class GIFHandler(ImageHandler): |
27fb7603 | 2800 | """A `wx.ImageHandler` for GIF image files.""" |
d55e5bfc RD |
2801 | def __repr__(self): |
2802 | return "<%s.%s; proxy of C++ wxGIFHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2803 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
2804 | """ |
2805 | __init__(self) -> GIFHandler | |
2806 | ||
2807 | A `wx.ImageHandler` for GIF image files. | |
2808 | """ | |
5b5c9bc7 | 2809 | newobj = _core_.new_GIFHandler(*args, **kwargs) |
d55e5bfc RD |
2810 | self.this = newobj.this |
2811 | self.thisown = 1 | |
2812 | del newobj.thisown | |
2813 | ||
5b5c9bc7 | 2814 | class GIFHandlerPtr(GIFHandler): |
d55e5bfc RD |
2815 | def __init__(self, this): |
2816 | self.this = this | |
2817 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2818 | self.__class__ = GIFHandler |
2819 | _core_.GIFHandler_swigregister(GIFHandlerPtr) | |
d55e5bfc | 2820 | |
5b5c9bc7 | 2821 | class PCXHandler(ImageHandler): |
27fb7603 | 2822 | """A `wx.ImageHandler` for PCX imager files.""" |
d55e5bfc RD |
2823 | def __repr__(self): |
2824 | return "<%s.%s; proxy of C++ wxPCXHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2825 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
2826 | """ |
2827 | __init__(self) -> PCXHandler | |
2828 | ||
2829 | A `wx.ImageHandler` for PCX imager files. | |
2830 | """ | |
5b5c9bc7 | 2831 | newobj = _core_.new_PCXHandler(*args, **kwargs) |
d55e5bfc RD |
2832 | self.this = newobj.this |
2833 | self.thisown = 1 | |
2834 | del newobj.thisown | |
2835 | ||
5b5c9bc7 | 2836 | class PCXHandlerPtr(PCXHandler): |
d55e5bfc RD |
2837 | def __init__(self, this): |
2838 | self.this = this | |
2839 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2840 | self.__class__ = PCXHandler |
2841 | _core_.PCXHandler_swigregister(PCXHandlerPtr) | |
d55e5bfc | 2842 | |
5b5c9bc7 | 2843 | class JPEGHandler(ImageHandler): |
27fb7603 | 2844 | """A `wx.ImageHandler` for JPEG/JPG image files.""" |
d55e5bfc RD |
2845 | def __repr__(self): |
2846 | return "<%s.%s; proxy of C++ wxJPEGHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2847 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
2848 | """ |
2849 | __init__(self) -> JPEGHandler | |
2850 | ||
2851 | A `wx.ImageHandler` for JPEG/JPG image files. | |
2852 | """ | |
5b5c9bc7 | 2853 | newobj = _core_.new_JPEGHandler(*args, **kwargs) |
d55e5bfc RD |
2854 | self.this = newobj.this |
2855 | self.thisown = 1 | |
2856 | del newobj.thisown | |
2857 | ||
5b5c9bc7 | 2858 | class JPEGHandlerPtr(JPEGHandler): |
d55e5bfc RD |
2859 | def __init__(self, this): |
2860 | self.this = this | |
2861 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2862 | self.__class__ = JPEGHandler |
2863 | _core_.JPEGHandler_swigregister(JPEGHandlerPtr) | |
d55e5bfc | 2864 | |
5b5c9bc7 | 2865 | class PNMHandler(ImageHandler): |
27fb7603 | 2866 | """A `wx.ImageHandler` for PNM image files.""" |
d55e5bfc RD |
2867 | def __repr__(self): |
2868 | return "<%s.%s; proxy of C++ wxPNMHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2869 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
2870 | """ |
2871 | __init__(self) -> PNMHandler | |
2872 | ||
2873 | A `wx.ImageHandler` for PNM image files. | |
2874 | """ | |
5b5c9bc7 | 2875 | newobj = _core_.new_PNMHandler(*args, **kwargs) |
d55e5bfc RD |
2876 | self.this = newobj.this |
2877 | self.thisown = 1 | |
2878 | del newobj.thisown | |
2879 | ||
5b5c9bc7 | 2880 | class PNMHandlerPtr(PNMHandler): |
d55e5bfc RD |
2881 | def __init__(self, this): |
2882 | self.this = this | |
2883 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2884 | self.__class__ = PNMHandler |
2885 | _core_.PNMHandler_swigregister(PNMHandlerPtr) | |
d55e5bfc | 2886 | |
5b5c9bc7 | 2887 | class XPMHandler(ImageHandler): |
27fb7603 | 2888 | """A `wx.ImageHandler` for XPM image.""" |
d55e5bfc RD |
2889 | def __repr__(self): |
2890 | return "<%s.%s; proxy of C++ wxXPMHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2891 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
2892 | """ |
2893 | __init__(self) -> XPMHandler | |
2894 | ||
2895 | A `wx.ImageHandler` for XPM image. | |
2896 | """ | |
5b5c9bc7 | 2897 | newobj = _core_.new_XPMHandler(*args, **kwargs) |
d55e5bfc RD |
2898 | self.this = newobj.this |
2899 | self.thisown = 1 | |
2900 | del newobj.thisown | |
2901 | ||
5b5c9bc7 | 2902 | class XPMHandlerPtr(XPMHandler): |
d55e5bfc RD |
2903 | def __init__(self, this): |
2904 | self.this = this | |
2905 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2906 | self.__class__ = XPMHandler |
2907 | _core_.XPMHandler_swigregister(XPMHandlerPtr) | |
d55e5bfc | 2908 | |
5b5c9bc7 | 2909 | class TIFFHandler(ImageHandler): |
27fb7603 | 2910 | """A `wx.ImageHandler` for TIFF image files.""" |
d55e5bfc RD |
2911 | def __repr__(self): |
2912 | return "<%s.%s; proxy of C++ wxTIFFHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2913 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
2914 | """ |
2915 | __init__(self) -> TIFFHandler | |
2916 | ||
2917 | A `wx.ImageHandler` for TIFF image files. | |
2918 | """ | |
5b5c9bc7 | 2919 | newobj = _core_.new_TIFFHandler(*args, **kwargs) |
d55e5bfc RD |
2920 | self.this = newobj.this |
2921 | self.thisown = 1 | |
2922 | del newobj.thisown | |
2923 | ||
5b5c9bc7 | 2924 | class TIFFHandlerPtr(TIFFHandler): |
d55e5bfc RD |
2925 | def __init__(self, this): |
2926 | self.this = this | |
2927 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2928 | self.__class__ = TIFFHandler |
2929 | _core_.TIFFHandler_swigregister(TIFFHandlerPtr) | |
d55e5bfc | 2930 | |
5b5c9bc7 RD |
2931 | QUANTIZE_INCLUDE_WINDOWS_COLOURS = _core_.QUANTIZE_INCLUDE_WINDOWS_COLOURS |
2932 | QUANTIZE_FILL_DESTINATION_IMAGE = _core_.QUANTIZE_FILL_DESTINATION_IMAGE | |
2933 | class Quantize(object): | |
c0de73ae RD |
2934 | """Performs quantization, or colour reduction, on a wxImage.""" |
2935 | def __init__(self): raise RuntimeError, "No constructor defined" | |
2936 | def __repr__(self): | |
2937 | return "<%s.%s; proxy of C++ wxQuantize instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2938 | def Quantize(*args, **kwargs): | |
2939 | """ | |
5b5c9bc7 | 2940 | Quantize(Image src, Image dest, int desiredNoColours=236, int flags=wxQUANTIZE_INCLUDE_WINDOWS_COLOURS|wxQUANTIZE_FILL_DESTINATION_IMAGE) -> bool |
c0de73ae RD |
2941 | |
2942 | Reduce the colours in the source image and put the result into the | |
2943 | destination image, setting the palette in the destination if | |
2944 | needed. Both images may be the same, to overwrite the source image. | |
2945 | """ | |
5b5c9bc7 | 2946 | return _core_.Quantize_Quantize(*args, **kwargs) |
c0de73ae RD |
2947 | |
2948 | Quantize = staticmethod(Quantize) | |
2949 | ||
5b5c9bc7 | 2950 | class QuantizePtr(Quantize): |
c0de73ae RD |
2951 | def __init__(self, this): |
2952 | self.this = this | |
2953 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
2954 | self.__class__ = Quantize |
2955 | _core_.Quantize_swigregister(QuantizePtr) | |
c0de73ae | 2956 | |
5b5c9bc7 | 2957 | def Quantize_Quantize(*args, **kwargs): |
c0de73ae | 2958 | """ |
5b5c9bc7 | 2959 | Quantize_Quantize(Image src, Image dest, int desiredNoColours=236, int flags=wxQUANTIZE_INCLUDE_WINDOWS_COLOURS|wxQUANTIZE_FILL_DESTINATION_IMAGE) -> bool |
c0de73ae RD |
2960 | |
2961 | Reduce the colours in the source image and put the result into the | |
2962 | destination image, setting the palette in the destination if | |
2963 | needed. Both images may be the same, to overwrite the source image. | |
2964 | """ | |
5b5c9bc7 | 2965 | return _core_.Quantize_Quantize(*args, **kwargs) |
c0de73ae | 2966 | |
d55e5bfc RD |
2967 | #--------------------------------------------------------------------------- |
2968 | ||
5b5c9bc7 RD |
2969 | class EvtHandler(Object): |
2970 | """Proxy of C++ EvtHandler class""" | |
d55e5bfc RD |
2971 | def __repr__(self): |
2972 | return "<%s.%s; proxy of C++ wxEvtHandler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
2973 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
2974 | """__init__(self) -> EvtHandler""" |
2975 | newobj = _core_.new_EvtHandler(*args, **kwargs) | |
d55e5bfc RD |
2976 | self.this = newobj.this |
2977 | self.thisown = 1 | |
2978 | del newobj.thisown | |
2979 | def GetNextHandler(*args, **kwargs): | |
5b5c9bc7 RD |
2980 | """GetNextHandler(self) -> EvtHandler""" |
2981 | return _core_.EvtHandler_GetNextHandler(*args, **kwargs) | |
d55e5bfc RD |
2982 | |
2983 | def GetPreviousHandler(*args, **kwargs): | |
5b5c9bc7 RD |
2984 | """GetPreviousHandler(self) -> EvtHandler""" |
2985 | return _core_.EvtHandler_GetPreviousHandler(*args, **kwargs) | |
d55e5bfc RD |
2986 | |
2987 | def SetNextHandler(*args, **kwargs): | |
5b5c9bc7 RD |
2988 | """SetNextHandler(self, EvtHandler handler)""" |
2989 | return _core_.EvtHandler_SetNextHandler(*args, **kwargs) | |
d55e5bfc RD |
2990 | |
2991 | def SetPreviousHandler(*args, **kwargs): | |
5b5c9bc7 RD |
2992 | """SetPreviousHandler(self, EvtHandler handler)""" |
2993 | return _core_.EvtHandler_SetPreviousHandler(*args, **kwargs) | |
d55e5bfc RD |
2994 | |
2995 | def GetEvtHandlerEnabled(*args, **kwargs): | |
2996 | """GetEvtHandlerEnabled(self) -> bool""" | |
5b5c9bc7 | 2997 | return _core_.EvtHandler_GetEvtHandlerEnabled(*args, **kwargs) |
d55e5bfc RD |
2998 | |
2999 | def SetEvtHandlerEnabled(*args, **kwargs): | |
3000 | """SetEvtHandlerEnabled(self, bool enabled)""" | |
5b5c9bc7 | 3001 | return _core_.EvtHandler_SetEvtHandlerEnabled(*args, **kwargs) |
d55e5bfc RD |
3002 | |
3003 | def ProcessEvent(*args, **kwargs): | |
5b5c9bc7 RD |
3004 | """ProcessEvent(self, Event event) -> bool""" |
3005 | return _core_.EvtHandler_ProcessEvent(*args, **kwargs) | |
d55e5bfc RD |
3006 | |
3007 | def AddPendingEvent(*args, **kwargs): | |
5b5c9bc7 RD |
3008 | """AddPendingEvent(self, Event event)""" |
3009 | return _core_.EvtHandler_AddPendingEvent(*args, **kwargs) | |
d55e5bfc RD |
3010 | |
3011 | def ProcessPendingEvents(*args, **kwargs): | |
3012 | """ProcessPendingEvents(self)""" | |
5b5c9bc7 | 3013 | return _core_.EvtHandler_ProcessPendingEvents(*args, **kwargs) |
d55e5bfc RD |
3014 | |
3015 | def Connect(*args, **kwargs): | |
3016 | """Connect(self, int id, int lastId, int eventType, PyObject func)""" | |
5b5c9bc7 | 3017 | return _core_.EvtHandler_Connect(*args, **kwargs) |
d55e5bfc RD |
3018 | |
3019 | def Disconnect(*args, **kwargs): | |
3020 | """Disconnect(self, int id, int lastId=-1, wxEventType eventType=wxEVT_NULL) -> bool""" | |
5b5c9bc7 | 3021 | return _core_.EvtHandler_Disconnect(*args, **kwargs) |
d55e5bfc RD |
3022 | |
3023 | def _setOORInfo(*args, **kwargs): | |
36ed4f51 | 3024 | """_setOORInfo(self, PyObject _self, bool incref=True)""" |
5b5c9bc7 | 3025 | return _core_.EvtHandler__setOORInfo(*args, **kwargs) |
d55e5bfc RD |
3026 | |
3027 | def Bind(self, event, handler, source=None, id=wx.ID_ANY, id2=wx.ID_ANY): | |
3028 | """ | |
3029 | Bind an event to an event handler. | |
3030 | ||
a5ee0656 RD |
3031 | :param event: One of the EVT_* objects that specifies the |
3032 | type of event to bind, | |
d55e5bfc | 3033 | |
a5ee0656 RD |
3034 | :param handler: A callable object to be invoked when the |
3035 | event is delivered to self. Pass None to | |
3036 | disconnect an event handler. | |
d55e5bfc | 3037 | |
a5ee0656 RD |
3038 | :param source: Sometimes the event originates from a |
3039 | different window than self, but you still | |
3040 | want to catch it in self. (For example, a | |
3041 | button event delivered to a frame.) By | |
3042 | passing the source of the event, the event | |
3043 | handling system is able to differentiate | |
3044 | between the same event type from different | |
3045 | controls. | |
d55e5bfc | 3046 | |
a5ee0656 RD |
3047 | :param id: Used to spcify the event source by ID instead |
3048 | of instance. | |
3049 | ||
3050 | :param id2: Used when it is desirable to bind a handler | |
3051 | to a range of IDs, such as with EVT_MENU_RANGE. | |
d55e5bfc RD |
3052 | """ |
3053 | if source is not None: | |
3054 | id = source.GetId() | |
3055 | event.Bind(self, id, id2, handler) | |
3056 | ||
d6c14a4c RD |
3057 | def Unbind(self, event, source=None, id=wx.ID_ANY, id2=wx.ID_ANY): |
3058 | """ | |
3059 | Disconencts the event handler binding for event from self. | |
3060 | Returns True if successful. | |
3061 | """ | |
3062 | if source is not None: | |
3063 | id = source.GetId() | |
3064 | return event.Unbind(self, id, id2) | |
d55e5bfc RD |
3065 | |
3066 | ||
5b5c9bc7 | 3067 | class EvtHandlerPtr(EvtHandler): |
d55e5bfc RD |
3068 | def __init__(self, this): |
3069 | self.this = this | |
3070 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
3071 | self.__class__ = EvtHandler |
3072 | _core_.EvtHandler_swigregister(EvtHandlerPtr) | |
d55e5bfc RD |
3073 | |
3074 | #--------------------------------------------------------------------------- | |
3075 | ||
3076 | class PyEventBinder(object): | |
3077 | """ | |
3078 | Instances of this class are used to bind specific events to event | |
3079 | handlers. | |
3080 | """ | |
3081 | def __init__(self, evtType, expectedIDs=0): | |
3082 | if expectedIDs not in [0, 1, 2]: | |
3083 | raise ValueError, "Invalid number of expectedIDs" | |
3084 | self.expectedIDs = expectedIDs | |
3085 | ||
3086 | if type(evtType) == list or type(evtType) == tuple: | |
3087 | self.evtType = evtType | |
3088 | else: | |
3089 | self.evtType = [evtType] | |
3090 | ||
3091 | ||
3092 | def Bind(self, target, id1, id2, function): | |
3093 | """Bind this set of event types to target.""" | |
3094 | for et in self.evtType: | |
3095 | target.Connect(id1, id2, et, function) | |
3096 | ||
d6c14a4c RD |
3097 | |
3098 | def Unbind(self, target, id1, id2): | |
3099 | """Remove an event binding.""" | |
3100 | success = 0 | |
3101 | for et in self.evtType: | |
3102 | success += target.Disconnect(id1, id2, et) | |
3103 | return success != 0 | |
3104 | ||
d55e5bfc RD |
3105 | |
3106 | def __call__(self, *args): | |
3107 | """ | |
3108 | For backwards compatibility with the old EVT_* functions. | |
3109 | Should be called with either (window, func), (window, ID, | |
3110 | func) or (window, ID1, ID2, func) parameters depending on the | |
3111 | type of the event. | |
3112 | """ | |
3113 | assert len(args) == 2 + self.expectedIDs | |
3114 | id1 = wx.ID_ANY | |
3115 | id2 = wx.ID_ANY | |
3116 | target = args[0] | |
3117 | if self.expectedIDs == 0: | |
3118 | func = args[1] | |
3119 | elif self.expectedIDs == 1: | |
3120 | id1 = args[1] | |
3121 | func = args[2] | |
3122 | elif self.expectedIDs == 2: | |
3123 | id1 = args[1] | |
3124 | id2 = args[2] | |
3125 | func = args[3] | |
3126 | else: | |
3127 | raise ValueError, "Unexpected number of IDs" | |
3128 | ||
3129 | self.Bind(target, id1, id2, func) | |
3130 | ||
3131 | ||
3132 | # These two are square pegs that don't fit the PyEventBinder hole... | |
3133 | def EVT_COMMAND(win, id, cmd, func): | |
3134 | win.Connect(id, -1, cmd, func) | |
3135 | def EVT_COMMAND_RANGE(win, id1, id2, cmd, func): | |
3136 | win.Connect(id1, id2, cmd, func) | |
3137 | ||
3138 | ||
3139 | #--------------------------------------------------------------------------- | |
3140 | ||
3141 | #--------------------------------------------------------------------------- | |
3142 | ||
5b5c9bc7 RD |
3143 | EVENT_PROPAGATE_NONE = _core_.EVENT_PROPAGATE_NONE |
3144 | EVENT_PROPAGATE_MAX = _core_.EVENT_PROPAGATE_MAX | |
3145 | ||
3146 | def NewEventType(*args, **kwargs): | |
3147 | """NewEventType() -> wxEventType""" | |
3148 | return _core_.NewEventType(*args, **kwargs) | |
3149 | wxEVT_NULL = _core_.wxEVT_NULL | |
3150 | wxEVT_FIRST = _core_.wxEVT_FIRST | |
3151 | wxEVT_USER_FIRST = _core_.wxEVT_USER_FIRST | |
3152 | wxEVT_COMMAND_BUTTON_CLICKED = _core_.wxEVT_COMMAND_BUTTON_CLICKED | |
3153 | wxEVT_COMMAND_CHECKBOX_CLICKED = _core_.wxEVT_COMMAND_CHECKBOX_CLICKED | |
3154 | wxEVT_COMMAND_CHOICE_SELECTED = _core_.wxEVT_COMMAND_CHOICE_SELECTED | |
3155 | wxEVT_COMMAND_LISTBOX_SELECTED = _core_.wxEVT_COMMAND_LISTBOX_SELECTED | |
3156 | wxEVT_COMMAND_LISTBOX_DOUBLECLICKED = _core_.wxEVT_COMMAND_LISTBOX_DOUBLECLICKED | |
3157 | wxEVT_COMMAND_CHECKLISTBOX_TOGGLED = _core_.wxEVT_COMMAND_CHECKLISTBOX_TOGGLED | |
3158 | wxEVT_COMMAND_MENU_SELECTED = _core_.wxEVT_COMMAND_MENU_SELECTED | |
3159 | wxEVT_COMMAND_TOOL_CLICKED = _core_.wxEVT_COMMAND_TOOL_CLICKED | |
3160 | wxEVT_COMMAND_SLIDER_UPDATED = _core_.wxEVT_COMMAND_SLIDER_UPDATED | |
3161 | wxEVT_COMMAND_RADIOBOX_SELECTED = _core_.wxEVT_COMMAND_RADIOBOX_SELECTED | |
3162 | wxEVT_COMMAND_RADIOBUTTON_SELECTED = _core_.wxEVT_COMMAND_RADIOBUTTON_SELECTED | |
3163 | wxEVT_COMMAND_SCROLLBAR_UPDATED = _core_.wxEVT_COMMAND_SCROLLBAR_UPDATED | |
3164 | wxEVT_COMMAND_VLBOX_SELECTED = _core_.wxEVT_COMMAND_VLBOX_SELECTED | |
3165 | wxEVT_COMMAND_COMBOBOX_SELECTED = _core_.wxEVT_COMMAND_COMBOBOX_SELECTED | |
3166 | wxEVT_COMMAND_TOOL_RCLICKED = _core_.wxEVT_COMMAND_TOOL_RCLICKED | |
3167 | wxEVT_COMMAND_TOOL_ENTER = _core_.wxEVT_COMMAND_TOOL_ENTER | |
3168 | wxEVT_LEFT_DOWN = _core_.wxEVT_LEFT_DOWN | |
3169 | wxEVT_LEFT_UP = _core_.wxEVT_LEFT_UP | |
3170 | wxEVT_MIDDLE_DOWN = _core_.wxEVT_MIDDLE_DOWN | |
3171 | wxEVT_MIDDLE_UP = _core_.wxEVT_MIDDLE_UP | |
3172 | wxEVT_RIGHT_DOWN = _core_.wxEVT_RIGHT_DOWN | |
3173 | wxEVT_RIGHT_UP = _core_.wxEVT_RIGHT_UP | |
3174 | wxEVT_MOTION = _core_.wxEVT_MOTION | |
3175 | wxEVT_ENTER_WINDOW = _core_.wxEVT_ENTER_WINDOW | |
3176 | wxEVT_LEAVE_WINDOW = _core_.wxEVT_LEAVE_WINDOW | |
3177 | wxEVT_LEFT_DCLICK = _core_.wxEVT_LEFT_DCLICK | |
3178 | wxEVT_MIDDLE_DCLICK = _core_.wxEVT_MIDDLE_DCLICK | |
3179 | wxEVT_RIGHT_DCLICK = _core_.wxEVT_RIGHT_DCLICK | |
3180 | wxEVT_SET_FOCUS = _core_.wxEVT_SET_FOCUS | |
3181 | wxEVT_KILL_FOCUS = _core_.wxEVT_KILL_FOCUS | |
3182 | wxEVT_CHILD_FOCUS = _core_.wxEVT_CHILD_FOCUS | |
3183 | wxEVT_MOUSEWHEEL = _core_.wxEVT_MOUSEWHEEL | |
3184 | wxEVT_NC_LEFT_DOWN = _core_.wxEVT_NC_LEFT_DOWN | |
3185 | wxEVT_NC_LEFT_UP = _core_.wxEVT_NC_LEFT_UP | |
3186 | wxEVT_NC_MIDDLE_DOWN = _core_.wxEVT_NC_MIDDLE_DOWN | |
3187 | wxEVT_NC_MIDDLE_UP = _core_.wxEVT_NC_MIDDLE_UP | |
3188 | wxEVT_NC_RIGHT_DOWN = _core_.wxEVT_NC_RIGHT_DOWN | |
3189 | wxEVT_NC_RIGHT_UP = _core_.wxEVT_NC_RIGHT_UP | |
3190 | wxEVT_NC_MOTION = _core_.wxEVT_NC_MOTION | |
3191 | wxEVT_NC_ENTER_WINDOW = _core_.wxEVT_NC_ENTER_WINDOW | |
3192 | wxEVT_NC_LEAVE_WINDOW = _core_.wxEVT_NC_LEAVE_WINDOW | |
3193 | wxEVT_NC_LEFT_DCLICK = _core_.wxEVT_NC_LEFT_DCLICK | |
3194 | wxEVT_NC_MIDDLE_DCLICK = _core_.wxEVT_NC_MIDDLE_DCLICK | |
3195 | wxEVT_NC_RIGHT_DCLICK = _core_.wxEVT_NC_RIGHT_DCLICK | |
3196 | wxEVT_CHAR = _core_.wxEVT_CHAR | |
3197 | wxEVT_CHAR_HOOK = _core_.wxEVT_CHAR_HOOK | |
3198 | wxEVT_NAVIGATION_KEY = _core_.wxEVT_NAVIGATION_KEY | |
3199 | wxEVT_KEY_DOWN = _core_.wxEVT_KEY_DOWN | |
3200 | wxEVT_KEY_UP = _core_.wxEVT_KEY_UP | |
3201 | wxEVT_HOTKEY = _core_.wxEVT_HOTKEY | |
3202 | wxEVT_SET_CURSOR = _core_.wxEVT_SET_CURSOR | |
3203 | wxEVT_SCROLL_TOP = _core_.wxEVT_SCROLL_TOP | |
3204 | wxEVT_SCROLL_BOTTOM = _core_.wxEVT_SCROLL_BOTTOM | |
3205 | wxEVT_SCROLL_LINEUP = _core_.wxEVT_SCROLL_LINEUP | |
3206 | wxEVT_SCROLL_LINEDOWN = _core_.wxEVT_SCROLL_LINEDOWN | |
3207 | wxEVT_SCROLL_PAGEUP = _core_.wxEVT_SCROLL_PAGEUP | |
3208 | wxEVT_SCROLL_PAGEDOWN = _core_.wxEVT_SCROLL_PAGEDOWN | |
3209 | wxEVT_SCROLL_THUMBTRACK = _core_.wxEVT_SCROLL_THUMBTRACK | |
3210 | wxEVT_SCROLL_THUMBRELEASE = _core_.wxEVT_SCROLL_THUMBRELEASE | |
3211 | wxEVT_SCROLL_ENDSCROLL = _core_.wxEVT_SCROLL_ENDSCROLL | |
3212 | wxEVT_SCROLLWIN_TOP = _core_.wxEVT_SCROLLWIN_TOP | |
3213 | wxEVT_SCROLLWIN_BOTTOM = _core_.wxEVT_SCROLLWIN_BOTTOM | |
3214 | wxEVT_SCROLLWIN_LINEUP = _core_.wxEVT_SCROLLWIN_LINEUP | |
3215 | wxEVT_SCROLLWIN_LINEDOWN = _core_.wxEVT_SCROLLWIN_LINEDOWN | |
3216 | wxEVT_SCROLLWIN_PAGEUP = _core_.wxEVT_SCROLLWIN_PAGEUP | |
3217 | wxEVT_SCROLLWIN_PAGEDOWN = _core_.wxEVT_SCROLLWIN_PAGEDOWN | |
3218 | wxEVT_SCROLLWIN_THUMBTRACK = _core_.wxEVT_SCROLLWIN_THUMBTRACK | |
3219 | wxEVT_SCROLLWIN_THUMBRELEASE = _core_.wxEVT_SCROLLWIN_THUMBRELEASE | |
3220 | wxEVT_SIZE = _core_.wxEVT_SIZE | |
3221 | wxEVT_MOVE = _core_.wxEVT_MOVE | |
3222 | wxEVT_CLOSE_WINDOW = _core_.wxEVT_CLOSE_WINDOW | |
3223 | wxEVT_END_SESSION = _core_.wxEVT_END_SESSION | |
3224 | wxEVT_QUERY_END_SESSION = _core_.wxEVT_QUERY_END_SESSION | |
3225 | wxEVT_ACTIVATE_APP = _core_.wxEVT_ACTIVATE_APP | |
3226 | wxEVT_POWER = _core_.wxEVT_POWER | |
3227 | wxEVT_ACTIVATE = _core_.wxEVT_ACTIVATE | |
3228 | wxEVT_CREATE = _core_.wxEVT_CREATE | |
3229 | wxEVT_DESTROY = _core_.wxEVT_DESTROY | |
3230 | wxEVT_SHOW = _core_.wxEVT_SHOW | |
3231 | wxEVT_ICONIZE = _core_.wxEVT_ICONIZE | |
3232 | wxEVT_MAXIMIZE = _core_.wxEVT_MAXIMIZE | |
3233 | wxEVT_MOUSE_CAPTURE_CHANGED = _core_.wxEVT_MOUSE_CAPTURE_CHANGED | |
3234 | wxEVT_PAINT = _core_.wxEVT_PAINT | |
3235 | wxEVT_ERASE_BACKGROUND = _core_.wxEVT_ERASE_BACKGROUND | |
3236 | wxEVT_NC_PAINT = _core_.wxEVT_NC_PAINT | |
3237 | wxEVT_PAINT_ICON = _core_.wxEVT_PAINT_ICON | |
3238 | wxEVT_MENU_OPEN = _core_.wxEVT_MENU_OPEN | |
3239 | wxEVT_MENU_CLOSE = _core_.wxEVT_MENU_CLOSE | |
3240 | wxEVT_MENU_HIGHLIGHT = _core_.wxEVT_MENU_HIGHLIGHT | |
3241 | wxEVT_CONTEXT_MENU = _core_.wxEVT_CONTEXT_MENU | |
3242 | wxEVT_SYS_COLOUR_CHANGED = _core_.wxEVT_SYS_COLOUR_CHANGED | |
3243 | wxEVT_DISPLAY_CHANGED = _core_.wxEVT_DISPLAY_CHANGED | |
3244 | wxEVT_SETTING_CHANGED = _core_.wxEVT_SETTING_CHANGED | |
3245 | wxEVT_QUERY_NEW_PALETTE = _core_.wxEVT_QUERY_NEW_PALETTE | |
3246 | wxEVT_PALETTE_CHANGED = _core_.wxEVT_PALETTE_CHANGED | |
3247 | wxEVT_DROP_FILES = _core_.wxEVT_DROP_FILES | |
3248 | wxEVT_DRAW_ITEM = _core_.wxEVT_DRAW_ITEM | |
3249 | wxEVT_MEASURE_ITEM = _core_.wxEVT_MEASURE_ITEM | |
3250 | wxEVT_COMPARE_ITEM = _core_.wxEVT_COMPARE_ITEM | |
3251 | wxEVT_INIT_DIALOG = _core_.wxEVT_INIT_DIALOG | |
3252 | wxEVT_IDLE = _core_.wxEVT_IDLE | |
3253 | wxEVT_UPDATE_UI = _core_.wxEVT_UPDATE_UI | |
3254 | wxEVT_SIZING = _core_.wxEVT_SIZING | |
3255 | wxEVT_MOVING = _core_.wxEVT_MOVING | |
3256 | wxEVT_HIBERNATE = _core_.wxEVT_HIBERNATE | |
3257 | wxEVT_COMMAND_LEFT_CLICK = _core_.wxEVT_COMMAND_LEFT_CLICK | |
3258 | wxEVT_COMMAND_LEFT_DCLICK = _core_.wxEVT_COMMAND_LEFT_DCLICK | |
3259 | wxEVT_COMMAND_RIGHT_CLICK = _core_.wxEVT_COMMAND_RIGHT_CLICK | |
3260 | wxEVT_COMMAND_RIGHT_DCLICK = _core_.wxEVT_COMMAND_RIGHT_DCLICK | |
3261 | wxEVT_COMMAND_SET_FOCUS = _core_.wxEVT_COMMAND_SET_FOCUS | |
3262 | wxEVT_COMMAND_KILL_FOCUS = _core_.wxEVT_COMMAND_KILL_FOCUS | |
3263 | wxEVT_COMMAND_ENTER = _core_.wxEVT_COMMAND_ENTER | |
d55e5bfc RD |
3264 | # |
3265 | # Create some event binders | |
3266 | EVT_SIZE = wx.PyEventBinder( wxEVT_SIZE ) | |
3267 | EVT_SIZING = wx.PyEventBinder( wxEVT_SIZING ) | |
3268 | EVT_MOVE = wx.PyEventBinder( wxEVT_MOVE ) | |
3269 | EVT_MOVING = wx.PyEventBinder( wxEVT_MOVING ) | |
3270 | EVT_CLOSE = wx.PyEventBinder( wxEVT_CLOSE_WINDOW ) | |
3271 | EVT_END_SESSION = wx.PyEventBinder( wxEVT_END_SESSION ) | |
3272 | EVT_QUERY_END_SESSION = wx.PyEventBinder( wxEVT_QUERY_END_SESSION ) | |
3273 | EVT_PAINT = wx.PyEventBinder( wxEVT_PAINT ) | |
3274 | EVT_NC_PAINT = wx.PyEventBinder( wxEVT_NC_PAINT ) | |
3275 | EVT_ERASE_BACKGROUND = wx.PyEventBinder( wxEVT_ERASE_BACKGROUND ) | |
3276 | EVT_CHAR = wx.PyEventBinder( wxEVT_CHAR ) | |
3277 | EVT_KEY_DOWN = wx.PyEventBinder( wxEVT_KEY_DOWN ) | |
3278 | EVT_KEY_UP = wx.PyEventBinder( wxEVT_KEY_UP ) | |
3279 | EVT_HOTKEY = wx.PyEventBinder( wxEVT_HOTKEY, 1) | |
3280 | EVT_CHAR_HOOK = wx.PyEventBinder( wxEVT_CHAR_HOOK ) | |
3281 | EVT_MENU_OPEN = wx.PyEventBinder( wxEVT_MENU_OPEN ) | |
3282 | EVT_MENU_CLOSE = wx.PyEventBinder( wxEVT_MENU_CLOSE ) | |
3283 | EVT_MENU_HIGHLIGHT = wx.PyEventBinder( wxEVT_MENU_HIGHLIGHT, 1) | |
3284 | EVT_MENU_HIGHLIGHT_ALL = wx.PyEventBinder( wxEVT_MENU_HIGHLIGHT ) | |
3285 | EVT_SET_FOCUS = wx.PyEventBinder( wxEVT_SET_FOCUS ) | |
3286 | EVT_KILL_FOCUS = wx.PyEventBinder( wxEVT_KILL_FOCUS ) | |
3287 | EVT_CHILD_FOCUS = wx.PyEventBinder( wxEVT_CHILD_FOCUS ) | |
3288 | EVT_ACTIVATE = wx.PyEventBinder( wxEVT_ACTIVATE ) | |
3289 | EVT_ACTIVATE_APP = wx.PyEventBinder( wxEVT_ACTIVATE_APP ) | |
88c6b281 | 3290 | EVT_HIBERNATE = wx.PyEventBinder( wxEVT_HIBERNATE ) |
d55e5bfc RD |
3291 | EVT_END_SESSION = wx.PyEventBinder( wxEVT_END_SESSION ) |
3292 | EVT_QUERY_END_SESSION = wx.PyEventBinder( wxEVT_QUERY_END_SESSION ) | |
3293 | EVT_DROP_FILES = wx.PyEventBinder( wxEVT_DROP_FILES ) | |
3294 | EVT_INIT_DIALOG = wx.PyEventBinder( wxEVT_INIT_DIALOG ) | |
3295 | EVT_SYS_COLOUR_CHANGED = wx.PyEventBinder( wxEVT_SYS_COLOUR_CHANGED ) | |
3296 | EVT_DISPLAY_CHANGED = wx.PyEventBinder( wxEVT_DISPLAY_CHANGED ) | |
3297 | EVT_SHOW = wx.PyEventBinder( wxEVT_SHOW ) | |
3298 | EVT_MAXIMIZE = wx.PyEventBinder( wxEVT_MAXIMIZE ) | |
3299 | EVT_ICONIZE = wx.PyEventBinder( wxEVT_ICONIZE ) | |
3300 | EVT_NAVIGATION_KEY = wx.PyEventBinder( wxEVT_NAVIGATION_KEY ) | |
3301 | EVT_PALETTE_CHANGED = wx.PyEventBinder( wxEVT_PALETTE_CHANGED ) | |
3302 | EVT_QUERY_NEW_PALETTE = wx.PyEventBinder( wxEVT_QUERY_NEW_PALETTE ) | |
3303 | EVT_WINDOW_CREATE = wx.PyEventBinder( wxEVT_CREATE ) | |
3304 | EVT_WINDOW_DESTROY = wx.PyEventBinder( wxEVT_DESTROY ) | |
3305 | EVT_SET_CURSOR = wx.PyEventBinder( wxEVT_SET_CURSOR ) | |
3306 | EVT_MOUSE_CAPTURE_CHANGED = wx.PyEventBinder( wxEVT_MOUSE_CAPTURE_CHANGED ) | |
3307 | ||
3308 | EVT_LEFT_DOWN = wx.PyEventBinder( wxEVT_LEFT_DOWN ) | |
3309 | EVT_LEFT_UP = wx.PyEventBinder( wxEVT_LEFT_UP ) | |
3310 | EVT_MIDDLE_DOWN = wx.PyEventBinder( wxEVT_MIDDLE_DOWN ) | |
3311 | EVT_MIDDLE_UP = wx.PyEventBinder( wxEVT_MIDDLE_UP ) | |
3312 | EVT_RIGHT_DOWN = wx.PyEventBinder( wxEVT_RIGHT_DOWN ) | |
3313 | EVT_RIGHT_UP = wx.PyEventBinder( wxEVT_RIGHT_UP ) | |
3314 | EVT_MOTION = wx.PyEventBinder( wxEVT_MOTION ) | |
3315 | EVT_LEFT_DCLICK = wx.PyEventBinder( wxEVT_LEFT_DCLICK ) | |
3316 | EVT_MIDDLE_DCLICK = wx.PyEventBinder( wxEVT_MIDDLE_DCLICK ) | |
3317 | EVT_RIGHT_DCLICK = wx.PyEventBinder( wxEVT_RIGHT_DCLICK ) | |
3318 | EVT_LEAVE_WINDOW = wx.PyEventBinder( wxEVT_LEAVE_WINDOW ) | |
3319 | EVT_ENTER_WINDOW = wx.PyEventBinder( wxEVT_ENTER_WINDOW ) | |
3320 | EVT_MOUSEWHEEL = wx.PyEventBinder( wxEVT_MOUSEWHEEL ) | |
3321 | ||
3322 | EVT_MOUSE_EVENTS = wx.PyEventBinder([ wxEVT_LEFT_DOWN, | |
3323 | wxEVT_LEFT_UP, | |
3324 | wxEVT_MIDDLE_DOWN, | |
3325 | wxEVT_MIDDLE_UP, | |
3326 | wxEVT_RIGHT_DOWN, | |
3327 | wxEVT_RIGHT_UP, | |
3328 | wxEVT_MOTION, | |
3329 | wxEVT_LEFT_DCLICK, | |
3330 | wxEVT_MIDDLE_DCLICK, | |
3331 | wxEVT_RIGHT_DCLICK, | |
3332 | wxEVT_ENTER_WINDOW, | |
3333 | wxEVT_LEAVE_WINDOW, | |
3334 | wxEVT_MOUSEWHEEL | |
3335 | ]) | |
3336 | ||
3337 | ||
3338 | # Scrolling from wxWindow (sent to wxScrolledWindow) | |
3339 | EVT_SCROLLWIN = wx.PyEventBinder([ wxEVT_SCROLLWIN_TOP, | |
3340 | wxEVT_SCROLLWIN_BOTTOM, | |
3341 | wxEVT_SCROLLWIN_LINEUP, | |
3342 | wxEVT_SCROLLWIN_LINEDOWN, | |
3343 | wxEVT_SCROLLWIN_PAGEUP, | |
3344 | wxEVT_SCROLLWIN_PAGEDOWN, | |
3345 | wxEVT_SCROLLWIN_THUMBTRACK, | |
3346 | wxEVT_SCROLLWIN_THUMBRELEASE, | |
3347 | ]) | |
3348 | ||
3349 | EVT_SCROLLWIN_TOP = wx.PyEventBinder( wxEVT_SCROLLWIN_TOP ) | |
3350 | EVT_SCROLLWIN_BOTTOM = wx.PyEventBinder( wxEVT_SCROLLWIN_BOTTOM ) | |
3351 | EVT_SCROLLWIN_LINEUP = wx.PyEventBinder( wxEVT_SCROLLWIN_LINEUP ) | |
3352 | EVT_SCROLLWIN_LINEDOWN = wx.PyEventBinder( wxEVT_SCROLLWIN_LINEDOWN ) | |
3353 | EVT_SCROLLWIN_PAGEUP = wx.PyEventBinder( wxEVT_SCROLLWIN_PAGEUP ) | |
3354 | EVT_SCROLLWIN_PAGEDOWN = wx.PyEventBinder( wxEVT_SCROLLWIN_PAGEDOWN ) | |
3355 | EVT_SCROLLWIN_THUMBTRACK = wx.PyEventBinder( wxEVT_SCROLLWIN_THUMBTRACK ) | |
3356 | EVT_SCROLLWIN_THUMBRELEASE = wx.PyEventBinder( wxEVT_SCROLLWIN_THUMBRELEASE ) | |
3357 | ||
27fb7603 | 3358 | # Scrolling from wx.Slider and wx.ScrollBar |
d55e5bfc RD |
3359 | EVT_SCROLL = wx.PyEventBinder([ wxEVT_SCROLL_TOP, |
3360 | wxEVT_SCROLL_BOTTOM, | |
3361 | wxEVT_SCROLL_LINEUP, | |
3362 | wxEVT_SCROLL_LINEDOWN, | |
3363 | wxEVT_SCROLL_PAGEUP, | |
3364 | wxEVT_SCROLL_PAGEDOWN, | |
3365 | wxEVT_SCROLL_THUMBTRACK, | |
3366 | wxEVT_SCROLL_THUMBRELEASE, | |
3367 | wxEVT_SCROLL_ENDSCROLL, | |
3368 | ]) | |
3369 | ||
3370 | EVT_SCROLL_TOP = wx.PyEventBinder( wxEVT_SCROLL_TOP ) | |
3371 | EVT_SCROLL_BOTTOM = wx.PyEventBinder( wxEVT_SCROLL_BOTTOM ) | |
3372 | EVT_SCROLL_LINEUP = wx.PyEventBinder( wxEVT_SCROLL_LINEUP ) | |
3373 | EVT_SCROLL_LINEDOWN = wx.PyEventBinder( wxEVT_SCROLL_LINEDOWN ) | |
3374 | EVT_SCROLL_PAGEUP = wx.PyEventBinder( wxEVT_SCROLL_PAGEUP ) | |
3375 | EVT_SCROLL_PAGEDOWN = wx.PyEventBinder( wxEVT_SCROLL_PAGEDOWN ) | |
3376 | EVT_SCROLL_THUMBTRACK = wx.PyEventBinder( wxEVT_SCROLL_THUMBTRACK ) | |
3377 | EVT_SCROLL_THUMBRELEASE = wx.PyEventBinder( wxEVT_SCROLL_THUMBRELEASE ) | |
3378 | EVT_SCROLL_ENDSCROLL = wx.PyEventBinder( wxEVT_SCROLL_ENDSCROLL ) | |
3379 | ||
27fb7603 | 3380 | # Scrolling from wx.Slider and wx.ScrollBar, with an id |
d55e5bfc RD |
3381 | EVT_COMMAND_SCROLL = wx.PyEventBinder([ wxEVT_SCROLL_TOP, |
3382 | wxEVT_SCROLL_BOTTOM, | |
3383 | wxEVT_SCROLL_LINEUP, | |
3384 | wxEVT_SCROLL_LINEDOWN, | |
3385 | wxEVT_SCROLL_PAGEUP, | |
3386 | wxEVT_SCROLL_PAGEDOWN, | |
3387 | wxEVT_SCROLL_THUMBTRACK, | |
3388 | wxEVT_SCROLL_THUMBRELEASE, | |
3389 | wxEVT_SCROLL_ENDSCROLL, | |
3390 | ], 1) | |
3391 | ||
3392 | EVT_COMMAND_SCROLL_TOP = wx.PyEventBinder( wxEVT_SCROLL_TOP, 1) | |
3393 | EVT_COMMAND_SCROLL_BOTTOM = wx.PyEventBinder( wxEVT_SCROLL_BOTTOM, 1) | |
3394 | EVT_COMMAND_SCROLL_LINEUP = wx.PyEventBinder( wxEVT_SCROLL_LINEUP, 1) | |
3395 | EVT_COMMAND_SCROLL_LINEDOWN = wx.PyEventBinder( wxEVT_SCROLL_LINEDOWN, 1) | |
3396 | EVT_COMMAND_SCROLL_PAGEUP = wx.PyEventBinder( wxEVT_SCROLL_PAGEUP, 1) | |
3397 | EVT_COMMAND_SCROLL_PAGEDOWN = wx.PyEventBinder( wxEVT_SCROLL_PAGEDOWN, 1) | |
3398 | EVT_COMMAND_SCROLL_THUMBTRACK = wx.PyEventBinder( wxEVT_SCROLL_THUMBTRACK, 1) | |
3399 | EVT_COMMAND_SCROLL_THUMBRELEASE = wx.PyEventBinder( wxEVT_SCROLL_THUMBRELEASE, 1) | |
3400 | EVT_COMMAND_SCROLL_ENDSCROLL = wx.PyEventBinder( wxEVT_SCROLL_ENDSCROLL, 1) | |
3401 | ||
3402 | EVT_BUTTON = wx.PyEventBinder( wxEVT_COMMAND_BUTTON_CLICKED, 1) | |
3403 | EVT_CHECKBOX = wx.PyEventBinder( wxEVT_COMMAND_CHECKBOX_CLICKED, 1) | |
3404 | EVT_CHOICE = wx.PyEventBinder( wxEVT_COMMAND_CHOICE_SELECTED, 1) | |
3405 | EVT_LISTBOX = wx.PyEventBinder( wxEVT_COMMAND_LISTBOX_SELECTED, 1) | |
3406 | EVT_LISTBOX_DCLICK = wx.PyEventBinder( wxEVT_COMMAND_LISTBOX_DOUBLECLICKED, 1) | |
3407 | EVT_MENU = wx.PyEventBinder( wxEVT_COMMAND_MENU_SELECTED, 1) | |
3408 | EVT_MENU_RANGE = wx.PyEventBinder( wxEVT_COMMAND_MENU_SELECTED, 2) | |
3409 | EVT_SLIDER = wx.PyEventBinder( wxEVT_COMMAND_SLIDER_UPDATED, 1) | |
3410 | EVT_RADIOBOX = wx.PyEventBinder( wxEVT_COMMAND_RADIOBOX_SELECTED, 1) | |
3411 | EVT_RADIOBUTTON = wx.PyEventBinder( wxEVT_COMMAND_RADIOBUTTON_SELECTED, 1) | |
3412 | ||
3413 | EVT_SCROLLBAR = wx.PyEventBinder( wxEVT_COMMAND_SCROLLBAR_UPDATED, 1) | |
3414 | EVT_VLBOX = wx.PyEventBinder( wxEVT_COMMAND_VLBOX_SELECTED, 1) | |
3415 | EVT_COMBOBOX = wx.PyEventBinder( wxEVT_COMMAND_COMBOBOX_SELECTED, 1) | |
3416 | EVT_TOOL = wx.PyEventBinder( wxEVT_COMMAND_TOOL_CLICKED, 1) | |
3417 | EVT_TOOL_RANGE = wx.PyEventBinder( wxEVT_COMMAND_TOOL_CLICKED, 2) | |
3418 | EVT_TOOL_RCLICKED = wx.PyEventBinder( wxEVT_COMMAND_TOOL_RCLICKED, 1) | |
3419 | EVT_TOOL_RCLICKED_RANGE = wx.PyEventBinder( wxEVT_COMMAND_TOOL_RCLICKED, 2) | |
3420 | EVT_TOOL_ENTER = wx.PyEventBinder( wxEVT_COMMAND_TOOL_ENTER, 1) | |
3421 | EVT_CHECKLISTBOX = wx.PyEventBinder( wxEVT_COMMAND_CHECKLISTBOX_TOGGLED, 1) | |
3422 | ||
3423 | ||
3424 | EVT_COMMAND_LEFT_CLICK = wx.PyEventBinder( wxEVT_COMMAND_LEFT_CLICK, 1) | |
3425 | EVT_COMMAND_LEFT_DCLICK = wx.PyEventBinder( wxEVT_COMMAND_LEFT_DCLICK, 1) | |
3426 | EVT_COMMAND_RIGHT_CLICK = wx.PyEventBinder( wxEVT_COMMAND_RIGHT_CLICK, 1) | |
3427 | EVT_COMMAND_RIGHT_DCLICK = wx.PyEventBinder( wxEVT_COMMAND_RIGHT_DCLICK, 1) | |
3428 | EVT_COMMAND_SET_FOCUS = wx.PyEventBinder( wxEVT_COMMAND_SET_FOCUS, 1) | |
3429 | EVT_COMMAND_KILL_FOCUS = wx.PyEventBinder( wxEVT_COMMAND_KILL_FOCUS, 1) | |
3430 | EVT_COMMAND_ENTER = wx.PyEventBinder( wxEVT_COMMAND_ENTER, 1) | |
3431 | ||
3432 | EVT_IDLE = wx.PyEventBinder( wxEVT_IDLE ) | |
3433 | ||
3434 | EVT_UPDATE_UI = wx.PyEventBinder( wxEVT_UPDATE_UI, 1) | |
3435 | EVT_UPDATE_UI_RANGE = wx.PyEventBinder( wxEVT_UPDATE_UI, 2) | |
3436 | ||
3437 | EVT_CONTEXT_MENU = wx.PyEventBinder( wxEVT_CONTEXT_MENU ) | |
3438 | ||
3439 | ||
3440 | ||
3441 | #--------------------------------------------------------------------------- | |
3442 | ||
5b5c9bc7 | 3443 | class Event(Object): |
27fb7603 RD |
3444 | """ |
3445 | An event is a structure holding information about an event passed to a | |
3446 | callback or member function. wx.Event is an abstract base class for | |
3447 | other event classes | |
3448 | """ | |
d55e5bfc RD |
3449 | def __init__(self): raise RuntimeError, "No constructor defined" |
3450 | def __repr__(self): | |
3451 | return "<%s.%s; proxy of C++ wxEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5b5c9bc7 | 3452 | def __del__(self, destroy=_core_.delete_Event): |
d55e5bfc RD |
3453 | """__del__(self)""" |
3454 | try: | |
3455 | if self.thisown: destroy(self) | |
3456 | except: pass | |
3457 | ||
3458 | def SetEventType(*args, **kwargs): | |
27fb7603 RD |
3459 | """ |
3460 | SetEventType(self, wxEventType typ) | |
3461 | ||
3462 | Sets the specific type of the event. | |
3463 | """ | |
5b5c9bc7 | 3464 | return _core_.Event_SetEventType(*args, **kwargs) |
d55e5bfc RD |
3465 | |
3466 | def GetEventType(*args, **kwargs): | |
27fb7603 RD |
3467 | """ |
3468 | GetEventType(self) -> wxEventType | |
3469 | ||
3470 | Returns the identifier of the given event type, such as | |
3471 | ``wxEVT_COMMAND_BUTTON_CLICKED``. | |
3472 | """ | |
5b5c9bc7 | 3473 | return _core_.Event_GetEventType(*args, **kwargs) |
d55e5bfc RD |
3474 | |
3475 | def GetEventObject(*args, **kwargs): | |
27fb7603 RD |
3476 | """ |
3477 | GetEventObject(self) -> Object | |
3478 | ||
3479 | Returns the object (usually a window) associated with the event, if | |
3480 | any. | |
3481 | """ | |
5b5c9bc7 | 3482 | return _core_.Event_GetEventObject(*args, **kwargs) |
d55e5bfc RD |
3483 | |
3484 | def SetEventObject(*args, **kwargs): | |
27fb7603 RD |
3485 | """ |
3486 | SetEventObject(self, Object obj) | |
3487 | ||
3488 | Sets the originating object, or in other words, obj is normally the | |
3489 | object that is sending the event. | |
3490 | """ | |
5b5c9bc7 | 3491 | return _core_.Event_SetEventObject(*args, **kwargs) |
d55e5bfc RD |
3492 | |
3493 | def GetTimestamp(*args, **kwargs): | |
3494 | """GetTimestamp(self) -> long""" | |
5b5c9bc7 | 3495 | return _core_.Event_GetTimestamp(*args, **kwargs) |
d55e5bfc RD |
3496 | |
3497 | def SetTimestamp(*args, **kwargs): | |
3498 | """SetTimestamp(self, long ts=0)""" | |
5b5c9bc7 | 3499 | return _core_.Event_SetTimestamp(*args, **kwargs) |
d55e5bfc RD |
3500 | |
3501 | def GetId(*args, **kwargs): | |
27fb7603 RD |
3502 | """ |
3503 | GetId(self) -> int | |
3504 | ||
3505 | Returns the identifier associated with this event, such as a button | |
3506 | command id. | |
3507 | """ | |
5b5c9bc7 | 3508 | return _core_.Event_GetId(*args, **kwargs) |
d55e5bfc RD |
3509 | |
3510 | def SetId(*args, **kwargs): | |
27fb7603 RD |
3511 | """ |
3512 | SetId(self, int Id) | |
3513 | ||
3514 | Set's the ID for the event. This is usually the ID of the window that | |
3515 | is sending the event, but it can also be a command id from a menu | |
3516 | item, etc. | |
3517 | """ | |
5b5c9bc7 | 3518 | return _core_.Event_SetId(*args, **kwargs) |
d55e5bfc RD |
3519 | |
3520 | def IsCommandEvent(*args, **kwargs): | |
27fb7603 RD |
3521 | """ |
3522 | IsCommandEvent(self) -> bool | |
3523 | ||
3524 | Returns true if the event is or is derived from `wx.CommandEvent` else | |
3525 | it returns false. Note: Exists only for optimization purposes. | |
3526 | """ | |
5b5c9bc7 | 3527 | return _core_.Event_IsCommandEvent(*args, **kwargs) |
d55e5bfc RD |
3528 | |
3529 | def Skip(*args, **kwargs): | |
51b83b37 RD |
3530 | """ |
3531 | Skip(self, bool skip=True) | |
3532 | ||
3533 | Called by an event handler, it controls whether additional event | |
3534 | handlers bound to this event will be called after the current event | |
3535 | handler returns. Skip(false) (the default setting) will prevent | |
3536 | additional event handlers from being called and control will be | |
3537 | returned to the sender of the event immediately after the current | |
3538 | handler has finished. Skip(True) will cause the event processing | |
3539 | system to continue searching for a handler function for this event. | |
3540 | ||
3541 | """ | |
5b5c9bc7 | 3542 | return _core_.Event_Skip(*args, **kwargs) |
d55e5bfc RD |
3543 | |
3544 | def GetSkipped(*args, **kwargs): | |
27fb7603 RD |
3545 | """ |
3546 | GetSkipped(self) -> bool | |
3547 | ||
3548 | Returns true if the event handler should be skipped, false otherwise. | |
3549 | :see: `Skip` | |
3550 | """ | |
5b5c9bc7 | 3551 | return _core_.Event_GetSkipped(*args, **kwargs) |
d55e5bfc RD |
3552 | |
3553 | def ShouldPropagate(*args, **kwargs): | |
27fb7603 RD |
3554 | """ |
3555 | ShouldPropagate(self) -> bool | |
3556 | ||
3557 | Test if this event should be propagated to the parent window or not, | |
3558 | i.e. if the propagation level is currently greater than 0. | |
3559 | """ | |
5b5c9bc7 | 3560 | return _core_.Event_ShouldPropagate(*args, **kwargs) |
d55e5bfc RD |
3561 | |
3562 | def StopPropagation(*args, **kwargs): | |
27fb7603 RD |
3563 | """ |
3564 | StopPropagation(self) -> int | |
3565 | ||
3566 | Stop the event from propagating to its parent window. Returns the old | |
3567 | propagation level value which may be later passed to | |
3568 | `ResumePropagation` to allow propagating the event again. | |
3569 | """ | |
5b5c9bc7 | 3570 | return _core_.Event_StopPropagation(*args, **kwargs) |
d55e5bfc RD |
3571 | |
3572 | def ResumePropagation(*args, **kwargs): | |
27fb7603 RD |
3573 | """ |
3574 | ResumePropagation(self, int propagationLevel) | |
3575 | ||
3576 | Resume the event propagation by restoring the propagation level. (For | |
3577 | example, you can use the value returned by an earlier call to | |
3578 | `StopPropagation`.) | |
3579 | ||
3580 | """ | |
5b5c9bc7 | 3581 | return _core_.Event_ResumePropagation(*args, **kwargs) |
d55e5bfc RD |
3582 | |
3583 | def Clone(*args, **kwargs): | |
5b5c9bc7 RD |
3584 | """Clone(self) -> Event""" |
3585 | return _core_.Event_Clone(*args, **kwargs) | |
d55e5bfc RD |
3586 | |
3587 | ||
5b5c9bc7 | 3588 | class EventPtr(Event): |
d55e5bfc RD |
3589 | def __init__(self, this): |
3590 | self.this = this | |
3591 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
3592 | self.__class__ = Event |
3593 | _core_.Event_swigregister(EventPtr) | |
d55e5bfc RD |
3594 | |
3595 | #--------------------------------------------------------------------------- | |
3596 | ||
5b5c9bc7 | 3597 | class PropagationDisabler(object): |
27fb7603 RD |
3598 | """ |
3599 | Helper class to temporarily change an event not to propagate. Simply | |
3600 | create an instance of this class and then whe it is destroyed the | |
3601 | propogation of the event will be restored. | |
3602 | """ | |
d55e5bfc RD |
3603 | def __repr__(self): |
3604 | return "<%s.%s; proxy of C++ wxPropagationDisabler instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
3605 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
3606 | """ |
3607 | __init__(self, Event event) -> PropagationDisabler | |
3608 | ||
3609 | Helper class to temporarily change an event not to propagate. Simply | |
3610 | create an instance of this class and then whe it is destroyed the | |
3611 | propogation of the event will be restored. | |
3612 | """ | |
5b5c9bc7 | 3613 | newobj = _core_.new_PropagationDisabler(*args, **kwargs) |
d55e5bfc RD |
3614 | self.this = newobj.this |
3615 | self.thisown = 1 | |
3616 | del newobj.thisown | |
5b5c9bc7 | 3617 | def __del__(self, destroy=_core_.delete_PropagationDisabler): |
d55e5bfc RD |
3618 | """__del__(self)""" |
3619 | try: | |
3620 | if self.thisown: destroy(self) | |
3621 | except: pass | |
3622 | ||
3623 | ||
5b5c9bc7 | 3624 | class PropagationDisablerPtr(PropagationDisabler): |
d55e5bfc RD |
3625 | def __init__(self, this): |
3626 | self.this = this | |
3627 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
3628 | self.__class__ = PropagationDisabler |
3629 | _core_.PropagationDisabler_swigregister(PropagationDisablerPtr) | |
d55e5bfc | 3630 | |
5b5c9bc7 | 3631 | class PropagateOnce(object): |
27fb7603 RD |
3632 | """ |
3633 | A helper class that will temporarily lower propagation level of an | |
3634 | event. Simply create an instance of this class and then whe it is | |
3635 | destroyed the propogation of the event will be restored. | |
3636 | """ | |
d55e5bfc RD |
3637 | def __repr__(self): |
3638 | return "<%s.%s; proxy of C++ wxPropagateOnce instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
3639 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
3640 | """ |
3641 | __init__(self, Event event) -> PropagateOnce | |
3642 | ||
3643 | A helper class that will temporarily lower propagation level of an | |
3644 | event. Simply create an instance of this class and then whe it is | |
3645 | destroyed the propogation of the event will be restored. | |
3646 | """ | |
5b5c9bc7 | 3647 | newobj = _core_.new_PropagateOnce(*args, **kwargs) |
d55e5bfc RD |
3648 | self.this = newobj.this |
3649 | self.thisown = 1 | |
3650 | del newobj.thisown | |
5b5c9bc7 | 3651 | def __del__(self, destroy=_core_.delete_PropagateOnce): |
d55e5bfc RD |
3652 | """__del__(self)""" |
3653 | try: | |
3654 | if self.thisown: destroy(self) | |
3655 | except: pass | |
3656 | ||
3657 | ||
5b5c9bc7 | 3658 | class PropagateOncePtr(PropagateOnce): |
d55e5bfc RD |
3659 | def __init__(self, this): |
3660 | self.this = this | |
3661 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
3662 | self.__class__ = PropagateOnce |
3663 | _core_.PropagateOnce_swigregister(PropagateOncePtr) | |
d55e5bfc RD |
3664 | |
3665 | #--------------------------------------------------------------------------- | |
3666 | ||
5b5c9bc7 | 3667 | class CommandEvent(Event): |
27fb7603 RD |
3668 | """ |
3669 | This event class contains information about command events, which | |
3670 | originate from a variety of simple controls, as well as menus and | |
3671 | toolbars. | |
3672 | """ | |
d55e5bfc RD |
3673 | def __repr__(self): |
3674 | return "<%s.%s; proxy of C++ wxCommandEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
3675 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
3676 | """ |
3677 | __init__(self, wxEventType commandType=wxEVT_NULL, int winid=0) -> CommandEvent | |
3678 | ||
3679 | This event class contains information about command events, which | |
3680 | originate from a variety of simple controls, as well as menus and | |
3681 | toolbars. | |
3682 | """ | |
5b5c9bc7 | 3683 | newobj = _core_.new_CommandEvent(*args, **kwargs) |
d55e5bfc RD |
3684 | self.this = newobj.this |
3685 | self.thisown = 1 | |
3686 | del newobj.thisown | |
3687 | def GetSelection(*args, **kwargs): | |
27fb7603 RD |
3688 | """ |
3689 | GetSelection(self) -> int | |
3690 | ||
3691 | Returns item index for a listbox or choice selection event (not valid | |
3692 | for a deselection). | |
3693 | """ | |
5b5c9bc7 | 3694 | return _core_.CommandEvent_GetSelection(*args, **kwargs) |
d55e5bfc RD |
3695 | |
3696 | def SetString(*args, **kwargs): | |
5b5c9bc7 RD |
3697 | """SetString(self, String s)""" |
3698 | return _core_.CommandEvent_SetString(*args, **kwargs) | |
d55e5bfc RD |
3699 | |
3700 | def GetString(*args, **kwargs): | |
27fb7603 RD |
3701 | """ |
3702 | GetString(self) -> String | |
3703 | ||
3704 | Returns item string for a listbox or choice selection event (not valid | |
3705 | for a deselection). | |
3706 | """ | |
5b5c9bc7 | 3707 | return _core_.CommandEvent_GetString(*args, **kwargs) |
d55e5bfc RD |
3708 | |
3709 | def IsChecked(*args, **kwargs): | |
27fb7603 RD |
3710 | """ |
3711 | IsChecked(self) -> bool | |
3712 | ||
3713 | This method can be used with checkbox and menu events: for the | |
3714 | checkboxes, the method returns true for a selection event and false | |
3715 | for a deselection one. For the menu events, this method indicates if | |
3716 | the menu item just has become checked or unchecked (and thus only | |
3717 | makes sense for checkable menu items). | |
3718 | """ | |
5b5c9bc7 | 3719 | return _core_.CommandEvent_IsChecked(*args, **kwargs) |
d55e5bfc RD |
3720 | |
3721 | Checked = IsChecked | |
3722 | def IsSelection(*args, **kwargs): | |
27fb7603 RD |
3723 | """ |
3724 | IsSelection(self) -> bool | |
3725 | ||
3726 | For a listbox or similar event, returns true if it is a selection, | |
3727 | false if it is a deselection. | |
3728 | """ | |
5b5c9bc7 | 3729 | return _core_.CommandEvent_IsSelection(*args, **kwargs) |
d55e5bfc RD |
3730 | |
3731 | def SetExtraLong(*args, **kwargs): | |
3732 | """SetExtraLong(self, long extraLong)""" | |
5b5c9bc7 | 3733 | return _core_.CommandEvent_SetExtraLong(*args, **kwargs) |
d55e5bfc RD |
3734 | |
3735 | def GetExtraLong(*args, **kwargs): | |
27fb7603 RD |
3736 | """ |
3737 | GetExtraLong(self) -> long | |
3738 | ||
3739 | Returns extra information dependant on the event objects type. If the event | |
3740 | comes from a listbox selection, it is a boolean determining whether the event | |
3741 | was a selection (true) or a deselection (false). A listbox deselection only | |
3742 | occurs for multiple-selection boxes, and in this case the index and string | |
3743 | values are indeterminate and the listbox must be examined by the application. | |
3744 | """ | |
5b5c9bc7 | 3745 | return _core_.CommandEvent_GetExtraLong(*args, **kwargs) |
d55e5bfc RD |
3746 | |
3747 | def SetInt(*args, **kwargs): | |
3748 | """SetInt(self, int i)""" | |
5b5c9bc7 | 3749 | return _core_.CommandEvent_SetInt(*args, **kwargs) |
d55e5bfc RD |
3750 | |
3751 | def GetInt(*args, **kwargs): | |
27fb7603 RD |
3752 | """ |
3753 | GetInt(self) -> long | |
3754 | ||
3755 | Returns the integer identifier corresponding to a listbox, choice or radiobox | |
3756 | selection (only if the event was a selection, not a deselection), or a boolean | |
3757 | value representing the value of a checkbox. | |
3758 | """ | |
5b5c9bc7 | 3759 | return _core_.CommandEvent_GetInt(*args, **kwargs) |
d55e5bfc RD |
3760 | |
3761 | def Clone(*args, **kwargs): | |
5b5c9bc7 RD |
3762 | """Clone(self) -> Event""" |
3763 | return _core_.CommandEvent_Clone(*args, **kwargs) | |
d55e5bfc RD |
3764 | |
3765 | ||
5b5c9bc7 | 3766 | class CommandEventPtr(CommandEvent): |
d55e5bfc RD |
3767 | def __init__(self, this): |
3768 | self.this = this | |
3769 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
3770 | self.__class__ = CommandEvent |
3771 | _core_.CommandEvent_swigregister(CommandEventPtr) | |
d55e5bfc RD |
3772 | |
3773 | #--------------------------------------------------------------------------- | |
3774 | ||
5b5c9bc7 | 3775 | class NotifyEvent(CommandEvent): |
27fb7603 RD |
3776 | """ |
3777 | An instance of this class (or one of its derived classes) is sent from | |
3778 | a control when the control's state is being changed and the control | |
3779 | allows that change to be prevented from happening. The event handler | |
3780 | can call `Veto` or `Allow` to tell the control what to do. | |
3781 | """ | |
d55e5bfc RD |
3782 | def __repr__(self): |
3783 | return "<%s.%s; proxy of C++ wxNotifyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
3784 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
3785 | """ |
3786 | __init__(self, wxEventType commandType=wxEVT_NULL, int winid=0) -> NotifyEvent | |
3787 | ||
3788 | An instance of this class (or one of its derived classes) is sent from | |
3789 | a control when the control's state is being changed and the control | |
3790 | allows that change to be prevented from happening. The event handler | |
3791 | can call `Veto` or `Allow` to tell the control what to do. | |
3792 | """ | |
5b5c9bc7 | 3793 | newobj = _core_.new_NotifyEvent(*args, **kwargs) |
d55e5bfc RD |
3794 | self.this = newobj.this |
3795 | self.thisown = 1 | |
3796 | del newobj.thisown | |
3797 | def Veto(*args, **kwargs): | |
27fb7603 RD |
3798 | """ |
3799 | Veto(self) | |
3800 | ||
3801 | Prevents the change announced by this event from happening. | |
3802 | ||
3803 | It is in general a good idea to notify the user about the reasons for | |
3804 | vetoing the change because otherwise the applications behaviour (which | |
3805 | just refuses to do what the user wants) might be quite surprising. | |
3806 | """ | |
5b5c9bc7 | 3807 | return _core_.NotifyEvent_Veto(*args, **kwargs) |
d55e5bfc RD |
3808 | |
3809 | def Allow(*args, **kwargs): | |
27fb7603 RD |
3810 | """ |
3811 | Allow(self) | |
3812 | ||
3813 | This is the opposite of `Veto`: it explicitly allows the event to be | |
3814 | processed. For most events it is not necessary to call this method as | |
3815 | the events are allowed anyhow but some are forbidden by default (this | |
3816 | will be mentioned in the corresponding event description). | |
3817 | """ | |
5b5c9bc7 | 3818 | return _core_.NotifyEvent_Allow(*args, **kwargs) |
d55e5bfc RD |
3819 | |
3820 | def IsAllowed(*args, **kwargs): | |
27fb7603 RD |
3821 | """ |
3822 | IsAllowed(self) -> bool | |
3823 | ||
3824 | Returns true if the change is allowed (`Veto` hasn't been called) or | |
3825 | false otherwise (if it was). | |
3826 | """ | |
5b5c9bc7 | 3827 | return _core_.NotifyEvent_IsAllowed(*args, **kwargs) |
d55e5bfc RD |
3828 | |
3829 | ||
5b5c9bc7 | 3830 | class NotifyEventPtr(NotifyEvent): |
d55e5bfc RD |
3831 | def __init__(self, this): |
3832 | self.this = this | |
3833 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
3834 | self.__class__ = NotifyEvent |
3835 | _core_.NotifyEvent_swigregister(NotifyEventPtr) | |
d55e5bfc RD |
3836 | |
3837 | #--------------------------------------------------------------------------- | |
3838 | ||
5b5c9bc7 | 3839 | class ScrollEvent(CommandEvent): |
27fb7603 RD |
3840 | """ |
3841 | A scroll event holds information about events sent from stand-alone | |
3842 | scrollbars and sliders. Note that scrolled windows do not send | |
3843 | instnaces of this event class, but send the `wx.ScrollWinEvent` | |
3844 | instead. | |
3845 | """ | |
d55e5bfc RD |
3846 | def __repr__(self): |
3847 | return "<%s.%s; proxy of C++ wxScrollEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
3848 | def __init__(self, *args, **kwargs): | |
3849 | """ | |
3850 | __init__(self, wxEventType commandType=wxEVT_NULL, int winid=0, int pos=0, | |
5b5c9bc7 | 3851 | int orient=0) -> ScrollEvent |
d55e5bfc | 3852 | """ |
5b5c9bc7 | 3853 | newobj = _core_.new_ScrollEvent(*args, **kwargs) |
d55e5bfc RD |
3854 | self.this = newobj.this |
3855 | self.thisown = 1 | |
3856 | del newobj.thisown | |
3857 | def GetOrientation(*args, **kwargs): | |
27fb7603 RD |
3858 | """ |
3859 | GetOrientation(self) -> int | |
3860 | ||
3861 | Returns wx.HORIZONTAL or wx.VERTICAL, depending on the orientation of | |
3862 | the scrollbar. | |
3863 | """ | |
5b5c9bc7 | 3864 | return _core_.ScrollEvent_GetOrientation(*args, **kwargs) |
d55e5bfc RD |
3865 | |
3866 | def GetPosition(*args, **kwargs): | |
27fb7603 RD |
3867 | """ |
3868 | GetPosition(self) -> int | |
3869 | ||
3870 | Returns the position of the scrollbar. | |
3871 | """ | |
5b5c9bc7 | 3872 | return _core_.ScrollEvent_GetPosition(*args, **kwargs) |
d55e5bfc RD |
3873 | |
3874 | def SetOrientation(*args, **kwargs): | |
3875 | """SetOrientation(self, int orient)""" | |
5b5c9bc7 | 3876 | return _core_.ScrollEvent_SetOrientation(*args, **kwargs) |
d55e5bfc RD |
3877 | |
3878 | def SetPosition(*args, **kwargs): | |
3879 | """SetPosition(self, int pos)""" | |
5b5c9bc7 | 3880 | return _core_.ScrollEvent_SetPosition(*args, **kwargs) |
d55e5bfc RD |
3881 | |
3882 | ||
5b5c9bc7 | 3883 | class ScrollEventPtr(ScrollEvent): |
d55e5bfc RD |
3884 | def __init__(self, this): |
3885 | self.this = this | |
3886 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
3887 | self.__class__ = ScrollEvent |
3888 | _core_.ScrollEvent_swigregister(ScrollEventPtr) | |
d55e5bfc RD |
3889 | |
3890 | #--------------------------------------------------------------------------- | |
3891 | ||
5b5c9bc7 | 3892 | class ScrollWinEvent(Event): |
27fb7603 RD |
3893 | """ |
3894 | A wx.ScrollWinEvent holds information about scrolling and is sent from | |
3895 | scrolling windows. | |
3896 | """ | |
d55e5bfc RD |
3897 | def __repr__(self): |
3898 | return "<%s.%s; proxy of C++ wxScrollWinEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
3899 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
3900 | """ |
3901 | __init__(self, wxEventType commandType=wxEVT_NULL, int pos=0, int orient=0) -> ScrollWinEvent | |
3902 | ||
3903 | A wx.ScrollWinEvent holds information about scrolling and is sent from | |
3904 | scrolling windows. | |
3905 | """ | |
5b5c9bc7 | 3906 | newobj = _core_.new_ScrollWinEvent(*args, **kwargs) |
d55e5bfc RD |
3907 | self.this = newobj.this |
3908 | self.thisown = 1 | |
3909 | del newobj.thisown | |
3910 | def GetOrientation(*args, **kwargs): | |
27fb7603 RD |
3911 | """ |
3912 | GetOrientation(self) -> int | |
3913 | ||
3914 | Returns wx.HORIZONTAL or wx.VERTICAL, depending on the orientation of | |
3915 | the scrollbar. | |
3916 | """ | |
5b5c9bc7 | 3917 | return _core_.ScrollWinEvent_GetOrientation(*args, **kwargs) |
d55e5bfc RD |
3918 | |
3919 | def GetPosition(*args, **kwargs): | |
27fb7603 RD |
3920 | """ |
3921 | GetPosition(self) -> int | |
3922 | ||
3923 | Returns the position of the scrollbar for the thumb track and release | |
3924 | events. Note that this field can't be used for the other events, you | |
3925 | need to query the window itself for the current position in that case. | |
3926 | """ | |
5b5c9bc7 | 3927 | return _core_.ScrollWinEvent_GetPosition(*args, **kwargs) |
d55e5bfc RD |
3928 | |
3929 | def SetOrientation(*args, **kwargs): | |
3930 | """SetOrientation(self, int orient)""" | |
5b5c9bc7 | 3931 | return _core_.ScrollWinEvent_SetOrientation(*args, **kwargs) |
d55e5bfc RD |
3932 | |
3933 | def SetPosition(*args, **kwargs): | |
3934 | """SetPosition(self, int pos)""" | |
5b5c9bc7 | 3935 | return _core_.ScrollWinEvent_SetPosition(*args, **kwargs) |
d55e5bfc RD |
3936 | |
3937 | ||
5b5c9bc7 | 3938 | class ScrollWinEventPtr(ScrollWinEvent): |
d55e5bfc RD |
3939 | def __init__(self, this): |
3940 | self.this = this | |
3941 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
3942 | self.__class__ = ScrollWinEvent |
3943 | _core_.ScrollWinEvent_swigregister(ScrollWinEventPtr) | |
d55e5bfc RD |
3944 | |
3945 | #--------------------------------------------------------------------------- | |
3946 | ||
5b5c9bc7 RD |
3947 | MOUSE_BTN_ANY = _core_.MOUSE_BTN_ANY |
3948 | MOUSE_BTN_NONE = _core_.MOUSE_BTN_NONE | |
3949 | MOUSE_BTN_LEFT = _core_.MOUSE_BTN_LEFT | |
3950 | MOUSE_BTN_MIDDLE = _core_.MOUSE_BTN_MIDDLE | |
3951 | MOUSE_BTN_RIGHT = _core_.MOUSE_BTN_RIGHT | |
3952 | class MouseEvent(Event): | |
27fb7603 RD |
3953 | """ |
3954 | This event class contains information about the events generated by | |
3955 | the mouse: they include mouse buttons press and release events and | |
3956 | mouse move events. | |
3957 | ||
3958 | All mouse events involving the buttons use ``wx.MOUSE_BTN_LEFT`` for | |
3959 | the left mouse button, ``wx.MOUSE_BTN_MIDDLE`` for the middle one and | |
3960 | ``wx.MOUSE_BTN_RIGHT`` for the right one. Note that not all mice have | |
3961 | a middle button so a portable application should avoid relying on the | |
3962 | events from it. | |
3963 | ||
3964 | Note the difference between methods like `LeftDown` and `LeftIsDown`: | |
3965 | the former returns true when the event corresponds to the left mouse | |
3966 | button click while the latter returns true if the left mouse button is | |
3967 | currently being pressed. For example, when the user is dragging the | |
3968 | mouse you can use `LeftIsDown` to test whether the left mouse button | |
3969 | is (still) depressed. Also, by convention, if `LeftDown` returns true, | |
3970 | `LeftIsDown` will also return true in wxWidgets whatever the | |
3971 | underlying GUI behaviour is (which is platform-dependent). The same | |
3972 | applies, of course, to other mouse buttons as well. | |
3973 | """ | |
d55e5bfc RD |
3974 | def __repr__(self): |
3975 | return "<%s.%s; proxy of C++ wxMouseEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
3976 | def __init__(self, *args, **kwargs): | |
27fb7603 RD |
3977 | """ |
3978 | __init__(self, wxEventType mouseType=wxEVT_NULL) -> MouseEvent | |
3979 | ||
3980 | Constructs a wx.MouseEvent. Valid event types are: | |
3981 | ||
3982 | * wxEVT_ENTER_WINDOW | |
3983 | * wxEVT_LEAVE_WINDOW | |
3984 | * wxEVT_LEFT_DOWN | |
3985 | * wxEVT_LEFT_UP | |
3986 | * wxEVT_LEFT_DCLICK | |
3987 | * wxEVT_MIDDLE_DOWN | |
3988 | * wxEVT_MIDDLE_UP | |
3989 | * wxEVT_MIDDLE_DCLICK | |
3990 | * wxEVT_RIGHT_DOWN | |
3991 | * wxEVT_RIGHT_UP | |
3992 | * wxEVT_RIGHT_DCLICK | |
3993 | * wxEVT_MOTION | |
3994 | * wxEVT_MOUSEWHEEL | |
3995 | """ | |
5b5c9bc7 | 3996 | newobj = _core_.new_MouseEvent(*args, **kwargs) |
d55e5bfc RD |
3997 | self.this = newobj.this |
3998 | self.thisown = 1 | |
3999 | del newobj.thisown | |
4000 | def IsButton(*args, **kwargs): | |
27fb7603 RD |
4001 | """ |
4002 | IsButton(self) -> bool | |
4003 | ||
4004 | Returns true if the event was a mouse button event (not necessarily a | |
4005 | button down event - that may be tested using `ButtonDown`). | |
4006 | """ | |
5b5c9bc7 | 4007 | return _core_.MouseEvent_IsButton(*args, **kwargs) |
d55e5bfc RD |
4008 | |
4009 | def ButtonDown(*args, **kwargs): | |
27fb7603 RD |
4010 | """ |
4011 | ButtonDown(self, int but=MOUSE_BTN_ANY) -> bool | |
4012 | ||
4013 | If the argument is omitted, this returns true if the event was any mouse | |
4014 | button down event. Otherwise the argument specifies which button-down | |
4015 | event shold be checked for (see `Button` for the possible values). | |
4016 | """ | |
5b5c9bc7 | 4017 | return _core_.MouseEvent_ButtonDown(*args, **kwargs) |
d55e5bfc RD |
4018 | |
4019 | def ButtonDClick(*args, **kwargs): | |
27fb7603 RD |
4020 | """ |
4021 | ButtonDClick(self, int but=MOUSE_BTN_ANY) -> bool | |
4022 | ||
4023 | If the argument is omitted, this returns true if the event was any | |
4024 | mouse double click event. Otherwise the argument specifies which | |
4025 | double click event to check for (see `Button` for the possible | |
4026 | values). | |
4027 | """ | |
5b5c9bc7 | 4028 | return _core_.MouseEvent_ButtonDClick(*args, **kwargs) |
d55e5bfc RD |
4029 | |
4030 | def ButtonUp(*args, **kwargs): | |
27fb7603 RD |
4031 | """ |
4032 | ButtonUp(self, int but=MOUSE_BTN_ANY) -> bool | |
4033 | ||
4034 | If the argument is omitted, this returns true if the event was any | |
4035 | mouse button up event. Otherwise the argument specifies which | |
4036 | button up event to check for (see `Button` for the possible values). | |
4037 | """ | |
5b5c9bc7 | 4038 | return _core_.MouseEvent_ButtonUp(*args, **kwargs) |
d55e5bfc RD |
4039 | |
4040 | def Button(*args, **kwargs): | |
27fb7603 RD |
4041 | """ |
4042 | Button(self, int button) -> bool | |
4043 | ||
4044 | Returns true if the identified mouse button is changing state. Valid | |
4045 | values of button are: | |
4046 | ||
4047 | ==================== ===================================== | |
4048 | wx.MOUSE_BTN_LEFT check if left button was pressed | |
4049 | wx.MOUSE_BTN_MIDDLE check if middle button was pressed | |
4050 | wx.MOUSE_BTN_RIGHT check if right button was pressed | |
4051 | wx.MOUSE_BTN_ANY check if any button was pressed | |
4052 | ==================== ===================================== | |
4053 | ||
4054 | """ | |
5b5c9bc7 | 4055 | return _core_.MouseEvent_Button(*args, **kwargs) |
d55e5bfc RD |
4056 | |
4057 | def ButtonIsDown(*args, **kwargs): | |
4058 | """ButtonIsDown(self, int but) -> bool""" | |
5b5c9bc7 | 4059 | return _core_.MouseEvent_ButtonIsDown(*args, **kwargs) |
d55e5bfc RD |
4060 | |
4061 | def GetButton(*args, **kwargs): | |
27fb7603 RD |
4062 | """ |
4063 | GetButton(self) -> int | |
4064 | ||
4065 | Returns the mouse button which generated this event or | |
4066 | wx.MOUSE_BTN_NONE if no button is involved (for mouse move, enter or | |
4067 | leave event, for example). Otherwise wx.MOUSE_BTN_LEFT is returned for | |
4068 | the left button down, up and double click events, wx.MOUSE_BTN_MIDDLE | |
4069 | and wx.MOUSE_BTN_RIGHT for the same events for the middle and the | |
4070 | right buttons respectively. | |
4071 | """ | |
5b5c9bc7 | 4072 | return _core_.MouseEvent_GetButton(*args, **kwargs) |
d55e5bfc RD |
4073 | |
4074 | def ControlDown(*args, **kwargs): | |
27fb7603 RD |
4075 | """ |
4076 | ControlDown(self) -> bool | |
4077 | ||
4078 | Returns true if the control key was down at the time of the event. | |
4079 | """ | |
5b5c9bc7 | 4080 | return _core_.MouseEvent_ControlDown(*args, **kwargs) |
d55e5bfc RD |
4081 | |
4082 | def MetaDown(*args, **kwargs): | |
27fb7603 RD |
4083 | """ |
4084 | MetaDown(self) -> bool | |
4085 | ||
4086 | Returns true if the Meta key was down at the time of the event. | |
4087 | """ | |
5b5c9bc7 | 4088 | return _core_.MouseEvent_MetaDown(*args, **kwargs) |
d55e5bfc RD |
4089 | |
4090 | def AltDown(*args, **kwargs): | |
27fb7603 RD |
4091 | """ |
4092 | AltDown(self) -> bool | |
4093 | ||
4094 | Returns true if the Alt key was down at the time of the event. | |
4095 | """ | |
5b5c9bc7 | 4096 | return _core_.MouseEvent_AltDown(*args, **kwargs) |
d55e5bfc RD |
4097 | |
4098 | def ShiftDown(*args, **kwargs): | |
27fb7603 RD |
4099 | """ |
4100 | ShiftDown(self) -> bool | |
4101 | ||
4102 | Returns true if the Shift key was down at the time of the event. | |
4103 | """ | |
5b5c9bc7 | 4104 | return _core_.MouseEvent_ShiftDown(*args, **kwargs) |
d55e5bfc | 4105 | |
412d302d RD |
4106 | def CmdDown(*args, **kwargs): |
4107 | """ | |
4108 | CmdDown(self) -> bool | |
4109 | ||
4110 | "Cmd" is a pseudo key which is the same as Control for PC and Unix | |
4111 | platforms but the special "Apple" (a.k.a as "Command") key on | |
27fb7603 | 4112 | Macs: it often makes sense to use it instead of, say, `ControlDown` |
412d302d | 4113 | because Cmd key is used for the same thing under Mac as Ctrl |
27fb7603 | 4114 | elsewhere. The Ctrl key still exists, it's just not used for this |
412d302d RD |
4115 | purpose. So for non-Mac platforms this is the same as `ControlDown` |
4116 | and Macs this is the same as `MetaDown`. | |
4117 | """ | |
5b5c9bc7 | 4118 | return _core_.MouseEvent_CmdDown(*args, **kwargs) |
412d302d | 4119 | |
d55e5bfc | 4120 | def LeftDown(*args, **kwargs): |
27fb7603 RD |
4121 | """ |
4122 | LeftDown(self) -> bool | |
4123 | ||
4124 | Returns true if the left mouse button state changed to down. | |
4125 | """ | |
5b5c9bc7 | 4126 | return _core_.MouseEvent_LeftDown(*args, **kwargs) |
d55e5bfc RD |
4127 | |
4128 | def MiddleDown(*args, **kwargs): | |
27fb7603 RD |
4129 | """ |
4130 | MiddleDown(self) -> bool | |
4131 | ||
4132 | Returns true if the middle mouse button state changed to down. | |
4133 | """ | |
5b5c9bc7 | 4134 | return _core_.MouseEvent_MiddleDown(*args, **kwargs) |
d55e5bfc RD |
4135 | |
4136 | def RightDown(*args, **kwargs): | |
27fb7603 RD |
4137 | """ |
4138 | RightDown(self) -> bool | |
4139 | ||
4140 | Returns true if the right mouse button state changed to down. | |
4141 | """ | |
5b5c9bc7 | 4142 | return _core_.MouseEvent_RightDown(*args, **kwargs) |
d55e5bfc RD |
4143 | |
4144 | def LeftUp(*args, **kwargs): | |
27fb7603 RD |
4145 | """ |
4146 | LeftUp(self) -> bool | |
4147 | ||
4148 | Returns true if the left mouse button state changed to up. | |
4149 | """ | |
5b5c9bc7 | 4150 | return _core_.MouseEvent_LeftUp(*args, **kwargs) |
d55e5bfc RD |
4151 | |
4152 | def MiddleUp(*args, **kwargs): | |
27fb7603 RD |
4153 | """ |
4154 | MiddleUp(self) -> bool | |
4155 | ||
4156 | Returns true if the middle mouse button state changed to up. | |
4157 | """ | |
5b5c9bc7 | 4158 | return _core_.MouseEvent_MiddleUp(*args, **kwargs) |
d55e5bfc RD |
4159 | |
4160 | def RightUp(*args, **kwargs): | |
27fb7603 RD |
4161 | """ |
4162 | RightUp(self) -> bool | |
4163 | ||
4164 | Returns true if the right mouse button state changed to up. | |
4165 | """ | |
5b5c9bc7 | 4166 | return _core_.MouseEvent_RightUp(*args, **kwargs) |
d55e5bfc RD |
4167 | |
4168 | def LeftDClick(*args, **kwargs): | |
27fb7603 RD |
4169 | """ |
4170 | LeftDClick(self) -> bool | |
4171 | ||
4172 | Returns true if the event was a left button double click. | |
4173 | """ | |
5b5c9bc7 | 4174 | return _core_.MouseEvent_LeftDClick(*args, **kwargs) |
d55e5bfc RD |
4175 | |
4176 | def MiddleDClick(*args, **kwargs): | |
27fb7603 RD |
4177 | """ |
4178 | MiddleDClick(self) -> bool | |
4179 | ||
4180 | Returns true if the event was a middle button double click. | |
4181 | """ | |
5b5c9bc7 | 4182 | return _core_.MouseEvent_MiddleDClick(*args, **kwargs) |
d55e5bfc RD |
4183 | |
4184 | def RightDClick(*args, **kwargs): | |
27fb7603 RD |
4185 | """ |
4186 | RightDClick(self) -> bool | |
4187 | ||
4188 | Returns true if the event was a right button double click. | |
4189 | """ | |
5b5c9bc7 | 4190 | return _core_.MouseEvent_RightDClick(*args, **kwargs) |
d55e5bfc RD |
4191 | |
4192 | def LeftIsDown(*args, **kwargs): | |
27fb7603 RD |
4193 | """ |
4194 | LeftIsDown(self) -> bool | |
4195 | ||
4196 | Returns true if the left mouse button is currently down, independent | |
4197 | of the current event type. | |
4198 | ||
4199 | Please notice that it is not the same as LeftDown which returns true | |
4200 | if the left mouse button was just pressed. Rather, it describes the | |
4201 | state of the mouse button before the event happened. | |
4202 | ||
4203 | This event is usually used in the mouse event handlers which process | |
4204 | "move mouse" messages to determine whether the user is (still) | |
4205 | dragging the mouse. | |
4206 | """ | |
5b5c9bc7 | 4207 | return _core_.MouseEvent_LeftIsDown(*args, **kwargs) |
d55e5bfc RD |
4208 | |
4209 | def MiddleIsDown(*args, **kwargs): | |
27fb7603 RD |
4210 | """ |
4211 | MiddleIsDown(self) -> bool | |
4212 | ||
4213 | Returns true if the middle mouse button is currently down, independent | |
4214 | of the current event type. | |
4215 | """ | |
5b5c9bc7 | 4216 | return _core_.MouseEvent_MiddleIsDown(*args, **kwargs) |
d55e5bfc RD |
4217 | |
4218 | def RightIsDown(*args, **kwargs): | |
27fb7603 RD |
4219 | """ |
4220 | RightIsDown(self) -> bool | |
4221 | ||
4222 | Returns true if the right mouse button is currently down, independent | |
4223 | of the current event type. | |
4224 | """ | |
5b5c9bc7 | 4225 | return _core_.MouseEvent_RightIsDown(*args, **kwargs) |
d55e5bfc RD |
4226 | |
4227 | def Dragging(*args, **kwargs): | |
27fb7603 RD |
4228 | """ |
4229 | Dragging(self) -> bool | |
4230 | ||
4231 | Returns true if this was a dragging event (motion while a button is | |
4232 | depressed). | |
4233 | """ | |
5b5c9bc7 | 4234 | return _core_.MouseEvent_Dragging(*args, **kwargs) |
d55e5bfc RD |
4235 | |
4236 | def Moving(*args, **kwargs): | |
27fb7603 RD |
4237 | """ |
4238 | Moving(self) -> bool | |
4239 | ||
4240 | Returns true if this was a motion event and no mouse buttons were | |
4241 | pressed. If any mouse button is held pressed, then this method returns | |
4242 | false and Dragging returns true. | |
4243 | """ | |
5b5c9bc7 | 4244 | return _core_.MouseEvent_Moving(*args, **kwargs) |
d55e5bfc RD |
4245 | |
4246 | def Entering(*args, **kwargs): | |
27fb7603 RD |
4247 | """ |
4248 | Entering(self) -> bool | |
4249 | ||
4250 | Returns true if the mouse was entering the window. | |
4251 | """ | |
5b5c9bc7 | 4252 | return _core_.MouseEvent_Entering(*args, **kwargs) |
d55e5bfc RD |
4253 | |
4254 | def Leaving(*args, **kwargs): | |
27fb7603 RD |
4255 | """ |
4256 | Leaving(self) -> bool | |
4257 | ||
4258 | Returns true if the mouse was leaving the window. | |
4259 | """ | |
5b5c9bc7 | 4260 | return _core_.MouseEvent_Leaving(*args, **kwargs) |
d55e5bfc RD |
4261 | |
4262 | def GetPosition(*args, **kwargs): | |
4263 | """ | |
5b5c9bc7 | 4264 | GetPosition(self) -> Point |
d55e5bfc | 4265 | |
27fb7603 RD |
4266 | Returns the pixel position of the mouse in window coordinates when the |
4267 | event happened. | |
d55e5bfc | 4268 | """ |
5b5c9bc7 | 4269 | return _core_.MouseEvent_GetPosition(*args, **kwargs) |
d55e5bfc RD |
4270 | |
4271 | def GetPositionTuple(*args, **kwargs): | |
4272 | """ | |
4273 | GetPositionTuple() -> (x,y) | |
4274 | ||
27fb7603 RD |
4275 | Returns the pixel position of the mouse in window coordinates when the |
4276 | event happened. | |
d55e5bfc | 4277 | """ |
5b5c9bc7 | 4278 | return _core_.MouseEvent_GetPositionTuple(*args, **kwargs) |
d55e5bfc RD |
4279 | |
4280 | def GetLogicalPosition(*args, **kwargs): | |
27fb7603 RD |
4281 | """ |
4282 | GetLogicalPosition(self, DC dc) -> Point | |
4283 | ||
4284 | Returns the logical mouse position in pixels (i.e. translated | |
4285 | according to the translation set for the DC, which usually indicates | |
4286 | that the window has been scrolled). | |
4287 | """ | |
5b5c9bc7 | 4288 | return _core_.MouseEvent_GetLogicalPosition(*args, **kwargs) |
d55e5bfc RD |
4289 | |
4290 | def GetX(*args, **kwargs): | |
27fb7603 RD |
4291 | """ |
4292 | GetX(self) -> int | |
4293 | ||
4294 | Returns X coordinate of the physical mouse event position. | |
4295 | """ | |
5b5c9bc7 | 4296 | return _core_.MouseEvent_GetX(*args, **kwargs) |
d55e5bfc RD |
4297 | |
4298 | def GetY(*args, **kwargs): | |
27fb7603 RD |
4299 | """ |
4300 | GetY(self) -> int | |
4301 | ||
4302 | Returns Y coordinate of the physical mouse event position. | |
4303 | """ | |
5b5c9bc7 | 4304 | return _core_.MouseEvent_GetY(*args, **kwargs) |
d55e5bfc RD |
4305 | |
4306 | def GetWheelRotation(*args, **kwargs): | |
27fb7603 RD |
4307 | """ |
4308 | GetWheelRotation(self) -> int | |
4309 | ||
4310 | Get wheel rotation, positive or negative indicates direction of | |
4311 | rotation. Current devices all send an event when rotation is equal to | |
4312 | +/-WheelDelta, but this allows for finer resolution devices to be | |
4313 | created in the future. Because of this you shouldn't assume that one | |
4314 | event is equal to 1 line or whatever, but you should be able to either | |
4315 | do partial line scrolling or wait until +/-WheelDelta rotation values | |
4316 | have been accumulated before scrolling. | |
4317 | """ | |
5b5c9bc7 | 4318 | return _core_.MouseEvent_GetWheelRotation(*args, **kwargs) |
d55e5bfc RD |
4319 | |
4320 | def GetWheelDelta(*args, **kwargs): | |
27fb7603 RD |
4321 | """ |
4322 | GetWheelDelta(self) -> int | |
4323 | ||
4324 | Get wheel delta, normally 120. This is the threshold for action to be | |
4325 | taken, and one such action (for example, scrolling one increment) | |
4326 | should occur for each delta. | |
4327 | """ | |
5b5c9bc7 | 4328 | return _core_.MouseEvent_GetWheelDelta(*args, **kwargs) |
d55e5bfc RD |
4329 | |
4330 | def GetLinesPerAction(*args, **kwargs): | |
27fb7603 RD |
4331 | """ |
4332 | GetLinesPerAction(self) -> int | |
4333 | ||
4334 | Returns the configured number of lines (or whatever) to be scrolled | |
4335 | per wheel action. Defaults to three. | |
4336 | """ | |
5b5c9bc7 | 4337 | return _core_.MouseEvent_GetLinesPerAction(*args, **kwargs) |
d55e5bfc RD |
4338 | |
4339 | def IsPageScroll(*args, **kwargs): | |
27fb7603 RD |
4340 | """ |
4341 | IsPageScroll(self) -> bool | |
4342 | ||
4343 | Returns true if the system has been setup to do page scrolling with | |
4344 | the mouse wheel instead of line scrolling. | |
4345 | """ | |
5b5c9bc7 RD |
4346 | return _core_.MouseEvent_IsPageScroll(*args, **kwargs) |
4347 | ||
4348 | m_x = property(_core_.MouseEvent_m_x_get, _core_.MouseEvent_m_x_set) | |
4349 | m_y = property(_core_.MouseEvent_m_y_get, _core_.MouseEvent_m_y_set) | |
4350 | m_leftDown = property(_core_.MouseEvent_m_leftDown_get, _core_.MouseEvent_m_leftDown_set) | |
4351 | m_middleDown = property(_core_.MouseEvent_m_middleDown_get, _core_.MouseEvent_m_middleDown_set) | |
4352 | m_rightDown = property(_core_.MouseEvent_m_rightDown_get, _core_.MouseEvent_m_rightDown_set) | |
4353 | m_controlDown = property(_core_.MouseEvent_m_controlDown_get, _core_.MouseEvent_m_controlDown_set) | |
4354 | m_shiftDown = property(_core_.MouseEvent_m_shiftDown_get, _core_.MouseEvent_m_shiftDown_set) | |
4355 | m_altDown = property(_core_.MouseEvent_m_altDown_get, _core_.MouseEvent_m_altDown_set) | |
4356 | m_metaDown = property(_core_.MouseEvent_m_metaDown_get, _core_.MouseEvent_m_metaDown_set) | |
4357 | m_wheelRotation = property(_core_.MouseEvent_m_wheelRotation_get, _core_.MouseEvent_m_wheelRotation_set) | |
4358 | m_wheelDelta = property(_core_.MouseEvent_m_wheelDelta_get, _core_.MouseEvent_m_wheelDelta_set) | |
4359 | m_linesPerAction = property(_core_.MouseEvent_m_linesPerAction_get, _core_.MouseEvent_m_linesPerAction_set) | |
4360 | ||
4361 | class MouseEventPtr(MouseEvent): | |
d55e5bfc RD |
4362 | def __init__(self, this): |
4363 | self.this = this | |
4364 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4365 | self.__class__ = MouseEvent |
4366 | _core_.MouseEvent_swigregister(MouseEventPtr) | |
d55e5bfc RD |
4367 | |
4368 | #--------------------------------------------------------------------------- | |
4369 | ||
5b5c9bc7 RD |
4370 | class SetCursorEvent(Event): |
4371 | """Proxy of C++ SetCursorEvent class""" | |
d55e5bfc RD |
4372 | def __repr__(self): |
4373 | return "<%s.%s; proxy of C++ wxSetCursorEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4374 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4375 | """__init__(self, int x=0, int y=0) -> SetCursorEvent""" |
4376 | newobj = _core_.new_SetCursorEvent(*args, **kwargs) | |
d55e5bfc RD |
4377 | self.this = newobj.this |
4378 | self.thisown = 1 | |
4379 | del newobj.thisown | |
4380 | def GetX(*args, **kwargs): | |
4381 | """GetX(self) -> int""" | |
5b5c9bc7 | 4382 | return _core_.SetCursorEvent_GetX(*args, **kwargs) |
d55e5bfc RD |
4383 | |
4384 | def GetY(*args, **kwargs): | |
4385 | """GetY(self) -> int""" | |
5b5c9bc7 | 4386 | return _core_.SetCursorEvent_GetY(*args, **kwargs) |
d55e5bfc RD |
4387 | |
4388 | def SetCursor(*args, **kwargs): | |
5b5c9bc7 RD |
4389 | """SetCursor(self, Cursor cursor)""" |
4390 | return _core_.SetCursorEvent_SetCursor(*args, **kwargs) | |
d55e5bfc RD |
4391 | |
4392 | def GetCursor(*args, **kwargs): | |
5b5c9bc7 RD |
4393 | """GetCursor(self) -> Cursor""" |
4394 | return _core_.SetCursorEvent_GetCursor(*args, **kwargs) | |
d55e5bfc RD |
4395 | |
4396 | def HasCursor(*args, **kwargs): | |
4397 | """HasCursor(self) -> bool""" | |
5b5c9bc7 | 4398 | return _core_.SetCursorEvent_HasCursor(*args, **kwargs) |
d55e5bfc RD |
4399 | |
4400 | ||
5b5c9bc7 | 4401 | class SetCursorEventPtr(SetCursorEvent): |
d55e5bfc RD |
4402 | def __init__(self, this): |
4403 | self.this = this | |
4404 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4405 | self.__class__ = SetCursorEvent |
4406 | _core_.SetCursorEvent_swigregister(SetCursorEventPtr) | |
d55e5bfc RD |
4407 | |
4408 | #--------------------------------------------------------------------------- | |
4409 | ||
5b5c9bc7 RD |
4410 | class KeyEvent(Event): |
4411 | """Proxy of C++ KeyEvent class""" | |
d55e5bfc RD |
4412 | def __repr__(self): |
4413 | return "<%s.%s; proxy of C++ wxKeyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4414 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4415 | """__init__(self, wxEventType keyType=wxEVT_NULL) -> KeyEvent""" |
4416 | newobj = _core_.new_KeyEvent(*args, **kwargs) | |
d55e5bfc RD |
4417 | self.this = newobj.this |
4418 | self.thisown = 1 | |
4419 | del newobj.thisown | |
4420 | def ControlDown(*args, **kwargs): | |
4421 | """ControlDown(self) -> bool""" | |
5b5c9bc7 | 4422 | return _core_.KeyEvent_ControlDown(*args, **kwargs) |
d55e5bfc RD |
4423 | |
4424 | def MetaDown(*args, **kwargs): | |
4425 | """MetaDown(self) -> bool""" | |
5b5c9bc7 | 4426 | return _core_.KeyEvent_MetaDown(*args, **kwargs) |
d55e5bfc RD |
4427 | |
4428 | def AltDown(*args, **kwargs): | |
4429 | """AltDown(self) -> bool""" | |
5b5c9bc7 | 4430 | return _core_.KeyEvent_AltDown(*args, **kwargs) |
d55e5bfc RD |
4431 | |
4432 | def ShiftDown(*args, **kwargs): | |
4433 | """ShiftDown(self) -> bool""" | |
5b5c9bc7 | 4434 | return _core_.KeyEvent_ShiftDown(*args, **kwargs) |
d55e5bfc | 4435 | |
412d302d RD |
4436 | def CmdDown(*args, **kwargs): |
4437 | """ | |
4438 | CmdDown(self) -> bool | |
4439 | ||
4440 | "Cmd" is a pseudo key which is the same as Control for PC and Unix | |
4441 | platforms but the special "Apple" (a.k.a as "Command") key on | |
4442 | Macs: it makes often sense to use it instead of, say, `ControlDown` | |
4443 | because Cmd key is used for the same thing under Mac as Ctrl | |
4444 | elsewhere. The Ctrl still exists, it's just not used for this | |
4445 | purpose. So for non-Mac platforms this is the same as `ControlDown` | |
4446 | and Macs this is the same as `MetaDown`. | |
4447 | """ | |
5b5c9bc7 | 4448 | return _core_.KeyEvent_CmdDown(*args, **kwargs) |
412d302d | 4449 | |
d55e5bfc RD |
4450 | def HasModifiers(*args, **kwargs): |
4451 | """HasModifiers(self) -> bool""" | |
5b5c9bc7 | 4452 | return _core_.KeyEvent_HasModifiers(*args, **kwargs) |
d55e5bfc RD |
4453 | |
4454 | def GetKeyCode(*args, **kwargs): | |
4455 | """GetKeyCode(self) -> int""" | |
5b5c9bc7 | 4456 | return _core_.KeyEvent_GetKeyCode(*args, **kwargs) |
d55e5bfc RD |
4457 | |
4458 | KeyCode = GetKeyCode | |
bb4524c4 RD |
4459 | def GetUnicodeKey(*args, **kwargs): |
4460 | """GetUnicodeKey(self) -> int""" | |
5b5c9bc7 | 4461 | return _core_.KeyEvent_GetUnicodeKey(*args, **kwargs) |
d55e5bfc | 4462 | |
bb4524c4 | 4463 | GetUniChar = GetUnicodeKey |
d55e5bfc RD |
4464 | def GetRawKeyCode(*args, **kwargs): |
4465 | """GetRawKeyCode(self) -> unsigned int""" | |
5b5c9bc7 | 4466 | return _core_.KeyEvent_GetRawKeyCode(*args, **kwargs) |
d55e5bfc RD |
4467 | |
4468 | def GetRawKeyFlags(*args, **kwargs): | |
4469 | """GetRawKeyFlags(self) -> unsigned int""" | |
5b5c9bc7 | 4470 | return _core_.KeyEvent_GetRawKeyFlags(*args, **kwargs) |
d55e5bfc RD |
4471 | |
4472 | def GetPosition(*args, **kwargs): | |
4473 | """ | |
5b5c9bc7 | 4474 | GetPosition(self) -> Point |
d55e5bfc RD |
4475 | |
4476 | Find the position of the event. | |
4477 | """ | |
5b5c9bc7 | 4478 | return _core_.KeyEvent_GetPosition(*args, **kwargs) |
d55e5bfc RD |
4479 | |
4480 | def GetPositionTuple(*args, **kwargs): | |
4481 | """ | |
4482 | GetPositionTuple() -> (x,y) | |
4483 | ||
4484 | Find the position of the event. | |
4485 | """ | |
5b5c9bc7 | 4486 | return _core_.KeyEvent_GetPositionTuple(*args, **kwargs) |
d55e5bfc RD |
4487 | |
4488 | def GetX(*args, **kwargs): | |
4489 | """GetX(self) -> int""" | |
5b5c9bc7 | 4490 | return _core_.KeyEvent_GetX(*args, **kwargs) |
d55e5bfc RD |
4491 | |
4492 | def GetY(*args, **kwargs): | |
4493 | """GetY(self) -> int""" | |
5b5c9bc7 RD |
4494 | return _core_.KeyEvent_GetY(*args, **kwargs) |
4495 | ||
4496 | m_x = property(_core_.KeyEvent_m_x_get, _core_.KeyEvent_m_x_set) | |
4497 | m_y = property(_core_.KeyEvent_m_y_get, _core_.KeyEvent_m_y_set) | |
4498 | m_keyCode = property(_core_.KeyEvent_m_keyCode_get, _core_.KeyEvent_m_keyCode_set) | |
4499 | m_controlDown = property(_core_.KeyEvent_m_controlDown_get, _core_.KeyEvent_m_controlDown_set) | |
4500 | m_shiftDown = property(_core_.KeyEvent_m_shiftDown_get, _core_.KeyEvent_m_shiftDown_set) | |
4501 | m_altDown = property(_core_.KeyEvent_m_altDown_get, _core_.KeyEvent_m_altDown_set) | |
4502 | m_metaDown = property(_core_.KeyEvent_m_metaDown_get, _core_.KeyEvent_m_metaDown_set) | |
4503 | m_scanCode = property(_core_.KeyEvent_m_scanCode_get, _core_.KeyEvent_m_scanCode_set) | |
4504 | m_rawCode = property(_core_.KeyEvent_m_rawCode_get, _core_.KeyEvent_m_rawCode_set) | |
4505 | m_rawFlags = property(_core_.KeyEvent_m_rawFlags_get, _core_.KeyEvent_m_rawFlags_set) | |
4506 | ||
4507 | class KeyEventPtr(KeyEvent): | |
d55e5bfc RD |
4508 | def __init__(self, this): |
4509 | self.this = this | |
4510 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4511 | self.__class__ = KeyEvent |
4512 | _core_.KeyEvent_swigregister(KeyEventPtr) | |
d55e5bfc RD |
4513 | |
4514 | #--------------------------------------------------------------------------- | |
4515 | ||
5b5c9bc7 RD |
4516 | class SizeEvent(Event): |
4517 | """Proxy of C++ SizeEvent class""" | |
d55e5bfc RD |
4518 | def __repr__(self): |
4519 | return "<%s.%s; proxy of C++ wxSizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4520 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4521 | """__init__(self, Size sz=DefaultSize, int winid=0) -> SizeEvent""" |
4522 | newobj = _core_.new_SizeEvent(*args, **kwargs) | |
d55e5bfc RD |
4523 | self.this = newobj.this |
4524 | self.thisown = 1 | |
4525 | del newobj.thisown | |
4526 | def GetSize(*args, **kwargs): | |
5b5c9bc7 RD |
4527 | """GetSize(self) -> Size""" |
4528 | return _core_.SizeEvent_GetSize(*args, **kwargs) | |
d55e5bfc RD |
4529 | |
4530 | def GetRect(*args, **kwargs): | |
5b5c9bc7 RD |
4531 | """GetRect(self) -> Rect""" |
4532 | return _core_.SizeEvent_GetRect(*args, **kwargs) | |
d55e5bfc RD |
4533 | |
4534 | def SetRect(*args, **kwargs): | |
5b5c9bc7 RD |
4535 | """SetRect(self, Rect rect)""" |
4536 | return _core_.SizeEvent_SetRect(*args, **kwargs) | |
d55e5bfc RD |
4537 | |
4538 | def SetSize(*args, **kwargs): | |
5b5c9bc7 RD |
4539 | """SetSize(self, Size size)""" |
4540 | return _core_.SizeEvent_SetSize(*args, **kwargs) | |
d55e5bfc | 4541 | |
5b5c9bc7 RD |
4542 | m_size = property(_core_.SizeEvent_m_size_get, _core_.SizeEvent_m_size_set) |
4543 | m_rect = property(_core_.SizeEvent_m_rect_get, _core_.SizeEvent_m_rect_set) | |
d55e5bfc | 4544 | |
5b5c9bc7 | 4545 | class SizeEventPtr(SizeEvent): |
d55e5bfc RD |
4546 | def __init__(self, this): |
4547 | self.this = this | |
4548 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4549 | self.__class__ = SizeEvent |
4550 | _core_.SizeEvent_swigregister(SizeEventPtr) | |
d55e5bfc RD |
4551 | |
4552 | #--------------------------------------------------------------------------- | |
4553 | ||
5b5c9bc7 RD |
4554 | class MoveEvent(Event): |
4555 | """Proxy of C++ MoveEvent class""" | |
d55e5bfc RD |
4556 | def __repr__(self): |
4557 | return "<%s.%s; proxy of C++ wxMoveEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4558 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4559 | """__init__(self, Point pos=DefaultPosition, int winid=0) -> MoveEvent""" |
4560 | newobj = _core_.new_MoveEvent(*args, **kwargs) | |
d55e5bfc RD |
4561 | self.this = newobj.this |
4562 | self.thisown = 1 | |
4563 | del newobj.thisown | |
4564 | def GetPosition(*args, **kwargs): | |
5b5c9bc7 RD |
4565 | """GetPosition(self) -> Point""" |
4566 | return _core_.MoveEvent_GetPosition(*args, **kwargs) | |
d55e5bfc RD |
4567 | |
4568 | def GetRect(*args, **kwargs): | |
5b5c9bc7 RD |
4569 | """GetRect(self) -> Rect""" |
4570 | return _core_.MoveEvent_GetRect(*args, **kwargs) | |
d55e5bfc RD |
4571 | |
4572 | def SetRect(*args, **kwargs): | |
5b5c9bc7 RD |
4573 | """SetRect(self, Rect rect)""" |
4574 | return _core_.MoveEvent_SetRect(*args, **kwargs) | |
d55e5bfc RD |
4575 | |
4576 | def SetPosition(*args, **kwargs): | |
5b5c9bc7 RD |
4577 | """SetPosition(self, Point pos)""" |
4578 | return _core_.MoveEvent_SetPosition(*args, **kwargs) | |
d55e5bfc | 4579 | |
fef4c27a RD |
4580 | m_pos = property(GetPosition, SetPosition) |
4581 | m_rect = property(GetRect, SetRect) | |
4582 | ||
d55e5bfc | 4583 | |
5b5c9bc7 | 4584 | class MoveEventPtr(MoveEvent): |
d55e5bfc RD |
4585 | def __init__(self, this): |
4586 | self.this = this | |
4587 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4588 | self.__class__ = MoveEvent |
4589 | _core_.MoveEvent_swigregister(MoveEventPtr) | |
d55e5bfc RD |
4590 | |
4591 | #--------------------------------------------------------------------------- | |
4592 | ||
5b5c9bc7 RD |
4593 | class PaintEvent(Event): |
4594 | """Proxy of C++ PaintEvent class""" | |
d55e5bfc RD |
4595 | def __repr__(self): |
4596 | return "<%s.%s; proxy of C++ wxPaintEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4597 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4598 | """__init__(self, int Id=0) -> PaintEvent""" |
4599 | newobj = _core_.new_PaintEvent(*args, **kwargs) | |
d55e5bfc RD |
4600 | self.this = newobj.this |
4601 | self.thisown = 1 | |
4602 | del newobj.thisown | |
4603 | ||
5b5c9bc7 | 4604 | class PaintEventPtr(PaintEvent): |
d55e5bfc RD |
4605 | def __init__(self, this): |
4606 | self.this = this | |
4607 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4608 | self.__class__ = PaintEvent |
4609 | _core_.PaintEvent_swigregister(PaintEventPtr) | |
d55e5bfc | 4610 | |
5b5c9bc7 RD |
4611 | class NcPaintEvent(Event): |
4612 | """Proxy of C++ NcPaintEvent class""" | |
d55e5bfc RD |
4613 | def __repr__(self): |
4614 | return "<%s.%s; proxy of C++ wxNcPaintEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4615 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4616 | """__init__(self, int winid=0) -> NcPaintEvent""" |
4617 | newobj = _core_.new_NcPaintEvent(*args, **kwargs) | |
d55e5bfc RD |
4618 | self.this = newobj.this |
4619 | self.thisown = 1 | |
4620 | del newobj.thisown | |
4621 | ||
5b5c9bc7 | 4622 | class NcPaintEventPtr(NcPaintEvent): |
d55e5bfc RD |
4623 | def __init__(self, this): |
4624 | self.this = this | |
4625 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4626 | self.__class__ = NcPaintEvent |
4627 | _core_.NcPaintEvent_swigregister(NcPaintEventPtr) | |
d55e5bfc RD |
4628 | |
4629 | #--------------------------------------------------------------------------- | |
4630 | ||
5b5c9bc7 RD |
4631 | class EraseEvent(Event): |
4632 | """Proxy of C++ EraseEvent class""" | |
d55e5bfc RD |
4633 | def __repr__(self): |
4634 | return "<%s.%s; proxy of C++ wxEraseEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4635 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4636 | """__init__(self, int Id=0, DC dc=(wxDC *) NULL) -> EraseEvent""" |
4637 | newobj = _core_.new_EraseEvent(*args, **kwargs) | |
d55e5bfc RD |
4638 | self.this = newobj.this |
4639 | self.thisown = 1 | |
4640 | del newobj.thisown | |
4641 | def GetDC(*args, **kwargs): | |
5b5c9bc7 RD |
4642 | """GetDC(self) -> DC""" |
4643 | return _core_.EraseEvent_GetDC(*args, **kwargs) | |
d55e5bfc RD |
4644 | |
4645 | ||
5b5c9bc7 | 4646 | class EraseEventPtr(EraseEvent): |
d55e5bfc RD |
4647 | def __init__(self, this): |
4648 | self.this = this | |
4649 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4650 | self.__class__ = EraseEvent |
4651 | _core_.EraseEvent_swigregister(EraseEventPtr) | |
d55e5bfc RD |
4652 | |
4653 | #--------------------------------------------------------------------------- | |
4654 | ||
5b5c9bc7 RD |
4655 | class FocusEvent(Event): |
4656 | """Proxy of C++ FocusEvent class""" | |
d55e5bfc RD |
4657 | def __repr__(self): |
4658 | return "<%s.%s; proxy of C++ wxFocusEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4659 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4660 | """__init__(self, wxEventType type=wxEVT_NULL, int winid=0) -> FocusEvent""" |
4661 | newobj = _core_.new_FocusEvent(*args, **kwargs) | |
d55e5bfc RD |
4662 | self.this = newobj.this |
4663 | self.thisown = 1 | |
4664 | del newobj.thisown | |
4665 | def GetWindow(*args, **kwargs): | |
5b5c9bc7 RD |
4666 | """GetWindow(self) -> Window""" |
4667 | return _core_.FocusEvent_GetWindow(*args, **kwargs) | |
d55e5bfc RD |
4668 | |
4669 | def SetWindow(*args, **kwargs): | |
5b5c9bc7 RD |
4670 | """SetWindow(self, Window win)""" |
4671 | return _core_.FocusEvent_SetWindow(*args, **kwargs) | |
d55e5bfc RD |
4672 | |
4673 | ||
5b5c9bc7 | 4674 | class FocusEventPtr(FocusEvent): |
d55e5bfc RD |
4675 | def __init__(self, this): |
4676 | self.this = this | |
4677 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4678 | self.__class__ = FocusEvent |
4679 | _core_.FocusEvent_swigregister(FocusEventPtr) | |
d55e5bfc RD |
4680 | |
4681 | #--------------------------------------------------------------------------- | |
4682 | ||
5b5c9bc7 RD |
4683 | class ChildFocusEvent(CommandEvent): |
4684 | """Proxy of C++ ChildFocusEvent class""" | |
d55e5bfc RD |
4685 | def __repr__(self): |
4686 | return "<%s.%s; proxy of C++ wxChildFocusEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4687 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4688 | """__init__(self, Window win=None) -> ChildFocusEvent""" |
4689 | newobj = _core_.new_ChildFocusEvent(*args, **kwargs) | |
d55e5bfc RD |
4690 | self.this = newobj.this |
4691 | self.thisown = 1 | |
4692 | del newobj.thisown | |
4693 | def GetWindow(*args, **kwargs): | |
5b5c9bc7 RD |
4694 | """GetWindow(self) -> Window""" |
4695 | return _core_.ChildFocusEvent_GetWindow(*args, **kwargs) | |
d55e5bfc RD |
4696 | |
4697 | ||
5b5c9bc7 | 4698 | class ChildFocusEventPtr(ChildFocusEvent): |
d55e5bfc RD |
4699 | def __init__(self, this): |
4700 | self.this = this | |
4701 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4702 | self.__class__ = ChildFocusEvent |
4703 | _core_.ChildFocusEvent_swigregister(ChildFocusEventPtr) | |
d55e5bfc RD |
4704 | |
4705 | #--------------------------------------------------------------------------- | |
4706 | ||
5b5c9bc7 RD |
4707 | class ActivateEvent(Event): |
4708 | """Proxy of C++ ActivateEvent class""" | |
d55e5bfc RD |
4709 | def __repr__(self): |
4710 | return "<%s.%s; proxy of C++ wxActivateEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4711 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4712 | """__init__(self, wxEventType type=wxEVT_NULL, bool active=True, int Id=0) -> ActivateEvent""" |
4713 | newobj = _core_.new_ActivateEvent(*args, **kwargs) | |
d55e5bfc RD |
4714 | self.this = newobj.this |
4715 | self.thisown = 1 | |
4716 | del newobj.thisown | |
4717 | def GetActive(*args, **kwargs): | |
4718 | """GetActive(self) -> bool""" | |
5b5c9bc7 | 4719 | return _core_.ActivateEvent_GetActive(*args, **kwargs) |
d55e5bfc RD |
4720 | |
4721 | ||
5b5c9bc7 | 4722 | class ActivateEventPtr(ActivateEvent): |
d55e5bfc RD |
4723 | def __init__(self, this): |
4724 | self.this = this | |
4725 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4726 | self.__class__ = ActivateEvent |
4727 | _core_.ActivateEvent_swigregister(ActivateEventPtr) | |
d55e5bfc RD |
4728 | |
4729 | #--------------------------------------------------------------------------- | |
4730 | ||
5b5c9bc7 RD |
4731 | class InitDialogEvent(Event): |
4732 | """Proxy of C++ InitDialogEvent class""" | |
d55e5bfc RD |
4733 | def __repr__(self): |
4734 | return "<%s.%s; proxy of C++ wxInitDialogEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4735 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4736 | """__init__(self, int Id=0) -> InitDialogEvent""" |
4737 | newobj = _core_.new_InitDialogEvent(*args, **kwargs) | |
d55e5bfc RD |
4738 | self.this = newobj.this |
4739 | self.thisown = 1 | |
4740 | del newobj.thisown | |
4741 | ||
5b5c9bc7 | 4742 | class InitDialogEventPtr(InitDialogEvent): |
d55e5bfc RD |
4743 | def __init__(self, this): |
4744 | self.this = this | |
4745 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4746 | self.__class__ = InitDialogEvent |
4747 | _core_.InitDialogEvent_swigregister(InitDialogEventPtr) | |
d55e5bfc RD |
4748 | |
4749 | #--------------------------------------------------------------------------- | |
4750 | ||
5b5c9bc7 RD |
4751 | class MenuEvent(Event): |
4752 | """Proxy of C++ MenuEvent class""" | |
d55e5bfc RD |
4753 | def __repr__(self): |
4754 | return "<%s.%s; proxy of C++ wxMenuEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4755 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4756 | """__init__(self, wxEventType type=wxEVT_NULL, int winid=0, Menu menu=None) -> MenuEvent""" |
4757 | newobj = _core_.new_MenuEvent(*args, **kwargs) | |
d55e5bfc RD |
4758 | self.this = newobj.this |
4759 | self.thisown = 1 | |
4760 | del newobj.thisown | |
4761 | def GetMenuId(*args, **kwargs): | |
4762 | """GetMenuId(self) -> int""" | |
5b5c9bc7 | 4763 | return _core_.MenuEvent_GetMenuId(*args, **kwargs) |
d55e5bfc RD |
4764 | |
4765 | def IsPopup(*args, **kwargs): | |
4766 | """IsPopup(self) -> bool""" | |
5b5c9bc7 | 4767 | return _core_.MenuEvent_IsPopup(*args, **kwargs) |
d55e5bfc RD |
4768 | |
4769 | def GetMenu(*args, **kwargs): | |
5b5c9bc7 RD |
4770 | """GetMenu(self) -> Menu""" |
4771 | return _core_.MenuEvent_GetMenu(*args, **kwargs) | |
d55e5bfc RD |
4772 | |
4773 | ||
5b5c9bc7 | 4774 | class MenuEventPtr(MenuEvent): |
d55e5bfc RD |
4775 | def __init__(self, this): |
4776 | self.this = this | |
4777 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4778 | self.__class__ = MenuEvent |
4779 | _core_.MenuEvent_swigregister(MenuEventPtr) | |
d55e5bfc RD |
4780 | |
4781 | #--------------------------------------------------------------------------- | |
4782 | ||
5b5c9bc7 RD |
4783 | class CloseEvent(Event): |
4784 | """Proxy of C++ CloseEvent class""" | |
d55e5bfc RD |
4785 | def __repr__(self): |
4786 | return "<%s.%s; proxy of C++ wxCloseEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4787 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4788 | """__init__(self, wxEventType type=wxEVT_NULL, int winid=0) -> CloseEvent""" |
4789 | newobj = _core_.new_CloseEvent(*args, **kwargs) | |
d55e5bfc RD |
4790 | self.this = newobj.this |
4791 | self.thisown = 1 | |
4792 | del newobj.thisown | |
4793 | def SetLoggingOff(*args, **kwargs): | |
4794 | """SetLoggingOff(self, bool logOff)""" | |
5b5c9bc7 | 4795 | return _core_.CloseEvent_SetLoggingOff(*args, **kwargs) |
d55e5bfc RD |
4796 | |
4797 | def GetLoggingOff(*args, **kwargs): | |
4798 | """GetLoggingOff(self) -> bool""" | |
5b5c9bc7 | 4799 | return _core_.CloseEvent_GetLoggingOff(*args, **kwargs) |
d55e5bfc RD |
4800 | |
4801 | def Veto(*args, **kwargs): | |
4802 | """Veto(self, bool veto=True)""" | |
5b5c9bc7 | 4803 | return _core_.CloseEvent_Veto(*args, **kwargs) |
d55e5bfc RD |
4804 | |
4805 | def SetCanVeto(*args, **kwargs): | |
4806 | """SetCanVeto(self, bool canVeto)""" | |
5b5c9bc7 | 4807 | return _core_.CloseEvent_SetCanVeto(*args, **kwargs) |
d55e5bfc RD |
4808 | |
4809 | def CanVeto(*args, **kwargs): | |
4810 | """CanVeto(self) -> bool""" | |
5b5c9bc7 | 4811 | return _core_.CloseEvent_CanVeto(*args, **kwargs) |
d55e5bfc RD |
4812 | |
4813 | def GetVeto(*args, **kwargs): | |
4814 | """GetVeto(self) -> bool""" | |
5b5c9bc7 | 4815 | return _core_.CloseEvent_GetVeto(*args, **kwargs) |
d55e5bfc RD |
4816 | |
4817 | ||
5b5c9bc7 | 4818 | class CloseEventPtr(CloseEvent): |
d55e5bfc RD |
4819 | def __init__(self, this): |
4820 | self.this = this | |
4821 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4822 | self.__class__ = CloseEvent |
4823 | _core_.CloseEvent_swigregister(CloseEventPtr) | |
d55e5bfc RD |
4824 | |
4825 | #--------------------------------------------------------------------------- | |
4826 | ||
5b5c9bc7 RD |
4827 | class ShowEvent(Event): |
4828 | """Proxy of C++ ShowEvent class""" | |
d55e5bfc RD |
4829 | def __repr__(self): |
4830 | return "<%s.%s; proxy of C++ wxShowEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4831 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4832 | """__init__(self, int winid=0, bool show=False) -> ShowEvent""" |
4833 | newobj = _core_.new_ShowEvent(*args, **kwargs) | |
d55e5bfc RD |
4834 | self.this = newobj.this |
4835 | self.thisown = 1 | |
4836 | del newobj.thisown | |
4837 | def SetShow(*args, **kwargs): | |
4838 | """SetShow(self, bool show)""" | |
5b5c9bc7 | 4839 | return _core_.ShowEvent_SetShow(*args, **kwargs) |
d55e5bfc RD |
4840 | |
4841 | def GetShow(*args, **kwargs): | |
4842 | """GetShow(self) -> bool""" | |
5b5c9bc7 | 4843 | return _core_.ShowEvent_GetShow(*args, **kwargs) |
d55e5bfc RD |
4844 | |
4845 | ||
5b5c9bc7 | 4846 | class ShowEventPtr(ShowEvent): |
d55e5bfc RD |
4847 | def __init__(self, this): |
4848 | self.this = this | |
4849 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4850 | self.__class__ = ShowEvent |
4851 | _core_.ShowEvent_swigregister(ShowEventPtr) | |
d55e5bfc RD |
4852 | |
4853 | #--------------------------------------------------------------------------- | |
4854 | ||
5b5c9bc7 RD |
4855 | class IconizeEvent(Event): |
4856 | """Proxy of C++ IconizeEvent class""" | |
d55e5bfc RD |
4857 | def __repr__(self): |
4858 | return "<%s.%s; proxy of C++ wxIconizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4859 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4860 | """__init__(self, int id=0, bool iconized=True) -> IconizeEvent""" |
4861 | newobj = _core_.new_IconizeEvent(*args, **kwargs) | |
d55e5bfc RD |
4862 | self.this = newobj.this |
4863 | self.thisown = 1 | |
4864 | del newobj.thisown | |
4865 | def Iconized(*args, **kwargs): | |
4866 | """Iconized(self) -> bool""" | |
5b5c9bc7 | 4867 | return _core_.IconizeEvent_Iconized(*args, **kwargs) |
d55e5bfc RD |
4868 | |
4869 | ||
5b5c9bc7 | 4870 | class IconizeEventPtr(IconizeEvent): |
d55e5bfc RD |
4871 | def __init__(self, this): |
4872 | self.this = this | |
4873 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4874 | self.__class__ = IconizeEvent |
4875 | _core_.IconizeEvent_swigregister(IconizeEventPtr) | |
d55e5bfc RD |
4876 | |
4877 | #--------------------------------------------------------------------------- | |
4878 | ||
5b5c9bc7 RD |
4879 | class MaximizeEvent(Event): |
4880 | """Proxy of C++ MaximizeEvent class""" | |
d55e5bfc RD |
4881 | def __repr__(self): |
4882 | return "<%s.%s; proxy of C++ wxMaximizeEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4883 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4884 | """__init__(self, int id=0) -> MaximizeEvent""" |
4885 | newobj = _core_.new_MaximizeEvent(*args, **kwargs) | |
d55e5bfc RD |
4886 | self.this = newobj.this |
4887 | self.thisown = 1 | |
4888 | del newobj.thisown | |
4889 | ||
5b5c9bc7 | 4890 | class MaximizeEventPtr(MaximizeEvent): |
d55e5bfc RD |
4891 | def __init__(self, this): |
4892 | self.this = this | |
4893 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4894 | self.__class__ = MaximizeEvent |
4895 | _core_.MaximizeEvent_swigregister(MaximizeEventPtr) | |
d55e5bfc RD |
4896 | |
4897 | #--------------------------------------------------------------------------- | |
4898 | ||
5b5c9bc7 RD |
4899 | class DropFilesEvent(Event): |
4900 | """Proxy of C++ DropFilesEvent class""" | |
d55e5bfc RD |
4901 | def __init__(self): raise RuntimeError, "No constructor defined" |
4902 | def __repr__(self): | |
4903 | return "<%s.%s; proxy of C++ wxDropFilesEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4904 | def GetPosition(*args, **kwargs): | |
5b5c9bc7 RD |
4905 | """GetPosition(self) -> Point""" |
4906 | return _core_.DropFilesEvent_GetPosition(*args, **kwargs) | |
d55e5bfc RD |
4907 | |
4908 | def GetNumberOfFiles(*args, **kwargs): | |
4909 | """GetNumberOfFiles(self) -> int""" | |
5b5c9bc7 | 4910 | return _core_.DropFilesEvent_GetNumberOfFiles(*args, **kwargs) |
d55e5bfc RD |
4911 | |
4912 | def GetFiles(*args, **kwargs): | |
4913 | """GetFiles(self) -> PyObject""" | |
5b5c9bc7 | 4914 | return _core_.DropFilesEvent_GetFiles(*args, **kwargs) |
d55e5bfc RD |
4915 | |
4916 | ||
5b5c9bc7 | 4917 | class DropFilesEventPtr(DropFilesEvent): |
d55e5bfc RD |
4918 | def __init__(self, this): |
4919 | self.this = this | |
4920 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
4921 | self.__class__ = DropFilesEvent |
4922 | _core_.DropFilesEvent_swigregister(DropFilesEventPtr) | |
d55e5bfc RD |
4923 | |
4924 | #--------------------------------------------------------------------------- | |
4925 | ||
5b5c9bc7 RD |
4926 | UPDATE_UI_PROCESS_ALL = _core_.UPDATE_UI_PROCESS_ALL |
4927 | UPDATE_UI_PROCESS_SPECIFIED = _core_.UPDATE_UI_PROCESS_SPECIFIED | |
4928 | class UpdateUIEvent(CommandEvent): | |
4929 | """Proxy of C++ UpdateUIEvent class""" | |
d55e5bfc RD |
4930 | def __repr__(self): |
4931 | return "<%s.%s; proxy of C++ wxUpdateUIEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
4932 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
4933 | """__init__(self, int commandId=0) -> UpdateUIEvent""" |
4934 | newobj = _core_.new_UpdateUIEvent(*args, **kwargs) | |
d55e5bfc RD |
4935 | self.this = newobj.this |
4936 | self.thisown = 1 | |
4937 | del newobj.thisown | |
4938 | def GetChecked(*args, **kwargs): | |
4939 | """GetChecked(self) -> bool""" | |
5b5c9bc7 | 4940 | return _core_.UpdateUIEvent_GetChecked(*args, **kwargs) |
d55e5bfc RD |
4941 | |
4942 | def GetEnabled(*args, **kwargs): | |
4943 | """GetEnabled(self) -> bool""" | |
5b5c9bc7 | 4944 | return _core_.UpdateUIEvent_GetEnabled(*args, **kwargs) |
d55e5bfc RD |
4945 | |
4946 | def GetText(*args, **kwargs): | |
5b5c9bc7 RD |
4947 | """GetText(self) -> String""" |
4948 | return _core_.UpdateUIEvent_GetText(*args, **kwargs) | |
d55e5bfc RD |
4949 | |
4950 | def GetSetText(*args, **kwargs): | |
4951 | """GetSetText(self) -> bool""" | |
5b5c9bc7 | 4952 | return _core_.UpdateUIEvent_GetSetText(*args, **kwargs) |
d55e5bfc RD |
4953 | |
4954 | def GetSetChecked(*args, **kwargs): | |
4955 | """GetSetChecked(self) -> bool""" | |
5b5c9bc7 | 4956 | return _core_.UpdateUIEvent_GetSetChecked(*args, **kwargs) |
d55e5bfc RD |
4957 | |
4958 | def GetSetEnabled(*args, **kwargs): | |
4959 | """GetSetEnabled(self) -> bool""" | |
5b5c9bc7 | 4960 | return _core_.UpdateUIEvent_GetSetEnabled(*args, **kwargs) |
d55e5bfc RD |
4961 | |
4962 | def Check(*args, **kwargs): | |
4963 | """Check(self, bool check)""" | |
5b5c9bc7 | 4964 | return _core_.UpdateUIEvent_Check(*args, **kwargs) |
d55e5bfc RD |
4965 | |
4966 | def Enable(*args, **kwargs): | |
4967 | """Enable(self, bool enable)""" | |
5b5c9bc7 | 4968 | return _core_.UpdateUIEvent_Enable(*args, **kwargs) |
d55e5bfc RD |
4969 | |
4970 | def SetText(*args, **kwargs): | |
5b5c9bc7 RD |
4971 | """SetText(self, String text)""" |
4972 | return _core_.UpdateUIEvent_SetText(*args, **kwargs) | |
d55e5bfc RD |
4973 | |
4974 | def SetUpdateInterval(*args, **kwargs): | |
d6c14a4c | 4975 | """SetUpdateInterval(long updateInterval)""" |
5b5c9bc7 | 4976 | return _core_.UpdateUIEvent_SetUpdateInterval(*args, **kwargs) |
d55e5bfc RD |
4977 | |
4978 | SetUpdateInterval = staticmethod(SetUpdateInterval) | |
4979 | def GetUpdateInterval(*args, **kwargs): | |
d6c14a4c | 4980 | """GetUpdateInterval() -> long""" |
5b5c9bc7 | 4981 | return _core_.UpdateUIEvent_GetUpdateInterval(*args, **kwargs) |
d55e5bfc RD |
4982 | |
4983 | GetUpdateInterval = staticmethod(GetUpdateInterval) | |
4984 | def CanUpdate(*args, **kwargs): | |
5b5c9bc7 RD |
4985 | """CanUpdate(Window win) -> bool""" |
4986 | return _core_.UpdateUIEvent_CanUpdate(*args, **kwargs) | |
d55e5bfc RD |
4987 | |
4988 | CanUpdate = staticmethod(CanUpdate) | |
4989 | def ResetUpdateTime(*args, **kwargs): | |
d6c14a4c | 4990 | """ResetUpdateTime()""" |
5b5c9bc7 | 4991 | return _core_.UpdateUIEvent_ResetUpdateTime(*args, **kwargs) |
d55e5bfc RD |
4992 | |
4993 | ResetUpdateTime = staticmethod(ResetUpdateTime) | |
4994 | def SetMode(*args, **kwargs): | |
d6c14a4c | 4995 | """SetMode(int mode)""" |
5b5c9bc7 | 4996 | return _core_.UpdateUIEvent_SetMode(*args, **kwargs) |
d55e5bfc RD |
4997 | |
4998 | SetMode = staticmethod(SetMode) | |
4999 | def GetMode(*args, **kwargs): | |
d6c14a4c | 5000 | """GetMode() -> int""" |
5b5c9bc7 | 5001 | return _core_.UpdateUIEvent_GetMode(*args, **kwargs) |
d55e5bfc RD |
5002 | |
5003 | GetMode = staticmethod(GetMode) | |
5004 | ||
5b5c9bc7 | 5005 | class UpdateUIEventPtr(UpdateUIEvent): |
d55e5bfc RD |
5006 | def __init__(self, this): |
5007 | self.this = this | |
5008 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5009 | self.__class__ = UpdateUIEvent |
5010 | _core_.UpdateUIEvent_swigregister(UpdateUIEventPtr) | |
d55e5bfc | 5011 | |
5b5c9bc7 RD |
5012 | def UpdateUIEvent_SetUpdateInterval(*args, **kwargs): |
5013 | """UpdateUIEvent_SetUpdateInterval(long updateInterval)""" | |
5014 | return _core_.UpdateUIEvent_SetUpdateInterval(*args, **kwargs) | |
d55e5bfc | 5015 | |
5b5c9bc7 RD |
5016 | def UpdateUIEvent_GetUpdateInterval(*args, **kwargs): |
5017 | """UpdateUIEvent_GetUpdateInterval() -> long""" | |
5018 | return _core_.UpdateUIEvent_GetUpdateInterval(*args, **kwargs) | |
d55e5bfc | 5019 | |
5b5c9bc7 RD |
5020 | def UpdateUIEvent_CanUpdate(*args, **kwargs): |
5021 | """UpdateUIEvent_CanUpdate(Window win) -> bool""" | |
5022 | return _core_.UpdateUIEvent_CanUpdate(*args, **kwargs) | |
d55e5bfc | 5023 | |
5b5c9bc7 RD |
5024 | def UpdateUIEvent_ResetUpdateTime(*args, **kwargs): |
5025 | """UpdateUIEvent_ResetUpdateTime()""" | |
5026 | return _core_.UpdateUIEvent_ResetUpdateTime(*args, **kwargs) | |
d55e5bfc | 5027 | |
5b5c9bc7 RD |
5028 | def UpdateUIEvent_SetMode(*args, **kwargs): |
5029 | """UpdateUIEvent_SetMode(int mode)""" | |
5030 | return _core_.UpdateUIEvent_SetMode(*args, **kwargs) | |
d55e5bfc | 5031 | |
5b5c9bc7 RD |
5032 | def UpdateUIEvent_GetMode(*args, **kwargs): |
5033 | """UpdateUIEvent_GetMode() -> int""" | |
5034 | return _core_.UpdateUIEvent_GetMode(*args, **kwargs) | |
d55e5bfc RD |
5035 | |
5036 | #--------------------------------------------------------------------------- | |
5037 | ||
5b5c9bc7 RD |
5038 | class SysColourChangedEvent(Event): |
5039 | """Proxy of C++ SysColourChangedEvent class""" | |
d55e5bfc RD |
5040 | def __repr__(self): |
5041 | return "<%s.%s; proxy of C++ wxSysColourChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5042 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
5043 | """__init__(self) -> SysColourChangedEvent""" |
5044 | newobj = _core_.new_SysColourChangedEvent(*args, **kwargs) | |
d55e5bfc RD |
5045 | self.this = newobj.this |
5046 | self.thisown = 1 | |
5047 | del newobj.thisown | |
5048 | ||
5b5c9bc7 | 5049 | class SysColourChangedEventPtr(SysColourChangedEvent): |
d55e5bfc RD |
5050 | def __init__(self, this): |
5051 | self.this = this | |
5052 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5053 | self.__class__ = SysColourChangedEvent |
5054 | _core_.SysColourChangedEvent_swigregister(SysColourChangedEventPtr) | |
d55e5bfc RD |
5055 | |
5056 | #--------------------------------------------------------------------------- | |
5057 | ||
5b5c9bc7 RD |
5058 | class MouseCaptureChangedEvent(Event): |
5059 | """Proxy of C++ MouseCaptureChangedEvent class""" | |
d55e5bfc RD |
5060 | def __repr__(self): |
5061 | return "<%s.%s; proxy of C++ wxMouseCaptureChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5062 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
5063 | """__init__(self, int winid=0, Window gainedCapture=None) -> MouseCaptureChangedEvent""" |
5064 | newobj = _core_.new_MouseCaptureChangedEvent(*args, **kwargs) | |
d55e5bfc RD |
5065 | self.this = newobj.this |
5066 | self.thisown = 1 | |
5067 | del newobj.thisown | |
5068 | def GetCapturedWindow(*args, **kwargs): | |
5b5c9bc7 RD |
5069 | """GetCapturedWindow(self) -> Window""" |
5070 | return _core_.MouseCaptureChangedEvent_GetCapturedWindow(*args, **kwargs) | |
d55e5bfc RD |
5071 | |
5072 | ||
5b5c9bc7 | 5073 | class MouseCaptureChangedEventPtr(MouseCaptureChangedEvent): |
d55e5bfc RD |
5074 | def __init__(self, this): |
5075 | self.this = this | |
5076 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5077 | self.__class__ = MouseCaptureChangedEvent |
5078 | _core_.MouseCaptureChangedEvent_swigregister(MouseCaptureChangedEventPtr) | |
d55e5bfc RD |
5079 | |
5080 | #--------------------------------------------------------------------------- | |
5081 | ||
5b5c9bc7 RD |
5082 | class DisplayChangedEvent(Event): |
5083 | """Proxy of C++ DisplayChangedEvent class""" | |
d55e5bfc RD |
5084 | def __repr__(self): |
5085 | return "<%s.%s; proxy of C++ wxDisplayChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5086 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
5087 | """__init__(self) -> DisplayChangedEvent""" |
5088 | newobj = _core_.new_DisplayChangedEvent(*args, **kwargs) | |
d55e5bfc RD |
5089 | self.this = newobj.this |
5090 | self.thisown = 1 | |
5091 | del newobj.thisown | |
5092 | ||
5b5c9bc7 | 5093 | class DisplayChangedEventPtr(DisplayChangedEvent): |
d55e5bfc RD |
5094 | def __init__(self, this): |
5095 | self.this = this | |
5096 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5097 | self.__class__ = DisplayChangedEvent |
5098 | _core_.DisplayChangedEvent_swigregister(DisplayChangedEventPtr) | |
d55e5bfc RD |
5099 | |
5100 | #--------------------------------------------------------------------------- | |
5101 | ||
5b5c9bc7 RD |
5102 | class PaletteChangedEvent(Event): |
5103 | """Proxy of C++ PaletteChangedEvent class""" | |
d55e5bfc RD |
5104 | def __repr__(self): |
5105 | return "<%s.%s; proxy of C++ wxPaletteChangedEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5106 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
5107 | """__init__(self, int id=0) -> PaletteChangedEvent""" |
5108 | newobj = _core_.new_PaletteChangedEvent(*args, **kwargs) | |
d55e5bfc RD |
5109 | self.this = newobj.this |
5110 | self.thisown = 1 | |
5111 | del newobj.thisown | |
5112 | def SetChangedWindow(*args, **kwargs): | |
5b5c9bc7 RD |
5113 | """SetChangedWindow(self, Window win)""" |
5114 | return _core_.PaletteChangedEvent_SetChangedWindow(*args, **kwargs) | |
d55e5bfc RD |
5115 | |
5116 | def GetChangedWindow(*args, **kwargs): | |
5b5c9bc7 RD |
5117 | """GetChangedWindow(self) -> Window""" |
5118 | return _core_.PaletteChangedEvent_GetChangedWindow(*args, **kwargs) | |
d55e5bfc RD |
5119 | |
5120 | ||
5b5c9bc7 | 5121 | class PaletteChangedEventPtr(PaletteChangedEvent): |
d55e5bfc RD |
5122 | def __init__(self, this): |
5123 | self.this = this | |
5124 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5125 | self.__class__ = PaletteChangedEvent |
5126 | _core_.PaletteChangedEvent_swigregister(PaletteChangedEventPtr) | |
d55e5bfc RD |
5127 | |
5128 | #--------------------------------------------------------------------------- | |
5129 | ||
5b5c9bc7 RD |
5130 | class QueryNewPaletteEvent(Event): |
5131 | """Proxy of C++ QueryNewPaletteEvent class""" | |
d55e5bfc RD |
5132 | def __repr__(self): |
5133 | return "<%s.%s; proxy of C++ wxQueryNewPaletteEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5134 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
5135 | """__init__(self, int winid=0) -> QueryNewPaletteEvent""" |
5136 | newobj = _core_.new_QueryNewPaletteEvent(*args, **kwargs) | |
d55e5bfc RD |
5137 | self.this = newobj.this |
5138 | self.thisown = 1 | |
5139 | del newobj.thisown | |
5140 | def SetPaletteRealized(*args, **kwargs): | |
5141 | """SetPaletteRealized(self, bool realized)""" | |
5b5c9bc7 | 5142 | return _core_.QueryNewPaletteEvent_SetPaletteRealized(*args, **kwargs) |
d55e5bfc RD |
5143 | |
5144 | def GetPaletteRealized(*args, **kwargs): | |
5145 | """GetPaletteRealized(self) -> bool""" | |
5b5c9bc7 | 5146 | return _core_.QueryNewPaletteEvent_GetPaletteRealized(*args, **kwargs) |
d55e5bfc RD |
5147 | |
5148 | ||
5b5c9bc7 | 5149 | class QueryNewPaletteEventPtr(QueryNewPaletteEvent): |
d55e5bfc RD |
5150 | def __init__(self, this): |
5151 | self.this = this | |
5152 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5153 | self.__class__ = QueryNewPaletteEvent |
5154 | _core_.QueryNewPaletteEvent_swigregister(QueryNewPaletteEventPtr) | |
d55e5bfc RD |
5155 | |
5156 | #--------------------------------------------------------------------------- | |
5157 | ||
5b5c9bc7 RD |
5158 | class NavigationKeyEvent(Event): |
5159 | """Proxy of C++ NavigationKeyEvent class""" | |
d55e5bfc RD |
5160 | def __repr__(self): |
5161 | return "<%s.%s; proxy of C++ wxNavigationKeyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5162 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
5163 | """__init__(self) -> NavigationKeyEvent""" |
5164 | newobj = _core_.new_NavigationKeyEvent(*args, **kwargs) | |
d55e5bfc RD |
5165 | self.this = newobj.this |
5166 | self.thisown = 1 | |
5167 | del newobj.thisown | |
5168 | def GetDirection(*args, **kwargs): | |
5169 | """GetDirection(self) -> bool""" | |
5b5c9bc7 | 5170 | return _core_.NavigationKeyEvent_GetDirection(*args, **kwargs) |
d55e5bfc RD |
5171 | |
5172 | def SetDirection(*args, **kwargs): | |
908b74cd | 5173 | """SetDirection(self, bool forward)""" |
5b5c9bc7 | 5174 | return _core_.NavigationKeyEvent_SetDirection(*args, **kwargs) |
d55e5bfc RD |
5175 | |
5176 | def IsWindowChange(*args, **kwargs): | |
5177 | """IsWindowChange(self) -> bool""" | |
5b5c9bc7 | 5178 | return _core_.NavigationKeyEvent_IsWindowChange(*args, **kwargs) |
d55e5bfc RD |
5179 | |
5180 | def SetWindowChange(*args, **kwargs): | |
908b74cd | 5181 | """SetWindowChange(self, bool ischange)""" |
5b5c9bc7 | 5182 | return _core_.NavigationKeyEvent_SetWindowChange(*args, **kwargs) |
d55e5bfc | 5183 | |
68350608 RD |
5184 | def IsFromTab(*args, **kwargs): |
5185 | """IsFromTab(self) -> bool""" | |
5b5c9bc7 | 5186 | return _core_.NavigationKeyEvent_IsFromTab(*args, **kwargs) |
68350608 RD |
5187 | |
5188 | def SetFromTab(*args, **kwargs): | |
5189 | """SetFromTab(self, bool bIs)""" | |
5b5c9bc7 | 5190 | return _core_.NavigationKeyEvent_SetFromTab(*args, **kwargs) |
68350608 | 5191 | |
908b74cd RD |
5192 | def SetFlags(*args, **kwargs): |
5193 | """SetFlags(self, long flags)""" | |
5b5c9bc7 | 5194 | return _core_.NavigationKeyEvent_SetFlags(*args, **kwargs) |
908b74cd | 5195 | |
d55e5bfc | 5196 | def GetCurrentFocus(*args, **kwargs): |
5b5c9bc7 RD |
5197 | """GetCurrentFocus(self) -> Window""" |
5198 | return _core_.NavigationKeyEvent_GetCurrentFocus(*args, **kwargs) | |
d55e5bfc RD |
5199 | |
5200 | def SetCurrentFocus(*args, **kwargs): | |
5b5c9bc7 RD |
5201 | """SetCurrentFocus(self, Window win)""" |
5202 | return _core_.NavigationKeyEvent_SetCurrentFocus(*args, **kwargs) | |
d55e5bfc | 5203 | |
5b5c9bc7 RD |
5204 | IsBackward = _core_.NavigationKeyEvent_IsBackward |
5205 | IsForward = _core_.NavigationKeyEvent_IsForward | |
5206 | WinChange = _core_.NavigationKeyEvent_WinChange | |
5207 | FromTab = _core_.NavigationKeyEvent_FromTab | |
d55e5bfc | 5208 | |
5b5c9bc7 | 5209 | class NavigationKeyEventPtr(NavigationKeyEvent): |
d55e5bfc RD |
5210 | def __init__(self, this): |
5211 | self.this = this | |
5212 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5213 | self.__class__ = NavigationKeyEvent |
5214 | _core_.NavigationKeyEvent_swigregister(NavigationKeyEventPtr) | |
d55e5bfc RD |
5215 | |
5216 | #--------------------------------------------------------------------------- | |
5217 | ||
5b5c9bc7 RD |
5218 | class WindowCreateEvent(CommandEvent): |
5219 | """Proxy of C++ WindowCreateEvent class""" | |
d55e5bfc RD |
5220 | def __repr__(self): |
5221 | return "<%s.%s; proxy of C++ wxWindowCreateEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5222 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
5223 | """__init__(self, Window win=None) -> WindowCreateEvent""" |
5224 | newobj = _core_.new_WindowCreateEvent(*args, **kwargs) | |
d55e5bfc RD |
5225 | self.this = newobj.this |
5226 | self.thisown = 1 | |
5227 | del newobj.thisown | |
5228 | def GetWindow(*args, **kwargs): | |
5b5c9bc7 RD |
5229 | """GetWindow(self) -> Window""" |
5230 | return _core_.WindowCreateEvent_GetWindow(*args, **kwargs) | |
d55e5bfc RD |
5231 | |
5232 | ||
5b5c9bc7 | 5233 | class WindowCreateEventPtr(WindowCreateEvent): |
d55e5bfc RD |
5234 | def __init__(self, this): |
5235 | self.this = this | |
5236 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5237 | self.__class__ = WindowCreateEvent |
5238 | _core_.WindowCreateEvent_swigregister(WindowCreateEventPtr) | |
d55e5bfc | 5239 | |
5b5c9bc7 RD |
5240 | class WindowDestroyEvent(CommandEvent): |
5241 | """Proxy of C++ WindowDestroyEvent class""" | |
d55e5bfc RD |
5242 | def __repr__(self): |
5243 | return "<%s.%s; proxy of C++ wxWindowDestroyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5244 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
5245 | """__init__(self, Window win=None) -> WindowDestroyEvent""" |
5246 | newobj = _core_.new_WindowDestroyEvent(*args, **kwargs) | |
d55e5bfc RD |
5247 | self.this = newobj.this |
5248 | self.thisown = 1 | |
5249 | del newobj.thisown | |
5250 | def GetWindow(*args, **kwargs): | |
5b5c9bc7 RD |
5251 | """GetWindow(self) -> Window""" |
5252 | return _core_.WindowDestroyEvent_GetWindow(*args, **kwargs) | |
d55e5bfc RD |
5253 | |
5254 | ||
5b5c9bc7 | 5255 | class WindowDestroyEventPtr(WindowDestroyEvent): |
d55e5bfc RD |
5256 | def __init__(self, this): |
5257 | self.this = this | |
5258 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5259 | self.__class__ = WindowDestroyEvent |
5260 | _core_.WindowDestroyEvent_swigregister(WindowDestroyEventPtr) | |
d55e5bfc RD |
5261 | |
5262 | #--------------------------------------------------------------------------- | |
5263 | ||
5b5c9bc7 RD |
5264 | class ContextMenuEvent(CommandEvent): |
5265 | """Proxy of C++ ContextMenuEvent class""" | |
d55e5bfc RD |
5266 | def __repr__(self): |
5267 | return "<%s.%s; proxy of C++ wxContextMenuEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5268 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
5269 | """__init__(self, wxEventType type=wxEVT_NULL, int winid=0, Point pt=DefaultPosition) -> ContextMenuEvent""" |
5270 | newobj = _core_.new_ContextMenuEvent(*args, **kwargs) | |
d55e5bfc RD |
5271 | self.this = newobj.this |
5272 | self.thisown = 1 | |
5273 | del newobj.thisown | |
5274 | def GetPosition(*args, **kwargs): | |
5b5c9bc7 RD |
5275 | """GetPosition(self) -> Point""" |
5276 | return _core_.ContextMenuEvent_GetPosition(*args, **kwargs) | |
d55e5bfc RD |
5277 | |
5278 | def SetPosition(*args, **kwargs): | |
5b5c9bc7 RD |
5279 | """SetPosition(self, Point pos)""" |
5280 | return _core_.ContextMenuEvent_SetPosition(*args, **kwargs) | |
d55e5bfc RD |
5281 | |
5282 | ||
5b5c9bc7 | 5283 | class ContextMenuEventPtr(ContextMenuEvent): |
d55e5bfc RD |
5284 | def __init__(self, this): |
5285 | self.this = this | |
5286 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5287 | self.__class__ = ContextMenuEvent |
5288 | _core_.ContextMenuEvent_swigregister(ContextMenuEventPtr) | |
d55e5bfc RD |
5289 | |
5290 | #--------------------------------------------------------------------------- | |
5291 | ||
5b5c9bc7 RD |
5292 | IDLE_PROCESS_ALL = _core_.IDLE_PROCESS_ALL |
5293 | IDLE_PROCESS_SPECIFIED = _core_.IDLE_PROCESS_SPECIFIED | |
5294 | class IdleEvent(Event): | |
5295 | """Proxy of C++ IdleEvent class""" | |
d55e5bfc RD |
5296 | def __repr__(self): |
5297 | return "<%s.%s; proxy of C++ wxIdleEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5298 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
5299 | """__init__(self) -> IdleEvent""" |
5300 | newobj = _core_.new_IdleEvent(*args, **kwargs) | |
d55e5bfc RD |
5301 | self.this = newobj.this |
5302 | self.thisown = 1 | |
5303 | del newobj.thisown | |
5304 | def RequestMore(*args, **kwargs): | |
5305 | """RequestMore(self, bool needMore=True)""" | |
5b5c9bc7 | 5306 | return _core_.IdleEvent_RequestMore(*args, **kwargs) |
d55e5bfc RD |
5307 | |
5308 | def MoreRequested(*args, **kwargs): | |
5309 | """MoreRequested(self) -> bool""" | |
5b5c9bc7 | 5310 | return _core_.IdleEvent_MoreRequested(*args, **kwargs) |
d55e5bfc RD |
5311 | |
5312 | def SetMode(*args, **kwargs): | |
d6c14a4c | 5313 | """SetMode(int mode)""" |
5b5c9bc7 | 5314 | return _core_.IdleEvent_SetMode(*args, **kwargs) |
d55e5bfc RD |
5315 | |
5316 | SetMode = staticmethod(SetMode) | |
5317 | def GetMode(*args, **kwargs): | |
d6c14a4c | 5318 | """GetMode() -> int""" |
5b5c9bc7 | 5319 | return _core_.IdleEvent_GetMode(*args, **kwargs) |
d55e5bfc RD |
5320 | |
5321 | GetMode = staticmethod(GetMode) | |
5322 | def CanSend(*args, **kwargs): | |
5b5c9bc7 RD |
5323 | """CanSend(Window win) -> bool""" |
5324 | return _core_.IdleEvent_CanSend(*args, **kwargs) | |
d55e5bfc RD |
5325 | |
5326 | CanSend = staticmethod(CanSend) | |
5327 | ||
5b5c9bc7 | 5328 | class IdleEventPtr(IdleEvent): |
d55e5bfc RD |
5329 | def __init__(self, this): |
5330 | self.this = this | |
5331 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5332 | self.__class__ = IdleEvent |
5333 | _core_.IdleEvent_swigregister(IdleEventPtr) | |
d55e5bfc | 5334 | |
5b5c9bc7 RD |
5335 | def IdleEvent_SetMode(*args, **kwargs): |
5336 | """IdleEvent_SetMode(int mode)""" | |
5337 | return _core_.IdleEvent_SetMode(*args, **kwargs) | |
d55e5bfc | 5338 | |
5b5c9bc7 RD |
5339 | def IdleEvent_GetMode(*args, **kwargs): |
5340 | """IdleEvent_GetMode() -> int""" | |
5341 | return _core_.IdleEvent_GetMode(*args, **kwargs) | |
d55e5bfc | 5342 | |
5b5c9bc7 RD |
5343 | def IdleEvent_CanSend(*args, **kwargs): |
5344 | """IdleEvent_CanSend(Window win) -> bool""" | |
5345 | return _core_.IdleEvent_CanSend(*args, **kwargs) | |
d55e5bfc RD |
5346 | |
5347 | #--------------------------------------------------------------------------- | |
5348 | ||
5b5c9bc7 RD |
5349 | class PyEvent(Event): |
5350 | """Proxy of C++ PyEvent class""" | |
d55e5bfc RD |
5351 | def __repr__(self): |
5352 | return "<%s.%s; proxy of C++ wxPyEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5353 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
5354 | """__init__(self, int winid=0, wxEventType commandType=wxEVT_NULL) -> PyEvent""" |
5355 | newobj = _core_.new_PyEvent(*args, **kwargs) | |
d55e5bfc RD |
5356 | self.this = newobj.this |
5357 | self.thisown = 1 | |
5358 | del newobj.thisown | |
5359 | self.SetSelf(self) | |
5360 | ||
5b5c9bc7 | 5361 | def __del__(self, destroy=_core_.delete_PyEvent): |
d55e5bfc RD |
5362 | """__del__(self)""" |
5363 | try: | |
5364 | if self.thisown: destroy(self) | |
5365 | except: pass | |
5366 | ||
5367 | def SetSelf(*args, **kwargs): | |
5368 | """SetSelf(self, PyObject self)""" | |
5b5c9bc7 | 5369 | return _core_.PyEvent_SetSelf(*args, **kwargs) |
d55e5bfc RD |
5370 | |
5371 | def GetSelf(*args, **kwargs): | |
5372 | """GetSelf(self) -> PyObject""" | |
5b5c9bc7 | 5373 | return _core_.PyEvent_GetSelf(*args, **kwargs) |
d55e5bfc RD |
5374 | |
5375 | ||
5b5c9bc7 | 5376 | class PyEventPtr(PyEvent): |
d55e5bfc RD |
5377 | def __init__(self, this): |
5378 | self.this = this | |
5379 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5380 | self.__class__ = PyEvent |
5381 | _core_.PyEvent_swigregister(PyEventPtr) | |
d55e5bfc | 5382 | |
5b5c9bc7 RD |
5383 | class PyCommandEvent(CommandEvent): |
5384 | """Proxy of C++ PyCommandEvent class""" | |
d55e5bfc RD |
5385 | def __repr__(self): |
5386 | return "<%s.%s; proxy of C++ wxPyCommandEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5387 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
5388 | """__init__(self, wxEventType commandType=wxEVT_NULL, int id=0) -> PyCommandEvent""" |
5389 | newobj = _core_.new_PyCommandEvent(*args, **kwargs) | |
d55e5bfc RD |
5390 | self.this = newobj.this |
5391 | self.thisown = 1 | |
5392 | del newobj.thisown | |
5393 | self.SetSelf(self) | |
5394 | ||
5b5c9bc7 | 5395 | def __del__(self, destroy=_core_.delete_PyCommandEvent): |
d55e5bfc RD |
5396 | """__del__(self)""" |
5397 | try: | |
5398 | if self.thisown: destroy(self) | |
5399 | except: pass | |
5400 | ||
5401 | def SetSelf(*args, **kwargs): | |
5402 | """SetSelf(self, PyObject self)""" | |
5b5c9bc7 | 5403 | return _core_.PyCommandEvent_SetSelf(*args, **kwargs) |
d55e5bfc RD |
5404 | |
5405 | def GetSelf(*args, **kwargs): | |
5406 | """GetSelf(self) -> PyObject""" | |
5b5c9bc7 | 5407 | return _core_.PyCommandEvent_GetSelf(*args, **kwargs) |
d55e5bfc RD |
5408 | |
5409 | ||
5b5c9bc7 | 5410 | class PyCommandEventPtr(PyCommandEvent): |
d55e5bfc RD |
5411 | def __init__(self, this): |
5412 | self.this = this | |
5413 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5414 | self.__class__ = PyCommandEvent |
5415 | _core_.PyCommandEvent_swigregister(PyCommandEventPtr) | |
d55e5bfc | 5416 | |
5b5c9bc7 RD |
5417 | class DateEvent(CommandEvent): |
5418 | """Proxy of C++ DateEvent class""" | |
53aa7709 RD |
5419 | def __repr__(self): |
5420 | return "<%s.%s; proxy of C++ wxDateEvent instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5421 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
5422 | """__init__(self, Window win, DateTime dt, wxEventType type) -> DateEvent""" |
5423 | newobj = _core_.new_DateEvent(*args, **kwargs) | |
53aa7709 RD |
5424 | self.this = newobj.this |
5425 | self.thisown = 1 | |
5426 | del newobj.thisown | |
5427 | def GetDate(*args, **kwargs): | |
5b5c9bc7 RD |
5428 | """GetDate(self) -> DateTime""" |
5429 | return _core_.DateEvent_GetDate(*args, **kwargs) | |
53aa7709 RD |
5430 | |
5431 | def SetDate(*args, **kwargs): | |
5b5c9bc7 RD |
5432 | """SetDate(self, DateTime date)""" |
5433 | return _core_.DateEvent_SetDate(*args, **kwargs) | |
53aa7709 RD |
5434 | |
5435 | ||
5b5c9bc7 | 5436 | class DateEventPtr(DateEvent): |
53aa7709 RD |
5437 | def __init__(self, this): |
5438 | self.this = this | |
5439 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5440 | self.__class__ = DateEvent |
5441 | _core_.DateEvent_swigregister(DateEventPtr) | |
53aa7709 | 5442 | |
5b5c9bc7 | 5443 | wxEVT_DATE_CHANGED = _core_.wxEVT_DATE_CHANGED |
53aa7709 RD |
5444 | EVT_DATE_CHANGED = wx.PyEventBinder( wxEVT_DATE_CHANGED, 1 ) |
5445 | ||
d55e5bfc RD |
5446 | #--------------------------------------------------------------------------- |
5447 | ||
5b5c9bc7 RD |
5448 | PYAPP_ASSERT_SUPPRESS = _core_.PYAPP_ASSERT_SUPPRESS |
5449 | PYAPP_ASSERT_EXCEPTION = _core_.PYAPP_ASSERT_EXCEPTION | |
5450 | PYAPP_ASSERT_DIALOG = _core_.PYAPP_ASSERT_DIALOG | |
5451 | PYAPP_ASSERT_LOG = _core_.PYAPP_ASSERT_LOG | |
5452 | PRINT_WINDOWS = _core_.PRINT_WINDOWS | |
5453 | PRINT_POSTSCRIPT = _core_.PRINT_POSTSCRIPT | |
5454 | class PyApp(EvtHandler): | |
d6c14a4c RD |
5455 | """ |
5456 | The ``wx.PyApp`` class is an *implementation detail*, please use the | |
5457 | `wx.App` class (or some other derived class) instead. | |
5458 | """ | |
d55e5bfc RD |
5459 | def __repr__(self): |
5460 | return "<%s.%s; proxy of C++ wxPyApp instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5461 | def __init__(self, *args, **kwargs): | |
5462 | """ | |
5b5c9bc7 | 5463 | __init__(self) -> PyApp |
d55e5bfc RD |
5464 | |
5465 | Create a new application object, starting the bootstrap process. | |
5466 | """ | |
5b5c9bc7 | 5467 | newobj = _core_.new_PyApp(*args, **kwargs) |
d55e5bfc RD |
5468 | self.this = newobj.this |
5469 | self.thisown = 1 | |
5470 | del newobj.thisown | |
7993762b RD |
5471 | self._setCallbackInfo(self, PyApp, False) |
5472 | self._setOORInfo(self, False) | |
d55e5bfc | 5473 | |
5b5c9bc7 | 5474 | def __del__(self, destroy=_core_.delete_PyApp): |
d55e5bfc RD |
5475 | """__del__(self)""" |
5476 | try: | |
5477 | if self.thisown: destroy(self) | |
5478 | except: pass | |
5479 | ||
5480 | def _setCallbackInfo(*args, **kwargs): | |
7993762b | 5481 | """_setCallbackInfo(self, PyObject self, PyObject _class, bool incref)""" |
5b5c9bc7 | 5482 | return _core_.PyApp__setCallbackInfo(*args, **kwargs) |
d55e5bfc RD |
5483 | |
5484 | def GetAppName(*args, **kwargs): | |
5485 | """ | |
5b5c9bc7 | 5486 | GetAppName(self) -> String |
d55e5bfc RD |
5487 | |
5488 | Get the application name. | |
5489 | """ | |
5b5c9bc7 | 5490 | return _core_.PyApp_GetAppName(*args, **kwargs) |
d55e5bfc RD |
5491 | |
5492 | def SetAppName(*args, **kwargs): | |
5493 | """ | |
5b5c9bc7 | 5494 | SetAppName(self, String name) |
d55e5bfc | 5495 | |
d6c14a4c RD |
5496 | Set the application name. This value may be used automatically by |
5497 | `wx.Config` and such. | |
d55e5bfc | 5498 | """ |
5b5c9bc7 | 5499 | return _core_.PyApp_SetAppName(*args, **kwargs) |
d55e5bfc RD |
5500 | |
5501 | def GetClassName(*args, **kwargs): | |
5502 | """ | |
5b5c9bc7 | 5503 | GetClassName(self) -> String |
d55e5bfc RD |
5504 | |
5505 | Get the application's class name. | |
5506 | """ | |
5b5c9bc7 | 5507 | return _core_.PyApp_GetClassName(*args, **kwargs) |
d55e5bfc RD |
5508 | |
5509 | def SetClassName(*args, **kwargs): | |
5510 | """ | |
5b5c9bc7 | 5511 | SetClassName(self, String name) |
d55e5bfc | 5512 | |
d6c14a4c RD |
5513 | Set the application's class name. This value may be used for |
5514 | X-resources if applicable for the platform | |
d55e5bfc | 5515 | """ |
5b5c9bc7 | 5516 | return _core_.PyApp_SetClassName(*args, **kwargs) |
d55e5bfc RD |
5517 | |
5518 | def GetVendorName(*args, **kwargs): | |
5519 | """ | |
5b5c9bc7 | 5520 | GetVendorName(self) -> String |
d55e5bfc RD |
5521 | |
5522 | Get the application's vendor name. | |
5523 | """ | |
5b5c9bc7 | 5524 | return _core_.PyApp_GetVendorName(*args, **kwargs) |
d55e5bfc RD |
5525 | |
5526 | def SetVendorName(*args, **kwargs): | |
5527 | """ | |
5b5c9bc7 | 5528 | SetVendorName(self, String name) |
d55e5bfc | 5529 | |
d6c14a4c RD |
5530 | Set the application's vendor name. This value may be used |
5531 | automatically by `wx.Config` and such. | |
d55e5bfc | 5532 | """ |
5b5c9bc7 | 5533 | return _core_.PyApp_SetVendorName(*args, **kwargs) |
d55e5bfc RD |
5534 | |
5535 | def GetTraits(*args, **kwargs): | |
5536 | """ | |
5537 | GetTraits(self) -> wxAppTraits | |
5538 | ||
d6c14a4c RD |
5539 | Return (and create if necessary) the app traits object to which we |
5540 | delegate for everything which either should be configurable by the | |
5541 | user (then he can change the default behaviour simply by overriding | |
5542 | CreateTraits() and returning his own traits object) or which is | |
5543 | GUI/console dependent as then wx.AppTraits allows us to abstract the | |
5544 | differences behind the common facade. | |
5545 | ||
5546 | :todo: Add support for overriding CreateAppTraits in wxPython. | |
d55e5bfc | 5547 | """ |
5b5c9bc7 | 5548 | return _core_.PyApp_GetTraits(*args, **kwargs) |
d55e5bfc RD |
5549 | |
5550 | def ProcessPendingEvents(*args, **kwargs): | |
5551 | """ | |
5552 | ProcessPendingEvents(self) | |
5553 | ||
d6c14a4c RD |
5554 | Process all events in the Pending Events list -- it is necessary to |
5555 | call this function to process posted events. This normally happens | |
5556 | during each event loop iteration. | |
d55e5bfc | 5557 | """ |
5b5c9bc7 | 5558 | return _core_.PyApp_ProcessPendingEvents(*args, **kwargs) |
d55e5bfc RD |
5559 | |
5560 | def Yield(*args, **kwargs): | |
5561 | """ | |
5562 | Yield(self, bool onlyIfNeeded=False) -> bool | |
5563 | ||
d6c14a4c RD |
5564 | Process all currently pending events right now, instead of waiting |
5565 | until return to the event loop. It is an error to call ``Yield`` | |
5566 | recursively unless the value of ``onlyIfNeeded`` is True. | |
d55e5bfc | 5567 | |
d6c14a4c | 5568 | :warning: This function is dangerous as it can lead to unexpected |
15817c7e RD |
5569 | reentrancies (i.e. when called from an event handler it may |
5570 | result in calling the same event handler again), use with | |
5571 | extreme care or, better, don't use at all! | |
d55e5bfc | 5572 | |
d6c14a4c | 5573 | :see: `wx.Yield`, `wx.YieldIfNeeded`, `wx.SafeYield` |
15817c7e | 5574 | |
d55e5bfc | 5575 | """ |
5b5c9bc7 | 5576 | return _core_.PyApp_Yield(*args, **kwargs) |
d55e5bfc RD |
5577 | |
5578 | def WakeUpIdle(*args, **kwargs): | |
5579 | """ | |
5580 | WakeUpIdle(self) | |
5581 | ||
d6c14a4c RD |
5582 | Make sure that idle events are sent again. |
5583 | :see: `wx.WakeUpIdle` | |
d55e5bfc | 5584 | """ |
5b5c9bc7 | 5585 | return _core_.PyApp_WakeUpIdle(*args, **kwargs) |
d55e5bfc | 5586 | |
84f85550 RD |
5587 | def IsMainLoopRunning(*args, **kwargs): |
5588 | """ | |
5589 | IsMainLoopRunning() -> bool | |
5590 | ||
5591 | Returns True if we're running the main loop, i.e. if the events can | |
5592 | currently be dispatched. | |
5593 | """ | |
5b5c9bc7 | 5594 | return _core_.PyApp_IsMainLoopRunning(*args, **kwargs) |
84f85550 RD |
5595 | |
5596 | IsMainLoopRunning = staticmethod(IsMainLoopRunning) | |
d55e5bfc RD |
5597 | def MainLoop(*args, **kwargs): |
5598 | """ | |
5599 | MainLoop(self) -> int | |
5600 | ||
d6c14a4c RD |
5601 | Execute the main GUI loop, the function doesn't normally return until |
5602 | all top level windows have been closed and destroyed. | |
d55e5bfc | 5603 | """ |
5b5c9bc7 | 5604 | return _core_.PyApp_MainLoop(*args, **kwargs) |
d55e5bfc RD |
5605 | |
5606 | def Exit(*args, **kwargs): | |
5607 | """ | |
5608 | Exit(self) | |
5609 | ||
5610 | Exit the main loop thus terminating the application. | |
d6c14a4c | 5611 | :see: `wx.Exit` |
d55e5bfc | 5612 | """ |
5b5c9bc7 | 5613 | return _core_.PyApp_Exit(*args, **kwargs) |
d55e5bfc RD |
5614 | |
5615 | def ExitMainLoop(*args, **kwargs): | |
5616 | """ | |
5617 | ExitMainLoop(self) | |
5618 | ||
d6c14a4c RD |
5619 | Exit the main GUI loop during the next iteration of the main |
5620 | loop, (i.e. it does not stop the program immediately!) | |
d55e5bfc | 5621 | """ |
5b5c9bc7 | 5622 | return _core_.PyApp_ExitMainLoop(*args, **kwargs) |
d55e5bfc RD |
5623 | |
5624 | def Pending(*args, **kwargs): | |
5625 | """ | |
5626 | Pending(self) -> bool | |
5627 | ||
5628 | Returns True if there are unprocessed events in the event queue. | |
5629 | """ | |
5b5c9bc7 | 5630 | return _core_.PyApp_Pending(*args, **kwargs) |
d55e5bfc RD |
5631 | |
5632 | def Dispatch(*args, **kwargs): | |
5633 | """ | |
5634 | Dispatch(self) -> bool | |
5635 | ||
5636 | Process the first event in the event queue (blocks until an event | |
5637 | appears if there are none currently) | |
5638 | """ | |
5b5c9bc7 | 5639 | return _core_.PyApp_Dispatch(*args, **kwargs) |
d55e5bfc RD |
5640 | |
5641 | def ProcessIdle(*args, **kwargs): | |
5642 | """ | |
5643 | ProcessIdle(self) -> bool | |
5644 | ||
d6c14a4c RD |
5645 | Called from the MainLoop when the application becomes idle (there are |
5646 | no pending events) and sends a `wx.IdleEvent` to all interested | |
5647 | parties. Returns True if more idle events are needed, False if not. | |
d55e5bfc | 5648 | """ |
5b5c9bc7 | 5649 | return _core_.PyApp_ProcessIdle(*args, **kwargs) |
d55e5bfc RD |
5650 | |
5651 | def SendIdleEvents(*args, **kwargs): | |
5652 | """ | |
5b5c9bc7 | 5653 | SendIdleEvents(self, Window win, IdleEvent event) -> bool |
d55e5bfc | 5654 | |
d6c14a4c RD |
5655 | Send idle event to window and all subwindows. Returns True if more |
5656 | idle time is requested. | |
d55e5bfc | 5657 | """ |
5b5c9bc7 | 5658 | return _core_.PyApp_SendIdleEvents(*args, **kwargs) |
d55e5bfc RD |
5659 | |
5660 | def IsActive(*args, **kwargs): | |
5661 | """ | |
5662 | IsActive(self) -> bool | |
5663 | ||
5664 | Return True if our app has focus. | |
5665 | """ | |
5b5c9bc7 | 5666 | return _core_.PyApp_IsActive(*args, **kwargs) |
d55e5bfc RD |
5667 | |
5668 | def SetTopWindow(*args, **kwargs): | |
5669 | """ | |
5b5c9bc7 | 5670 | SetTopWindow(self, Window win) |
d55e5bfc | 5671 | |
d6c14a4c | 5672 | Set the *main* top level window |
d55e5bfc | 5673 | """ |
5b5c9bc7 | 5674 | return _core_.PyApp_SetTopWindow(*args, **kwargs) |
d55e5bfc RD |
5675 | |
5676 | def GetTopWindow(*args, **kwargs): | |
5677 | """ | |
5b5c9bc7 | 5678 | GetTopWindow(self) -> Window |
d55e5bfc | 5679 | |
d6c14a4c RD |
5680 | Return the *main* top level window (if it hadn't been set previously |
5681 | with SetTopWindow(), will return just some top level window and, if | |
5682 | there not any, will return None) | |
d55e5bfc | 5683 | """ |
5b5c9bc7 | 5684 | return _core_.PyApp_GetTopWindow(*args, **kwargs) |
d55e5bfc RD |
5685 | |
5686 | def SetExitOnFrameDelete(*args, **kwargs): | |
5687 | """ | |
5688 | SetExitOnFrameDelete(self, bool flag) | |
5689 | ||
d6c14a4c RD |
5690 | Control the exit behaviour: by default, the program will exit the main |
5691 | loop (and so, usually, terminate) when the last top-level program | |
5692 | window is deleted. Beware that if you disable this behaviour (with | |
5693 | SetExitOnFrameDelete(False)), you'll have to call ExitMainLoop() | |
5694 | explicitly from somewhere. | |
d55e5bfc | 5695 | """ |
5b5c9bc7 | 5696 | return _core_.PyApp_SetExitOnFrameDelete(*args, **kwargs) |
d55e5bfc RD |
5697 | |
5698 | def GetExitOnFrameDelete(*args, **kwargs): | |
5699 | """ | |
5700 | GetExitOnFrameDelete(self) -> bool | |
5701 | ||
5702 | Get the current exit behaviour setting. | |
5703 | """ | |
5b5c9bc7 | 5704 | return _core_.PyApp_GetExitOnFrameDelete(*args, **kwargs) |
d55e5bfc RD |
5705 | |
5706 | def SetUseBestVisual(*args, **kwargs): | |
5707 | """ | |
5708 | SetUseBestVisual(self, bool flag) | |
5709 | ||
d6c14a4c RD |
5710 | Set whether the app should try to use the best available visual on |
5711 | systems where more than one is available, (Sun, SGI, XFree86 4, etc.) | |
d55e5bfc | 5712 | """ |
5b5c9bc7 | 5713 | return _core_.PyApp_SetUseBestVisual(*args, **kwargs) |
d55e5bfc RD |
5714 | |
5715 | def GetUseBestVisual(*args, **kwargs): | |
5716 | """ | |
5717 | GetUseBestVisual(self) -> bool | |
5718 | ||
5719 | Get current UseBestVisual setting. | |
5720 | """ | |
5b5c9bc7 | 5721 | return _core_.PyApp_GetUseBestVisual(*args, **kwargs) |
d55e5bfc RD |
5722 | |
5723 | def SetPrintMode(*args, **kwargs): | |
5724 | """SetPrintMode(self, int mode)""" | |
5b5c9bc7 | 5725 | return _core_.PyApp_SetPrintMode(*args, **kwargs) |
d55e5bfc RD |
5726 | |
5727 | def GetPrintMode(*args, **kwargs): | |
5728 | """GetPrintMode(self) -> int""" | |
5b5c9bc7 | 5729 | return _core_.PyApp_GetPrintMode(*args, **kwargs) |
d55e5bfc RD |
5730 | |
5731 | def SetAssertMode(*args, **kwargs): | |
5732 | """ | |
5733 | SetAssertMode(self, int mode) | |
5734 | ||
15817c7e | 5735 | Set the OnAssert behaviour for debug and hybrid builds. |
d55e5bfc | 5736 | """ |
5b5c9bc7 | 5737 | return _core_.PyApp_SetAssertMode(*args, **kwargs) |
d55e5bfc RD |
5738 | |
5739 | def GetAssertMode(*args, **kwargs): | |
5740 | """ | |
5741 | GetAssertMode(self) -> int | |
5742 | ||
5743 | Get the current OnAssert behaviour setting. | |
5744 | """ | |
5b5c9bc7 | 5745 | return _core_.PyApp_GetAssertMode(*args, **kwargs) |
d55e5bfc RD |
5746 | |
5747 | def GetMacSupportPCMenuShortcuts(*args, **kwargs): | |
d6c14a4c | 5748 | """GetMacSupportPCMenuShortcuts() -> bool""" |
5b5c9bc7 | 5749 | return _core_.PyApp_GetMacSupportPCMenuShortcuts(*args, **kwargs) |
d55e5bfc RD |
5750 | |
5751 | GetMacSupportPCMenuShortcuts = staticmethod(GetMacSupportPCMenuShortcuts) | |
5752 | def GetMacAboutMenuItemId(*args, **kwargs): | |
d6c14a4c | 5753 | """GetMacAboutMenuItemId() -> long""" |
5b5c9bc7 | 5754 | return _core_.PyApp_GetMacAboutMenuItemId(*args, **kwargs) |
d55e5bfc RD |
5755 | |
5756 | GetMacAboutMenuItemId = staticmethod(GetMacAboutMenuItemId) | |
5757 | def GetMacPreferencesMenuItemId(*args, **kwargs): | |
d6c14a4c | 5758 | """GetMacPreferencesMenuItemId() -> long""" |
5b5c9bc7 | 5759 | return _core_.PyApp_GetMacPreferencesMenuItemId(*args, **kwargs) |
d55e5bfc RD |
5760 | |
5761 | GetMacPreferencesMenuItemId = staticmethod(GetMacPreferencesMenuItemId) | |
5762 | def GetMacExitMenuItemId(*args, **kwargs): | |
d6c14a4c | 5763 | """GetMacExitMenuItemId() -> long""" |
5b5c9bc7 | 5764 | return _core_.PyApp_GetMacExitMenuItemId(*args, **kwargs) |
d55e5bfc RD |
5765 | |
5766 | GetMacExitMenuItemId = staticmethod(GetMacExitMenuItemId) | |
5767 | def GetMacHelpMenuTitleName(*args, **kwargs): | |
5b5c9bc7 RD |
5768 | """GetMacHelpMenuTitleName() -> String""" |
5769 | return _core_.PyApp_GetMacHelpMenuTitleName(*args, **kwargs) | |
d55e5bfc RD |
5770 | |
5771 | GetMacHelpMenuTitleName = staticmethod(GetMacHelpMenuTitleName) | |
5772 | def SetMacSupportPCMenuShortcuts(*args, **kwargs): | |
d6c14a4c | 5773 | """SetMacSupportPCMenuShortcuts(bool val)""" |
5b5c9bc7 | 5774 | return _core_.PyApp_SetMacSupportPCMenuShortcuts(*args, **kwargs) |
d55e5bfc RD |
5775 | |
5776 | SetMacSupportPCMenuShortcuts = staticmethod(SetMacSupportPCMenuShortcuts) | |
5777 | def SetMacAboutMenuItemId(*args, **kwargs): | |
d6c14a4c | 5778 | """SetMacAboutMenuItemId(long val)""" |
5b5c9bc7 | 5779 | return _core_.PyApp_SetMacAboutMenuItemId(*args, **kwargs) |
d55e5bfc RD |
5780 | |
5781 | SetMacAboutMenuItemId = staticmethod(SetMacAboutMenuItemId) | |
5782 | def SetMacPreferencesMenuItemId(*args, **kwargs): | |
d6c14a4c | 5783 | """SetMacPreferencesMenuItemId(long val)""" |
5b5c9bc7 | 5784 | return _core_.PyApp_SetMacPreferencesMenuItemId(*args, **kwargs) |
d55e5bfc RD |
5785 | |
5786 | SetMacPreferencesMenuItemId = staticmethod(SetMacPreferencesMenuItemId) | |
5787 | def SetMacExitMenuItemId(*args, **kwargs): | |
d6c14a4c | 5788 | """SetMacExitMenuItemId(long val)""" |
5b5c9bc7 | 5789 | return _core_.PyApp_SetMacExitMenuItemId(*args, **kwargs) |
d55e5bfc RD |
5790 | |
5791 | SetMacExitMenuItemId = staticmethod(SetMacExitMenuItemId) | |
5792 | def SetMacHelpMenuTitleName(*args, **kwargs): | |
5b5c9bc7 RD |
5793 | """SetMacHelpMenuTitleName(String val)""" |
5794 | return _core_.PyApp_SetMacHelpMenuTitleName(*args, **kwargs) | |
d55e5bfc RD |
5795 | |
5796 | SetMacHelpMenuTitleName = staticmethod(SetMacHelpMenuTitleName) | |
5797 | def _BootstrapApp(*args, **kwargs): | |
5798 | """ | |
5799 | _BootstrapApp(self) | |
5800 | ||
5801 | For internal use only | |
5802 | """ | |
5b5c9bc7 | 5803 | return _core_.PyApp__BootstrapApp(*args, **kwargs) |
d55e5bfc RD |
5804 | |
5805 | def GetComCtl32Version(*args, **kwargs): | |
5806 | """ | |
d6c14a4c | 5807 | GetComCtl32Version() -> int |
d55e5bfc | 5808 | |
d6c14a4c RD |
5809 | Returns 400, 470, 471, etc. for comctl32.dll 4.00, 4.70, 4.71 or 0 if |
5810 | it wasn't found at all. Raises an exception on non-Windows platforms. | |
d55e5bfc | 5811 | """ |
5b5c9bc7 | 5812 | return _core_.PyApp_GetComCtl32Version(*args, **kwargs) |
d55e5bfc RD |
5813 | |
5814 | GetComCtl32Version = staticmethod(GetComCtl32Version) | |
5815 | ||
5b5c9bc7 | 5816 | class PyAppPtr(PyApp): |
d55e5bfc RD |
5817 | def __init__(self, this): |
5818 | self.this = this | |
5819 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
5820 | self.__class__ = PyApp |
5821 | _core_.PyApp_swigregister(PyAppPtr) | |
d55e5bfc | 5822 | |
5b5c9bc7 | 5823 | def PyApp_IsMainLoopRunning(*args, **kwargs): |
84f85550 | 5824 | """ |
5b5c9bc7 | 5825 | PyApp_IsMainLoopRunning() -> bool |
84f85550 RD |
5826 | |
5827 | Returns True if we're running the main loop, i.e. if the events can | |
5828 | currently be dispatched. | |
5829 | """ | |
5b5c9bc7 | 5830 | return _core_.PyApp_IsMainLoopRunning(*args, **kwargs) |
84f85550 | 5831 | |
5b5c9bc7 RD |
5832 | def PyApp_GetMacSupportPCMenuShortcuts(*args, **kwargs): |
5833 | """PyApp_GetMacSupportPCMenuShortcuts() -> bool""" | |
5834 | return _core_.PyApp_GetMacSupportPCMenuShortcuts(*args, **kwargs) | |
d55e5bfc | 5835 | |
5b5c9bc7 RD |
5836 | def PyApp_GetMacAboutMenuItemId(*args, **kwargs): |
5837 | """PyApp_GetMacAboutMenuItemId() -> long""" | |
5838 | return _core_.PyApp_GetMacAboutMenuItemId(*args, **kwargs) | |
d55e5bfc | 5839 | |
5b5c9bc7 RD |
5840 | def PyApp_GetMacPreferencesMenuItemId(*args, **kwargs): |
5841 | """PyApp_GetMacPreferencesMenuItemId() -> long""" | |
5842 | return _core_.PyApp_GetMacPreferencesMenuItemId(*args, **kwargs) | |
d55e5bfc | 5843 | |
5b5c9bc7 RD |
5844 | def PyApp_GetMacExitMenuItemId(*args, **kwargs): |
5845 | """PyApp_GetMacExitMenuItemId() -> long""" | |
5846 | return _core_.PyApp_GetMacExitMenuItemId(*args, **kwargs) | |
d55e5bfc | 5847 | |
5b5c9bc7 RD |
5848 | def PyApp_GetMacHelpMenuTitleName(*args, **kwargs): |
5849 | """PyApp_GetMacHelpMenuTitleName() -> String""" | |
5850 | return _core_.PyApp_GetMacHelpMenuTitleName(*args, **kwargs) | |
d55e5bfc | 5851 | |
5b5c9bc7 RD |
5852 | def PyApp_SetMacSupportPCMenuShortcuts(*args, **kwargs): |
5853 | """PyApp_SetMacSupportPCMenuShortcuts(bool val)""" | |
5854 | return _core_.PyApp_SetMacSupportPCMenuShortcuts(*args, **kwargs) | |
d55e5bfc | 5855 | |
5b5c9bc7 RD |
5856 | def PyApp_SetMacAboutMenuItemId(*args, **kwargs): |
5857 | """PyApp_SetMacAboutMenuItemId(long val)""" | |
5858 | return _core_.PyApp_SetMacAboutMenuItemId(*args, **kwargs) | |
d55e5bfc | 5859 | |
5b5c9bc7 RD |
5860 | def PyApp_SetMacPreferencesMenuItemId(*args, **kwargs): |
5861 | """PyApp_SetMacPreferencesMenuItemId(long val)""" | |
5862 | return _core_.PyApp_SetMacPreferencesMenuItemId(*args, **kwargs) | |
d55e5bfc | 5863 | |
5b5c9bc7 RD |
5864 | def PyApp_SetMacExitMenuItemId(*args, **kwargs): |
5865 | """PyApp_SetMacExitMenuItemId(long val)""" | |
5866 | return _core_.PyApp_SetMacExitMenuItemId(*args, **kwargs) | |
d55e5bfc | 5867 | |
5b5c9bc7 RD |
5868 | def PyApp_SetMacHelpMenuTitleName(*args, **kwargs): |
5869 | """PyApp_SetMacHelpMenuTitleName(String val)""" | |
5870 | return _core_.PyApp_SetMacHelpMenuTitleName(*args, **kwargs) | |
d55e5bfc | 5871 | |
5b5c9bc7 | 5872 | def PyApp_GetComCtl32Version(*args, **kwargs): |
d55e5bfc | 5873 | """ |
5b5c9bc7 | 5874 | PyApp_GetComCtl32Version() -> int |
d55e5bfc | 5875 | |
d6c14a4c RD |
5876 | Returns 400, 470, 471, etc. for comctl32.dll 4.00, 4.70, 4.71 or 0 if |
5877 | it wasn't found at all. Raises an exception on non-Windows platforms. | |
d55e5bfc | 5878 | """ |
5b5c9bc7 | 5879 | return _core_.PyApp_GetComCtl32Version(*args, **kwargs) |
d55e5bfc RD |
5880 | |
5881 | #--------------------------------------------------------------------------- | |
5882 | ||
5883 | ||
5b5c9bc7 | 5884 | def Exit(*args, **kwargs): |
d55e5bfc | 5885 | """ |
5b5c9bc7 | 5886 | Exit() |
d55e5bfc RD |
5887 | |
5888 | Force an exit of the application. Convenience for wx.GetApp().Exit() | |
5889 | """ | |
5b5c9bc7 | 5890 | return _core_.Exit(*args, **kwargs) |
d55e5bfc | 5891 | |
5b5c9bc7 | 5892 | def Yield(*args, **kwargs): |
d55e5bfc | 5893 | """ |
5b5c9bc7 | 5894 | Yield() -> bool |
d55e5bfc RD |
5895 | |
5896 | Yield to other apps/messages. Convenience for wx.GetApp().Yield() | |
5897 | """ | |
5b5c9bc7 | 5898 | return _core_.Yield(*args, **kwargs) |
d55e5bfc | 5899 | |
5b5c9bc7 | 5900 | def YieldIfNeeded(*args, **kwargs): |
d55e5bfc | 5901 | """ |
5b5c9bc7 | 5902 | YieldIfNeeded() -> bool |
d55e5bfc RD |
5903 | |
5904 | Yield to other apps/messages. Convenience for wx.GetApp().Yield(True) | |
5905 | """ | |
5b5c9bc7 | 5906 | return _core_.YieldIfNeeded(*args, **kwargs) |
d55e5bfc | 5907 | |
5b5c9bc7 | 5908 | def SafeYield(*args, **kwargs): |
d55e5bfc | 5909 | """ |
5b5c9bc7 | 5910 | SafeYield(Window win=None, bool onlyIfNeeded=False) -> bool |
d55e5bfc | 5911 | |
d6c14a4c RD |
5912 | This function is similar to `wx.Yield`, except that it disables the |
5913 | user input to all program windows before calling `wx.Yield` and | |
5914 | re-enables it again afterwards. If ``win`` is not None, this window | |
5915 | will remain enabled, allowing the implementation of some limited user | |
5916 | interaction. | |
d55e5bfc | 5917 | |
d6c14a4c | 5918 | :Returns: the result of the call to `wx.Yield`. |
d55e5bfc | 5919 | """ |
5b5c9bc7 | 5920 | return _core_.SafeYield(*args, **kwargs) |
d55e5bfc | 5921 | |
5b5c9bc7 | 5922 | def WakeUpIdle(*args, **kwargs): |
d55e5bfc | 5923 | """ |
5b5c9bc7 | 5924 | WakeUpIdle() |
d55e5bfc | 5925 | |
d6c14a4c RD |
5926 | Cause the message queue to become empty again, so idle events will be |
5927 | sent. | |
d55e5bfc | 5928 | """ |
5b5c9bc7 | 5929 | return _core_.WakeUpIdle(*args, **kwargs) |
d55e5bfc | 5930 | |
5b5c9bc7 | 5931 | def PostEvent(*args, **kwargs): |
d55e5bfc | 5932 | """ |
5b5c9bc7 | 5933 | PostEvent(EvtHandler dest, Event event) |
d55e5bfc | 5934 | |
d6c14a4c RD |
5935 | Send an event to a window or other wx.EvtHandler to be processed |
5936 | later. | |
d55e5bfc | 5937 | """ |
5b5c9bc7 | 5938 | return _core_.PostEvent(*args, **kwargs) |
d55e5bfc | 5939 | |
5b5c9bc7 | 5940 | def App_CleanUp(*args, **kwargs): |
d55e5bfc | 5941 | """ |
5b5c9bc7 | 5942 | App_CleanUp() |
d55e5bfc | 5943 | |
15817c7e | 5944 | For internal use only, it is used to cleanup after wxWidgets when |
d6c14a4c | 5945 | Python shuts down. |
d55e5bfc | 5946 | """ |
5b5c9bc7 | 5947 | return _core_.App_CleanUp(*args, **kwargs) |
d55e5bfc RD |
5948 | |
5949 | def GetApp(*args, **kwargs): | |
5950 | """ | |
5b5c9bc7 | 5951 | GetApp() -> PyApp |
d55e5bfc RD |
5952 | |
5953 | Return a reference to the current wx.App object. | |
5954 | """ | |
5b5c9bc7 | 5955 | return _core_.GetApp(*args, **kwargs) |
5cbf236d | 5956 | |
5b5c9bc7 | 5957 | def SetDefaultPyEncoding(*args, **kwargs): |
5cbf236d RD |
5958 | """ |
5959 | SetDefaultPyEncoding(string encoding) | |
5960 | ||
5961 | Sets the encoding that wxPython will use when it needs to convert a | |
5962 | Python string or unicode object to or from a wxString. | |
62d32a5f RD |
5963 | |
5964 | The default encoding is the value of ``locale.getdefaultlocale()[1]`` | |
5965 | but please be aware that the default encoding within the same locale | |
5966 | may be slightly different on different platforms. For example, please | |
5967 | see http://www.alanwood.net/demos/charsetdiffs.html for differences | |
5968 | between the common latin/roman encodings. | |
5cbf236d | 5969 | """ |
5b5c9bc7 | 5970 | return _core_.SetDefaultPyEncoding(*args, **kwargs) |
5cbf236d | 5971 | |
5b5c9bc7 | 5972 | def GetDefaultPyEncoding(*args, **kwargs): |
5cbf236d RD |
5973 | """ |
5974 | GetDefaultPyEncoding() -> string | |
5975 | ||
5976 | Gets the current encoding that wxPython will use when it needs to | |
5977 | convert a Python string or unicode object to or from a wxString. | |
5978 | """ | |
5b5c9bc7 | 5979 | return _core_.GetDefaultPyEncoding(*args, **kwargs) |
d55e5bfc RD |
5980 | #---------------------------------------------------------------------- |
5981 | ||
5982 | class PyOnDemandOutputWindow: | |
5983 | """ | |
5984 | A class that can be used for redirecting Python's stdout and | |
5985 | stderr streams. It will do nothing until something is wrriten to | |
5986 | the stream at which point it will create a Frame with a text area | |
5987 | and write the text there. | |
5988 | """ | |
5989 | def __init__(self, title = "wxPython: stdout/stderr"): | |
5990 | self.frame = None | |
5991 | self.title = title | |
412d302d RD |
5992 | self.pos = wx.DefaultPosition |
5993 | self.size = (450, 300) | |
d55e5bfc RD |
5994 | self.parent = None |
5995 | ||
5996 | def SetParent(self, parent): | |
5997 | """Set the window to be used as the popup Frame's parent.""" | |
5998 | self.parent = parent | |
5999 | ||
6000 | ||
6001 | def CreateOutputWindow(self, st): | |
412d302d RD |
6002 | self.frame = wx.Frame(self.parent, -1, self.title, self.pos, self.size, |
6003 | style=wx.DEFAULT_FRAME_STYLE) | |
d55e5bfc | 6004 | self.text = wx.TextCtrl(self.frame, -1, "", |
412d302d | 6005 | style=wx.TE_MULTILINE|wx.TE_READONLY) |
d55e5bfc | 6006 | self.text.AppendText(st) |
d55e5bfc RD |
6007 | self.frame.Show(True) |
6008 | EVT_CLOSE(self.frame, self.OnCloseWindow) | |
6009 | ||
6010 | ||
6011 | def OnCloseWindow(self, event): | |
6012 | if self.frame is not None: | |
6013 | self.frame.Destroy() | |
6014 | self.frame = None | |
6015 | self.text = None | |
6016 | ||
6017 | ||
6018 | # These methods provide the file-like output behaviour. | |
6019 | def write(self, text): | |
6020 | """ | |
6021 | Create the output window if needed and write the string to it. | |
6022 | If not called in the context of the gui thread then uses | |
6023 | CallAfter to do the work there. | |
6024 | """ | |
6025 | if self.frame is None: | |
6026 | if not wx.Thread_IsMain(): | |
6027 | wx.CallAfter(self.CreateOutputWindow, text) | |
6028 | else: | |
6029 | self.CreateOutputWindow(text) | |
6030 | else: | |
6031 | if not wx.Thread_IsMain(): | |
6032 | wx.CallAfter(self.text.AppendText, text) | |
6033 | else: | |
6034 | self.text.AppendText(text) | |
6035 | ||
6036 | ||
6037 | def close(self): | |
6038 | if self.frame is not None: | |
6039 | wx.CallAfter(self.frame.Close) | |
6040 | ||
6041 | ||
bb4524c4 RD |
6042 | def flush(self): |
6043 | pass | |
6044 | ||
6045 | ||
d55e5bfc RD |
6046 | |
6047 | #---------------------------------------------------------------------- | |
6048 | ||
6049 | _defRedirect = (wx.Platform == '__WXMSW__' or wx.Platform == '__WXMAC__') | |
6050 | ||
6051 | class App(wx.PyApp): | |
6052 | """ | |
d6c14a4c RD |
6053 | The ``wx.App`` class represents the application and is used to: |
6054 | ||
6055 | * bootstrap the wxPython system and initialize the underlying | |
6056 | gui toolkit | |
6057 | * set and get application-wide properties | |
6058 | * implement the windowing system main message or event loop, | |
6059 | and to dispatch events to window instances | |
6060 | * etc. | |
6061 | ||
6062 | Every application must have a ``wx.App`` instance, and all | |
6063 | creation of UI objects should be delayed until after the | |
6064 | ``wx.App`` object has been created in order to ensure that the gui | |
6065 | platform and wxWidgets have been fully initialized. | |
6066 | ||
6067 | Normally you would derive from this class and implement an | |
6068 | ``OnInit`` method that creates a frame and then calls | |
6069 | ``self.SetTopWindow(frame)``. | |
6070 | ||
6071 | :see: `wx.PySimpleApp` for a simpler app class that can be used | |
15817c7e | 6072 | directly. |
d55e5bfc | 6073 | """ |
d6c14a4c | 6074 | |
d55e5bfc RD |
6075 | outputWindowClass = PyOnDemandOutputWindow |
6076 | ||
d6c14a4c RD |
6077 | def __init__(self, redirect=_defRedirect, filename=None, |
6078 | useBestVisual=False, clearSigInt=True): | |
6079 | """ | |
6080 | Construct a ``wx.App`` object. | |
6081 | ||
6082 | :param redirect: Should ``sys.stdout`` and ``sys.stderr`` be | |
6083 | redirected? Defaults to True on Windows and Mac, False | |
6084 | otherwise. If `filename` is None then output will be | |
6085 | redirected to a window that pops up as needed. (You can | |
6086 | control what kind of window is created for the output by | |
6087 | resetting the class variable ``outputWindowClass`` to a | |
6088 | class of your choosing.) | |
6089 | ||
6090 | :param filename: The name of a file to redirect output to, if | |
6091 | redirect is True. | |
6092 | ||
6093 | :param useBestVisual: Should the app try to use the best | |
6094 | available visual provided by the system (only relevant on | |
6095 | systems that have more than one visual.) This parameter | |
6096 | must be used instead of calling `SetUseBestVisual` later | |
6097 | on because it must be set before the underlying GUI | |
6098 | toolkit is initialized. | |
6099 | ||
6100 | :param clearSigInt: Should SIGINT be cleared? This allows the | |
6101 | app to terminate upon a Ctrl-C in the console like other | |
6102 | GUI apps will. | |
6103 | ||
6104 | :note: You should override OnInit to do applicaition | |
6105 | initialization to ensure that the system, toolkit and | |
6106 | wxWidgets are fully initialized. | |
6107 | """ | |
d55e5bfc RD |
6108 | wx.PyApp.__init__(self) |
6109 | ||
6110 | if wx.Platform == "__WXMAC__": | |
6111 | try: | |
6112 | import MacOS | |
6113 | if not MacOS.WMAvailable(): | |
6114 | print """\ | |
6115 | This program needs access to the screen. Please run with 'pythonw', | |
6116 | not 'python', and only when you are logged in on the main display of | |
6117 | your Mac.""" | |
6118 | _sys.exit(1) | |
0346c964 RD |
6119 | except SystemExit: |
6120 | raise | |
d55e5bfc RD |
6121 | except: |
6122 | pass | |
6123 | ||
6124 | # This has to be done before OnInit | |
6125 | self.SetUseBestVisual(useBestVisual) | |
6126 | ||
6127 | # Set the default handler for SIGINT. This fixes a problem | |
6128 | # where if Ctrl-C is pressed in the console that started this | |
6129 | # app then it will not appear to do anything, (not even send | |
6130 | # KeyboardInterrupt???) but will later segfault on exit. By | |
6131 | # setting the default handler then the app will exit, as | |
6132 | # expected (depending on platform.) | |
d6c14a4c RD |
6133 | if clearSigInt: |
6134 | try: | |
6135 | import signal | |
6136 | signal.signal(signal.SIGINT, signal.SIG_DFL) | |
6137 | except: | |
6138 | pass | |
d55e5bfc RD |
6139 | |
6140 | # Save and redirect the stdio to a window? | |
6141 | self.stdioWin = None | |
6142 | self.saveStdio = (_sys.stdout, _sys.stderr) | |
6143 | if redirect: | |
6144 | self.RedirectStdio(filename) | |
6145 | ||
8fb0e70a RD |
6146 | # Use Python's install prefix as the default |
6147 | wx.StandardPaths.Get().SetInstallPrefix(_sys.prefix) | |
6148 | ||
d55e5bfc RD |
6149 | # This finishes the initialization of wxWindows and then calls |
6150 | # the OnInit that should be present in the derived class | |
6151 | self._BootstrapApp() | |
6152 | ||
6153 | ||
66af7a75 RD |
6154 | def __del__(self, destroy=wx.PyApp.__del__): |
6155 | self.RestoreStdio() # Just in case the MainLoop was overridden | |
6156 | destroy(self) | |
d55e5bfc | 6157 | |
7993762b RD |
6158 | def Destroy(self): |
6159 | wx.PyApp.Destroy(self) | |
6160 | self.thisown = 0 | |
d55e5bfc RD |
6161 | |
6162 | def SetTopWindow(self, frame): | |
6163 | """Set the \"main\" top level window""" | |
6164 | if self.stdioWin: | |
6165 | self.stdioWin.SetParent(frame) | |
6166 | wx.PyApp.SetTopWindow(self, frame) | |
6167 | ||
6168 | ||
6169 | def MainLoop(self): | |
6170 | """Execute the main GUI event loop""" | |
6171 | wx.PyApp.MainLoop(self) | |
6172 | self.RestoreStdio() | |
6173 | ||
6174 | ||
6175 | def RedirectStdio(self, filename=None): | |
6176 | """Redirect sys.stdout and sys.stderr to a file or a popup window.""" | |
6177 | if filename: | |
6178 | _sys.stdout = _sys.stderr = open(filename, 'a') | |
6179 | else: | |
6180 | self.stdioWin = self.outputWindowClass() | |
6181 | _sys.stdout = _sys.stderr = self.stdioWin | |
6182 | ||
6183 | ||
6184 | def RestoreStdio(self): | |
66af7a75 RD |
6185 | try: |
6186 | _sys.stdout, _sys.stderr = self.saveStdio | |
6187 | except: | |
6188 | pass | |
d55e5bfc RD |
6189 | |
6190 | ||
412d302d RD |
6191 | def SetOutputWindowAttributes(self, title=None, pos=None, size=None): |
6192 | """ | |
6193 | Set the title, position and/or size of the output window if | |
f5b96ee1 RD |
6194 | the stdio has been redirected. This should be called before |
6195 | any output would cause the output window to be created. | |
412d302d RD |
6196 | """ |
6197 | if self.stdioWin: | |
6198 | if title is not None: | |
6199 | self.stdioWin.title = title | |
6200 | if pos is not None: | |
6201 | self.stdioWin.pos = pos | |
6202 | if size is not None: | |
6203 | self.stdioWin.size = size | |
6204 | ||
6205 | ||
6206 | ||
d55e5bfc | 6207 | |
d6c14a4c | 6208 | # change from wx.PyApp_XX to wx.App_XX |
d55e5bfc RD |
6209 | App_GetMacSupportPCMenuShortcuts = _core_.PyApp_GetMacSupportPCMenuShortcuts |
6210 | App_GetMacAboutMenuItemId = _core_.PyApp_GetMacAboutMenuItemId | |
6211 | App_GetMacPreferencesMenuItemId = _core_.PyApp_GetMacPreferencesMenuItemId | |
6212 | App_GetMacExitMenuItemId = _core_.PyApp_GetMacExitMenuItemId | |
6213 | App_GetMacHelpMenuTitleName = _core_.PyApp_GetMacHelpMenuTitleName | |
6214 | App_SetMacSupportPCMenuShortcuts = _core_.PyApp_SetMacSupportPCMenuShortcuts | |
6215 | App_SetMacAboutMenuItemId = _core_.PyApp_SetMacAboutMenuItemId | |
6216 | App_SetMacPreferencesMenuItemId = _core_.PyApp_SetMacPreferencesMenuItemId | |
6217 | App_SetMacExitMenuItemId = _core_.PyApp_SetMacExitMenuItemId | |
6218 | App_SetMacHelpMenuTitleName = _core_.PyApp_SetMacHelpMenuTitleName | |
6219 | App_GetComCtl32Version = _core_.PyApp_GetComCtl32Version | |
6220 | ||
6221 | #---------------------------------------------------------------------------- | |
6222 | ||
6223 | class PySimpleApp(wx.App): | |
6224 | """ | |
6225 | A simple application class. You can just create one of these and | |
6226 | then then make your top level windows later, and not have to worry | |
d6c14a4c | 6227 | about OnInit. For example:: |
d55e5bfc | 6228 | |
d6c14a4c RD |
6229 | app = wx.PySimpleApp() |
6230 | frame = wx.Frame(None, title='Hello World') | |
6231 | frame.Show() | |
6232 | app.MainLoop() | |
6233 | ||
6234 | :see: `wx.App` | |
6235 | """ | |
6236 | ||
6237 | def __init__(self, redirect=False, filename=None, | |
6238 | useBestVisual=False, clearSigInt=True): | |
6239 | """ | |
6240 | :see: `wx.App.__init__` | |
6241 | """ | |
6242 | wx.App.__init__(self, redirect, filename, useBestVisual, clearSigInt) | |
d55e5bfc RD |
6243 | |
6244 | def OnInit(self): | |
d55e5bfc RD |
6245 | return True |
6246 | ||
6247 | ||
d6c14a4c | 6248 | |
d55e5bfc RD |
6249 | # Is anybody using this one? |
6250 | class PyWidgetTester(wx.App): | |
6251 | def __init__(self, size = (250, 100)): | |
6252 | self.size = size | |
6253 | wx.App.__init__(self, 0) | |
6254 | ||
6255 | def OnInit(self): | |
6256 | self.frame = wx.Frame(None, -1, "Widget Tester", pos=(0,0), size=self.size) | |
6257 | self.SetTopWindow(self.frame) | |
6258 | return True | |
6259 | ||
d6c14a4c RD |
6260 | def SetWidget(self, widgetClass, *args, **kwargs): |
6261 | w = widgetClass(self.frame, *args, **kwargs) | |
d55e5bfc RD |
6262 | self.frame.Show(True) |
6263 | ||
6264 | #---------------------------------------------------------------------------- | |
6265 | # DO NOT hold any other references to this object. This is how we | |
d6c14a4c | 6266 | # know when to cleanup system resources that wxWidgets is holding. When |
d55e5bfc | 6267 | # the sys module is unloaded, the refcount on sys.__wxPythonCleanup |
d6c14a4c | 6268 | # goes to zero and it calls the wx.App_CleanUp function. |
d55e5bfc RD |
6269 | |
6270 | class __wxPyCleanup: | |
6271 | def __init__(self): | |
6272 | self.cleanup = _core_.App_CleanUp | |
6273 | def __del__(self): | |
6274 | self.cleanup() | |
6275 | ||
6276 | _sys.__wxPythonCleanup = __wxPyCleanup() | |
6277 | ||
6278 | ## # another possible solution, but it gets called too early... | |
d6c14a4c RD |
6279 | ## import atexit |
6280 | ## atexit.register(_core_.wxApp_CleanUp) | |
d55e5bfc RD |
6281 | |
6282 | ||
6283 | #---------------------------------------------------------------------------- | |
6284 | ||
6285 | #--------------------------------------------------------------------------- | |
6286 | ||
5b5c9bc7 RD |
6287 | class EventLoop(object): |
6288 | """Proxy of C++ EventLoop class""" | |
b411df4a RD |
6289 | def __repr__(self): |
6290 | return "<%s.%s; proxy of C++ wxEventLoop instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
6291 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
6292 | """__init__(self) -> EventLoop""" |
6293 | newobj = _core_.new_EventLoop(*args, **kwargs) | |
b411df4a RD |
6294 | self.this = newobj.this |
6295 | self.thisown = 1 | |
6296 | del newobj.thisown | |
5b5c9bc7 | 6297 | def __del__(self, destroy=_core_.delete_EventLoop): |
b411df4a RD |
6298 | """__del__(self)""" |
6299 | try: | |
6300 | if self.thisown: destroy(self) | |
6301 | except: pass | |
6302 | ||
6303 | def Run(*args, **kwargs): | |
6304 | """Run(self) -> int""" | |
5b5c9bc7 | 6305 | return _core_.EventLoop_Run(*args, **kwargs) |
b411df4a RD |
6306 | |
6307 | def Exit(*args, **kwargs): | |
6308 | """Exit(self, int rc=0)""" | |
5b5c9bc7 | 6309 | return _core_.EventLoop_Exit(*args, **kwargs) |
b411df4a RD |
6310 | |
6311 | def Pending(*args, **kwargs): | |
6312 | """Pending(self) -> bool""" | |
5b5c9bc7 | 6313 | return _core_.EventLoop_Pending(*args, **kwargs) |
b411df4a RD |
6314 | |
6315 | def Dispatch(*args, **kwargs): | |
6316 | """Dispatch(self) -> bool""" | |
5b5c9bc7 | 6317 | return _core_.EventLoop_Dispatch(*args, **kwargs) |
b411df4a RD |
6318 | |
6319 | def IsRunning(*args, **kwargs): | |
6320 | """IsRunning(self) -> bool""" | |
5b5c9bc7 | 6321 | return _core_.EventLoop_IsRunning(*args, **kwargs) |
b411df4a RD |
6322 | |
6323 | def GetActive(*args, **kwargs): | |
5b5c9bc7 RD |
6324 | """GetActive() -> EventLoop""" |
6325 | return _core_.EventLoop_GetActive(*args, **kwargs) | |
b411df4a RD |
6326 | |
6327 | GetActive = staticmethod(GetActive) | |
6328 | def SetActive(*args, **kwargs): | |
5b5c9bc7 RD |
6329 | """SetActive(EventLoop loop)""" |
6330 | return _core_.EventLoop_SetActive(*args, **kwargs) | |
b411df4a RD |
6331 | |
6332 | SetActive = staticmethod(SetActive) | |
6333 | ||
5b5c9bc7 | 6334 | class EventLoopPtr(EventLoop): |
b411df4a RD |
6335 | def __init__(self, this): |
6336 | self.this = this | |
6337 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
6338 | self.__class__ = EventLoop |
6339 | _core_.EventLoop_swigregister(EventLoopPtr) | |
b411df4a | 6340 | |
5b5c9bc7 RD |
6341 | def EventLoop_GetActive(*args, **kwargs): |
6342 | """EventLoop_GetActive() -> EventLoop""" | |
6343 | return _core_.EventLoop_GetActive(*args, **kwargs) | |
b411df4a | 6344 | |
5b5c9bc7 RD |
6345 | def EventLoop_SetActive(*args, **kwargs): |
6346 | """EventLoop_SetActive(EventLoop loop)""" | |
6347 | return _core_.EventLoop_SetActive(*args, **kwargs) | |
b411df4a RD |
6348 | |
6349 | #--------------------------------------------------------------------------- | |
6350 | ||
5b5c9bc7 | 6351 | class AcceleratorEntry(object): |
d6c14a4c RD |
6352 | """ |
6353 | A class used to define items in an `wx.AcceleratorTable`. wxPython | |
6354 | programs can choose to use wx.AcceleratorEntry objects, but using a | |
6355 | list of 3-tuple of integers (flags, keyCode, cmdID) usually works just | |
15817c7e | 6356 | as well. See `__init__` for of the tuple values. |
d6c14a4c RD |
6357 | |
6358 | :see: `wx.AcceleratorTable` | |
6359 | """ | |
d55e5bfc RD |
6360 | def __repr__(self): |
6361 | return "<%s.%s; proxy of C++ wxAcceleratorEntry instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
6362 | def __init__(self, *args, **kwargs): | |
d6c14a4c | 6363 | """ |
5b5c9bc7 | 6364 | __init__(self, int flags=0, int keyCode=0, int cmdID=0) -> AcceleratorEntry |
d6c14a4c RD |
6365 | |
6366 | Construct a wx.AcceleratorEntry. | |
d6c14a4c | 6367 | """ |
5b5c9bc7 | 6368 | newobj = _core_.new_AcceleratorEntry(*args, **kwargs) |
d55e5bfc RD |
6369 | self.this = newobj.this |
6370 | self.thisown = 1 | |
6371 | del newobj.thisown | |
5b5c9bc7 | 6372 | def __del__(self, destroy=_core_.delete_AcceleratorEntry): |
d55e5bfc RD |
6373 | """__del__(self)""" |
6374 | try: | |
6375 | if self.thisown: destroy(self) | |
6376 | except: pass | |
6377 | ||
6378 | def Set(*args, **kwargs): | |
d6c14a4c RD |
6379 | """ |
6380 | Set(self, int flags, int keyCode, int cmd) | |
d55e5bfc | 6381 | |
d6c14a4c RD |
6382 | (Re)set the attributes of a wx.AcceleratorEntry. |
6383 | :see `__init__` | |
6384 | """ | |
5b5c9bc7 | 6385 | return _core_.AcceleratorEntry_Set(*args, **kwargs) |
d55e5bfc RD |
6386 | |
6387 | def GetFlags(*args, **kwargs): | |
d6c14a4c RD |
6388 | """ |
6389 | GetFlags(self) -> int | |
6390 | ||
6391 | Get the AcceleratorEntry's flags. | |
6392 | """ | |
5b5c9bc7 | 6393 | return _core_.AcceleratorEntry_GetFlags(*args, **kwargs) |
d55e5bfc RD |
6394 | |
6395 | def GetKeyCode(*args, **kwargs): | |
d6c14a4c RD |
6396 | """ |
6397 | GetKeyCode(self) -> int | |
6398 | ||
6399 | Get the AcceleratorEntry's keycode. | |
6400 | """ | |
5b5c9bc7 | 6401 | return _core_.AcceleratorEntry_GetKeyCode(*args, **kwargs) |
d55e5bfc RD |
6402 | |
6403 | def GetCommand(*args, **kwargs): | |
d6c14a4c RD |
6404 | """ |
6405 | GetCommand(self) -> int | |
6406 | ||
6407 | Get the AcceleratorEntry's command ID. | |
6408 | """ | |
5b5c9bc7 | 6409 | return _core_.AcceleratorEntry_GetCommand(*args, **kwargs) |
d55e5bfc RD |
6410 | |
6411 | ||
5b5c9bc7 | 6412 | class AcceleratorEntryPtr(AcceleratorEntry): |
d55e5bfc RD |
6413 | def __init__(self, this): |
6414 | self.this = this | |
6415 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
6416 | self.__class__ = AcceleratorEntry |
6417 | _core_.AcceleratorEntry_swigregister(AcceleratorEntryPtr) | |
d55e5bfc | 6418 | |
5b5c9bc7 | 6419 | class AcceleratorTable(Object): |
d6c14a4c RD |
6420 | """ |
6421 | An accelerator table allows the application to specify a table of | |
6422 | keyboard shortcuts for menus or other commands. On Windows, menu or | |
6423 | button commands are supported; on GTK, only menu commands are | |
6424 | supported. | |
d6c14a4c | 6425 | """ |
d55e5bfc RD |
6426 | def __repr__(self): |
6427 | return "<%s.%s; proxy of C++ wxAcceleratorTable instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
6428 | def __init__(self, *args, **kwargs): | |
6429 | """ | |
6430 | __init__(entries) -> AcceleratorTable | |
6431 | ||
d6c14a4c RD |
6432 | Construct an AcceleratorTable from a list of `wx.AcceleratorEntry` |
6433 | items or or of 3-tuples (flags, keyCode, cmdID) | |
6434 | ||
6435 | :see: `wx.AcceleratorEntry` | |
d55e5bfc | 6436 | """ |
5b5c9bc7 | 6437 | newobj = _core_.new_AcceleratorTable(*args, **kwargs) |
d55e5bfc RD |
6438 | self.this = newobj.this |
6439 | self.thisown = 1 | |
6440 | del newobj.thisown | |
5b5c9bc7 | 6441 | def __del__(self, destroy=_core_.delete_AcceleratorTable): |
d55e5bfc RD |
6442 | """__del__(self)""" |
6443 | try: | |
6444 | if self.thisown: destroy(self) | |
6445 | except: pass | |
6446 | ||
6447 | def Ok(*args, **kwargs): | |
6448 | """Ok(self) -> bool""" | |
5b5c9bc7 | 6449 | return _core_.AcceleratorTable_Ok(*args, **kwargs) |
d55e5bfc RD |
6450 | |
6451 | ||
5b5c9bc7 | 6452 | class AcceleratorTablePtr(AcceleratorTable): |
d55e5bfc RD |
6453 | def __init__(self, this): |
6454 | self.this = this | |
6455 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
6456 | self.__class__ = AcceleratorTable |
6457 | _core_.AcceleratorTable_swigregister(AcceleratorTablePtr) | |
d55e5bfc RD |
6458 | |
6459 | ||
5b5c9bc7 RD |
6460 | def GetAccelFromString(*args, **kwargs): |
6461 | """GetAccelFromString(String label) -> AcceleratorEntry""" | |
6462 | return _core_.GetAccelFromString(*args, **kwargs) | |
d55e5bfc RD |
6463 | #--------------------------------------------------------------------------- |
6464 | ||
5b5c9bc7 | 6465 | class VisualAttributes(object): |
d55e5bfc RD |
6466 | """struct containing all the visual attributes of a control""" |
6467 | def __repr__(self): | |
6468 | return "<%s.%s; proxy of C++ wxVisualAttributes instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
6469 | def __init__(self, *args, **kwargs): | |
6470 | """ | |
5b5c9bc7 | 6471 | __init__(self) -> VisualAttributes |
d55e5bfc RD |
6472 | |
6473 | struct containing all the visual attributes of a control | |
6474 | """ | |
5b5c9bc7 | 6475 | newobj = _core_.new_VisualAttributes(*args, **kwargs) |
d55e5bfc RD |
6476 | self.this = newobj.this |
6477 | self.thisown = 1 | |
6478 | del newobj.thisown | |
5b5c9bc7 | 6479 | def __del__(self, destroy=_core_.delete_VisualAttributes): |
d55e5bfc RD |
6480 | """__del__(self)""" |
6481 | try: | |
6482 | if self.thisown: destroy(self) | |
6483 | except: pass | |
6484 | ||
5b5c9bc7 RD |
6485 | font = property(_core_.VisualAttributes_font_get, _core_.VisualAttributes_font_set) |
6486 | colFg = property(_core_.VisualAttributes_colFg_get, _core_.VisualAttributes_colFg_set) | |
6487 | colBg = property(_core_.VisualAttributes_colBg_get, _core_.VisualAttributes_colBg_set) | |
d55e5bfc | 6488 | |
5b5c9bc7 | 6489 | class VisualAttributesPtr(VisualAttributes): |
d55e5bfc RD |
6490 | def __init__(self, this): |
6491 | self.this = this | |
6492 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
6493 | self.__class__ = VisualAttributes |
6494 | _core_.VisualAttributes_swigregister(VisualAttributesPtr) | |
6495 | NullAcceleratorTable = cvar.NullAcceleratorTable | |
d55e5bfc RD |
6496 | PanelNameStr = cvar.PanelNameStr |
6497 | ||
5b5c9bc7 RD |
6498 | WINDOW_VARIANT_NORMAL = _core_.WINDOW_VARIANT_NORMAL |
6499 | WINDOW_VARIANT_SMALL = _core_.WINDOW_VARIANT_SMALL | |
6500 | WINDOW_VARIANT_MINI = _core_.WINDOW_VARIANT_MINI | |
6501 | WINDOW_VARIANT_LARGE = _core_.WINDOW_VARIANT_LARGE | |
6502 | WINDOW_VARIANT_MAX = _core_.WINDOW_VARIANT_MAX | |
6503 | class Window(EvtHandler): | |
d55e5bfc RD |
6504 | """ |
6505 | wx.Window is the base class for all windows and represents any visible | |
6506 | object on the screen. All controls, top level windows and so on are | |
6507 | wx.Windows. Sizers and device contexts are not however, as they don't | |
6508 | appear on screen themselves. | |
6509 | ||
6510 | """ | |
6511 | def __repr__(self): | |
6512 | return "<%s.%s; proxy of C++ wxWindow instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
6513 | def __init__(self, *args, **kwargs): | |
6514 | """ | |
5b5c9bc7 RD |
6515 | __init__(self, Window parent, int id=-1, Point pos=DefaultPosition, |
6516 | Size size=DefaultSize, long style=0, String name=PanelNameStr) -> Window | |
d55e5bfc RD |
6517 | |
6518 | Construct and show a generic Window. | |
6519 | """ | |
5b5c9bc7 | 6520 | newobj = _core_.new_Window(*args, **kwargs) |
d55e5bfc RD |
6521 | self.this = newobj.this |
6522 | self.thisown = 1 | |
6523 | del newobj.thisown | |
6524 | self._setOORInfo(self) | |
6525 | ||
6526 | def Create(*args, **kwargs): | |
6527 | """ | |
5b5c9bc7 RD |
6528 | Create(self, Window parent, int id=-1, Point pos=DefaultPosition, |
6529 | Size size=DefaultSize, long style=0, String name=PanelNameStr) -> bool | |
d55e5bfc RD |
6530 | |
6531 | Create the GUI part of the Window for 2-phase creation mode. | |
6532 | """ | |
5b5c9bc7 | 6533 | return _core_.Window_Create(*args, **kwargs) |
d55e5bfc RD |
6534 | |
6535 | def Close(*args, **kwargs): | |
6536 | """ | |
6537 | Close(self, bool force=False) -> bool | |
6538 | ||
6539 | This function simply generates a EVT_CLOSE event whose handler usually | |
6540 | tries to close the window. It doesn't close the window itself, | |
6541 | however. If force is False (the default) then the window's close | |
6542 | handler will be allowed to veto the destruction of the window. | |
d55e5bfc | 6543 | """ |
5b5c9bc7 | 6544 | return _core_.Window_Close(*args, **kwargs) |
d55e5bfc RD |
6545 | |
6546 | def Destroy(*args, **kwargs): | |
6547 | """ | |
6548 | Destroy(self) -> bool | |
6549 | ||
6550 | Destroys the window safely. Frames and dialogs are not destroyed | |
6551 | immediately when this function is called -- they are added to a list | |
6552 | of windows to be deleted on idle time, when all the window's events | |
6553 | have been processed. This prevents problems with events being sent to | |
6554 | non-existent windows. | |
6555 | ||
6556 | Returns True if the window has either been successfully deleted, or it | |
6557 | has been added to the list of windows pending real deletion. | |
6558 | """ | |
5b5c9bc7 | 6559 | return _core_.Window_Destroy(*args, **kwargs) |
d55e5bfc RD |
6560 | |
6561 | def DestroyChildren(*args, **kwargs): | |
6562 | """ | |
6563 | DestroyChildren(self) -> bool | |
6564 | ||
15817c7e RD |
6565 | Destroys all children of a window. Called automatically by the |
6566 | destructor. | |
d55e5bfc | 6567 | """ |
5b5c9bc7 | 6568 | return _core_.Window_DestroyChildren(*args, **kwargs) |
d55e5bfc RD |
6569 | |
6570 | def IsBeingDeleted(*args, **kwargs): | |
6571 | """ | |
6572 | IsBeingDeleted(self) -> bool | |
6573 | ||
6574 | Is the window in the process of being deleted? | |
6575 | """ | |
5b5c9bc7 | 6576 | return _core_.Window_IsBeingDeleted(*args, **kwargs) |
d55e5bfc RD |
6577 | |
6578 | def SetTitle(*args, **kwargs): | |
6579 | """ | |
5b5c9bc7 | 6580 | SetTitle(self, String title) |
d55e5bfc RD |
6581 | |
6582 | Sets the window's title. Applicable only to frames and dialogs. | |
6583 | """ | |
5b5c9bc7 | 6584 | return _core_.Window_SetTitle(*args, **kwargs) |
d55e5bfc RD |
6585 | |
6586 | def GetTitle(*args, **kwargs): | |
6587 | """ | |
5b5c9bc7 | 6588 | GetTitle(self) -> String |
d55e5bfc RD |
6589 | |
6590 | Gets the window's title. Applicable only to frames and dialogs. | |
6591 | """ | |
5b5c9bc7 | 6592 | return _core_.Window_GetTitle(*args, **kwargs) |
d55e5bfc RD |
6593 | |
6594 | def SetLabel(*args, **kwargs): | |
6595 | """ | |
5b5c9bc7 | 6596 | SetLabel(self, String label) |
d55e5bfc RD |
6597 | |
6598 | Set the text which the window shows in its label if applicable. | |
6599 | """ | |
5b5c9bc7 | 6600 | return _core_.Window_SetLabel(*args, **kwargs) |
d55e5bfc RD |
6601 | |
6602 | def GetLabel(*args, **kwargs): | |
6603 | """ | |
5b5c9bc7 | 6604 | GetLabel(self) -> String |
d55e5bfc | 6605 | |
15817c7e RD |
6606 | Generic way of getting a label from any window, for identification |
6607 | purposes. The interpretation of this function differs from class to | |
6608 | class. For frames and dialogs, the value returned is the title. For | |
6609 | buttons or static text controls, it is the button text. This function | |
6610 | can be useful for meta-programs such as testing tools or special-needs | |
6611 | access programs)which need to identify windows by name. | |
d55e5bfc | 6612 | """ |
5b5c9bc7 | 6613 | return _core_.Window_GetLabel(*args, **kwargs) |
d55e5bfc RD |
6614 | |
6615 | def SetName(*args, **kwargs): | |
6616 | """ | |
5b5c9bc7 | 6617 | SetName(self, String name) |
d55e5bfc | 6618 | |
15817c7e RD |
6619 | Sets the window's name. The window name is used for ressource setting |
6620 | in X, it is not the same as the window title/label | |
d55e5bfc | 6621 | """ |
5b5c9bc7 | 6622 | return _core_.Window_SetName(*args, **kwargs) |
d55e5bfc RD |
6623 | |
6624 | def GetName(*args, **kwargs): | |
6625 | """ | |
5b5c9bc7 | 6626 | GetName(self) -> String |
d55e5bfc | 6627 | |
15817c7e RD |
6628 | Returns the windows name. This name is not guaranteed to be unique; |
6629 | it is up to the programmer to supply an appropriate name in the window | |
6630 | constructor or via wx.Window.SetName. | |
d55e5bfc | 6631 | """ |
5b5c9bc7 | 6632 | return _core_.Window_GetName(*args, **kwargs) |
d55e5bfc RD |
6633 | |
6634 | def SetWindowVariant(*args, **kwargs): | |
6635 | """ | |
6636 | SetWindowVariant(self, int variant) | |
6637 | ||
15817c7e RD |
6638 | Sets the variant of the window/font size to use for this window, if |
6639 | the platform supports variants, for example, wxMac. | |
d55e5bfc | 6640 | """ |
5b5c9bc7 | 6641 | return _core_.Window_SetWindowVariant(*args, **kwargs) |
d55e5bfc RD |
6642 | |
6643 | def GetWindowVariant(*args, **kwargs): | |
6644 | """GetWindowVariant(self) -> int""" | |
5b5c9bc7 | 6645 | return _core_.Window_GetWindowVariant(*args, **kwargs) |
d55e5bfc RD |
6646 | |
6647 | def SetId(*args, **kwargs): | |
6648 | """ | |
6649 | SetId(self, int winid) | |
6650 | ||
6651 | Sets the identifier of the window. Each window has an integer | |
6652 | identifier. If the application has not provided one, an identifier | |
6653 | will be generated. Normally, the identifier should be provided on | |
6654 | creation and should not be modified subsequently. | |
6655 | """ | |
5b5c9bc7 | 6656 | return _core_.Window_SetId(*args, **kwargs) |
d55e5bfc RD |
6657 | |
6658 | def GetId(*args, **kwargs): | |
6659 | """ | |
6660 | GetId(self) -> int | |
6661 | ||
6662 | Returns the identifier of the window. Each window has an integer | |
6663 | identifier. If the application has not provided one (or the default Id | |
6664 | -1 is used) then an unique identifier with a negative value will be | |
6665 | generated. | |
6666 | """ | |
5b5c9bc7 | 6667 | return _core_.Window_GetId(*args, **kwargs) |
d55e5bfc RD |
6668 | |
6669 | def NewControlId(*args, **kwargs): | |
6670 | """ | |
d6c14a4c | 6671 | NewControlId() -> int |
d55e5bfc RD |
6672 | |
6673 | Generate a control id for the controls which were not given one. | |
6674 | """ | |
5b5c9bc7 | 6675 | return _core_.Window_NewControlId(*args, **kwargs) |
d55e5bfc RD |
6676 | |
6677 | NewControlId = staticmethod(NewControlId) | |
6678 | def NextControlId(*args, **kwargs): | |
6679 | """ | |
d6c14a4c | 6680 | NextControlId(int winid) -> int |
d55e5bfc RD |
6681 | |
6682 | Get the id of the control following the one with the given | |
15817c7e | 6683 | autogenerated) id |
d55e5bfc | 6684 | """ |
5b5c9bc7 | 6685 | return _core_.Window_NextControlId(*args, **kwargs) |
d55e5bfc RD |
6686 | |
6687 | NextControlId = staticmethod(NextControlId) | |
6688 | def PrevControlId(*args, **kwargs): | |
6689 | """ | |
d6c14a4c | 6690 | PrevControlId(int winid) -> int |
d55e5bfc RD |
6691 | |
6692 | Get the id of the control preceding the one with the given | |
15817c7e | 6693 | autogenerated) id |
d55e5bfc | 6694 | """ |
5b5c9bc7 | 6695 | return _core_.Window_PrevControlId(*args, **kwargs) |
d55e5bfc RD |
6696 | |
6697 | PrevControlId = staticmethod(PrevControlId) | |
6698 | def SetSize(*args, **kwargs): | |
6699 | """ | |
5b5c9bc7 | 6700 | SetSize(self, Size size) |
d55e5bfc RD |
6701 | |
6702 | Sets the size of the window in pixels. | |
6703 | """ | |
5b5c9bc7 | 6704 | return _core_.Window_SetSize(*args, **kwargs) |
d55e5bfc RD |
6705 | |
6706 | def SetDimensions(*args, **kwargs): | |
6707 | """ | |
5b5c9bc7 | 6708 | SetDimensions(self, int x, int y, int width, int height, int sizeFlags=SIZE_AUTO) |
d55e5bfc RD |
6709 | |
6710 | Sets the position and size of the window in pixels. The sizeFlags | |
6711 | parameter indicates the interpretation of the other params if they are | |
62d32a5f RD |
6712 | equal to -1. |
6713 | ||
6714 | ======================== ====================================== | |
6715 | wx.SIZE_AUTO A -1 indicates that a class-specific | |
6716 | default should be used. | |
6717 | wx.SIZE_USE_EXISTING Axisting dimensions should be used if | |
6718 | -1 values are supplied. | |
6719 | wxSIZE_ALLOW_MINUS_ONE Allow dimensions of -1 and less to be | |
6720 | interpreted as real dimensions, not | |
6721 | default values. | |
6722 | ======================== ====================================== | |
6723 | ||
d55e5bfc | 6724 | """ |
5b5c9bc7 | 6725 | return _core_.Window_SetDimensions(*args, **kwargs) |
d55e5bfc RD |
6726 | |
6727 | def SetRect(*args, **kwargs): | |
6728 | """ | |
5b5c9bc7 | 6729 | SetRect(self, Rect rect, int sizeFlags=SIZE_AUTO) |
d55e5bfc RD |
6730 | |
6731 | Sets the position and size of the window in pixels using a wx.Rect. | |
6732 | """ | |
5b5c9bc7 | 6733 | return _core_.Window_SetRect(*args, **kwargs) |
d55e5bfc RD |
6734 | |
6735 | def SetSizeWH(*args, **kwargs): | |
6736 | """ | |
6737 | SetSizeWH(self, int width, int height) | |
6738 | ||
6739 | Sets the size of the window in pixels. | |
6740 | """ | |
5b5c9bc7 | 6741 | return _core_.Window_SetSizeWH(*args, **kwargs) |
d55e5bfc RD |
6742 | |
6743 | def Move(*args, **kwargs): | |
6744 | """ | |
5b5c9bc7 | 6745 | Move(self, Point pt, int flags=SIZE_USE_EXISTING) |
d55e5bfc RD |
6746 | |
6747 | Moves the window to the given position. | |
6748 | """ | |
5b5c9bc7 | 6749 | return _core_.Window_Move(*args, **kwargs) |
d55e5bfc RD |
6750 | |
6751 | SetPosition = Move | |
6752 | def MoveXY(*args, **kwargs): | |
6753 | """ | |
5b5c9bc7 | 6754 | MoveXY(self, int x, int y, int flags=SIZE_USE_EXISTING) |
d55e5bfc RD |
6755 | |
6756 | Moves the window to the given position. | |
6757 | """ | |
5b5c9bc7 | 6758 | return _core_.Window_MoveXY(*args, **kwargs) |
d55e5bfc | 6759 | |
f8167d6e RD |
6760 | def SetBestFittingSize(*args, **kwargs): |
6761 | """ | |
5b5c9bc7 | 6762 | SetBestFittingSize(self, Size size=DefaultSize) |
f8167d6e RD |
6763 | |
6764 | A 'Smart' SetSize that will fill in default size components with the | |
6765 | window's *best size* values. Also set's the minsize for use with sizers. | |
6766 | """ | |
5b5c9bc7 | 6767 | return _core_.Window_SetBestFittingSize(*args, **kwargs) |
f8167d6e | 6768 | |
d55e5bfc RD |
6769 | def Raise(*args, **kwargs): |
6770 | """ | |
6771 | Raise(self) | |
6772 | ||
6773 | Raises the window to the top of the window hierarchy if it is a | |
6774 | managed window (dialog or frame). | |
6775 | """ | |
5b5c9bc7 | 6776 | return _core_.Window_Raise(*args, **kwargs) |
d55e5bfc RD |
6777 | |
6778 | def Lower(*args, **kwargs): | |
6779 | """ | |
6780 | Lower(self) | |
6781 | ||
6782 | Lowers the window to the bottom of the window hierarchy if it is a | |
6783 | managed window (dialog or frame). | |
6784 | """ | |
5b5c9bc7 | 6785 | return _core_.Window_Lower(*args, **kwargs) |
d55e5bfc RD |
6786 | |
6787 | def SetClientSize(*args, **kwargs): | |
6788 | """ | |
5b5c9bc7 | 6789 | SetClientSize(self, Size size) |
d55e5bfc RD |
6790 | |
6791 | This sets the size of the window client area in pixels. Using this | |
6792 | function to size a window tends to be more device-independent than | |
6793 | wx.Window.SetSize, since the application need not worry about what | |
6794 | dimensions the border or title bar have when trying to fit the window | |
6795 | around panel items, for example. | |
6796 | """ | |
5b5c9bc7 | 6797 | return _core_.Window_SetClientSize(*args, **kwargs) |
d55e5bfc RD |
6798 | |
6799 | def SetClientSizeWH(*args, **kwargs): | |
6800 | """ | |
6801 | SetClientSizeWH(self, int width, int height) | |
6802 | ||
6803 | This sets the size of the window client area in pixels. Using this | |
6804 | function to size a window tends to be more device-independent than | |
6805 | wx.Window.SetSize, since the application need not worry about what | |
6806 | dimensions the border or title bar have when trying to fit the window | |
6807 | around panel items, for example. | |
6808 | """ | |
5b5c9bc7 | 6809 | return _core_.Window_SetClientSizeWH(*args, **kwargs) |
d55e5bfc RD |
6810 | |
6811 | def SetClientRect(*args, **kwargs): | |
6812 | """ | |
5b5c9bc7 | 6813 | SetClientRect(self, Rect rect) |
d55e5bfc RD |
6814 | |
6815 | This sets the size of the window client area in pixels. Using this | |
6816 | function to size a window tends to be more device-independent than | |
6817 | wx.Window.SetSize, since the application need not worry about what | |
6818 | dimensions the border or title bar have when trying to fit the window | |
6819 | around panel items, for example. | |
6820 | """ | |
5b5c9bc7 | 6821 | return _core_.Window_SetClientRect(*args, **kwargs) |
d55e5bfc RD |
6822 | |
6823 | def GetPosition(*args, **kwargs): | |
6824 | """ | |
5b5c9bc7 | 6825 | GetPosition(self) -> Point |
d55e5bfc RD |
6826 | |
6827 | Get the window's position. | |
6828 | """ | |
5b5c9bc7 | 6829 | return _core_.Window_GetPosition(*args, **kwargs) |
d55e5bfc RD |
6830 | |
6831 | def GetPositionTuple(*args, **kwargs): | |
6832 | """ | |
6833 | GetPositionTuple() -> (x,y) | |
6834 | ||
6835 | Get the window's position. | |
6836 | """ | |
5b5c9bc7 | 6837 | return _core_.Window_GetPositionTuple(*args, **kwargs) |
d55e5bfc RD |
6838 | |
6839 | def GetSize(*args, **kwargs): | |
6840 | """ | |
5b5c9bc7 | 6841 | GetSize(self) -> Size |
d55e5bfc RD |
6842 | |
6843 | Get the window size. | |
6844 | """ | |
5b5c9bc7 | 6845 | return _core_.Window_GetSize(*args, **kwargs) |
d55e5bfc RD |
6846 | |
6847 | def GetSizeTuple(*args, **kwargs): | |
6848 | """ | |
6849 | GetSizeTuple() -> (width, height) | |
6850 | ||
6851 | Get the window size. | |
6852 | """ | |
5b5c9bc7 | 6853 | return _core_.Window_GetSizeTuple(*args, **kwargs) |
d55e5bfc RD |
6854 | |
6855 | def GetRect(*args, **kwargs): | |
6856 | """ | |
5b5c9bc7 | 6857 | GetRect(self) -> Rect |
d55e5bfc RD |
6858 | |
6859 | Returns the size and position of the window as a wx.Rect object. | |
6860 | """ | |
5b5c9bc7 | 6861 | return _core_.Window_GetRect(*args, **kwargs) |
d55e5bfc RD |
6862 | |
6863 | def GetClientSize(*args, **kwargs): | |
6864 | """ | |
5b5c9bc7 | 6865 | GetClientSize(self) -> Size |
d55e5bfc RD |
6866 | |
6867 | This gets the size of the window's 'client area' in pixels. The client | |
6868 | area is the area which may be drawn on by the programmer, excluding | |
6869 | title bar, border, scrollbars, etc. | |
6870 | """ | |
5b5c9bc7 | 6871 | return _core_.Window_GetClientSize(*args, **kwargs) |
d55e5bfc RD |
6872 | |
6873 | def GetClientSizeTuple(*args, **kwargs): | |
6874 | """ | |
6875 | GetClientSizeTuple() -> (width, height) | |
6876 | ||
6877 | This gets the size of the window's 'client area' in pixels. The client | |
6878 | area is the area which may be drawn on by the programmer, excluding | |
6879 | title bar, border, scrollbars, etc. | |
6880 | """ | |
5b5c9bc7 | 6881 | return _core_.Window_GetClientSizeTuple(*args, **kwargs) |
d55e5bfc RD |
6882 | |
6883 | def GetClientAreaOrigin(*args, **kwargs): | |
6884 | """ | |
5b5c9bc7 | 6885 | GetClientAreaOrigin(self) -> Point |
d55e5bfc RD |
6886 | |
6887 | Get the origin of the client area of the window relative to the | |
6888 | window's top left corner (the client area may be shifted because of | |
6889 | the borders, scrollbars, other decorations...) | |
6890 | """ | |
5b5c9bc7 | 6891 | return _core_.Window_GetClientAreaOrigin(*args, **kwargs) |
d55e5bfc RD |
6892 | |
6893 | def GetClientRect(*args, **kwargs): | |
6894 | """ | |
5b5c9bc7 | 6895 | GetClientRect(self) -> Rect |
d55e5bfc | 6896 | |
0439c23b | 6897 | Get the client area position and size as a `wx.Rect` object. |
d55e5bfc | 6898 | """ |
5b5c9bc7 | 6899 | return _core_.Window_GetClientRect(*args, **kwargs) |
d55e5bfc RD |
6900 | |
6901 | def GetBestSize(*args, **kwargs): | |
6902 | """ | |
5b5c9bc7 | 6903 | GetBestSize(self) -> Size |
d55e5bfc | 6904 | |
bfddbb17 | 6905 | This function returns the best acceptable minimal size for the |
15817c7e RD |
6906 | window, if applicable. For example, for a static text control, it will |
6907 | be the minimal size such that the control label is not truncated. For | |
6908 | windows containing subwindows (suzh aswx.Panel), the size returned by | |
6909 | this function will be the same as the size the window would have had | |
6910 | after calling Fit. | |
d55e5bfc | 6911 | """ |
5b5c9bc7 | 6912 | return _core_.Window_GetBestSize(*args, **kwargs) |
d55e5bfc RD |
6913 | |
6914 | def GetBestSizeTuple(*args, **kwargs): | |
6915 | """ | |
6916 | GetBestSizeTuple() -> (width, height) | |
6917 | ||
bfddbb17 | 6918 | This function returns the best acceptable minimal size for the |
15817c7e RD |
6919 | window, if applicable. For example, for a static text control, it will |
6920 | be the minimal size such that the control label is not truncated. For | |
6921 | windows containing subwindows (suzh aswx.Panel), the size returned by | |
6922 | this function will be the same as the size the window would have had | |
6923 | after calling Fit. | |
d55e5bfc | 6924 | """ |
5b5c9bc7 | 6925 | return _core_.Window_GetBestSizeTuple(*args, **kwargs) |
d55e5bfc | 6926 | |
a001823c RD |
6927 | def InvalidateBestSize(*args, **kwargs): |
6928 | """ | |
6929 | InvalidateBestSize(self) | |
6930 | ||
6931 | Reset the cached best size value so it will be recalculated the next | |
6932 | time it is needed. | |
6933 | """ | |
5b5c9bc7 | 6934 | return _core_.Window_InvalidateBestSize(*args, **kwargs) |
a001823c RD |
6935 | |
6936 | def GetBestFittingSize(*args, **kwargs): | |
6937 | """ | |
5b5c9bc7 | 6938 | GetBestFittingSize(self) -> Size |
a001823c RD |
6939 | |
6940 | This function will merge the window's best size into the window's | |
6941 | minimum size, giving priority to the min size components, and returns | |
6942 | the results. | |
6943 | ||
6944 | """ | |
5b5c9bc7 | 6945 | return _core_.Window_GetBestFittingSize(*args, **kwargs) |
a001823c | 6946 | |
d55e5bfc RD |
6947 | def GetAdjustedBestSize(*args, **kwargs): |
6948 | """ | |
5b5c9bc7 | 6949 | GetAdjustedBestSize(self) -> Size |
d55e5bfc RD |
6950 | |
6951 | This method is similar to GetBestSize, except in one | |
6952 | thing. GetBestSize should return the minimum untruncated size of the | |
6953 | window, while this method will return the largest of BestSize and any | |
6954 | user specified minimum size. ie. it is the minimum size the window | |
6955 | should currently be drawn at, not the minimal size it can possibly | |
6956 | tolerate. | |
6957 | """ | |
5b5c9bc7 | 6958 | return _core_.Window_GetAdjustedBestSize(*args, **kwargs) |
d55e5bfc RD |
6959 | |
6960 | def Center(*args, **kwargs): | |
6961 | """ | |
5b5c9bc7 | 6962 | Center(self, int direction=BOTH) |
d55e5bfc RD |
6963 | |
6964 | Centers the window. The parameter specifies the direction for | |
6965 | cetering, and may be wx.HORIZONTAL, wx.VERTICAL or wx.BOTH. It may | |
6966 | also include wx.CENTER_ON_SCREEN flag if you want to center the window | |
6967 | on the entire screen and not on its parent window. If it is a | |
6968 | top-level window and has no parent then it will always be centered | |
6969 | relative to the screen. | |
6970 | """ | |
5b5c9bc7 | 6971 | return _core_.Window_Center(*args, **kwargs) |
d55e5bfc RD |
6972 | |
6973 | Centre = Center | |
6974 | def CenterOnScreen(*args, **kwargs): | |
6975 | """ | |
5b5c9bc7 | 6976 | CenterOnScreen(self, int dir=BOTH) |
d55e5bfc RD |
6977 | |
6978 | Center on screen (only works for top level windows) | |
6979 | """ | |
5b5c9bc7 | 6980 | return _core_.Window_CenterOnScreen(*args, **kwargs) |
d55e5bfc RD |
6981 | |
6982 | CentreOnScreen = CenterOnScreen | |
6983 | def CenterOnParent(*args, **kwargs): | |
6984 | """ | |
5b5c9bc7 | 6985 | CenterOnParent(self, int dir=BOTH) |
d55e5bfc RD |
6986 | |
6987 | Center with respect to the the parent window | |
6988 | """ | |
5b5c9bc7 | 6989 | return _core_.Window_CenterOnParent(*args, **kwargs) |
d55e5bfc RD |
6990 | |
6991 | CentreOnParent = CenterOnParent | |
6992 | def Fit(*args, **kwargs): | |
6993 | """ | |
6994 | Fit(self) | |
6995 | ||
6996 | Sizes the window so that it fits around its subwindows. This function | |
6997 | won't do anything if there are no subwindows and will only really work | |
6998 | correctly if sizers are used for the subwindows layout. Also, if the | |
6999 | window has exactly one subwindow it is better (faster and the result | |
7000 | is more precise as Fit adds some margin to account for fuzziness of | |
7001 | its calculations) to call window.SetClientSize(child.GetSize()) | |
7002 | instead of calling Fit. | |
7003 | """ | |
5b5c9bc7 | 7004 | return _core_.Window_Fit(*args, **kwargs) |
d55e5bfc RD |
7005 | |
7006 | def FitInside(*args, **kwargs): | |
7007 | """ | |
7008 | FitInside(self) | |
7009 | ||
7010 | Similar to Fit, but sizes the interior (virtual) size of a | |
7011 | window. Mainly useful with scrolled windows to reset scrollbars after | |
7012 | sizing changes that do not trigger a size event, and/or scrolled | |
7013 | windows without an interior sizer. This function similarly won't do | |
7014 | anything if there are no subwindows. | |
7015 | """ | |
5b5c9bc7 | 7016 | return _core_.Window_FitInside(*args, **kwargs) |
d55e5bfc | 7017 | |
03837c5c | 7018 | def SetSizeHints(*args, **kwargs): |
d55e5bfc RD |
7019 | """ |
7020 | SetSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1, int incW=-1, | |
7021 | int incH=-1) | |
d55e5bfc RD |
7022 | |
7023 | Allows specification of minimum and maximum window sizes, and window | |
7024 | size increments. If a pair of values is not set (or set to -1), the | |
7025 | default values will be used. If this function is called, the user | |
908b74cd RD |
7026 | will not be able to size the window outside the given bounds (if it is |
7027 | a top-level window.) Sizers will also inspect the minimum window size | |
7028 | and will use that value if set when calculating layout. | |
7029 | ||
7030 | The resizing increments are only significant under Motif or Xt. | |
d55e5bfc | 7031 | """ |
5b5c9bc7 | 7032 | return _core_.Window_SetSizeHints(*args, **kwargs) |
d55e5bfc | 7033 | |
03837c5c RD |
7034 | def SetSizeHintsSz(*args, **kwargs): |
7035 | """ | |
5b5c9bc7 | 7036 | SetSizeHintsSz(self, Size minSize, Size maxSize=DefaultSize, Size incSize=DefaultSize) |
03837c5c RD |
7037 | |
7038 | Allows specification of minimum and maximum window sizes, and window | |
7039 | size increments. If a pair of values is not set (or set to -1), the | |
7040 | default values will be used. If this function is called, the user | |
7041 | will not be able to size the window outside the given bounds (if it is | |
7042 | a top-level window.) Sizers will also inspect the minimum window size | |
7043 | and will use that value if set when calculating layout. | |
7044 | ||
7045 | The resizing increments are only significant under Motif or Xt. | |
7046 | """ | |
5b5c9bc7 | 7047 | return _core_.Window_SetSizeHintsSz(*args, **kwargs) |
03837c5c RD |
7048 | |
7049 | def SetVirtualSizeHints(*args, **kwargs): | |
d55e5bfc | 7050 | """ |
908b74cd | 7051 | SetVirtualSizeHints(self, int minW, int minH, int maxW=-1, int maxH=-1) |
d55e5bfc RD |
7052 | |
7053 | Allows specification of minimum and maximum virtual window sizes. If a | |
7054 | pair of values is not set (or set to -1), the default values will be | |
7055 | used. If this function is called, the user will not be able to size | |
7056 | the virtual area of the window outside the given bounds. | |
7057 | """ | |
5b5c9bc7 | 7058 | return _core_.Window_SetVirtualSizeHints(*args, **kwargs) |
03837c5c RD |
7059 | |
7060 | def SetVirtualSizeHintsSz(*args, **kwargs): | |
7061 | """ | |
5b5c9bc7 | 7062 | SetVirtualSizeHintsSz(self, Size minSize, Size maxSize=DefaultSize) |
03837c5c RD |
7063 | |
7064 | Allows specification of minimum and maximum virtual window sizes. If a | |
7065 | pair of values is not set (or set to -1), the default values will be | |
7066 | used. If this function is called, the user will not be able to size | |
7067 | the virtual area of the window outside the given bounds. | |
7068 | """ | |
5b5c9bc7 | 7069 | return _core_.Window_SetVirtualSizeHintsSz(*args, **kwargs) |
d55e5bfc | 7070 | |
908b74cd | 7071 | def GetMaxSize(*args, **kwargs): |
5b5c9bc7 RD |
7072 | """GetMaxSize(self) -> Size""" |
7073 | return _core_.Window_GetMaxSize(*args, **kwargs) | |
908b74cd RD |
7074 | |
7075 | def GetMinSize(*args, **kwargs): | |
5b5c9bc7 RD |
7076 | """GetMinSize(self) -> Size""" |
7077 | return _core_.Window_GetMinSize(*args, **kwargs) | |
908b74cd RD |
7078 | |
7079 | def SetMinSize(*args, **kwargs): | |
7080 | """ | |
5b5c9bc7 | 7081 | SetMinSize(self, Size minSize) |
908b74cd RD |
7082 | |
7083 | A more convenient method than `SetSizeHints` for setting just the | |
7084 | min size. | |
7085 | """ | |
5b5c9bc7 | 7086 | return _core_.Window_SetMinSize(*args, **kwargs) |
908b74cd RD |
7087 | |
7088 | def SetMaxSize(*args, **kwargs): | |
7089 | """ | |
5b5c9bc7 | 7090 | SetMaxSize(self, Size maxSize) |
908b74cd RD |
7091 | |
7092 | A more convenient method than `SetSizeHints` for setting just the | |
7093 | max size. | |
7094 | """ | |
5b5c9bc7 | 7095 | return _core_.Window_SetMaxSize(*args, **kwargs) |
908b74cd | 7096 | |
d55e5bfc RD |
7097 | def GetMinWidth(*args, **kwargs): |
7098 | """GetMinWidth(self) -> int""" | |
5b5c9bc7 | 7099 | return _core_.Window_GetMinWidth(*args, **kwargs) |
d55e5bfc RD |
7100 | |
7101 | def GetMinHeight(*args, **kwargs): | |
7102 | """GetMinHeight(self) -> int""" | |
5b5c9bc7 | 7103 | return _core_.Window_GetMinHeight(*args, **kwargs) |
d55e5bfc RD |
7104 | |
7105 | def GetMaxWidth(*args, **kwargs): | |
7106 | """GetMaxWidth(self) -> int""" | |
5b5c9bc7 | 7107 | return _core_.Window_GetMaxWidth(*args, **kwargs) |
d55e5bfc RD |
7108 | |
7109 | def GetMaxHeight(*args, **kwargs): | |
7110 | """GetMaxHeight(self) -> int""" | |
5b5c9bc7 | 7111 | return _core_.Window_GetMaxHeight(*args, **kwargs) |
d55e5bfc | 7112 | |
d55e5bfc RD |
7113 | def SetVirtualSize(*args, **kwargs): |
7114 | """ | |
5b5c9bc7 | 7115 | SetVirtualSize(self, Size size) |
d55e5bfc RD |
7116 | |
7117 | Set the the virtual size of a window in pixels. For most windows this | |
7118 | is just the client area of the window, but for some like scrolled | |
7119 | windows it is more or less independent of the screen window size. | |
7120 | """ | |
5b5c9bc7 | 7121 | return _core_.Window_SetVirtualSize(*args, **kwargs) |
d55e5bfc RD |
7122 | |
7123 | def SetVirtualSizeWH(*args, **kwargs): | |
7124 | """ | |
7125 | SetVirtualSizeWH(self, int w, int h) | |
7126 | ||
7127 | Set the the virtual size of a window in pixels. For most windows this | |
7128 | is just the client area of the window, but for some like scrolled | |
7129 | windows it is more or less independent of the screen window size. | |
7130 | """ | |
5b5c9bc7 | 7131 | return _core_.Window_SetVirtualSizeWH(*args, **kwargs) |
d55e5bfc RD |
7132 | |
7133 | def GetVirtualSize(*args, **kwargs): | |
7134 | """ | |
5b5c9bc7 | 7135 | GetVirtualSize(self) -> Size |
d55e5bfc RD |
7136 | |
7137 | Get the the virtual size of the window in pixels. For most windows | |
7138 | this is just the client area of the window, but for some like scrolled | |
7139 | windows it is more or less independent of the screen window size. | |
7140 | """ | |
5b5c9bc7 | 7141 | return _core_.Window_GetVirtualSize(*args, **kwargs) |
d55e5bfc RD |
7142 | |
7143 | def GetVirtualSizeTuple(*args, **kwargs): | |
7144 | """ | |
7145 | GetVirtualSizeTuple() -> (width, height) | |
7146 | ||
7147 | Get the the virtual size of the window in pixels. For most windows | |
7148 | this is just the client area of the window, but for some like scrolled | |
7149 | windows it is more or less independent of the screen window size. | |
7150 | """ | |
5b5c9bc7 | 7151 | return _core_.Window_GetVirtualSizeTuple(*args, **kwargs) |
d55e5bfc RD |
7152 | |
7153 | def GetBestVirtualSize(*args, **kwargs): | |
7154 | """ | |
5b5c9bc7 | 7155 | GetBestVirtualSize(self) -> Size |
d55e5bfc RD |
7156 | |
7157 | Return the largest of ClientSize and BestSize (as determined by a | |
7158 | sizer, interior children, or other means) | |
7159 | """ | |
5b5c9bc7 | 7160 | return _core_.Window_GetBestVirtualSize(*args, **kwargs) |
d55e5bfc RD |
7161 | |
7162 | def Show(*args, **kwargs): | |
7163 | """ | |
7164 | Show(self, bool show=True) -> bool | |
7165 | ||
7166 | Shows or hides the window. You may need to call Raise for a top level | |
7167 | window if you want to bring it to top, although this is not needed if | |
7168 | Show is called immediately after the frame creation. Returns True if | |
7169 | the window has been shown or hidden or False if nothing was done | |
7170 | because it already was in the requested state. | |
7171 | """ | |
5b5c9bc7 | 7172 | return _core_.Window_Show(*args, **kwargs) |
d55e5bfc RD |
7173 | |
7174 | def Hide(*args, **kwargs): | |
7175 | """ | |
7176 | Hide(self) -> bool | |
7177 | ||
7178 | Equivalent to calling Show(False). | |
7179 | """ | |
5b5c9bc7 | 7180 | return _core_.Window_Hide(*args, **kwargs) |
d55e5bfc RD |
7181 | |
7182 | def Enable(*args, **kwargs): | |
7183 | """ | |
7184 | Enable(self, bool enable=True) -> bool | |
7185 | ||
7186 | Enable or disable the window for user input. Note that when a parent | |
7187 | window is disabled, all of its children are disabled as well and they | |
7188 | are reenabled again when the parent is. Returns true if the window | |
7189 | has been enabled or disabled, false if nothing was done, i.e. if the | |
7190 | window had already been in the specified state. | |
7191 | """ | |
5b5c9bc7 | 7192 | return _core_.Window_Enable(*args, **kwargs) |
d55e5bfc RD |
7193 | |
7194 | def Disable(*args, **kwargs): | |
7195 | """ | |
7196 | Disable(self) -> bool | |
7197 | ||
7198 | Disables the window, same as Enable(false). | |
7199 | """ | |
5b5c9bc7 | 7200 | return _core_.Window_Disable(*args, **kwargs) |
d55e5bfc RD |
7201 | |
7202 | def IsShown(*args, **kwargs): | |
7203 | """ | |
7204 | IsShown(self) -> bool | |
7205 | ||
7206 | Returns true if the window is shown, false if it has been hidden. | |
7207 | """ | |
5b5c9bc7 | 7208 | return _core_.Window_IsShown(*args, **kwargs) |
d55e5bfc RD |
7209 | |
7210 | def IsEnabled(*args, **kwargs): | |
7211 | """ | |
7212 | IsEnabled(self) -> bool | |
7213 | ||
7214 | Returns true if the window is enabled for input, false otherwise. | |
7215 | """ | |
5b5c9bc7 | 7216 | return _core_.Window_IsEnabled(*args, **kwargs) |
d55e5bfc RD |
7217 | |
7218 | def SetWindowStyleFlag(*args, **kwargs): | |
7219 | """ | |
7220 | SetWindowStyleFlag(self, long style) | |
7221 | ||
15817c7e RD |
7222 | Sets the style of the window. Please note that some styles cannot be |
7223 | changed after the window creation and that Refresh() might need to be | |
7224 | called after changing the others for the change to take place | |
7225 | immediately. | |
d55e5bfc | 7226 | """ |
5b5c9bc7 | 7227 | return _core_.Window_SetWindowStyleFlag(*args, **kwargs) |
d55e5bfc RD |
7228 | |
7229 | def GetWindowStyleFlag(*args, **kwargs): | |
7230 | """ | |
7231 | GetWindowStyleFlag(self) -> long | |
7232 | ||
7233 | Gets the window style that was passed to the constructor or Create | |
7234 | method. | |
7235 | """ | |
5b5c9bc7 | 7236 | return _core_.Window_GetWindowStyleFlag(*args, **kwargs) |
d55e5bfc RD |
7237 | |
7238 | SetWindowStyle = SetWindowStyleFlag; GetWindowStyle = GetWindowStyleFlag | |
7239 | def HasFlag(*args, **kwargs): | |
7240 | """ | |
7241 | HasFlag(self, int flag) -> bool | |
7242 | ||
7243 | Test if the given style is set for this window. | |
7244 | """ | |
5b5c9bc7 | 7245 | return _core_.Window_HasFlag(*args, **kwargs) |
d55e5bfc RD |
7246 | |
7247 | def IsRetained(*args, **kwargs): | |
7248 | """ | |
7249 | IsRetained(self) -> bool | |
7250 | ||
7251 | Returns true if the window is retained, false otherwise. Retained | |
7252 | windows are only available on X platforms. | |
7253 | """ | |
5b5c9bc7 | 7254 | return _core_.Window_IsRetained(*args, **kwargs) |
d55e5bfc RD |
7255 | |
7256 | def SetExtraStyle(*args, **kwargs): | |
7257 | """ | |
7258 | SetExtraStyle(self, long exStyle) | |
7259 | ||
7260 | Sets the extra style bits for the window. Extra styles are the less | |
7261 | often used style bits which can't be set with the constructor or with | |
7262 | SetWindowStyleFlag() | |
7263 | """ | |
5b5c9bc7 | 7264 | return _core_.Window_SetExtraStyle(*args, **kwargs) |
d55e5bfc RD |
7265 | |
7266 | def GetExtraStyle(*args, **kwargs): | |
7267 | """ | |
7268 | GetExtraStyle(self) -> long | |
7269 | ||
7270 | Returns the extra style bits for the window. | |
7271 | """ | |
5b5c9bc7 | 7272 | return _core_.Window_GetExtraStyle(*args, **kwargs) |
d55e5bfc RD |
7273 | |
7274 | def MakeModal(*args, **kwargs): | |
7275 | """ | |
7276 | MakeModal(self, bool modal=True) | |
7277 | ||
7278 | Disables all other windows in the application so that the user can | |
7279 | only interact with this window. Passing False will reverse this | |
7280 | effect. | |
7281 | """ | |
5b5c9bc7 | 7282 | return _core_.Window_MakeModal(*args, **kwargs) |
d55e5bfc RD |
7283 | |
7284 | def SetThemeEnabled(*args, **kwargs): | |
7285 | """ | |
7286 | SetThemeEnabled(self, bool enableTheme) | |
7287 | ||
7288 | This function tells a window if it should use the system's "theme" | |
7289 | code to draw the windows' background instead if its own background | |
7290 | drawing code. This will only have an effect on platforms that support | |
7291 | the notion of themes in user defined windows. One such platform is | |
7292 | GTK+ where windows can have (very colourful) backgrounds defined by a | |
7293 | user's selected theme. | |
7294 | ||
7295 | Dialogs, notebook pages and the status bar have this flag set to true | |
7296 | by default so that the default look and feel is simulated best. | |
7297 | """ | |
5b5c9bc7 | 7298 | return _core_.Window_SetThemeEnabled(*args, **kwargs) |
d55e5bfc RD |
7299 | |
7300 | def GetThemeEnabled(*args, **kwargs): | |
7301 | """ | |
7302 | GetThemeEnabled(self) -> bool | |
7303 | ||
7304 | Return the themeEnabled flag. | |
7305 | """ | |
5b5c9bc7 | 7306 | return _core_.Window_GetThemeEnabled(*args, **kwargs) |
d55e5bfc RD |
7307 | |
7308 | def SetFocus(*args, **kwargs): | |
7309 | """ | |
7310 | SetFocus(self) | |
7311 | ||
7312 | Set's the focus to this window, allowing it to receive keyboard input. | |
7313 | """ | |
5b5c9bc7 | 7314 | return _core_.Window_SetFocus(*args, **kwargs) |
d55e5bfc RD |
7315 | |
7316 | def SetFocusFromKbd(*args, **kwargs): | |
7317 | """ | |
7318 | SetFocusFromKbd(self) | |
7319 | ||
7320 | Set focus to this window as the result of a keyboard action. Normally | |
7321 | only called internally. | |
7322 | """ | |
5b5c9bc7 | 7323 | return _core_.Window_SetFocusFromKbd(*args, **kwargs) |
d55e5bfc RD |
7324 | |
7325 | def FindFocus(*args, **kwargs): | |
7326 | """ | |
5b5c9bc7 | 7327 | FindFocus() -> Window |
d55e5bfc RD |
7328 | |
7329 | Returns the window or control that currently has the keyboard focus, | |
7330 | or None. | |
7331 | """ | |
5b5c9bc7 | 7332 | return _core_.Window_FindFocus(*args, **kwargs) |
d55e5bfc RD |
7333 | |
7334 | FindFocus = staticmethod(FindFocus) | |
7335 | def AcceptsFocus(*args, **kwargs): | |
7336 | """ | |
7337 | AcceptsFocus(self) -> bool | |
7338 | ||
7339 | Can this window have focus? | |
7340 | """ | |
5b5c9bc7 | 7341 | return _core_.Window_AcceptsFocus(*args, **kwargs) |
d55e5bfc RD |
7342 | |
7343 | def AcceptsFocusFromKeyboard(*args, **kwargs): | |
7344 | """ | |
7345 | AcceptsFocusFromKeyboard(self) -> bool | |
7346 | ||
7347 | Can this window be given focus by keyboard navigation? if not, the | |
7348 | only way to give it focus (provided it accepts it at all) is to click | |
7349 | it. | |
7350 | """ | |
5b5c9bc7 | 7351 | return _core_.Window_AcceptsFocusFromKeyboard(*args, **kwargs) |
d55e5bfc RD |
7352 | |
7353 | def GetDefaultItem(*args, **kwargs): | |
7354 | """ | |
5b5c9bc7 | 7355 | GetDefaultItem(self) -> Window |
d55e5bfc RD |
7356 | |
7357 | Get the default child of this parent, i.e. the one which is activated | |
7358 | by pressing <Enter> such as the OK button on a wx.Dialog. | |
7359 | """ | |
5b5c9bc7 | 7360 | return _core_.Window_GetDefaultItem(*args, **kwargs) |
d55e5bfc RD |
7361 | |
7362 | def SetDefaultItem(*args, **kwargs): | |
7363 | """ | |
5b5c9bc7 | 7364 | SetDefaultItem(self, Window child) -> Window |
d55e5bfc RD |
7365 | |
7366 | Set this child as default, return the old default. | |
7367 | """ | |
5b5c9bc7 | 7368 | return _core_.Window_SetDefaultItem(*args, **kwargs) |
d55e5bfc RD |
7369 | |
7370 | def SetTmpDefaultItem(*args, **kwargs): | |
7371 | """ | |
5b5c9bc7 | 7372 | SetTmpDefaultItem(self, Window win) |
d55e5bfc RD |
7373 | |
7374 | Set this child as temporary default | |
7375 | """ | |
5b5c9bc7 | 7376 | return _core_.Window_SetTmpDefaultItem(*args, **kwargs) |
d55e5bfc | 7377 | |
908b74cd RD |
7378 | def Navigate(*args, **kwargs): |
7379 | """ | |
7380 | Navigate(self, int flags=NavigationKeyEvent.IsForward) -> bool | |
7381 | ||
fd2dc343 RD |
7382 | Does keyboard navigation from this window to another, by sending a |
7383 | `wx.NavigationKeyEvent`. | |
908b74cd | 7384 | """ |
5b5c9bc7 | 7385 | return _core_.Window_Navigate(*args, **kwargs) |
908b74cd | 7386 | |
bf26d883 RD |
7387 | def MoveAfterInTabOrder(*args, **kwargs): |
7388 | """ | |
5b5c9bc7 | 7389 | MoveAfterInTabOrder(self, Window win) |
bf26d883 RD |
7390 | |
7391 | Moves this window in the tab navigation order after the specified | |
7392 | sibling window. This means that when the user presses the TAB key on | |
7393 | that other window, the focus switches to this window. | |
7394 | ||
7395 | The default tab order is the same as creation order. This function | |
7396 | and `MoveBeforeInTabOrder` allow to change it after creating all the | |
7397 | windows. | |
7398 | ||
7399 | """ | |
5b5c9bc7 | 7400 | return _core_.Window_MoveAfterInTabOrder(*args, **kwargs) |
bf26d883 RD |
7401 | |
7402 | def MoveBeforeInTabOrder(*args, **kwargs): | |
7403 | """ | |
5b5c9bc7 | 7404 | MoveBeforeInTabOrder(self, Window win) |
bf26d883 RD |
7405 | |
7406 | Same as `MoveAfterInTabOrder` except that it inserts this window just | |
7407 | before win instead of putting it right after it. | |
7408 | """ | |
5b5c9bc7 | 7409 | return _core_.Window_MoveBeforeInTabOrder(*args, **kwargs) |
bf26d883 | 7410 | |
d55e5bfc RD |
7411 | def GetChildren(*args, **kwargs): |
7412 | """ | |
7413 | GetChildren(self) -> PyObject | |
7414 | ||
7415 | Returns a list of the window's children. NOTE: Currently this is a | |
7416 | copy of the child window list maintained by the window, so the return | |
7417 | value of this function is only valid as long as the window's children | |
7418 | do not change. | |
7419 | """ | |
5b5c9bc7 | 7420 | return _core_.Window_GetChildren(*args, **kwargs) |
d55e5bfc RD |
7421 | |
7422 | def GetParent(*args, **kwargs): | |
7423 | """ | |
5b5c9bc7 | 7424 | GetParent(self) -> Window |
d55e5bfc RD |
7425 | |
7426 | Returns the parent window of this window, or None if there isn't one. | |
7427 | """ | |
5b5c9bc7 | 7428 | return _core_.Window_GetParent(*args, **kwargs) |
d55e5bfc RD |
7429 | |
7430 | def GetGrandParent(*args, **kwargs): | |
7431 | """ | |
5b5c9bc7 | 7432 | GetGrandParent(self) -> Window |
d55e5bfc | 7433 | |
15817c7e RD |
7434 | Returns the parent of the parent of this window, or None if there |
7435 | isn't one. | |
d55e5bfc | 7436 | """ |
5b5c9bc7 | 7437 | return _core_.Window_GetGrandParent(*args, **kwargs) |
d55e5bfc RD |
7438 | |
7439 | def IsTopLevel(*args, **kwargs): | |
7440 | """ | |
7441 | IsTopLevel(self) -> bool | |
7442 | ||
7443 | Returns true if the given window is a top-level one. Currently all | |
7444 | frames and dialogs are always considered to be top-level windows (even | |
7445 | if they have a parent window). | |
7446 | """ | |
5b5c9bc7 | 7447 | return _core_.Window_IsTopLevel(*args, **kwargs) |
d55e5bfc RD |
7448 | |
7449 | def Reparent(*args, **kwargs): | |
7450 | """ | |
5b5c9bc7 | 7451 | Reparent(self, Window newParent) -> bool |
d55e5bfc RD |
7452 | |
7453 | Reparents the window, i.e the window will be removed from its current | |
7454 | parent window (e.g. a non-standard toolbar in a wxFrame) and then | |
7455 | re-inserted into another. Available on Windows and GTK. Returns True | |
7456 | if the parent was changed, False otherwise (error or newParent == | |
7457 | oldParent) | |
7458 | """ | |
5b5c9bc7 | 7459 | return _core_.Window_Reparent(*args, **kwargs) |
d55e5bfc RD |
7460 | |
7461 | def AddChild(*args, **kwargs): | |
7462 | """ | |
5b5c9bc7 | 7463 | AddChild(self, Window child) |
d55e5bfc RD |
7464 | |
7465 | Adds a child window. This is called automatically by window creation | |
7466 | functions so should not be required by the application programmer. | |
7467 | """ | |
5b5c9bc7 | 7468 | return _core_.Window_AddChild(*args, **kwargs) |
d55e5bfc RD |
7469 | |
7470 | def RemoveChild(*args, **kwargs): | |
7471 | """ | |
5b5c9bc7 | 7472 | RemoveChild(self, Window child) |
d55e5bfc RD |
7473 | |
7474 | Removes a child window. This is called automatically by window | |
7475 | deletion functions so should not be required by the application | |
7476 | programmer. | |
7477 | """ | |
5b5c9bc7 | 7478 | return _core_.Window_RemoveChild(*args, **kwargs) |
d55e5bfc RD |
7479 | |
7480 | def FindWindowById(*args, **kwargs): | |
7481 | """ | |
5b5c9bc7 | 7482 | FindWindowById(self, long winid) -> Window |
d55e5bfc RD |
7483 | |
7484 | Find a chld of this window by window ID | |
7485 | """ | |
5b5c9bc7 | 7486 | return _core_.Window_FindWindowById(*args, **kwargs) |
d55e5bfc RD |
7487 | |
7488 | def FindWindowByName(*args, **kwargs): | |
7489 | """ | |
5b5c9bc7 | 7490 | FindWindowByName(self, String name) -> Window |
d55e5bfc RD |
7491 | |
7492 | Find a child of this window by name | |
7493 | """ | |
5b5c9bc7 | 7494 | return _core_.Window_FindWindowByName(*args, **kwargs) |
d55e5bfc RD |
7495 | |
7496 | def GetEventHandler(*args, **kwargs): | |
7497 | """ | |
5b5c9bc7 | 7498 | GetEventHandler(self) -> EvtHandler |
d55e5bfc RD |
7499 | |
7500 | Returns the event handler for this window. By default, the window is | |
7501 | its own event handler. | |
7502 | """ | |
5b5c9bc7 | 7503 | return _core_.Window_GetEventHandler(*args, **kwargs) |
d55e5bfc RD |
7504 | |
7505 | def SetEventHandler(*args, **kwargs): | |
7506 | """ | |
5b5c9bc7 | 7507 | SetEventHandler(self, EvtHandler handler) |
d55e5bfc RD |
7508 | |
7509 | Sets the event handler for this window. An event handler is an object | |
7510 | that is capable of processing the events sent to a window. By default, | |
7511 | the window is its own event handler, but an application may wish to | |
7512 | substitute another, for example to allow central implementation of | |
7513 | event-handling for a variety of different window classes. | |
7514 | ||
15817c7e | 7515 | It is usually better to use `wx.Window.PushEventHandler` since this sets |
d55e5bfc RD |
7516 | up a chain of event handlers, where an event not handled by one event |
7517 | handler is handed to the next one in the chain. | |
7518 | """ | |
5b5c9bc7 | 7519 | return _core_.Window_SetEventHandler(*args, **kwargs) |
d55e5bfc RD |
7520 | |
7521 | def PushEventHandler(*args, **kwargs): | |
7522 | """ | |
5b5c9bc7 | 7523 | PushEventHandler(self, EvtHandler handler) |
d55e5bfc RD |
7524 | |
7525 | Pushes this event handler onto the event handler stack for the window. | |
7526 | An event handler is an object that is capable of processing the events | |
7527 | sent to a window. By default, the window is its own event handler, but | |
7528 | an application may wish to substitute another, for example to allow | |
7529 | central implementation of event-handling for a variety of different | |
7530 | window classes. | |
7531 | ||
7532 | wx.Window.PushEventHandler allows an application to set up a chain of | |
7533 | event handlers, where an event not handled by one event handler is | |
15817c7e | 7534 | handed to the next one in the chain. Use `wx.Window.PopEventHandler` to |
d55e5bfc RD |
7535 | remove the event handler. |
7536 | """ | |
5b5c9bc7 | 7537 | return _core_.Window_PushEventHandler(*args, **kwargs) |
d55e5bfc RD |
7538 | |
7539 | def PopEventHandler(*args, **kwargs): | |
7540 | """ | |
5b5c9bc7 | 7541 | PopEventHandler(self, bool deleteHandler=False) -> EvtHandler |
d55e5bfc RD |
7542 | |
7543 | Removes and returns the top-most event handler on the event handler | |
7544 | stack. If deleteHandler is True then the wx.EvtHandler object will be | |
7545 | destroyed after it is popped. | |
7546 | """ | |
5b5c9bc7 | 7547 | return _core_.Window_PopEventHandler(*args, **kwargs) |
d55e5bfc RD |
7548 | |
7549 | def RemoveEventHandler(*args, **kwargs): | |
7550 | """ | |
5b5c9bc7 | 7551 | RemoveEventHandler(self, EvtHandler handler) -> bool |
d55e5bfc | 7552 | |
15817c7e RD |
7553 | Find the given handler in the event handler chain and remove (but not |
7554 | delete) it from the event handler chain, return True if it was found | |
7555 | and False otherwise (this also results in an assert failure so this | |
7556 | function should only be called when the handler is supposed to be | |
7557 | there.) | |
d55e5bfc | 7558 | """ |
5b5c9bc7 | 7559 | return _core_.Window_RemoveEventHandler(*args, **kwargs) |
d55e5bfc RD |
7560 | |
7561 | def SetValidator(*args, **kwargs): | |
7562 | """ | |
5b5c9bc7 | 7563 | SetValidator(self, Validator validator) |
d55e5bfc RD |
7564 | |
7565 | Deletes the current validator (if any) and sets the window validator, | |
7566 | having called wx.Validator.Clone to create a new validator of this | |
7567 | type. | |
7568 | """ | |
5b5c9bc7 | 7569 | return _core_.Window_SetValidator(*args, **kwargs) |
d55e5bfc RD |
7570 | |
7571 | def GetValidator(*args, **kwargs): | |
7572 | """ | |
5b5c9bc7 | 7573 | GetValidator(self) -> Validator |
d55e5bfc RD |
7574 | |
7575 | Returns a pointer to the current validator for the window, or None if | |
7576 | there is none. | |
7577 | """ | |
5b5c9bc7 | 7578 | return _core_.Window_GetValidator(*args, **kwargs) |
d55e5bfc RD |
7579 | |
7580 | def Validate(*args, **kwargs): | |
7581 | """ | |
7582 | Validate(self) -> bool | |
7583 | ||
7584 | Validates the current values of the child controls using their | |
15817c7e RD |
7585 | validators. If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra |
7586 | style flag set, the method will also call Validate() of all child | |
7587 | windows. Returns false if any of the validations failed. | |
d55e5bfc | 7588 | """ |
5b5c9bc7 | 7589 | return _core_.Window_Validate(*args, **kwargs) |
d55e5bfc RD |
7590 | |
7591 | def TransferDataToWindow(*args, **kwargs): | |
7592 | """ | |
7593 | TransferDataToWindow(self) -> bool | |
7594 | ||
15817c7e RD |
7595 | Transfers values to child controls from data areas specified by their |
7596 | validators. If the window has wx.WS_EX_VALIDATE_RECURSIVELY extra | |
7597 | style flag set, the method will also call TransferDataToWindow() of | |
7598 | all child windows. | |
d55e5bfc | 7599 | """ |
5b5c9bc7 | 7600 | return _core_.Window_TransferDataToWindow(*args, **kwargs) |
d55e5bfc RD |
7601 | |
7602 | def TransferDataFromWindow(*args, **kwargs): | |
7603 | """ | |
7604 | TransferDataFromWindow(self) -> bool | |
7605 | ||
15817c7e RD |
7606 | Transfers values from child controls to data areas specified by their |
7607 | validators. Returns false if a transfer failed. If the window has | |
7608 | wx.WS_EX_VALIDATE_RECURSIVELY extra style flag set, the method will | |
7609 | also call TransferDataFromWindow() of all child windows. | |
d55e5bfc | 7610 | """ |
5b5c9bc7 | 7611 | return _core_.Window_TransferDataFromWindow(*args, **kwargs) |
d55e5bfc RD |
7612 | |
7613 | def InitDialog(*args, **kwargs): | |
7614 | """ | |
7615 | InitDialog(self) | |
7616 | ||
15817c7e RD |
7617 | Sends an EVT_INIT_DIALOG event, whose handler usually transfers data |
7618 | to the dialog via validators. | |
d55e5bfc | 7619 | """ |
5b5c9bc7 | 7620 | return _core_.Window_InitDialog(*args, **kwargs) |
d55e5bfc RD |
7621 | |
7622 | def SetAcceleratorTable(*args, **kwargs): | |
7623 | """ | |
5b5c9bc7 | 7624 | SetAcceleratorTable(self, AcceleratorTable accel) |
d55e5bfc RD |
7625 | |
7626 | Sets the accelerator table for this window. | |
7627 | """ | |
5b5c9bc7 | 7628 | return _core_.Window_SetAcceleratorTable(*args, **kwargs) |
d55e5bfc RD |
7629 | |
7630 | def GetAcceleratorTable(*args, **kwargs): | |
7631 | """ | |
5b5c9bc7 | 7632 | GetAcceleratorTable(self) -> AcceleratorTable |
d55e5bfc RD |
7633 | |
7634 | Gets the accelerator table for this window. | |
7635 | """ | |
5b5c9bc7 | 7636 | return _core_.Window_GetAcceleratorTable(*args, **kwargs) |
d55e5bfc RD |
7637 | |
7638 | def RegisterHotKey(*args, **kwargs): | |
7639 | """ | |
7640 | RegisterHotKey(self, int hotkeyId, int modifiers, int keycode) -> bool | |
7641 | ||
7642 | Registers a system wide hotkey. Every time the user presses the hotkey | |
7643 | registered here, this window will receive a hotkey event. It will | |
7644 | receive the event even if the application is in the background and | |
7645 | does not have the input focus because the user is working with some | |
7646 | other application. To bind an event handler function to this hotkey | |
7647 | use EVT_HOTKEY with an id equal to hotkeyId. Returns True if the | |
7648 | hotkey was registered successfully. | |
7649 | """ | |
5b5c9bc7 | 7650 | return _core_.Window_RegisterHotKey(*args, **kwargs) |
d55e5bfc RD |
7651 | |
7652 | def UnregisterHotKey(*args, **kwargs): | |
7653 | """ | |
7654 | UnregisterHotKey(self, int hotkeyId) -> bool | |
7655 | ||
7656 | Unregisters a system wide hotkey. | |
7657 | """ | |
5b5c9bc7 | 7658 | return _core_.Window_UnregisterHotKey(*args, **kwargs) |
d55e5bfc RD |
7659 | |
7660 | def ConvertDialogPointToPixels(*args, **kwargs): | |
7661 | """ | |
5b5c9bc7 | 7662 | ConvertDialogPointToPixels(self, Point pt) -> Point |
d55e5bfc RD |
7663 | |
7664 | Converts a point or size from dialog units to pixels. Dialog units | |
7665 | are used for maintaining a dialog's proportions even if the font | |
7666 | changes. For the x dimension, the dialog units are multiplied by the | |
7667 | average character width and then divided by 4. For the y dimension, | |
7668 | the dialog units are multiplied by the average character height and | |
7669 | then divided by 8. | |
7670 | """ | |
5b5c9bc7 | 7671 | return _core_.Window_ConvertDialogPointToPixels(*args, **kwargs) |
d55e5bfc RD |
7672 | |
7673 | def ConvertDialogSizeToPixels(*args, **kwargs): | |
7674 | """ | |
5b5c9bc7 | 7675 | ConvertDialogSizeToPixels(self, Size sz) -> Size |
d55e5bfc RD |
7676 | |
7677 | Converts a point or size from dialog units to pixels. Dialog units | |
7678 | are used for maintaining a dialog's proportions even if the font | |
7679 | changes. For the x dimension, the dialog units are multiplied by the | |
7680 | average character width and then divided by 4. For the y dimension, | |
7681 | the dialog units are multiplied by the average character height and | |
7682 | then divided by 8. | |
7683 | """ | |
5b5c9bc7 | 7684 | return _core_.Window_ConvertDialogSizeToPixels(*args, **kwargs) |
d55e5bfc RD |
7685 | |
7686 | def DLG_PNT(*args, **kwargs): | |
7687 | """ | |
5b5c9bc7 | 7688 | DLG_PNT(self, Point pt) -> Point |
d55e5bfc RD |
7689 | |
7690 | Converts a point or size from dialog units to pixels. Dialog units | |
7691 | are used for maintaining a dialog's proportions even if the font | |
7692 | changes. For the x dimension, the dialog units are multiplied by the | |
7693 | average character width and then divided by 4. For the y dimension, | |
7694 | the dialog units are multiplied by the average character height and | |
7695 | then divided by 8. | |
7696 | """ | |
5b5c9bc7 | 7697 | return _core_.Window_DLG_PNT(*args, **kwargs) |
d55e5bfc RD |
7698 | |
7699 | def DLG_SZE(*args, **kwargs): | |
7700 | """ | |
5b5c9bc7 | 7701 | DLG_SZE(self, Size sz) -> Size |
d55e5bfc RD |
7702 | |
7703 | Converts a point or size from dialog units to pixels. Dialog units | |
7704 | are used for maintaining a dialog's proportions even if the font | |
7705 | changes. For the x dimension, the dialog units are multiplied by the | |
7706 | average character width and then divided by 4. For the y dimension, | |
7707 | the dialog units are multiplied by the average character height and | |
7708 | then divided by 8. | |
7709 | """ | |
5b5c9bc7 | 7710 | return _core_.Window_DLG_SZE(*args, **kwargs) |
d55e5bfc RD |
7711 | |
7712 | def ConvertPixelPointToDialog(*args, **kwargs): | |
5b5c9bc7 RD |
7713 | """ConvertPixelPointToDialog(self, Point pt) -> Point""" |
7714 | return _core_.Window_ConvertPixelPointToDialog(*args, **kwargs) | |
d55e5bfc RD |
7715 | |
7716 | def ConvertPixelSizeToDialog(*args, **kwargs): | |
5b5c9bc7 RD |
7717 | """ConvertPixelSizeToDialog(self, Size sz) -> Size""" |
7718 | return _core_.Window_ConvertPixelSizeToDialog(*args, **kwargs) | |
d55e5bfc RD |
7719 | |
7720 | def WarpPointer(*args, **kwargs): | |
7721 | """ | |
7722 | WarpPointer(self, int x, int y) | |
7723 | ||
7724 | Moves the pointer to the given position on the window. | |
7725 | ||
7726 | NOTE: This function is not supported under Mac because Apple Human | |
7727 | Interface Guidelines forbid moving the mouse cursor programmatically. | |
7728 | """ | |
5b5c9bc7 | 7729 | return _core_.Window_WarpPointer(*args, **kwargs) |
d55e5bfc RD |
7730 | |
7731 | def CaptureMouse(*args, **kwargs): | |
7732 | """ | |
7733 | CaptureMouse(self) | |
7734 | ||
7735 | Directs all mouse input to this window. Call wx.Window.ReleaseMouse to | |
7736 | release the capture. | |
7737 | ||
7738 | Note that wxWindows maintains the stack of windows having captured the | |
7739 | mouse and when the mouse is released the capture returns to the window | |
7740 | which had had captured it previously and it is only really released if | |
7741 | there were no previous window. In particular, this means that you must | |
7742 | release the mouse as many times as you capture it. | |
7743 | """ | |
5b5c9bc7 | 7744 | return _core_.Window_CaptureMouse(*args, **kwargs) |
d55e5bfc RD |
7745 | |
7746 | def ReleaseMouse(*args, **kwargs): | |
7747 | """ | |
7748 | ReleaseMouse(self) | |
7749 | ||
7750 | Releases mouse input captured with wx.Window.CaptureMouse. | |
7751 | """ | |
5b5c9bc7 | 7752 | return _core_.Window_ReleaseMouse(*args, **kwargs) |
d55e5bfc RD |
7753 | |
7754 | def GetCapture(*args, **kwargs): | |
7755 | """ | |
5b5c9bc7 | 7756 | GetCapture() -> Window |
d55e5bfc RD |
7757 | |
7758 | Returns the window which currently captures the mouse or None | |
7759 | """ | |
5b5c9bc7 | 7760 | return _core_.Window_GetCapture(*args, **kwargs) |
d55e5bfc RD |
7761 | |
7762 | GetCapture = staticmethod(GetCapture) | |
7763 | def HasCapture(*args, **kwargs): | |
7764 | """ | |
7765 | HasCapture(self) -> bool | |
7766 | ||
7767 | Returns true if this window has the current mouse capture. | |
7768 | """ | |
5b5c9bc7 | 7769 | return _core_.Window_HasCapture(*args, **kwargs) |
d55e5bfc RD |
7770 | |
7771 | def Refresh(*args, **kwargs): | |
7772 | """ | |
5b5c9bc7 | 7773 | Refresh(self, bool eraseBackground=True, Rect rect=None) |
d55e5bfc RD |
7774 | |
7775 | Mark the specified rectangle (or the whole window) as "dirty" so it | |
7776 | will be repainted. Causes an EVT_PAINT event to be generated and sent | |
7777 | to the window. | |
7778 | """ | |
5b5c9bc7 | 7779 | return _core_.Window_Refresh(*args, **kwargs) |
d55e5bfc RD |
7780 | |
7781 | def RefreshRect(*args, **kwargs): | |
7782 | """ | |
5b5c9bc7 | 7783 | RefreshRect(self, Rect rect, bool eraseBackground=True) |
d55e5bfc RD |
7784 | |
7785 | Redraws the contents of the given rectangle: the area inside it will | |
7786 | be repainted. This is the same as Refresh but has a nicer syntax. | |
7787 | """ | |
5b5c9bc7 | 7788 | return _core_.Window_RefreshRect(*args, **kwargs) |
d55e5bfc RD |
7789 | |
7790 | def Update(*args, **kwargs): | |
7791 | """ | |
7792 | Update(self) | |
7793 | ||
7794 | Calling this method immediately repaints the invalidated area of the | |
7795 | window instead of waiting for the EVT_PAINT event to happen, (normally | |
7796 | this would usually only happen when the flow of control returns to the | |
7797 | event loop.) Notice that this function doesn't refresh the window and | |
7798 | does nothing if the window has been already repainted. Use Refresh | |
7799 | first if you want to immediately redraw the window (or some portion of | |
7800 | it) unconditionally. | |
7801 | """ | |
5b5c9bc7 | 7802 | return _core_.Window_Update(*args, **kwargs) |
d55e5bfc RD |
7803 | |
7804 | def ClearBackground(*args, **kwargs): | |
7805 | """ | |
7806 | ClearBackground(self) | |
7807 | ||
7808 | Clears the window by filling it with the current background | |
7809 | colour. Does not cause an erase background event to be generated. | |
7810 | """ | |
5b5c9bc7 | 7811 | return _core_.Window_ClearBackground(*args, **kwargs) |
d55e5bfc RD |
7812 | |
7813 | def Freeze(*args, **kwargs): | |
7814 | """ | |
7815 | Freeze(self) | |
7816 | ||
15817c7e RD |
7817 | Freezes the window or, in other words, prevents any updates from |
7818 | taking place on screen, the window is not redrawn at all. Thaw must be | |
7819 | called to reenable window redrawing. Calls to Freeze/Thaw may be | |
7820 | nested, with the actual Thaw being delayed until all the nesting has | |
7821 | been undone. | |
d55e5bfc RD |
7822 | |
7823 | This method is useful for visual appearance optimization (for example, | |
7824 | it is a good idea to use it before inserting large amount of text into | |
7825 | a wxTextCtrl under wxGTK) but is not implemented on all platforms nor | |
7826 | for all controls so it is mostly just a hint to wxWindows and not a | |
7827 | mandatory directive. | |
7828 | """ | |
5b5c9bc7 | 7829 | return _core_.Window_Freeze(*args, **kwargs) |
d55e5bfc RD |
7830 | |
7831 | def Thaw(*args, **kwargs): | |
7832 | """ | |
7833 | Thaw(self) | |
7834 | ||
7835 | Reenables window updating after a previous call to Freeze. Calls to | |
15817c7e RD |
7836 | Freeze/Thaw may be nested, so Thaw must be called the same number of |
7837 | times that Freeze was before the window will be updated. | |
d55e5bfc | 7838 | """ |
5b5c9bc7 | 7839 | return _core_.Window_Thaw(*args, **kwargs) |
d55e5bfc RD |
7840 | |
7841 | def PrepareDC(*args, **kwargs): | |
7842 | """ | |
5b5c9bc7 | 7843 | PrepareDC(self, DC dc) |
d55e5bfc RD |
7844 | |
7845 | Call this function to prepare the device context for drawing a | |
7846 | scrolled image. It sets the device origin according to the current | |
7847 | scroll position. | |
7848 | """ | |
5b5c9bc7 | 7849 | return _core_.Window_PrepareDC(*args, **kwargs) |
d55e5bfc RD |
7850 | |
7851 | def GetUpdateRegion(*args, **kwargs): | |
7852 | """ | |
5b5c9bc7 | 7853 | GetUpdateRegion(self) -> Region |
d55e5bfc RD |
7854 | |
7855 | Returns the region specifying which parts of the window have been | |
7856 | damaged. Should only be called within an EVT_PAINT handler. | |
7857 | """ | |
5b5c9bc7 | 7858 | return _core_.Window_GetUpdateRegion(*args, **kwargs) |
d55e5bfc RD |
7859 | |
7860 | def GetUpdateClientRect(*args, **kwargs): | |
7861 | """ | |
5b5c9bc7 | 7862 | GetUpdateClientRect(self) -> Rect |
d55e5bfc RD |
7863 | |
7864 | Get the update rectangle region bounding box in client coords. | |
7865 | """ | |
5b5c9bc7 | 7866 | return _core_.Window_GetUpdateClientRect(*args, **kwargs) |
d55e5bfc RD |
7867 | |
7868 | def IsExposed(*args, **kwargs): | |
7869 | """ | |
7870 | IsExposed(self, int x, int y, int w=1, int h=1) -> bool | |
7871 | ||
7872 | Returns true if the given point or rectangle area has been exposed | |
7873 | since the last repaint. Call this in an paint event handler to | |
7874 | optimize redrawing by only redrawing those areas, which have been | |
7875 | exposed. | |
7876 | """ | |
5b5c9bc7 | 7877 | return _core_.Window_IsExposed(*args, **kwargs) |
d55e5bfc RD |
7878 | |
7879 | def IsExposedPoint(*args, **kwargs): | |
7880 | """ | |
5b5c9bc7 | 7881 | IsExposedPoint(self, Point pt) -> bool |
d55e5bfc RD |
7882 | |
7883 | Returns true if the given point or rectangle area has been exposed | |
7884 | since the last repaint. Call this in an paint event handler to | |
7885 | optimize redrawing by only redrawing those areas, which have been | |
7886 | exposed. | |
7887 | """ | |
5b5c9bc7 | 7888 | return _core_.Window_IsExposedPoint(*args, **kwargs) |
d55e5bfc RD |
7889 | |
7890 | def IsExposedRect(*args, **kwargs): | |
7891 | """ | |
5b5c9bc7 | 7892 | IsExposedRect(self, Rect rect) -> bool |
d55e5bfc RD |
7893 | |
7894 | Returns true if the given point or rectangle area has been exposed | |
7895 | since the last repaint. Call this in an paint event handler to | |
7896 | optimize redrawing by only redrawing those areas, which have been | |
7897 | exposed. | |
7898 | """ | |
5b5c9bc7 | 7899 | return _core_.Window_IsExposedRect(*args, **kwargs) |
d55e5bfc RD |
7900 | |
7901 | def GetDefaultAttributes(*args, **kwargs): | |
7902 | """ | |
5b5c9bc7 | 7903 | GetDefaultAttributes(self) -> VisualAttributes |
d55e5bfc | 7904 | |
15817c7e RD |
7905 | Get the default attributes for an instance of this class. This is |
7906 | useful if you want to use the same font or colour in your own control | |
7907 | as in a standard control -- which is a much better idea than hard | |
7908 | coding specific colours or fonts which might look completely out of | |
a5ee0656 | 7909 | place on the user's system, especially if it uses themes. |
d55e5bfc | 7910 | """ |
5b5c9bc7 | 7911 | return _core_.Window_GetDefaultAttributes(*args, **kwargs) |
d55e5bfc RD |
7912 | |
7913 | def GetClassDefaultAttributes(*args, **kwargs): | |
7914 | """ | |
5b5c9bc7 | 7915 | GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes |
d55e5bfc | 7916 | |
15817c7e RD |
7917 | Get the default attributes for this class. This is useful if you want |
7918 | to use the same font or colour in your own control as in a standard | |
7919 | control -- which is a much better idea than hard coding specific | |
a5ee0656 RD |
7920 | colours or fonts which might look completely out of place on the |
7921 | user's system, especially if it uses themes. | |
d55e5bfc RD |
7922 | |
7923 | The variant parameter is only relevant under Mac currently and is | |
15817c7e | 7924 | ignore under other platforms. Under Mac, it will change the size of |
a5ee0656 RD |
7925 | the returned font. See `wx.Window.SetWindowVariant` for more about |
7926 | this. | |
d55e5bfc | 7927 | """ |
5b5c9bc7 | 7928 | return _core_.Window_GetClassDefaultAttributes(*args, **kwargs) |
d55e5bfc RD |
7929 | |
7930 | GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes) | |
7931 | def SetBackgroundColour(*args, **kwargs): | |
7932 | """ | |
5b5c9bc7 | 7933 | SetBackgroundColour(self, Colour colour) -> bool |
d55e5bfc RD |
7934 | |
7935 | Sets the background colour of the window. Returns True if the colour | |
7936 | was changed. The background colour is usually painted by the default | |
7937 | EVT_ERASE_BACKGROUND event handler function under Windows and | |
f8167d6e RD |
7938 | automatically under GTK. Using `wx.NullColour` will reset the window |
7939 | to the default background colour. | |
d55e5bfc | 7940 | |
a5ee0656 | 7941 | Note that setting the background colour may not cause an immediate |
f8167d6e | 7942 | refresh, so you may wish to call `ClearBackground` or `Refresh` after |
d55e5bfc RD |
7943 | calling this function. |
7944 | ||
f8167d6e RD |
7945 | Using this function will disable attempts to use themes for this |
7946 | window, if the system supports them. Use with care since usually the | |
7947 | themes represent the appearance chosen by the user to be used for all | |
7948 | applications on the system. | |
d55e5bfc | 7949 | """ |
5b5c9bc7 | 7950 | return _core_.Window_SetBackgroundColour(*args, **kwargs) |
d55e5bfc | 7951 | |
412d302d | 7952 | def SetOwnBackgroundColour(*args, **kwargs): |
5b5c9bc7 RD |
7953 | """SetOwnBackgroundColour(self, Colour colour)""" |
7954 | return _core_.Window_SetOwnBackgroundColour(*args, **kwargs) | |
d55e5bfc RD |
7955 | |
7956 | def SetForegroundColour(*args, **kwargs): | |
7957 | """ | |
5b5c9bc7 | 7958 | SetForegroundColour(self, Colour colour) -> bool |
d55e5bfc RD |
7959 | |
7960 | Sets the foreground colour of the window. Returns True is the colour | |
7961 | was changed. The interpretation of foreground colour is dependent on | |
7962 | the window class; it may be the text colour or other colour, or it may | |
7963 | not be used at all. | |
7964 | """ | |
5b5c9bc7 | 7965 | return _core_.Window_SetForegroundColour(*args, **kwargs) |
d55e5bfc | 7966 | |
fa47d7a7 | 7967 | def SetOwnForegroundColour(*args, **kwargs): |
5b5c9bc7 RD |
7968 | """SetOwnForegroundColour(self, Colour colour)""" |
7969 | return _core_.Window_SetOwnForegroundColour(*args, **kwargs) | |
d55e5bfc RD |
7970 | |
7971 | def GetBackgroundColour(*args, **kwargs): | |
7972 | """ | |
5b5c9bc7 | 7973 | GetBackgroundColour(self) -> Colour |
d55e5bfc RD |
7974 | |
7975 | Returns the background colour of the window. | |
7976 | """ | |
5b5c9bc7 | 7977 | return _core_.Window_GetBackgroundColour(*args, **kwargs) |
d55e5bfc RD |
7978 | |
7979 | def GetForegroundColour(*args, **kwargs): | |
7980 | """ | |
5b5c9bc7 | 7981 | GetForegroundColour(self) -> Colour |
d55e5bfc RD |
7982 | |
7983 | Returns the foreground colour of the window. The interpretation of | |
7984 | foreground colour is dependent on the window class; it may be the text | |
7985 | colour or other colour, or it may not be used at all. | |
7986 | """ | |
5b5c9bc7 | 7987 | return _core_.Window_GetForegroundColour(*args, **kwargs) |
d55e5bfc | 7988 | |
dcb8fc74 RD |
7989 | def InheritsBackgroundColour(*args, **kwargs): |
7990 | """InheritsBackgroundColour(self) -> bool""" | |
5b5c9bc7 | 7991 | return _core_.Window_InheritsBackgroundColour(*args, **kwargs) |
dcb8fc74 RD |
7992 | |
7993 | def UseBgCol(*args, **kwargs): | |
7994 | """UseBgCol(self) -> bool""" | |
5b5c9bc7 | 7995 | return _core_.Window_UseBgCol(*args, **kwargs) |
dcb8fc74 | 7996 | |
0f63ec68 RD |
7997 | def SetBackgroundStyle(*args, **kwargs): |
7998 | """ | |
7999 | SetBackgroundStyle(self, int style) -> bool | |
8000 | ||
8001 | Returns the background style of the window. The background style | |
8002 | indicates how the background of the window is drawn. | |
8003 | ||
8004 | ====================== ======================================== | |
8005 | wx.BG_STYLE_SYSTEM The background colour or pattern should | |
8006 | be determined by the system | |
8007 | wx.BG_STYLE_COLOUR The background should be a solid colour | |
8008 | wx.BG_STYLE_CUSTOM The background will be implemented by the | |
8009 | application. | |
8010 | ====================== ======================================== | |
8011 | ||
8012 | On GTK+, use of wx.BG_STYLE_CUSTOM allows the flicker-free drawing of | |
8013 | a custom background, such as a tiled bitmap. Currently the style has | |
8014 | no effect on other platforms. | |
8015 | ||
8016 | :see: `GetBackgroundStyle`, `SetBackgroundColour` | |
8017 | """ | |
5b5c9bc7 | 8018 | return _core_.Window_SetBackgroundStyle(*args, **kwargs) |
0f63ec68 RD |
8019 | |
8020 | def GetBackgroundStyle(*args, **kwargs): | |
8021 | """ | |
8022 | GetBackgroundStyle(self) -> int | |
8023 | ||
8024 | Returns the background style of the window. | |
8025 | ||
8026 | :see: `SetBackgroundStyle` | |
8027 | """ | |
5b5c9bc7 | 8028 | return _core_.Window_GetBackgroundStyle(*args, **kwargs) |
0f63ec68 | 8029 | |
51b83b37 RD |
8030 | def HasTransparentBackground(*args, **kwargs): |
8031 | """ | |
8032 | HasTransparentBackground(self) -> bool | |
8033 | ||
8034 | Returns True if this window's background is transparent (as, for | |
8035 | example, for `wx.StaticText`) and should show the parent window's | |
8036 | background. | |
8037 | ||
8038 | This method is mostly used internally by the library itself and you | |
8039 | normally shouldn't have to call it. You may, however, have to override | |
8040 | it in your custom control classes to ensure that background is painted | |
8041 | correctly. | |
8042 | """ | |
5b5c9bc7 | 8043 | return _core_.Window_HasTransparentBackground(*args, **kwargs) |
51b83b37 | 8044 | |
d55e5bfc RD |
8045 | def SetCursor(*args, **kwargs): |
8046 | """ | |
5b5c9bc7 | 8047 | SetCursor(self, Cursor cursor) -> bool |
d55e5bfc RD |
8048 | |
8049 | Sets the window's cursor. Notice that the window cursor also sets it | |
8050 | for the children of the window implicitly. | |
8051 | ||
8052 | The cursor may be wx.NullCursor in which case the window cursor will | |
8053 | be reset back to default. | |
8054 | """ | |
5b5c9bc7 | 8055 | return _core_.Window_SetCursor(*args, **kwargs) |
d55e5bfc RD |
8056 | |
8057 | def GetCursor(*args, **kwargs): | |
8058 | """ | |
5b5c9bc7 | 8059 | GetCursor(self) -> Cursor |
d55e5bfc RD |
8060 | |
8061 | Return the cursor associated with this window. | |
8062 | """ | |
5b5c9bc7 | 8063 | return _core_.Window_GetCursor(*args, **kwargs) |
d55e5bfc RD |
8064 | |
8065 | def SetFont(*args, **kwargs): | |
8066 | """ | |
5b5c9bc7 | 8067 | SetFont(self, Font font) -> bool |
d55e5bfc RD |
8068 | |
8069 | Sets the font for this window. | |
8070 | """ | |
5b5c9bc7 | 8071 | return _core_.Window_SetFont(*args, **kwargs) |
d55e5bfc | 8072 | |
fa47d7a7 | 8073 | def SetOwnFont(*args, **kwargs): |
5b5c9bc7 RD |
8074 | """SetOwnFont(self, Font font)""" |
8075 | return _core_.Window_SetOwnFont(*args, **kwargs) | |
d55e5bfc RD |
8076 | |
8077 | def GetFont(*args, **kwargs): | |
8078 | """ | |
5b5c9bc7 | 8079 | GetFont(self) -> Font |
d55e5bfc RD |
8080 | |
8081 | Returns the default font used for this window. | |
8082 | """ | |
5b5c9bc7 | 8083 | return _core_.Window_GetFont(*args, **kwargs) |
d55e5bfc RD |
8084 | |
8085 | def SetCaret(*args, **kwargs): | |
8086 | """ | |
5b5c9bc7 | 8087 | SetCaret(self, Caret caret) |
d55e5bfc RD |
8088 | |
8089 | Sets the caret associated with the window. | |
8090 | """ | |
5b5c9bc7 | 8091 | return _core_.Window_SetCaret(*args, **kwargs) |
d55e5bfc RD |
8092 | |
8093 | def GetCaret(*args, **kwargs): | |
8094 | """ | |
5b5c9bc7 | 8095 | GetCaret(self) -> Caret |
d55e5bfc RD |
8096 | |
8097 | Returns the caret associated with the window. | |
8098 | """ | |
5b5c9bc7 | 8099 | return _core_.Window_GetCaret(*args, **kwargs) |
d55e5bfc RD |
8100 | |
8101 | def GetCharHeight(*args, **kwargs): | |
8102 | """ | |
8103 | GetCharHeight(self) -> int | |
8104 | ||
8105 | Get the (average) character size for the current font. | |
8106 | """ | |
5b5c9bc7 | 8107 | return _core_.Window_GetCharHeight(*args, **kwargs) |
d55e5bfc RD |
8108 | |
8109 | def GetCharWidth(*args, **kwargs): | |
8110 | """ | |
8111 | GetCharWidth(self) -> int | |
8112 | ||
8113 | Get the (average) character size for the current font. | |
8114 | """ | |
5b5c9bc7 | 8115 | return _core_.Window_GetCharWidth(*args, **kwargs) |
d55e5bfc RD |
8116 | |
8117 | def GetTextExtent(*args, **kwargs): | |
fd2dc343 RD |
8118 | """ |
8119 | GetTextExtent(String string) -> (width, height) | |
8120 | ||
8121 | Get the width and height of the text using the current font. | |
8122 | """ | |
5b5c9bc7 | 8123 | return _core_.Window_GetTextExtent(*args, **kwargs) |
d55e5bfc RD |
8124 | |
8125 | def GetFullTextExtent(*args, **kwargs): | |
8126 | """ | |
8127 | GetFullTextExtent(String string, Font font=None) -> | |
8128 | (width, height, descent, externalLeading) | |
8129 | ||
8130 | Get the width, height, decent and leading of the text using the | |
8131 | current or specified font. | |
8132 | """ | |
5b5c9bc7 | 8133 | return _core_.Window_GetFullTextExtent(*args, **kwargs) |
d55e5bfc RD |
8134 | |
8135 | def ClientToScreenXY(*args, **kwargs): | |
8136 | """ | |
8137 | ClientToScreenXY(int x, int y) -> (x,y) | |
8138 | ||
8139 | Converts to screen coordinates from coordinates relative to this window. | |
8140 | """ | |
5b5c9bc7 | 8141 | return _core_.Window_ClientToScreenXY(*args, **kwargs) |
d55e5bfc RD |
8142 | |
8143 | def ScreenToClientXY(*args, **kwargs): | |
8144 | """ | |
8145 | ScreenToClientXY(int x, int y) -> (x,y) | |
8146 | ||
8147 | Converts from screen to client window coordinates. | |
8148 | """ | |
5b5c9bc7 | 8149 | return _core_.Window_ScreenToClientXY(*args, **kwargs) |
d55e5bfc RD |
8150 | |
8151 | def ClientToScreen(*args, **kwargs): | |
8152 | """ | |
5b5c9bc7 | 8153 | ClientToScreen(self, Point pt) -> Point |
d55e5bfc RD |
8154 | |
8155 | Converts to screen coordinates from coordinates relative to this window. | |
8156 | """ | |
5b5c9bc7 | 8157 | return _core_.Window_ClientToScreen(*args, **kwargs) |
d55e5bfc RD |
8158 | |
8159 | def ScreenToClient(*args, **kwargs): | |
8160 | """ | |
5b5c9bc7 | 8161 | ScreenToClient(self, Point pt) -> Point |
d55e5bfc RD |
8162 | |
8163 | Converts from screen to client window coordinates. | |
8164 | """ | |
5b5c9bc7 | 8165 | return _core_.Window_ScreenToClient(*args, **kwargs) |
d55e5bfc RD |
8166 | |
8167 | def HitTestXY(*args, **kwargs): | |
8168 | """ | |
8169 | HitTestXY(self, int x, int y) -> int | |
8170 | ||
8171 | Test where the given (in client coords) point lies | |
8172 | """ | |
5b5c9bc7 | 8173 | return _core_.Window_HitTestXY(*args, **kwargs) |
d55e5bfc RD |
8174 | |
8175 | def HitTest(*args, **kwargs): | |
8176 | """ | |
5b5c9bc7 | 8177 | HitTest(self, Point pt) -> int |
d55e5bfc RD |
8178 | |
8179 | Test where the given (in client coords) point lies | |
8180 | """ | |
5b5c9bc7 | 8181 | return _core_.Window_HitTest(*args, **kwargs) |
d55e5bfc RD |
8182 | |
8183 | def GetBorder(*args): | |
8184 | """ | |
8185 | GetBorder(self, long flags) -> int | |
8186 | GetBorder(self) -> int | |
8187 | ||
8188 | Get border for the flags of this window | |
8189 | """ | |
5b5c9bc7 | 8190 | return _core_.Window_GetBorder(*args) |
d55e5bfc RD |
8191 | |
8192 | def UpdateWindowUI(*args, **kwargs): | |
8193 | """ | |
5b5c9bc7 | 8194 | UpdateWindowUI(self, long flags=UPDATE_UI_NONE) |
d55e5bfc RD |
8195 | |
8196 | This function sends EVT_UPDATE_UI events to the window. The particular | |
8197 | implementation depends on the window; for example a wx.ToolBar will | |
8198 | send an update UI event for each toolbar button, and a wx.Frame will | |
8199 | send an update UI event for each menubar menu item. You can call this | |
8200 | function from your application to ensure that your UI is up-to-date at | |
8201 | a particular point in time (as far as your EVT_UPDATE_UI handlers are | |
8202 | concerned). This may be necessary if you have called | |
8203 | wx.UpdateUIEvent.SetMode or wx.UpdateUIEvent.SetUpdateInterval to | |
8204 | limit the overhead that wxWindows incurs by sending update UI events | |
8205 | in idle time. | |
d55e5bfc | 8206 | """ |
5b5c9bc7 | 8207 | return _core_.Window_UpdateWindowUI(*args, **kwargs) |
d55e5bfc RD |
8208 | |
8209 | def PopupMenuXY(*args, **kwargs): | |
8210 | """ | |
5b5c9bc7 | 8211 | PopupMenuXY(self, Menu menu, int x=-1, int y=-1) -> bool |
d55e5bfc | 8212 | |
b0503257 RD |
8213 | Pops up the given menu at the specified coordinates, relative to this window, |
8214 | and returns control when the user has dismissed the menu. If a menu item is | |
8215 | selected, the corresponding menu event is generated and will be processed as | |
8216 | usual. If the default position is given then the current position of the | |
8217 | mouse cursor will be used. | |
d55e5bfc | 8218 | """ |
5b5c9bc7 | 8219 | return _core_.Window_PopupMenuXY(*args, **kwargs) |
d55e5bfc RD |
8220 | |
8221 | def PopupMenu(*args, **kwargs): | |
8222 | """ | |
5b5c9bc7 | 8223 | PopupMenu(self, Menu menu, Point pos=DefaultPosition) -> bool |
d55e5bfc | 8224 | |
b0503257 RD |
8225 | Pops up the given menu at the specified coordinates, relative to this window, |
8226 | and returns control when the user has dismissed the menu. If a menu item is | |
8227 | selected, the corresponding menu event is generated and will be processed as | |
8228 | usual. If the default position is given then the current position of the | |
8229 | mouse cursor will be used. | |
d55e5bfc | 8230 | """ |
5b5c9bc7 | 8231 | return _core_.Window_PopupMenu(*args, **kwargs) |
d55e5bfc RD |
8232 | |
8233 | def GetHandle(*args, **kwargs): | |
8234 | """ | |
8235 | GetHandle(self) -> long | |
8236 | ||
8237 | Returns the platform-specific handle (as a long integer) of the | |
8238 | physical window. Currently on wxMac it returns the handle of the | |
8239 | toplevel parent of the window. | |
8240 | """ | |
5b5c9bc7 | 8241 | return _core_.Window_GetHandle(*args, **kwargs) |
d55e5bfc | 8242 | |
629e65c2 RD |
8243 | def AssociateHandle(*args, **kwargs): |
8244 | """ | |
8245 | AssociateHandle(self, long handle) | |
8246 | ||
8247 | Associate the window with a new native handle | |
8248 | """ | |
5b5c9bc7 | 8249 | return _core_.Window_AssociateHandle(*args, **kwargs) |
629e65c2 RD |
8250 | |
8251 | def DissociateHandle(*args, **kwargs): | |
8252 | """ | |
8253 | DissociateHandle(self) | |
8254 | ||
8255 | Dissociate the current native handle from the window | |
8256 | """ | |
5b5c9bc7 | 8257 | return _core_.Window_DissociateHandle(*args, **kwargs) |
629e65c2 | 8258 | |
d55e5bfc RD |
8259 | def HasScrollbar(*args, **kwargs): |
8260 | """ | |
8261 | HasScrollbar(self, int orient) -> bool | |
8262 | ||
8263 | Does the window have the scrollbar for this orientation? | |
8264 | """ | |
5b5c9bc7 | 8265 | return _core_.Window_HasScrollbar(*args, **kwargs) |
d55e5bfc RD |
8266 | |
8267 | def SetScrollbar(*args, **kwargs): | |
8268 | """ | |
15817c7e | 8269 | SetScrollbar(self, int orientation, int position, int thumbSize, int range, |
d55e5bfc RD |
8270 | bool refresh=True) |
8271 | ||
8272 | Sets the scrollbar properties of a built-in scrollbar. | |
d55e5bfc | 8273 | """ |
5b5c9bc7 | 8274 | return _core_.Window_SetScrollbar(*args, **kwargs) |
d55e5bfc RD |
8275 | |
8276 | def SetScrollPos(*args, **kwargs): | |
8277 | """ | |
8278 | SetScrollPos(self, int orientation, int pos, bool refresh=True) | |
8279 | ||
8280 | Sets the position of one of the built-in scrollbars. | |
8281 | """ | |
5b5c9bc7 | 8282 | return _core_.Window_SetScrollPos(*args, **kwargs) |
d55e5bfc RD |
8283 | |
8284 | def GetScrollPos(*args, **kwargs): | |
8285 | """ | |
8286 | GetScrollPos(self, int orientation) -> int | |
8287 | ||
8288 | Returns the built-in scrollbar position. | |
8289 | """ | |
5b5c9bc7 | 8290 | return _core_.Window_GetScrollPos(*args, **kwargs) |
d55e5bfc RD |
8291 | |
8292 | def GetScrollThumb(*args, **kwargs): | |
8293 | """ | |
8294 | GetScrollThumb(self, int orientation) -> int | |
8295 | ||
8296 | Returns the built-in scrollbar thumb size. | |
8297 | """ | |
5b5c9bc7 | 8298 | return _core_.Window_GetScrollThumb(*args, **kwargs) |
d55e5bfc RD |
8299 | |
8300 | def GetScrollRange(*args, **kwargs): | |
8301 | """ | |
8302 | GetScrollRange(self, int orientation) -> int | |
8303 | ||
8304 | Returns the built-in scrollbar range. | |
8305 | """ | |
5b5c9bc7 | 8306 | return _core_.Window_GetScrollRange(*args, **kwargs) |
d55e5bfc RD |
8307 | |
8308 | def ScrollWindow(*args, **kwargs): | |
8309 | """ | |
5b5c9bc7 | 8310 | ScrollWindow(self, int dx, int dy, Rect rect=None) |
d55e5bfc RD |
8311 | |
8312 | Physically scrolls the pixels in the window and move child windows | |
8313 | accordingly. Use this function to optimise your scrolling | |
8314 | implementations, to minimise the area that must be redrawn. Note that | |
8315 | it is rarely required to call this function from a user program. | |
d55e5bfc | 8316 | """ |
5b5c9bc7 | 8317 | return _core_.Window_ScrollWindow(*args, **kwargs) |
d55e5bfc RD |
8318 | |
8319 | def ScrollLines(*args, **kwargs): | |
8320 | """ | |
8321 | ScrollLines(self, int lines) -> bool | |
8322 | ||
8323 | If the platform and window class supports it, scrolls the window by | |
8324 | the given number of lines down, if lines is positive, or up if lines | |
8325 | is negative. Returns True if the window was scrolled, False if it was | |
8326 | already on top/bottom and nothing was done. | |
8327 | """ | |
5b5c9bc7 | 8328 | return _core_.Window_ScrollLines(*args, **kwargs) |
d55e5bfc RD |
8329 | |
8330 | def ScrollPages(*args, **kwargs): | |
8331 | """ | |
8332 | ScrollPages(self, int pages) -> bool | |
8333 | ||
15817c7e | 8334 | If the platform and window class supports it, scrolls the window by |
d55e5bfc RD |
8335 | the given number of pages down, if pages is positive, or up if pages |
8336 | is negative. Returns True if the window was scrolled, False if it was | |
8337 | already on top/bottom and nothing was done. | |
8338 | """ | |
5b5c9bc7 | 8339 | return _core_.Window_ScrollPages(*args, **kwargs) |
d55e5bfc RD |
8340 | |
8341 | def LineUp(*args, **kwargs): | |
8342 | """ | |
8343 | LineUp(self) -> bool | |
8344 | ||
8345 | This is just a wrapper for ScrollLines(-1). | |
8346 | """ | |
5b5c9bc7 | 8347 | return _core_.Window_LineUp(*args, **kwargs) |
d55e5bfc RD |
8348 | |
8349 | def LineDown(*args, **kwargs): | |
8350 | """ | |
8351 | LineDown(self) -> bool | |
8352 | ||
8353 | This is just a wrapper for ScrollLines(1). | |
8354 | """ | |
5b5c9bc7 | 8355 | return _core_.Window_LineDown(*args, **kwargs) |
d55e5bfc RD |
8356 | |
8357 | def PageUp(*args, **kwargs): | |
8358 | """ | |
8359 | PageUp(self) -> bool | |
8360 | ||
8361 | This is just a wrapper for ScrollPages(-1). | |
8362 | """ | |
5b5c9bc7 | 8363 | return _core_.Window_PageUp(*args, **kwargs) |
d55e5bfc RD |
8364 | |
8365 | def PageDown(*args, **kwargs): | |
8366 | """ | |
8367 | PageDown(self) -> bool | |
8368 | ||
8369 | This is just a wrapper for ScrollPages(1). | |
8370 | """ | |
5b5c9bc7 | 8371 | return _core_.Window_PageDown(*args, **kwargs) |
d55e5bfc RD |
8372 | |
8373 | def SetHelpText(*args, **kwargs): | |
8374 | """ | |
5b5c9bc7 | 8375 | SetHelpText(self, String text) |
d55e5bfc RD |
8376 | |
8377 | Sets the help text to be used as context-sensitive help for this | |
8378 | window. Note that the text is actually stored by the current | |
8379 | wxHelpProvider implementation, and not in the window object itself. | |
8380 | """ | |
5b5c9bc7 | 8381 | return _core_.Window_SetHelpText(*args, **kwargs) |
d55e5bfc RD |
8382 | |
8383 | def SetHelpTextForId(*args, **kwargs): | |
8384 | """ | |
5b5c9bc7 | 8385 | SetHelpTextForId(self, String text) |
d55e5bfc RD |
8386 | |
8387 | Associate this help text with all windows with the same id as this | |
8388 | one. | |
8389 | """ | |
5b5c9bc7 | 8390 | return _core_.Window_SetHelpTextForId(*args, **kwargs) |
d55e5bfc RD |
8391 | |
8392 | def GetHelpText(*args, **kwargs): | |
8393 | """ | |
5b5c9bc7 | 8394 | GetHelpText(self) -> String |
d55e5bfc RD |
8395 | |
8396 | Gets the help text to be used as context-sensitive help for this | |
8397 | window. Note that the text is actually stored by the current | |
8398 | wxHelpProvider implementation, and not in the window object itself. | |
8399 | """ | |
5b5c9bc7 | 8400 | return _core_.Window_GetHelpText(*args, **kwargs) |
d55e5bfc RD |
8401 | |
8402 | def SetToolTipString(*args, **kwargs): | |
8403 | """ | |
5b5c9bc7 | 8404 | SetToolTipString(self, String tip) |
d55e5bfc RD |
8405 | |
8406 | Attach a tooltip to the window. | |
8407 | """ | |
5b5c9bc7 | 8408 | return _core_.Window_SetToolTipString(*args, **kwargs) |
d55e5bfc RD |
8409 | |
8410 | def SetToolTip(*args, **kwargs): | |
8411 | """ | |
5b5c9bc7 | 8412 | SetToolTip(self, ToolTip tip) |
d55e5bfc RD |
8413 | |
8414 | Attach a tooltip to the window. | |
8415 | """ | |
5b5c9bc7 | 8416 | return _core_.Window_SetToolTip(*args, **kwargs) |
d55e5bfc RD |
8417 | |
8418 | def GetToolTip(*args, **kwargs): | |
8419 | """ | |
5b5c9bc7 | 8420 | GetToolTip(self) -> ToolTip |
d55e5bfc RD |
8421 | |
8422 | get the associated tooltip or None if none | |
8423 | """ | |
5b5c9bc7 | 8424 | return _core_.Window_GetToolTip(*args, **kwargs) |
d55e5bfc RD |
8425 | |
8426 | def SetDropTarget(*args, **kwargs): | |
8427 | """ | |
5b5c9bc7 | 8428 | SetDropTarget(self, DropTarget dropTarget) |
d55e5bfc RD |
8429 | |
8430 | Associates a drop target with this window. If the window already has | |
8431 | a drop target, it is deleted. | |
8432 | """ | |
5b5c9bc7 | 8433 | return _core_.Window_SetDropTarget(*args, **kwargs) |
d55e5bfc RD |
8434 | |
8435 | def GetDropTarget(*args, **kwargs): | |
8436 | """ | |
5b5c9bc7 | 8437 | GetDropTarget(self) -> DropTarget |
d55e5bfc RD |
8438 | |
8439 | Returns the associated drop target, which may be None. | |
8440 | """ | |
5b5c9bc7 | 8441 | return _core_.Window_GetDropTarget(*args, **kwargs) |
d55e5bfc RD |
8442 | |
8443 | def SetConstraints(*args, **kwargs): | |
8444 | """ | |
5b5c9bc7 | 8445 | SetConstraints(self, LayoutConstraints constraints) |
d55e5bfc RD |
8446 | |
8447 | Sets the window to have the given layout constraints. If an existing | |
8448 | layout constraints object is already owned by the window, it will be | |
8449 | deleted. Pass None to disassociate and delete the window's current | |
8450 | constraints. | |
8451 | ||
8452 | You must call SetAutoLayout to tell a window to use the constraints | |
8453 | automatically in its default EVT_SIZE handler; otherwise, you must | |
8454 | handle EVT_SIZE yourself and call Layout() explicitly. When setting | |
8455 | both a wx.LayoutConstraints and a wx.Sizer, only the sizer will have | |
8456 | effect. | |
8457 | """ | |
5b5c9bc7 | 8458 | return _core_.Window_SetConstraints(*args, **kwargs) |
d55e5bfc RD |
8459 | |
8460 | def GetConstraints(*args, **kwargs): | |
8461 | """ | |
5b5c9bc7 | 8462 | GetConstraints(self) -> LayoutConstraints |
d55e5bfc RD |
8463 | |
8464 | Returns a pointer to the window's layout constraints, or None if there | |
8465 | are none. | |
8466 | """ | |
5b5c9bc7 | 8467 | return _core_.Window_GetConstraints(*args, **kwargs) |
d55e5bfc RD |
8468 | |
8469 | def SetAutoLayout(*args, **kwargs): | |
8470 | """ | |
8471 | SetAutoLayout(self, bool autoLayout) | |
8472 | ||
8473 | Determines whether the Layout function will be called automatically | |
8474 | when the window is resized. It is called implicitly by SetSizer but | |
8475 | if you use SetConstraints you should call it manually or otherwise the | |
8476 | window layout won't be correctly updated when its size changes. | |
8477 | """ | |
5b5c9bc7 | 8478 | return _core_.Window_SetAutoLayout(*args, **kwargs) |
d55e5bfc RD |
8479 | |
8480 | def GetAutoLayout(*args, **kwargs): | |
8481 | """ | |
8482 | GetAutoLayout(self) -> bool | |
8483 | ||
8484 | Returns the current autoLayout setting | |
8485 | """ | |
5b5c9bc7 | 8486 | return _core_.Window_GetAutoLayout(*args, **kwargs) |
d55e5bfc RD |
8487 | |
8488 | def Layout(*args, **kwargs): | |
8489 | """ | |
8490 | Layout(self) -> bool | |
8491 | ||
8492 | Invokes the constraint-based layout algorithm or the sizer-based | |
8493 | algorithm for this window. See SetAutoLayout: when auto layout is on, | |
8494 | this function gets called automatically by the default EVT_SIZE | |
8495 | handler when the window is resized. | |
8496 | """ | |
5b5c9bc7 | 8497 | return _core_.Window_Layout(*args, **kwargs) |
d55e5bfc RD |
8498 | |
8499 | def SetSizer(*args, **kwargs): | |
8500 | """ | |
5b5c9bc7 | 8501 | SetSizer(self, Sizer sizer, bool deleteOld=True) |
d55e5bfc RD |
8502 | |
8503 | Sets the window to have the given layout sizer. The window will then | |
8504 | own the object, and will take care of its deletion. If an existing | |
8505 | layout sizer object is already owned by the window, it will be deleted | |
8506 | if the deleteOld parameter is true. Note that this function will also | |
8507 | call SetAutoLayout implicitly with a True parameter if the sizer is | |
b411df4a | 8508 | non-None, and False otherwise. |
d55e5bfc | 8509 | """ |
5b5c9bc7 | 8510 | return _core_.Window_SetSizer(*args, **kwargs) |
d55e5bfc RD |
8511 | |
8512 | def SetSizerAndFit(*args, **kwargs): | |
8513 | """ | |
5b5c9bc7 | 8514 | SetSizerAndFit(self, Sizer sizer, bool deleteOld=True) |
d55e5bfc RD |
8515 | |
8516 | The same as SetSizer, except it also sets the size hints for the | |
8517 | window based on the sizer's minimum size. | |
8518 | """ | |
5b5c9bc7 | 8519 | return _core_.Window_SetSizerAndFit(*args, **kwargs) |
d55e5bfc RD |
8520 | |
8521 | def GetSizer(*args, **kwargs): | |
8522 | """ | |
5b5c9bc7 | 8523 | GetSizer(self) -> Sizer |
d55e5bfc RD |
8524 | |
8525 | Return the sizer associated with the window by a previous call to | |
8526 | SetSizer or None if there isn't one. | |
8527 | """ | |
5b5c9bc7 | 8528 | return _core_.Window_GetSizer(*args, **kwargs) |
d55e5bfc RD |
8529 | |
8530 | def SetContainingSizer(*args, **kwargs): | |
8531 | """ | |
5b5c9bc7 | 8532 | SetContainingSizer(self, Sizer sizer) |
d55e5bfc RD |
8533 | |
8534 | This normally does not need to be called by application code. It is | |
8535 | called internally when a window is added to a sizer, and is used so | |
8536 | the window can remove itself from the sizer when it is destroyed. | |
8537 | """ | |
5b5c9bc7 | 8538 | return _core_.Window_SetContainingSizer(*args, **kwargs) |
d55e5bfc RD |
8539 | |
8540 | def GetContainingSizer(*args, **kwargs): | |
8541 | """ | |
5b5c9bc7 | 8542 | GetContainingSizer(self) -> Sizer |
d55e5bfc RD |
8543 | |
8544 | Return the sizer that this window is a member of, if any, otherwise None. | |
8545 | """ | |
5b5c9bc7 | 8546 | return _core_.Window_GetContainingSizer(*args, **kwargs) |
d55e5bfc RD |
8547 | |
8548 | def InheritAttributes(*args, **kwargs): | |
8549 | """ | |
8550 | InheritAttributes(self) | |
8551 | ||
15817c7e RD |
8552 | This function is (or should be, in case of custom controls) called |
8553 | during window creation to intelligently set up the window visual | |
8554 | attributes, that is the font and the foreground and background | |
8555 | colours. | |
8556 | ||
8557 | By 'intelligently' the following is meant: by default, all windows use | |
8558 | their own default attributes. However if some of the parent's | |
8559 | attributes are explicitly changed (that is, using SetFont and not | |
fa47d7a7 | 8560 | SetOwnFont) and if the corresponding attribute hadn't been |
15817c7e RD |
8561 | explicitly set for this window itself, then this window takes the same |
8562 | value as used by the parent. In addition, if the window overrides | |
8563 | ShouldInheritColours to return false, the colours will not be changed | |
8564 | no matter what and only the font might. | |
8565 | ||
a7bb0a9d RD |
8566 | This rather complicated logic is necessary in order to accommodate the |
8567 | different usage scenarios. The most common one is when all default | |
15817c7e RD |
8568 | attributes are used and in this case, nothing should be inherited as |
8569 | in modern GUIs different controls use different fonts (and colours) | |
8570 | than their siblings so they can't inherit the same value from the | |
8571 | parent. However it was also deemed desirable to allow to simply change | |
8572 | the attributes of all children at once by just changing the font or | |
8573 | colour of their common parent, hence in this case we do inherit the | |
8574 | parents attributes. | |
8575 | ||
d55e5bfc | 8576 | """ |
5b5c9bc7 | 8577 | return _core_.Window_InheritAttributes(*args, **kwargs) |
d55e5bfc RD |
8578 | |
8579 | def ShouldInheritColours(*args, **kwargs): | |
8580 | """ | |
8581 | ShouldInheritColours(self) -> bool | |
8582 | ||
8583 | Return true from here to allow the colours of this window to be | |
15817c7e RD |
8584 | changed by InheritAttributes, returning false forbids inheriting them |
8585 | from the parent window. | |
d55e5bfc | 8586 | |
15817c7e RD |
8587 | The base class version returns false, but this method is overridden in |
8588 | wxControl where it returns true. | |
d55e5bfc | 8589 | """ |
5b5c9bc7 | 8590 | return _core_.Window_ShouldInheritColours(*args, **kwargs) |
d55e5bfc RD |
8591 | |
8592 | def PostCreate(self, pre): | |
8593 | """ | |
8594 | Phase 3 of the 2-phase create <wink!> | |
8595 | Call this method after precreating the window with the 2-phase create method. | |
8596 | """ | |
8597 | self.this = pre.this | |
8598 | self.thisown = pre.thisown | |
8599 | pre.thisown = 0 | |
8600 | if hasattr(self, '_setOORInfo'): | |
8601 | self._setOORInfo(self) | |
8602 | if hasattr(self, '_setCallbackInfo'): | |
8603 | self._setCallbackInfo(self, self.__class__) | |
8604 | ||
8605 | ||
5b5c9bc7 | 8606 | class WindowPtr(Window): |
d55e5bfc RD |
8607 | def __init__(self, this): |
8608 | self.this = this | |
8609 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
8610 | self.__class__ = Window |
8611 | _core_.Window_swigregister(WindowPtr) | |
d55e5bfc RD |
8612 | |
8613 | def PreWindow(*args, **kwargs): | |
8614 | """ | |
5b5c9bc7 | 8615 | PreWindow() -> Window |
d55e5bfc RD |
8616 | |
8617 | Precreate a Window for 2-phase creation. | |
8618 | """ | |
5b5c9bc7 | 8619 | val = _core_.new_PreWindow(*args, **kwargs) |
d55e5bfc RD |
8620 | val.thisown = 1 |
8621 | return val | |
8622 | ||
5b5c9bc7 | 8623 | def Window_NewControlId(*args, **kwargs): |
d55e5bfc | 8624 | """ |
5b5c9bc7 | 8625 | Window_NewControlId() -> int |
d55e5bfc RD |
8626 | |
8627 | Generate a control id for the controls which were not given one. | |
8628 | """ | |
5b5c9bc7 | 8629 | return _core_.Window_NewControlId(*args, **kwargs) |
d55e5bfc | 8630 | |
5b5c9bc7 | 8631 | def Window_NextControlId(*args, **kwargs): |
d55e5bfc | 8632 | """ |
5b5c9bc7 | 8633 | Window_NextControlId(int winid) -> int |
d55e5bfc RD |
8634 | |
8635 | Get the id of the control following the one with the given | |
15817c7e | 8636 | autogenerated) id |
d55e5bfc | 8637 | """ |
5b5c9bc7 | 8638 | return _core_.Window_NextControlId(*args, **kwargs) |
d55e5bfc | 8639 | |
5b5c9bc7 | 8640 | def Window_PrevControlId(*args, **kwargs): |
d55e5bfc | 8641 | """ |
5b5c9bc7 | 8642 | Window_PrevControlId(int winid) -> int |
d55e5bfc RD |
8643 | |
8644 | Get the id of the control preceding the one with the given | |
15817c7e | 8645 | autogenerated) id |
d55e5bfc | 8646 | """ |
5b5c9bc7 | 8647 | return _core_.Window_PrevControlId(*args, **kwargs) |
d55e5bfc | 8648 | |
5b5c9bc7 | 8649 | def Window_FindFocus(*args, **kwargs): |
d55e5bfc | 8650 | """ |
5b5c9bc7 | 8651 | Window_FindFocus() -> Window |
d55e5bfc RD |
8652 | |
8653 | Returns the window or control that currently has the keyboard focus, | |
8654 | or None. | |
8655 | """ | |
5b5c9bc7 | 8656 | return _core_.Window_FindFocus(*args, **kwargs) |
d55e5bfc | 8657 | |
5b5c9bc7 | 8658 | def Window_GetCapture(*args, **kwargs): |
d55e5bfc | 8659 | """ |
5b5c9bc7 | 8660 | Window_GetCapture() -> Window |
d55e5bfc RD |
8661 | |
8662 | Returns the window which currently captures the mouse or None | |
8663 | """ | |
5b5c9bc7 | 8664 | return _core_.Window_GetCapture(*args, **kwargs) |
d55e5bfc | 8665 | |
5b5c9bc7 | 8666 | def Window_GetClassDefaultAttributes(*args, **kwargs): |
d55e5bfc | 8667 | """ |
5b5c9bc7 | 8668 | Window_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes |
d55e5bfc | 8669 | |
15817c7e RD |
8670 | Get the default attributes for this class. This is useful if you want |
8671 | to use the same font or colour in your own control as in a standard | |
8672 | control -- which is a much better idea than hard coding specific | |
a5ee0656 RD |
8673 | colours or fonts which might look completely out of place on the |
8674 | user's system, especially if it uses themes. | |
d55e5bfc RD |
8675 | |
8676 | The variant parameter is only relevant under Mac currently and is | |
15817c7e | 8677 | ignore under other platforms. Under Mac, it will change the size of |
a5ee0656 RD |
8678 | the returned font. See `wx.Window.SetWindowVariant` for more about |
8679 | this. | |
d55e5bfc | 8680 | """ |
5b5c9bc7 | 8681 | return _core_.Window_GetClassDefaultAttributes(*args, **kwargs) |
d55e5bfc RD |
8682 | |
8683 | def DLG_PNT(win, point_or_x, y=None): | |
8684 | """ | |
8685 | Convenience function for converting a Point or (x,y) in | |
8686 | dialog units to pixel units. | |
8687 | """ | |
8688 | if y is None: | |
8689 | return win.ConvertDialogPointToPixels(point_or_x) | |
8690 | else: | |
8691 | return win.ConvertDialogPointToPixels(wx.Point(point_or_x, y)) | |
8692 | ||
8693 | def DLG_SZE(win, size_width, height=None): | |
8694 | """ | |
8695 | Convenience function for converting a Size or (w,h) in | |
8696 | dialog units to pixel units. | |
8697 | """ | |
8698 | if height is None: | |
8699 | return win.ConvertDialogSizeToPixels(size_width) | |
8700 | else: | |
8701 | return win.ConvertDialogSizeToPixels(wx.Size(size_width, height)) | |
8702 | ||
8703 | ||
5b5c9bc7 | 8704 | def FindWindowById(*args, **kwargs): |
d55e5bfc | 8705 | """ |
5b5c9bc7 | 8706 | FindWindowById(long id, Window parent=None) -> Window |
d55e5bfc RD |
8707 | |
8708 | Find the first window in the application with the given id. If parent | |
8709 | is None, the search will start from all top-level frames and dialog | |
8710 | boxes; if non-None, the search will be limited to the given window | |
8711 | hierarchy. The search is recursive in both cases. | |
8712 | """ | |
5b5c9bc7 | 8713 | return _core_.FindWindowById(*args, **kwargs) |
d55e5bfc | 8714 | |
5b5c9bc7 | 8715 | def FindWindowByName(*args, **kwargs): |
d55e5bfc | 8716 | """ |
5b5c9bc7 | 8717 | FindWindowByName(String name, Window parent=None) -> Window |
d55e5bfc RD |
8718 | |
8719 | Find a window by its name (as given in a window constructor or Create | |
8720 | function call). If parent is None, the search will start from all | |
8721 | top-level frames and dialog boxes; if non-None, the search will be | |
8722 | limited to the given window hierarchy. The search is recursive in both | |
8723 | cases. | |
8724 | ||
8725 | If no window with such name is found, wx.FindWindowByLabel is called. | |
8726 | """ | |
5b5c9bc7 | 8727 | return _core_.FindWindowByName(*args, **kwargs) |
d55e5bfc | 8728 | |
5b5c9bc7 | 8729 | def FindWindowByLabel(*args, **kwargs): |
d55e5bfc | 8730 | """ |
5b5c9bc7 | 8731 | FindWindowByLabel(String label, Window parent=None) -> Window |
d55e5bfc RD |
8732 | |
8733 | Find a window by its label. Depending on the type of window, the label | |
8734 | may be a window title or panel item label. If parent is None, the | |
8735 | search will start from all top-level frames and dialog boxes; if | |
8736 | non-None, the search will be limited to the given window | |
8737 | hierarchy. The search is recursive in both cases. | |
8738 | """ | |
5b5c9bc7 | 8739 | return _core_.FindWindowByLabel(*args, **kwargs) |
d55e5bfc | 8740 | |
5b5c9bc7 RD |
8741 | def Window_FromHWND(*args, **kwargs): |
8742 | """Window_FromHWND(Window parent, unsigned long _hWnd) -> Window""" | |
8743 | return _core_.Window_FromHWND(*args, **kwargs) | |
3215336e RD |
8744 | |
8745 | def GetTopLevelWindows(*args, **kwargs): | |
8746 | """ | |
8747 | GetTopLevelWindows() -> PyObject | |
8748 | ||
8749 | Returns a list of the the application's top-level windows, (frames, | |
8750 | dialogs, etc.) NOTE: Currently this is a copy of the list maintained | |
8751 | by wxWidgets, and so it is only valid as long as no top-level windows | |
8752 | are closed or new top-level windows are created. | |
8753 | ||
8754 | """ | |
8755 | return _core_.GetTopLevelWindows(*args, **kwargs) | |
d55e5bfc RD |
8756 | #--------------------------------------------------------------------------- |
8757 | ||
5b5c9bc7 RD |
8758 | class Validator(EvtHandler): |
8759 | """Proxy of C++ Validator class""" | |
d55e5bfc RD |
8760 | def __repr__(self): |
8761 | return "<%s.%s; proxy of C++ wxValidator instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
8762 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
8763 | """__init__(self) -> Validator""" |
8764 | newobj = _core_.new_Validator(*args, **kwargs) | |
d55e5bfc RD |
8765 | self.this = newobj.this |
8766 | self.thisown = 1 | |
8767 | del newobj.thisown | |
8768 | self._setOORInfo(self) | |
8769 | ||
8770 | def Clone(*args, **kwargs): | |
5b5c9bc7 RD |
8771 | """Clone(self) -> Validator""" |
8772 | return _core_.Validator_Clone(*args, **kwargs) | |
d55e5bfc RD |
8773 | |
8774 | def Validate(*args, **kwargs): | |
5b5c9bc7 RD |
8775 | """Validate(self, Window parent) -> bool""" |
8776 | return _core_.Validator_Validate(*args, **kwargs) | |
d55e5bfc RD |
8777 | |
8778 | def TransferToWindow(*args, **kwargs): | |
8779 | """TransferToWindow(self) -> bool""" | |
5b5c9bc7 | 8780 | return _core_.Validator_TransferToWindow(*args, **kwargs) |
d55e5bfc RD |
8781 | |
8782 | def TransferFromWindow(*args, **kwargs): | |
8783 | """TransferFromWindow(self) -> bool""" | |
5b5c9bc7 | 8784 | return _core_.Validator_TransferFromWindow(*args, **kwargs) |
d55e5bfc RD |
8785 | |
8786 | def GetWindow(*args, **kwargs): | |
5b5c9bc7 RD |
8787 | """GetWindow(self) -> Window""" |
8788 | return _core_.Validator_GetWindow(*args, **kwargs) | |
d55e5bfc RD |
8789 | |
8790 | def SetWindow(*args, **kwargs): | |
5b5c9bc7 RD |
8791 | """SetWindow(self, Window window)""" |
8792 | return _core_.Validator_SetWindow(*args, **kwargs) | |
d55e5bfc RD |
8793 | |
8794 | def IsSilent(*args, **kwargs): | |
d6c14a4c | 8795 | """IsSilent() -> bool""" |
5b5c9bc7 | 8796 | return _core_.Validator_IsSilent(*args, **kwargs) |
d55e5bfc RD |
8797 | |
8798 | IsSilent = staticmethod(IsSilent) | |
8799 | def SetBellOnError(*args, **kwargs): | |
d6c14a4c | 8800 | """SetBellOnError(int doIt=True)""" |
5b5c9bc7 | 8801 | return _core_.Validator_SetBellOnError(*args, **kwargs) |
d55e5bfc RD |
8802 | |
8803 | SetBellOnError = staticmethod(SetBellOnError) | |
8804 | ||
5b5c9bc7 | 8805 | class ValidatorPtr(Validator): |
d55e5bfc RD |
8806 | def __init__(self, this): |
8807 | self.this = this | |
8808 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
8809 | self.__class__ = Validator |
8810 | _core_.Validator_swigregister(ValidatorPtr) | |
d55e5bfc | 8811 | |
5b5c9bc7 RD |
8812 | def Validator_IsSilent(*args, **kwargs): |
8813 | """Validator_IsSilent() -> bool""" | |
8814 | return _core_.Validator_IsSilent(*args, **kwargs) | |
d55e5bfc | 8815 | |
5b5c9bc7 RD |
8816 | def Validator_SetBellOnError(*args, **kwargs): |
8817 | """Validator_SetBellOnError(int doIt=True)""" | |
8818 | return _core_.Validator_SetBellOnError(*args, **kwargs) | |
d55e5bfc | 8819 | |
5b5c9bc7 RD |
8820 | class PyValidator(Validator): |
8821 | """Proxy of C++ PyValidator class""" | |
d55e5bfc RD |
8822 | def __repr__(self): |
8823 | return "<%s.%s; proxy of C++ wxPyValidator instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
8824 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
8825 | """__init__(self) -> PyValidator""" |
8826 | newobj = _core_.new_PyValidator(*args, **kwargs) | |
d55e5bfc RD |
8827 | self.this = newobj.this |
8828 | self.thisown = 1 | |
8829 | del newobj.thisown | |
8830 | ||
8831 | self._setCallbackInfo(self, PyValidator, 1) | |
8832 | self._setOORInfo(self) | |
8833 | ||
8834 | def _setCallbackInfo(*args, **kwargs): | |
8835 | """_setCallbackInfo(self, PyObject self, PyObject _class, int incref=True)""" | |
5b5c9bc7 | 8836 | return _core_.PyValidator__setCallbackInfo(*args, **kwargs) |
d55e5bfc RD |
8837 | |
8838 | ||
5b5c9bc7 | 8839 | class PyValidatorPtr(PyValidator): |
d55e5bfc RD |
8840 | def __init__(self, this): |
8841 | self.this = this | |
8842 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
8843 | self.__class__ = PyValidator |
8844 | _core_.PyValidator_swigregister(PyValidatorPtr) | |
d55e5bfc RD |
8845 | |
8846 | #--------------------------------------------------------------------------- | |
8847 | ||
5b5c9bc7 RD |
8848 | class Menu(EvtHandler): |
8849 | """Proxy of C++ Menu class""" | |
d55e5bfc RD |
8850 | def __repr__(self): |
8851 | return "<%s.%s; proxy of C++ wxMenu instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
8852 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
8853 | """__init__(self, String title=EmptyString, long style=0) -> Menu""" |
8854 | newobj = _core_.new_Menu(*args, **kwargs) | |
d55e5bfc RD |
8855 | self.this = newobj.this |
8856 | self.thisown = 1 | |
8857 | del newobj.thisown | |
8858 | self._setOORInfo(self) | |
8859 | ||
8860 | def Append(*args, **kwargs): | |
5b5c9bc7 RD |
8861 | """Append(self, int id, String text, String help=EmptyString, int kind=ITEM_NORMAL) -> MenuItem""" |
8862 | return _core_.Menu_Append(*args, **kwargs) | |
d55e5bfc RD |
8863 | |
8864 | def AppendSeparator(*args, **kwargs): | |
5b5c9bc7 RD |
8865 | """AppendSeparator(self) -> MenuItem""" |
8866 | return _core_.Menu_AppendSeparator(*args, **kwargs) | |
d55e5bfc RD |
8867 | |
8868 | def AppendCheckItem(*args, **kwargs): | |
5b5c9bc7 RD |
8869 | """AppendCheckItem(self, int id, String text, String help=EmptyString) -> MenuItem""" |
8870 | return _core_.Menu_AppendCheckItem(*args, **kwargs) | |
d55e5bfc RD |
8871 | |
8872 | def AppendRadioItem(*args, **kwargs): | |
5b5c9bc7 RD |
8873 | """AppendRadioItem(self, int id, String text, String help=EmptyString) -> MenuItem""" |
8874 | return _core_.Menu_AppendRadioItem(*args, **kwargs) | |
d55e5bfc RD |
8875 | |
8876 | def AppendMenu(*args, **kwargs): | |
5b5c9bc7 RD |
8877 | """AppendMenu(self, int id, String text, Menu submenu, String help=EmptyString) -> MenuItem""" |
8878 | return _core_.Menu_AppendMenu(*args, **kwargs) | |
d55e5bfc RD |
8879 | |
8880 | def AppendItem(*args, **kwargs): | |
5b5c9bc7 RD |
8881 | """AppendItem(self, MenuItem item) -> MenuItem""" |
8882 | return _core_.Menu_AppendItem(*args, **kwargs) | |
d55e5bfc RD |
8883 | |
8884 | def Break(*args, **kwargs): | |
8885 | """Break(self)""" | |
5b5c9bc7 | 8886 | return _core_.Menu_Break(*args, **kwargs) |
d55e5bfc RD |
8887 | |
8888 | def InsertItem(*args, **kwargs): | |
5b5c9bc7 RD |
8889 | """InsertItem(self, size_t pos, MenuItem item) -> MenuItem""" |
8890 | return _core_.Menu_InsertItem(*args, **kwargs) | |
d55e5bfc RD |
8891 | |
8892 | def Insert(*args, **kwargs): | |
8893 | """ | |
5b5c9bc7 RD |
8894 | Insert(self, size_t pos, int id, String text, String help=EmptyString, |
8895 | int kind=ITEM_NORMAL) -> MenuItem | |
d55e5bfc | 8896 | """ |
5b5c9bc7 | 8897 | return _core_.Menu_Insert(*args, **kwargs) |
d55e5bfc RD |
8898 | |
8899 | def InsertSeparator(*args, **kwargs): | |
5b5c9bc7 RD |
8900 | """InsertSeparator(self, size_t pos) -> MenuItem""" |
8901 | return _core_.Menu_InsertSeparator(*args, **kwargs) | |
d55e5bfc RD |
8902 | |
8903 | def InsertCheckItem(*args, **kwargs): | |
5b5c9bc7 RD |
8904 | """InsertCheckItem(self, size_t pos, int id, String text, String help=EmptyString) -> MenuItem""" |
8905 | return _core_.Menu_InsertCheckItem(*args, **kwargs) | |
d55e5bfc RD |
8906 | |
8907 | def InsertRadioItem(*args, **kwargs): | |
5b5c9bc7 RD |
8908 | """InsertRadioItem(self, size_t pos, int id, String text, String help=EmptyString) -> MenuItem""" |
8909 | return _core_.Menu_InsertRadioItem(*args, **kwargs) | |
d55e5bfc RD |
8910 | |
8911 | def InsertMenu(*args, **kwargs): | |
5b5c9bc7 RD |
8912 | """InsertMenu(self, size_t pos, int id, String text, Menu submenu, String help=EmptyString) -> MenuItem""" |
8913 | return _core_.Menu_InsertMenu(*args, **kwargs) | |
d55e5bfc RD |
8914 | |
8915 | def PrependItem(*args, **kwargs): | |
5b5c9bc7 RD |
8916 | """PrependItem(self, MenuItem item) -> MenuItem""" |
8917 | return _core_.Menu_PrependItem(*args, **kwargs) | |
d55e5bfc RD |
8918 | |
8919 | def Prepend(*args, **kwargs): | |
5b5c9bc7 RD |
8920 | """Prepend(self, int id, String text, String help=EmptyString, int kind=ITEM_NORMAL) -> MenuItem""" |
8921 | return _core_.Menu_Prepend(*args, **kwargs) | |
d55e5bfc RD |
8922 | |
8923 | def PrependSeparator(*args, **kwargs): | |
5b5c9bc7 RD |
8924 | """PrependSeparator(self) -> MenuItem""" |
8925 | return _core_.Menu_PrependSeparator(*args, **kwargs) | |
d55e5bfc RD |
8926 | |
8927 | def PrependCheckItem(*args, **kwargs): | |
5b5c9bc7 RD |
8928 | """PrependCheckItem(self, int id, String text, String help=EmptyString) -> MenuItem""" |
8929 | return _core_.Menu_PrependCheckItem(*args, **kwargs) | |
d55e5bfc RD |
8930 | |
8931 | def PrependRadioItem(*args, **kwargs): | |
5b5c9bc7 RD |
8932 | """PrependRadioItem(self, int id, String text, String help=EmptyString) -> MenuItem""" |
8933 | return _core_.Menu_PrependRadioItem(*args, **kwargs) | |
d55e5bfc RD |
8934 | |
8935 | def PrependMenu(*args, **kwargs): | |
5b5c9bc7 RD |
8936 | """PrependMenu(self, int id, String text, Menu submenu, String help=EmptyString) -> MenuItem""" |
8937 | return _core_.Menu_PrependMenu(*args, **kwargs) | |
d55e5bfc RD |
8938 | |
8939 | def Remove(*args, **kwargs): | |
5b5c9bc7 RD |
8940 | """Remove(self, int id) -> MenuItem""" |
8941 | return _core_.Menu_Remove(*args, **kwargs) | |
d55e5bfc RD |
8942 | |
8943 | def RemoveItem(*args, **kwargs): | |
5b5c9bc7 RD |
8944 | """RemoveItem(self, MenuItem item) -> MenuItem""" |
8945 | return _core_.Menu_RemoveItem(*args, **kwargs) | |
d55e5bfc RD |
8946 | |
8947 | def Delete(*args, **kwargs): | |
8948 | """Delete(self, int id) -> bool""" | |
5b5c9bc7 | 8949 | return _core_.Menu_Delete(*args, **kwargs) |
d55e5bfc RD |
8950 | |
8951 | def DeleteItem(*args, **kwargs): | |
5b5c9bc7 RD |
8952 | """DeleteItem(self, MenuItem item) -> bool""" |
8953 | return _core_.Menu_DeleteItem(*args, **kwargs) | |
d55e5bfc RD |
8954 | |
8955 | def Destroy(*args, **kwargs): | |
8956 | """ | |
8957 | Destroy(self) | |
8958 | ||
8959 | Deletes the C++ object this Python object is a proxy for. | |
8960 | """ | |
5b5c9bc7 | 8961 | return _core_.Menu_Destroy(*args, **kwargs) |
d55e5bfc RD |
8962 | |
8963 | def DestroyId(*args, **kwargs): | |
8964 | """ | |
8965 | DestroyId(self, int id) -> bool | |
8966 | ||
8967 | Deletes the C++ object this Python object is a proxy for. | |
8968 | """ | |
5b5c9bc7 | 8969 | return _core_.Menu_DestroyId(*args, **kwargs) |
d55e5bfc RD |
8970 | |
8971 | def DestroyItem(*args, **kwargs): | |
8972 | """ | |
5b5c9bc7 | 8973 | DestroyItem(self, MenuItem item) -> bool |
d55e5bfc RD |
8974 | |
8975 | Deletes the C++ object this Python object is a proxy for. | |
8976 | """ | |
5b5c9bc7 | 8977 | return _core_.Menu_DestroyItem(*args, **kwargs) |
d55e5bfc RD |
8978 | |
8979 | def GetMenuItemCount(*args, **kwargs): | |
8980 | """GetMenuItemCount(self) -> size_t""" | |
5b5c9bc7 | 8981 | return _core_.Menu_GetMenuItemCount(*args, **kwargs) |
d55e5bfc RD |
8982 | |
8983 | def GetMenuItems(*args, **kwargs): | |
8984 | """GetMenuItems(self) -> PyObject""" | |
5b5c9bc7 | 8985 | return _core_.Menu_GetMenuItems(*args, **kwargs) |
d55e5bfc RD |
8986 | |
8987 | def FindItem(*args, **kwargs): | |
5b5c9bc7 RD |
8988 | """FindItem(self, String item) -> int""" |
8989 | return _core_.Menu_FindItem(*args, **kwargs) | |
d55e5bfc RD |
8990 | |
8991 | def FindItemById(*args, **kwargs): | |
5b5c9bc7 RD |
8992 | """FindItemById(self, int id) -> MenuItem""" |
8993 | return _core_.Menu_FindItemById(*args, **kwargs) | |
d55e5bfc RD |
8994 | |
8995 | def FindItemByPosition(*args, **kwargs): | |
5b5c9bc7 RD |
8996 | """FindItemByPosition(self, size_t position) -> MenuItem""" |
8997 | return _core_.Menu_FindItemByPosition(*args, **kwargs) | |
d55e5bfc RD |
8998 | |
8999 | def Enable(*args, **kwargs): | |
9000 | """Enable(self, int id, bool enable)""" | |
5b5c9bc7 | 9001 | return _core_.Menu_Enable(*args, **kwargs) |
d55e5bfc RD |
9002 | |
9003 | def IsEnabled(*args, **kwargs): | |
9004 | """IsEnabled(self, int id) -> bool""" | |
5b5c9bc7 | 9005 | return _core_.Menu_IsEnabled(*args, **kwargs) |
d55e5bfc RD |
9006 | |
9007 | def Check(*args, **kwargs): | |
9008 | """Check(self, int id, bool check)""" | |
5b5c9bc7 | 9009 | return _core_.Menu_Check(*args, **kwargs) |
d55e5bfc RD |
9010 | |
9011 | def IsChecked(*args, **kwargs): | |
9012 | """IsChecked(self, int id) -> bool""" | |
5b5c9bc7 | 9013 | return _core_.Menu_IsChecked(*args, **kwargs) |
d55e5bfc RD |
9014 | |
9015 | def SetLabel(*args, **kwargs): | |
5b5c9bc7 RD |
9016 | """SetLabel(self, int id, String label)""" |
9017 | return _core_.Menu_SetLabel(*args, **kwargs) | |
d55e5bfc RD |
9018 | |
9019 | def GetLabel(*args, **kwargs): | |
5b5c9bc7 RD |
9020 | """GetLabel(self, int id) -> String""" |
9021 | return _core_.Menu_GetLabel(*args, **kwargs) | |
d55e5bfc RD |
9022 | |
9023 | def SetHelpString(*args, **kwargs): | |
5b5c9bc7 RD |
9024 | """SetHelpString(self, int id, String helpString)""" |
9025 | return _core_.Menu_SetHelpString(*args, **kwargs) | |
d55e5bfc RD |
9026 | |
9027 | def GetHelpString(*args, **kwargs): | |
5b5c9bc7 RD |
9028 | """GetHelpString(self, int id) -> String""" |
9029 | return _core_.Menu_GetHelpString(*args, **kwargs) | |
d55e5bfc RD |
9030 | |
9031 | def SetTitle(*args, **kwargs): | |
5b5c9bc7 RD |
9032 | """SetTitle(self, String title)""" |
9033 | return _core_.Menu_SetTitle(*args, **kwargs) | |
d55e5bfc RD |
9034 | |
9035 | def GetTitle(*args, **kwargs): | |
5b5c9bc7 RD |
9036 | """GetTitle(self) -> String""" |
9037 | return _core_.Menu_GetTitle(*args, **kwargs) | |
d55e5bfc RD |
9038 | |
9039 | def SetEventHandler(*args, **kwargs): | |
5b5c9bc7 RD |
9040 | """SetEventHandler(self, EvtHandler handler)""" |
9041 | return _core_.Menu_SetEventHandler(*args, **kwargs) | |
d55e5bfc RD |
9042 | |
9043 | def GetEventHandler(*args, **kwargs): | |
5b5c9bc7 RD |
9044 | """GetEventHandler(self) -> EvtHandler""" |
9045 | return _core_.Menu_GetEventHandler(*args, **kwargs) | |
d55e5bfc RD |
9046 | |
9047 | def SetInvokingWindow(*args, **kwargs): | |
5b5c9bc7 RD |
9048 | """SetInvokingWindow(self, Window win)""" |
9049 | return _core_.Menu_SetInvokingWindow(*args, **kwargs) | |
d55e5bfc RD |
9050 | |
9051 | def GetInvokingWindow(*args, **kwargs): | |
5b5c9bc7 RD |
9052 | """GetInvokingWindow(self) -> Window""" |
9053 | return _core_.Menu_GetInvokingWindow(*args, **kwargs) | |
d55e5bfc RD |
9054 | |
9055 | def GetStyle(*args, **kwargs): | |
9056 | """GetStyle(self) -> long""" | |
5b5c9bc7 | 9057 | return _core_.Menu_GetStyle(*args, **kwargs) |
d55e5bfc RD |
9058 | |
9059 | def UpdateUI(*args, **kwargs): | |
5b5c9bc7 RD |
9060 | """UpdateUI(self, EvtHandler source=None)""" |
9061 | return _core_.Menu_UpdateUI(*args, **kwargs) | |
d55e5bfc RD |
9062 | |
9063 | def GetMenuBar(*args, **kwargs): | |
5b5c9bc7 RD |
9064 | """GetMenuBar(self) -> MenuBar""" |
9065 | return _core_.Menu_GetMenuBar(*args, **kwargs) | |
d55e5bfc RD |
9066 | |
9067 | def Attach(*args, **kwargs): | |
9068 | """Attach(self, wxMenuBarBase menubar)""" | |
5b5c9bc7 | 9069 | return _core_.Menu_Attach(*args, **kwargs) |
d55e5bfc RD |
9070 | |
9071 | def Detach(*args, **kwargs): | |
9072 | """Detach(self)""" | |
5b5c9bc7 | 9073 | return _core_.Menu_Detach(*args, **kwargs) |
d55e5bfc RD |
9074 | |
9075 | def IsAttached(*args, **kwargs): | |
9076 | """IsAttached(self) -> bool""" | |
5b5c9bc7 | 9077 | return _core_.Menu_IsAttached(*args, **kwargs) |
d55e5bfc RD |
9078 | |
9079 | def SetParent(*args, **kwargs): | |
5b5c9bc7 RD |
9080 | """SetParent(self, Menu parent)""" |
9081 | return _core_.Menu_SetParent(*args, **kwargs) | |
d55e5bfc RD |
9082 | |
9083 | def GetParent(*args, **kwargs): | |
5b5c9bc7 RD |
9084 | """GetParent(self) -> Menu""" |
9085 | return _core_.Menu_GetParent(*args, **kwargs) | |
d55e5bfc RD |
9086 | |
9087 | ||
5b5c9bc7 | 9088 | class MenuPtr(Menu): |
d55e5bfc RD |
9089 | def __init__(self, this): |
9090 | self.this = this | |
9091 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
9092 | self.__class__ = Menu |
9093 | _core_.Menu_swigregister(MenuPtr) | |
9094 | DefaultValidator = cvar.DefaultValidator | |
d55e5bfc RD |
9095 | |
9096 | #--------------------------------------------------------------------------- | |
9097 | ||
5b5c9bc7 RD |
9098 | class MenuBar(Window): |
9099 | """Proxy of C++ MenuBar class""" | |
d55e5bfc RD |
9100 | def __repr__(self): |
9101 | return "<%s.%s; proxy of C++ wxMenuBar instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
9102 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
9103 | """__init__(self, long style=0) -> MenuBar""" |
9104 | newobj = _core_.new_MenuBar(*args, **kwargs) | |
d55e5bfc RD |
9105 | self.this = newobj.this |
9106 | self.thisown = 1 | |
9107 | del newobj.thisown | |
9108 | self._setOORInfo(self) | |
9109 | ||
9110 | def Append(*args, **kwargs): | |
5b5c9bc7 RD |
9111 | """Append(self, Menu menu, String title) -> bool""" |
9112 | return _core_.MenuBar_Append(*args, **kwargs) | |
d55e5bfc RD |
9113 | |
9114 | def Insert(*args, **kwargs): | |
5b5c9bc7 RD |
9115 | """Insert(self, size_t pos, Menu menu, String title) -> bool""" |
9116 | return _core_.MenuBar_Insert(*args, **kwargs) | |
d55e5bfc RD |
9117 | |
9118 | def GetMenuCount(*args, **kwargs): | |
9119 | """GetMenuCount(self) -> size_t""" | |
5b5c9bc7 | 9120 | return _core_.MenuBar_GetMenuCount(*args, **kwargs) |
d55e5bfc RD |
9121 | |
9122 | def GetMenu(*args, **kwargs): | |
5b5c9bc7 RD |
9123 | """GetMenu(self, size_t pos) -> Menu""" |
9124 | return _core_.MenuBar_GetMenu(*args, **kwargs) | |
d55e5bfc RD |
9125 | |
9126 | def Replace(*args, **kwargs): | |
5b5c9bc7 RD |
9127 | """Replace(self, size_t pos, Menu menu, String title) -> Menu""" |
9128 | return _core_.MenuBar_Replace(*args, **kwargs) | |
d55e5bfc RD |
9129 | |
9130 | def Remove(*args, **kwargs): | |
5b5c9bc7 RD |
9131 | """Remove(self, size_t pos) -> Menu""" |
9132 | return _core_.MenuBar_Remove(*args, **kwargs) | |
d55e5bfc RD |
9133 | |
9134 | def EnableTop(*args, **kwargs): | |
9135 | """EnableTop(self, size_t pos, bool enable)""" | |
5b5c9bc7 | 9136 | return _core_.MenuBar_EnableTop(*args, **kwargs) |
d55e5bfc RD |
9137 | |
9138 | def IsEnabledTop(*args, **kwargs): | |
9139 | """IsEnabledTop(self, size_t pos) -> bool""" | |
5b5c9bc7 | 9140 | return _core_.MenuBar_IsEnabledTop(*args, **kwargs) |
d55e5bfc RD |
9141 | |
9142 | def SetLabelTop(*args, **kwargs): | |
5b5c9bc7 RD |
9143 | """SetLabelTop(self, size_t pos, String label)""" |
9144 | return _core_.MenuBar_SetLabelTop(*args, **kwargs) | |
d55e5bfc RD |
9145 | |
9146 | def GetLabelTop(*args, **kwargs): | |
5b5c9bc7 RD |
9147 | """GetLabelTop(self, size_t pos) -> String""" |
9148 | return _core_.MenuBar_GetLabelTop(*args, **kwargs) | |
d55e5bfc RD |
9149 | |
9150 | def FindMenuItem(*args, **kwargs): | |
5b5c9bc7 RD |
9151 | """FindMenuItem(self, String menu, String item) -> int""" |
9152 | return _core_.MenuBar_FindMenuItem(*args, **kwargs) | |
d55e5bfc RD |
9153 | |
9154 | def FindItemById(*args, **kwargs): | |
5b5c9bc7 RD |
9155 | """FindItemById(self, int id) -> MenuItem""" |
9156 | return _core_.MenuBar_FindItemById(*args, **kwargs) | |
d55e5bfc RD |
9157 | |
9158 | def FindMenu(*args, **kwargs): | |
5b5c9bc7 RD |
9159 | """FindMenu(self, String title) -> int""" |
9160 | return _core_.MenuBar_FindMenu(*args, **kwargs) | |
d55e5bfc RD |
9161 | |
9162 | def Enable(*args, **kwargs): | |
9163 | """Enable(self, int id, bool enable)""" | |
5b5c9bc7 | 9164 | return _core_.MenuBar_Enable(*args, **kwargs) |
d55e5bfc RD |
9165 | |
9166 | def Check(*args, **kwargs): | |
9167 | """Check(self, int id, bool check)""" | |
5b5c9bc7 | 9168 | return _core_.MenuBar_Check(*args, **kwargs) |
d55e5bfc RD |
9169 | |
9170 | def IsChecked(*args, **kwargs): | |
9171 | """IsChecked(self, int id) -> bool""" | |
5b5c9bc7 | 9172 | return _core_.MenuBar_IsChecked(*args, **kwargs) |
d55e5bfc RD |
9173 | |
9174 | def IsEnabled(*args, **kwargs): | |
9175 | """IsEnabled(self, int id) -> bool""" | |
5b5c9bc7 | 9176 | return _core_.MenuBar_IsEnabled(*args, **kwargs) |
d55e5bfc RD |
9177 | |
9178 | def SetLabel(*args, **kwargs): | |
5b5c9bc7 RD |
9179 | """SetLabel(self, int id, String label)""" |
9180 | return _core_.MenuBar_SetLabel(*args, **kwargs) | |
d55e5bfc RD |
9181 | |
9182 | def GetLabel(*args, **kwargs): | |
5b5c9bc7 RD |
9183 | """GetLabel(self, int id) -> String""" |
9184 | return _core_.MenuBar_GetLabel(*args, **kwargs) | |
d55e5bfc RD |
9185 | |
9186 | def SetHelpString(*args, **kwargs): | |
5b5c9bc7 RD |
9187 | """SetHelpString(self, int id, String helpString)""" |
9188 | return _core_.MenuBar_SetHelpString(*args, **kwargs) | |
d55e5bfc RD |
9189 | |
9190 | def GetHelpString(*args, **kwargs): | |
5b5c9bc7 RD |
9191 | """GetHelpString(self, int id) -> String""" |
9192 | return _core_.MenuBar_GetHelpString(*args, **kwargs) | |
d55e5bfc RD |
9193 | |
9194 | def GetFrame(*args, **kwargs): | |
9195 | """GetFrame(self) -> wxFrame""" | |
5b5c9bc7 | 9196 | return _core_.MenuBar_GetFrame(*args, **kwargs) |
d55e5bfc RD |
9197 | |
9198 | def IsAttached(*args, **kwargs): | |
9199 | """IsAttached(self) -> bool""" | |
5b5c9bc7 | 9200 | return _core_.MenuBar_IsAttached(*args, **kwargs) |
d55e5bfc RD |
9201 | |
9202 | def Attach(*args, **kwargs): | |
9203 | """Attach(self, wxFrame frame)""" | |
5b5c9bc7 | 9204 | return _core_.MenuBar_Attach(*args, **kwargs) |
d55e5bfc RD |
9205 | |
9206 | def Detach(*args, **kwargs): | |
9207 | """Detach(self)""" | |
5b5c9bc7 | 9208 | return _core_.MenuBar_Detach(*args, **kwargs) |
d55e5bfc RD |
9209 | |
9210 | ||
5b5c9bc7 | 9211 | class MenuBarPtr(MenuBar): |
d55e5bfc RD |
9212 | def __init__(self, this): |
9213 | self.this = this | |
9214 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
9215 | self.__class__ = MenuBar |
9216 | _core_.MenuBar_swigregister(MenuBarPtr) | |
d55e5bfc RD |
9217 | |
9218 | #--------------------------------------------------------------------------- | |
9219 | ||
5b5c9bc7 RD |
9220 | class MenuItem(Object): |
9221 | """Proxy of C++ MenuItem class""" | |
d55e5bfc RD |
9222 | def __repr__(self): |
9223 | return "<%s.%s; proxy of C++ wxMenuItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
9224 | def __init__(self, *args, **kwargs): | |
9225 | """ | |
5b5c9bc7 RD |
9226 | __init__(self, Menu parentMenu=None, int id=ID_ANY, String text=EmptyString, |
9227 | String help=EmptyString, int kind=ITEM_NORMAL, | |
9228 | Menu subMenu=None) -> MenuItem | |
d55e5bfc | 9229 | """ |
5b5c9bc7 | 9230 | newobj = _core_.new_MenuItem(*args, **kwargs) |
d55e5bfc RD |
9231 | self.this = newobj.this |
9232 | self.thisown = 1 | |
9233 | del newobj.thisown | |
9234 | def GetMenu(*args, **kwargs): | |
5b5c9bc7 RD |
9235 | """GetMenu(self) -> Menu""" |
9236 | return _core_.MenuItem_GetMenu(*args, **kwargs) | |
d55e5bfc RD |
9237 | |
9238 | def SetMenu(*args, **kwargs): | |
5b5c9bc7 RD |
9239 | """SetMenu(self, Menu menu)""" |
9240 | return _core_.MenuItem_SetMenu(*args, **kwargs) | |
d55e5bfc RD |
9241 | |
9242 | def SetId(*args, **kwargs): | |
9243 | """SetId(self, int id)""" | |
5b5c9bc7 | 9244 | return _core_.MenuItem_SetId(*args, **kwargs) |
d55e5bfc RD |
9245 | |
9246 | def GetId(*args, **kwargs): | |
9247 | """GetId(self) -> int""" | |
5b5c9bc7 | 9248 | return _core_.MenuItem_GetId(*args, **kwargs) |
d55e5bfc RD |
9249 | |
9250 | def IsSeparator(*args, **kwargs): | |
9251 | """IsSeparator(self) -> bool""" | |
5b5c9bc7 | 9252 | return _core_.MenuItem_IsSeparator(*args, **kwargs) |
d55e5bfc RD |
9253 | |
9254 | def SetText(*args, **kwargs): | |
5b5c9bc7 RD |
9255 | """SetText(self, String str)""" |
9256 | return _core_.MenuItem_SetText(*args, **kwargs) | |
d55e5bfc RD |
9257 | |
9258 | def GetLabel(*args, **kwargs): | |
5b5c9bc7 RD |
9259 | """GetLabel(self) -> String""" |
9260 | return _core_.MenuItem_GetLabel(*args, **kwargs) | |
d55e5bfc RD |
9261 | |
9262 | def GetText(*args, **kwargs): | |
5b5c9bc7 RD |
9263 | """GetText(self) -> String""" |
9264 | return _core_.MenuItem_GetText(*args, **kwargs) | |
d55e5bfc RD |
9265 | |
9266 | def GetLabelFromText(*args, **kwargs): | |
5b5c9bc7 RD |
9267 | """GetLabelFromText(String text) -> String""" |
9268 | return _core_.MenuItem_GetLabelFromText(*args, **kwargs) | |
d55e5bfc RD |
9269 | |
9270 | GetLabelFromText = staticmethod(GetLabelFromText) | |
9271 | def GetKind(*args, **kwargs): | |
9272 | """GetKind(self) -> int""" | |
5b5c9bc7 | 9273 | return _core_.MenuItem_GetKind(*args, **kwargs) |
d55e5bfc RD |
9274 | |
9275 | def SetKind(*args, **kwargs): | |
9276 | """SetKind(self, int kind)""" | |
5b5c9bc7 | 9277 | return _core_.MenuItem_SetKind(*args, **kwargs) |
d55e5bfc RD |
9278 | |
9279 | def SetCheckable(*args, **kwargs): | |
9280 | """SetCheckable(self, bool checkable)""" | |
5b5c9bc7 | 9281 | return _core_.MenuItem_SetCheckable(*args, **kwargs) |
d55e5bfc RD |
9282 | |
9283 | def IsCheckable(*args, **kwargs): | |
9284 | """IsCheckable(self) -> bool""" | |
5b5c9bc7 | 9285 | return _core_.MenuItem_IsCheckable(*args, **kwargs) |
d55e5bfc RD |
9286 | |
9287 | def IsSubMenu(*args, **kwargs): | |
9288 | """IsSubMenu(self) -> bool""" | |
5b5c9bc7 | 9289 | return _core_.MenuItem_IsSubMenu(*args, **kwargs) |
d55e5bfc RD |
9290 | |
9291 | def SetSubMenu(*args, **kwargs): | |
5b5c9bc7 RD |
9292 | """SetSubMenu(self, Menu menu)""" |
9293 | return _core_.MenuItem_SetSubMenu(*args, **kwargs) | |
d55e5bfc RD |
9294 | |
9295 | def GetSubMenu(*args, **kwargs): | |
5b5c9bc7 RD |
9296 | """GetSubMenu(self) -> Menu""" |
9297 | return _core_.MenuItem_GetSubMenu(*args, **kwargs) | |
d55e5bfc RD |
9298 | |
9299 | def Enable(*args, **kwargs): | |
9300 | """Enable(self, bool enable=True)""" | |
5b5c9bc7 | 9301 | return _core_.MenuItem_Enable(*args, **kwargs) |
d55e5bfc RD |
9302 | |
9303 | def IsEnabled(*args, **kwargs): | |
9304 | """IsEnabled(self) -> bool""" | |
5b5c9bc7 | 9305 | return _core_.MenuItem_IsEnabled(*args, **kwargs) |
d55e5bfc RD |
9306 | |
9307 | def Check(*args, **kwargs): | |
9308 | """Check(self, bool check=True)""" | |
5b5c9bc7 | 9309 | return _core_.MenuItem_Check(*args, **kwargs) |
d55e5bfc RD |
9310 | |
9311 | def IsChecked(*args, **kwargs): | |
9312 | """IsChecked(self) -> bool""" | |
5b5c9bc7 | 9313 | return _core_.MenuItem_IsChecked(*args, **kwargs) |
d55e5bfc RD |
9314 | |
9315 | def Toggle(*args, **kwargs): | |
9316 | """Toggle(self)""" | |
5b5c9bc7 | 9317 | return _core_.MenuItem_Toggle(*args, **kwargs) |
d55e5bfc RD |
9318 | |
9319 | def SetHelp(*args, **kwargs): | |
5b5c9bc7 RD |
9320 | """SetHelp(self, String str)""" |
9321 | return _core_.MenuItem_SetHelp(*args, **kwargs) | |
d55e5bfc RD |
9322 | |
9323 | def GetHelp(*args, **kwargs): | |
5b5c9bc7 RD |
9324 | """GetHelp(self) -> String""" |
9325 | return _core_.MenuItem_GetHelp(*args, **kwargs) | |
d55e5bfc RD |
9326 | |
9327 | def GetAccel(*args, **kwargs): | |
5b5c9bc7 RD |
9328 | """GetAccel(self) -> AcceleratorEntry""" |
9329 | return _core_.MenuItem_GetAccel(*args, **kwargs) | |
d55e5bfc RD |
9330 | |
9331 | def SetAccel(*args, **kwargs): | |
5b5c9bc7 RD |
9332 | """SetAccel(self, AcceleratorEntry accel)""" |
9333 | return _core_.MenuItem_SetAccel(*args, **kwargs) | |
d55e5bfc | 9334 | |
c1280d1e | 9335 | def SetFont(*args, **kwargs): |
5b5c9bc7 RD |
9336 | """SetFont(self, Font font)""" |
9337 | return _core_.MenuItem_SetFont(*args, **kwargs) | |
c1280d1e RD |
9338 | |
9339 | def GetFont(*args, **kwargs): | |
5b5c9bc7 RD |
9340 | """GetFont(self) -> Font""" |
9341 | return _core_.MenuItem_GetFont(*args, **kwargs) | |
c1280d1e RD |
9342 | |
9343 | def SetTextColour(*args, **kwargs): | |
5b5c9bc7 RD |
9344 | """SetTextColour(self, Colour colText)""" |
9345 | return _core_.MenuItem_SetTextColour(*args, **kwargs) | |
c1280d1e RD |
9346 | |
9347 | def GetTextColour(*args, **kwargs): | |
5b5c9bc7 RD |
9348 | """GetTextColour(self) -> Colour""" |
9349 | return _core_.MenuItem_GetTextColour(*args, **kwargs) | |
c1280d1e RD |
9350 | |
9351 | def SetBackgroundColour(*args, **kwargs): | |
5b5c9bc7 RD |
9352 | """SetBackgroundColour(self, Colour colBack)""" |
9353 | return _core_.MenuItem_SetBackgroundColour(*args, **kwargs) | |
c1280d1e RD |
9354 | |
9355 | def GetBackgroundColour(*args, **kwargs): | |
5b5c9bc7 RD |
9356 | """GetBackgroundColour(self) -> Colour""" |
9357 | return _core_.MenuItem_GetBackgroundColour(*args, **kwargs) | |
c1280d1e RD |
9358 | |
9359 | def SetBitmaps(*args, **kwargs): | |
5b5c9bc7 RD |
9360 | """SetBitmaps(self, Bitmap bmpChecked, Bitmap bmpUnchecked=wxNullBitmap)""" |
9361 | return _core_.MenuItem_SetBitmaps(*args, **kwargs) | |
c1280d1e RD |
9362 | |
9363 | def SetDisabledBitmap(*args, **kwargs): | |
5b5c9bc7 RD |
9364 | """SetDisabledBitmap(self, Bitmap bmpDisabled)""" |
9365 | return _core_.MenuItem_SetDisabledBitmap(*args, **kwargs) | |
c1280d1e RD |
9366 | |
9367 | def GetDisabledBitmap(*args, **kwargs): | |
5b5c9bc7 RD |
9368 | """GetDisabledBitmap(self) -> Bitmap""" |
9369 | return _core_.MenuItem_GetDisabledBitmap(*args, **kwargs) | |
c1280d1e RD |
9370 | |
9371 | def SetMarginWidth(*args, **kwargs): | |
9372 | """SetMarginWidth(self, int nWidth)""" | |
5b5c9bc7 | 9373 | return _core_.MenuItem_SetMarginWidth(*args, **kwargs) |
c1280d1e RD |
9374 | |
9375 | def GetMarginWidth(*args, **kwargs): | |
9376 | """GetMarginWidth(self) -> int""" | |
5b5c9bc7 | 9377 | return _core_.MenuItem_GetMarginWidth(*args, **kwargs) |
c1280d1e | 9378 | |
d55e5bfc | 9379 | def GetDefaultMarginWidth(*args, **kwargs): |
d6c14a4c | 9380 | """GetDefaultMarginWidth() -> int""" |
5b5c9bc7 | 9381 | return _core_.MenuItem_GetDefaultMarginWidth(*args, **kwargs) |
d55e5bfc RD |
9382 | |
9383 | GetDefaultMarginWidth = staticmethod(GetDefaultMarginWidth) | |
c1280d1e RD |
9384 | def IsOwnerDrawn(*args, **kwargs): |
9385 | """IsOwnerDrawn(self) -> bool""" | |
5b5c9bc7 | 9386 | return _core_.MenuItem_IsOwnerDrawn(*args, **kwargs) |
c1280d1e RD |
9387 | |
9388 | def SetOwnerDrawn(*args, **kwargs): | |
9389 | """SetOwnerDrawn(self, bool ownerDrawn=True)""" | |
5b5c9bc7 | 9390 | return _core_.MenuItem_SetOwnerDrawn(*args, **kwargs) |
c1280d1e RD |
9391 | |
9392 | def ResetOwnerDrawn(*args, **kwargs): | |
9393 | """ResetOwnerDrawn(self)""" | |
5b5c9bc7 | 9394 | return _core_.MenuItem_ResetOwnerDrawn(*args, **kwargs) |
c1280d1e | 9395 | |
d55e5bfc | 9396 | def SetBitmap(*args, **kwargs): |
5b5c9bc7 RD |
9397 | """SetBitmap(self, Bitmap bitmap)""" |
9398 | return _core_.MenuItem_SetBitmap(*args, **kwargs) | |
d55e5bfc RD |
9399 | |
9400 | def GetBitmap(*args, **kwargs): | |
5b5c9bc7 RD |
9401 | """GetBitmap(self) -> Bitmap""" |
9402 | return _core_.MenuItem_GetBitmap(*args, **kwargs) | |
d55e5bfc RD |
9403 | |
9404 | ||
5b5c9bc7 | 9405 | class MenuItemPtr(MenuItem): |
d55e5bfc RD |
9406 | def __init__(self, this): |
9407 | self.this = this | |
9408 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
9409 | self.__class__ = MenuItem |
9410 | _core_.MenuItem_swigregister(MenuItemPtr) | |
d55e5bfc | 9411 | |
5b5c9bc7 RD |
9412 | def MenuItem_GetLabelFromText(*args, **kwargs): |
9413 | """MenuItem_GetLabelFromText(String text) -> String""" | |
9414 | return _core_.MenuItem_GetLabelFromText(*args, **kwargs) | |
d55e5bfc | 9415 | |
5b5c9bc7 RD |
9416 | def MenuItem_GetDefaultMarginWidth(*args, **kwargs): |
9417 | """MenuItem_GetDefaultMarginWidth() -> int""" | |
9418 | return _core_.MenuItem_GetDefaultMarginWidth(*args, **kwargs) | |
d55e5bfc RD |
9419 | |
9420 | #--------------------------------------------------------------------------- | |
9421 | ||
5b5c9bc7 | 9422 | class Control(Window): |
d55e5bfc RD |
9423 | """ |
9424 | This is the base class for a control or 'widget'. | |
9425 | ||
15817c7e RD |
9426 | A control is generally a small window which processes user input |
9427 | and/or displays one or more item of data. | |
d55e5bfc RD |
9428 | """ |
9429 | def __repr__(self): | |
9430 | return "<%s.%s; proxy of C++ wxControl instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
9431 | def __init__(self, *args, **kwargs): | |
9432 | """ | |
5b5c9bc7 RD |
9433 | __init__(self, Window parent, int id=-1, Point pos=DefaultPosition, |
9434 | Size size=DefaultSize, long style=0, Validator validator=DefaultValidator, | |
9435 | String name=ControlNameStr) -> Control | |
d55e5bfc | 9436 | |
15817c7e RD |
9437 | Create a Control. Normally you should only call this from a subclass' |
9438 | __init__ as a plain old wx.Control is not very useful. | |
d55e5bfc | 9439 | """ |
5b5c9bc7 | 9440 | newobj = _core_.new_Control(*args, **kwargs) |
d55e5bfc RD |
9441 | self.this = newobj.this |
9442 | self.thisown = 1 | |
9443 | del newobj.thisown | |
9444 | self._setOORInfo(self) | |
9445 | ||
9446 | def Create(*args, **kwargs): | |
9447 | """ | |
5b5c9bc7 RD |
9448 | Create(self, Window parent, int id=-1, Point pos=DefaultPosition, |
9449 | Size size=DefaultSize, long style=0, Validator validator=DefaultValidator, | |
9450 | String name=ControlNameStr) -> bool | |
d55e5bfc RD |
9451 | |
9452 | Do the 2nd phase and create the GUI control. | |
9453 | """ | |
5b5c9bc7 | 9454 | return _core_.Control_Create(*args, **kwargs) |
d55e5bfc RD |
9455 | |
9456 | def Command(*args, **kwargs): | |
9457 | """ | |
5b5c9bc7 | 9458 | Command(self, CommandEvent event) |
d55e5bfc | 9459 | |
15817c7e RD |
9460 | Simulates the effect of the user issuing a command to the item. |
9461 | ||
9462 | :see: `wx.CommandEvent` | |
9463 | ||
d55e5bfc | 9464 | """ |
5b5c9bc7 | 9465 | return _core_.Control_Command(*args, **kwargs) |
d55e5bfc RD |
9466 | |
9467 | def GetLabel(*args, **kwargs): | |
9468 | """ | |
5b5c9bc7 | 9469 | GetLabel(self) -> String |
d55e5bfc RD |
9470 | |
9471 | Return a control's text. | |
9472 | """ | |
5b5c9bc7 | 9473 | return _core_.Control_GetLabel(*args, **kwargs) |
d55e5bfc RD |
9474 | |
9475 | def SetLabel(*args, **kwargs): | |
9476 | """ | |
5b5c9bc7 | 9477 | SetLabel(self, String label) |
d55e5bfc RD |
9478 | |
9479 | Sets the item's text. | |
9480 | """ | |
5b5c9bc7 | 9481 | return _core_.Control_SetLabel(*args, **kwargs) |
d55e5bfc RD |
9482 | |
9483 | def GetClassDefaultAttributes(*args, **kwargs): | |
110da5b0 | 9484 | """ |
5b5c9bc7 | 9485 | GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes |
110da5b0 RD |
9486 | |
9487 | Get the default attributes for this class. This is useful if you want | |
9488 | to use the same font or colour in your own control as in a standard | |
9489 | control -- which is a much better idea than hard coding specific | |
9490 | colours or fonts which might look completely out of place on the | |
9491 | user's system, especially if it uses themes. | |
9492 | ||
9493 | The variant parameter is only relevant under Mac currently and is | |
9494 | ignore under other platforms. Under Mac, it will change the size of | |
9495 | the returned font. See `wx.Window.SetWindowVariant` for more about | |
9496 | this. | |
9497 | """ | |
5b5c9bc7 | 9498 | return _core_.Control_GetClassDefaultAttributes(*args, **kwargs) |
d55e5bfc RD |
9499 | |
9500 | GetClassDefaultAttributes = staticmethod(GetClassDefaultAttributes) | |
9501 | ||
5b5c9bc7 | 9502 | class ControlPtr(Control): |
d55e5bfc RD |
9503 | def __init__(self, this): |
9504 | self.this = this | |
9505 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
9506 | self.__class__ = Control |
9507 | _core_.Control_swigregister(ControlPtr) | |
d55e5bfc RD |
9508 | ControlNameStr = cvar.ControlNameStr |
9509 | ||
9510 | def PreControl(*args, **kwargs): | |
9511 | """ | |
5b5c9bc7 | 9512 | PreControl() -> Control |
d55e5bfc RD |
9513 | |
9514 | Precreate a Control control for 2-phase creation | |
9515 | """ | |
5b5c9bc7 | 9516 | val = _core_.new_PreControl(*args, **kwargs) |
d55e5bfc RD |
9517 | val.thisown = 1 |
9518 | return val | |
9519 | ||
5b5c9bc7 | 9520 | def Control_GetClassDefaultAttributes(*args, **kwargs): |
110da5b0 | 9521 | """ |
5b5c9bc7 | 9522 | Control_GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes |
110da5b0 RD |
9523 | |
9524 | Get the default attributes for this class. This is useful if you want | |
9525 | to use the same font or colour in your own control as in a standard | |
9526 | control -- which is a much better idea than hard coding specific | |
9527 | colours or fonts which might look completely out of place on the | |
9528 | user's system, especially if it uses themes. | |
9529 | ||
9530 | The variant parameter is only relevant under Mac currently and is | |
9531 | ignore under other platforms. Under Mac, it will change the size of | |
9532 | the returned font. See `wx.Window.SetWindowVariant` for more about | |
9533 | this. | |
9534 | """ | |
5b5c9bc7 | 9535 | return _core_.Control_GetClassDefaultAttributes(*args, **kwargs) |
d55e5bfc RD |
9536 | |
9537 | #--------------------------------------------------------------------------- | |
9538 | ||
5b5c9bc7 | 9539 | class ItemContainer(object): |
d55e5bfc | 9540 | """ |
53aa7709 RD |
9541 | The wx.ItemContainer class defines an interface which is implemented |
9542 | by all controls which have string subitems, each of which may be | |
9543 | selected, such as `wx.ListBox`, `wx.CheckListBox`, `wx.Choice` as well | |
9544 | as `wx.ComboBox` which implements an extended interface deriving from | |
15817c7e | 9545 | this one. |
d55e5bfc | 9546 | |
15817c7e RD |
9547 | It defines the methods for accessing the control's items and although |
9548 | each of the derived classes implements them differently, they still | |
9549 | all conform to the same interface. | |
d55e5bfc | 9550 | |
15817c7e RD |
9551 | The items in a wx.ItemContainer have (non empty) string labels and, |
9552 | optionally, client data associated with them. | |
d55e5bfc RD |
9553 | |
9554 | """ | |
9555 | def __init__(self): raise RuntimeError, "No constructor defined" | |
9556 | def __repr__(self): | |
9557 | return "<%s.%s; proxy of C++ wxItemContainer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
9558 | def Append(*args, **kwargs): | |
9559 | """ | |
5b5c9bc7 | 9560 | Append(self, String item, PyObject clientData=None) -> int |
d55e5bfc | 9561 | |
15817c7e RD |
9562 | Adds the item to the control, associating the given data with the item |
9563 | if not None. The return value is the index of the newly added item | |
9564 | which may be different from the last one if the control is sorted (e.g. | |
9565 | has wx.LB_SORT or wx.CB_SORT style). | |
d55e5bfc | 9566 | """ |
5b5c9bc7 | 9567 | return _core_.ItemContainer_Append(*args, **kwargs) |
d55e5bfc RD |
9568 | |
9569 | def AppendItems(*args, **kwargs): | |
9570 | """ | |
f5b96ee1 | 9571 | AppendItems(self, List strings) |
d55e5bfc | 9572 | |
15817c7e RD |
9573 | Apend several items at once to the control. Notice that calling this |
9574 | method may be much faster than appending the items one by one if you | |
9575 | need to add a lot of items. | |
d55e5bfc | 9576 | """ |
5b5c9bc7 | 9577 | return _core_.ItemContainer_AppendItems(*args, **kwargs) |
d55e5bfc RD |
9578 | |
9579 | def Insert(*args, **kwargs): | |
9580 | """ | |
5b5c9bc7 | 9581 | Insert(self, String item, int pos, PyObject clientData=None) -> int |
d55e5bfc | 9582 | |
15817c7e | 9583 | Insert an item into the control before the item at the ``pos`` index, |
d55e5bfc RD |
9584 | optionally associating some data object with the item. |
9585 | """ | |
5b5c9bc7 | 9586 | return _core_.ItemContainer_Insert(*args, **kwargs) |
d55e5bfc RD |
9587 | |
9588 | def Clear(*args, **kwargs): | |
9589 | """ | |
9590 | Clear(self) | |
9591 | ||
9592 | Removes all items from the control. | |
9593 | """ | |
5b5c9bc7 | 9594 | return _core_.ItemContainer_Clear(*args, **kwargs) |
d55e5bfc RD |
9595 | |
9596 | def Delete(*args, **kwargs): | |
9597 | """ | |
9598 | Delete(self, int n) | |
9599 | ||
15817c7e RD |
9600 | Deletes the item at the zero-based index 'n' from the control. Note |
9601 | that it is an error (signalled by a `wx.PyAssertionError` exception if | |
9602 | enabled) to remove an item with the index negative or greater or equal | |
9603 | than the number of items in the control. | |
d55e5bfc | 9604 | """ |
5b5c9bc7 | 9605 | return _core_.ItemContainer_Delete(*args, **kwargs) |
d55e5bfc | 9606 | |
53aa7709 RD |
9607 | def GetClientData(*args, **kwargs): |
9608 | """ | |
9609 | GetClientData(self, int n) -> PyObject | |
9610 | ||
9611 | Returns the client data associated with the given item, (if any.) | |
9612 | """ | |
5b5c9bc7 | 9613 | return _core_.ItemContainer_GetClientData(*args, **kwargs) |
53aa7709 RD |
9614 | |
9615 | def SetClientData(*args, **kwargs): | |
9616 | """ | |
9617 | SetClientData(self, int n, PyObject clientData) | |
9618 | ||
9619 | Associate the given client data with the item at position n. | |
9620 | """ | |
5b5c9bc7 | 9621 | return _core_.ItemContainer_SetClientData(*args, **kwargs) |
53aa7709 | 9622 | |
d55e5bfc RD |
9623 | def GetCount(*args, **kwargs): |
9624 | """ | |
9625 | GetCount(self) -> int | |
9626 | ||
9627 | Returns the number of items in the control. | |
9628 | """ | |
5b5c9bc7 | 9629 | return _core_.ItemContainer_GetCount(*args, **kwargs) |
d55e5bfc RD |
9630 | |
9631 | def IsEmpty(*args, **kwargs): | |
9632 | """ | |
9633 | IsEmpty(self) -> bool | |
9634 | ||
9635 | Returns True if the control is empty or False if it has some items. | |
9636 | """ | |
5b5c9bc7 | 9637 | return _core_.ItemContainer_IsEmpty(*args, **kwargs) |
d55e5bfc RD |
9638 | |
9639 | def GetString(*args, **kwargs): | |
9640 | """ | |
5b5c9bc7 | 9641 | GetString(self, int n) -> String |
d55e5bfc RD |
9642 | |
9643 | Returns the label of the item with the given index. | |
9644 | """ | |
5b5c9bc7 | 9645 | return _core_.ItemContainer_GetString(*args, **kwargs) |
d55e5bfc RD |
9646 | |
9647 | def GetStrings(*args, **kwargs): | |
9648 | """GetStrings(self) -> wxArrayString""" | |
5b5c9bc7 | 9649 | return _core_.ItemContainer_GetStrings(*args, **kwargs) |
d55e5bfc RD |
9650 | |
9651 | def SetString(*args, **kwargs): | |
9652 | """ | |
5b5c9bc7 | 9653 | SetString(self, int n, String s) |
d55e5bfc RD |
9654 | |
9655 | Sets the label for the given item. | |
9656 | """ | |
5b5c9bc7 | 9657 | return _core_.ItemContainer_SetString(*args, **kwargs) |
d55e5bfc RD |
9658 | |
9659 | def FindString(*args, **kwargs): | |
9660 | """ | |
5b5c9bc7 | 9661 | FindString(self, String s) -> int |
d55e5bfc RD |
9662 | |
9663 | Finds an item whose label matches the given string. Returns the | |
15817c7e RD |
9664 | zero-based position of the item, or ``wx.NOT_FOUND`` if the string was not |
9665 | found. | |
d55e5bfc | 9666 | """ |
5b5c9bc7 | 9667 | return _core_.ItemContainer_FindString(*args, **kwargs) |
d55e5bfc | 9668 | |
53aa7709 | 9669 | def SetSelection(*args, **kwargs): |
d55e5bfc | 9670 | """ |
53aa7709 | 9671 | SetSelection(self, int n) |
d55e5bfc RD |
9672 | |
9673 | Sets the item at index 'n' to be the selected item. | |
9674 | """ | |
5b5c9bc7 | 9675 | return _core_.ItemContainer_SetSelection(*args, **kwargs) |
d55e5bfc | 9676 | |
d55e5bfc RD |
9677 | def GetSelection(*args, **kwargs): |
9678 | """ | |
9679 | GetSelection(self) -> int | |
9680 | ||
15817c7e RD |
9681 | Returns the index of the selected item or ``wx.NOT_FOUND`` if no item |
9682 | is selected. | |
d55e5bfc | 9683 | """ |
5b5c9bc7 | 9684 | return _core_.ItemContainer_GetSelection(*args, **kwargs) |
d55e5bfc | 9685 | |
53aa7709 | 9686 | def SetStringSelection(*args, **kwargs): |
5b5c9bc7 RD |
9687 | """SetStringSelection(self, String s) -> bool""" |
9688 | return _core_.ItemContainer_SetStringSelection(*args, **kwargs) | |
53aa7709 | 9689 | |
d55e5bfc RD |
9690 | def GetStringSelection(*args, **kwargs): |
9691 | """ | |
5b5c9bc7 | 9692 | GetStringSelection(self) -> String |
d55e5bfc | 9693 | |
15817c7e RD |
9694 | Returns the label of the selected item or an empty string if no item |
9695 | is selected. | |
d55e5bfc | 9696 | """ |
5b5c9bc7 | 9697 | return _core_.ItemContainer_GetStringSelection(*args, **kwargs) |
d55e5bfc | 9698 | |
53aa7709 | 9699 | def Select(*args, **kwargs): |
d55e5bfc | 9700 | """ |
53aa7709 | 9701 | Select(self, int n) |
d55e5bfc | 9702 | |
53aa7709 RD |
9703 | This is the same as `SetSelection` and exists only because it is |
9704 | slightly more natural for controls which support multiple selection. | |
d55e5bfc | 9705 | """ |
5b5c9bc7 | 9706 | return _core_.ItemContainer_Select(*args, **kwargs) |
d55e5bfc RD |
9707 | |
9708 | ||
5b5c9bc7 | 9709 | class ItemContainerPtr(ItemContainer): |
d55e5bfc RD |
9710 | def __init__(self, this): |
9711 | self.this = this | |
9712 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
9713 | self.__class__ = ItemContainer |
9714 | _core_.ItemContainer_swigregister(ItemContainerPtr) | |
d55e5bfc RD |
9715 | |
9716 | #--------------------------------------------------------------------------- | |
9717 | ||
5b5c9bc7 | 9718 | class ControlWithItems(Control,ItemContainer): |
d55e5bfc | 9719 | """ |
15817c7e RD |
9720 | wx.ControlWithItems combines the ``wx.ItemContainer`` class with the |
9721 | wx.Control class, and is used for the base class of various controls | |
9722 | that have items. | |
d55e5bfc RD |
9723 | """ |
9724 | def __init__(self): raise RuntimeError, "No constructor defined" | |
9725 | def __repr__(self): | |
9726 | return "<%s.%s; proxy of C++ wxControlWithItems instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
9727 | ||
5b5c9bc7 | 9728 | class ControlWithItemsPtr(ControlWithItems): |
d55e5bfc RD |
9729 | def __init__(self, this): |
9730 | self.this = this | |
9731 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
9732 | self.__class__ = ControlWithItems |
9733 | _core_.ControlWithItems_swigregister(ControlWithItemsPtr) | |
d55e5bfc RD |
9734 | |
9735 | #--------------------------------------------------------------------------- | |
9736 | ||
5b5c9bc7 | 9737 | class SizerItem(Object): |
bfddbb17 RD |
9738 | """ |
9739 | The wx.SizerItem class is used to track the position, size and other | |
9740 | attributes of each item managed by a `wx.Sizer`. In normal usage user | |
9741 | code should never need to deal directly with a wx.SizerItem, but | |
9742 | custom classes derived from `wx.PySizer` will probably need to use the | |
9743 | collection of wx.SizerItems held by wx.Sizer when calculating layout. | |
9744 | ||
9745 | :see: `wx.Sizer`, `wx.GBSizerItem` | |
9746 | """ | |
d55e5bfc RD |
9747 | def __repr__(self): |
9748 | return "<%s.%s; proxy of C++ wxSizerItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
9749 | def __init__(self, *args, **kwargs): | |
bfddbb17 | 9750 | """ |
5b5c9bc7 | 9751 | __init__(self) -> SizerItem |
bfddbb17 RD |
9752 | |
9753 | Constructs an empty wx.SizerItem. Either a window, sizer or spacer | |
9754 | size will need to be set before this item can be used in a Sizer. | |
9755 | ||
9756 | You will probably never need to create a wx.SizerItem directly as they | |
9757 | are created automatically when the sizer's Add, Insert or Prepend | |
9758 | methods are called. | |
9759 | ||
9760 | :see: `wx.SizerItemSpacer`, `wx.SizerItemWindow`, `wx.SizerItemSizer` | |
9761 | """ | |
5b5c9bc7 | 9762 | newobj = _core_.new_SizerItem(*args, **kwargs) |
d55e5bfc RD |
9763 | self.this = newobj.this |
9764 | self.thisown = 1 | |
9765 | del newobj.thisown | |
9766 | def DeleteWindows(*args, **kwargs): | |
bfddbb17 RD |
9767 | """ |
9768 | DeleteWindows(self) | |
9769 | ||
9770 | Destroy the window or the windows in a subsizer, depending on the type | |
9771 | of item. | |
9772 | """ | |
5b5c9bc7 | 9773 | return _core_.SizerItem_DeleteWindows(*args, **kwargs) |
d55e5bfc RD |
9774 | |
9775 | def DetachSizer(*args, **kwargs): | |
bfddbb17 RD |
9776 | """ |
9777 | DetachSizer(self) | |
9778 | ||
9779 | Enable deleting the SizerItem without destroying the contained sizer. | |
9780 | """ | |
5b5c9bc7 | 9781 | return _core_.SizerItem_DetachSizer(*args, **kwargs) |
d55e5bfc RD |
9782 | |
9783 | def GetSize(*args, **kwargs): | |
bfddbb17 | 9784 | """ |
5b5c9bc7 | 9785 | GetSize(self) -> Size |
bfddbb17 RD |
9786 | |
9787 | Get the current size of the item, as set in the last Layout. | |
9788 | """ | |
5b5c9bc7 | 9789 | return _core_.SizerItem_GetSize(*args, **kwargs) |
d55e5bfc RD |
9790 | |
9791 | def CalcMin(*args, **kwargs): | |
bfddbb17 | 9792 | """ |
5b5c9bc7 | 9793 | CalcMin(self) -> Size |
bfddbb17 RD |
9794 | |
9795 | Calculates the minimum desired size for the item, including any space | |
9796 | needed by borders. | |
9797 | """ | |
5b5c9bc7 | 9798 | return _core_.SizerItem_CalcMin(*args, **kwargs) |
d55e5bfc RD |
9799 | |
9800 | def SetDimension(*args, **kwargs): | |
bfddbb17 | 9801 | """ |
5b5c9bc7 | 9802 | SetDimension(self, Point pos, Size size) |
bfddbb17 RD |
9803 | |
9804 | Set the position and size of the space allocated for this item by the | |
9805 | sizer, and adjust the position and size of the item (window or | |
9806 | subsizer) to be within that space taking alignment and borders into | |
9807 | account. | |
9808 | """ | |
5b5c9bc7 | 9809 | return _core_.SizerItem_SetDimension(*args, **kwargs) |
d55e5bfc RD |
9810 | |
9811 | def GetMinSize(*args, **kwargs): | |
bfddbb17 | 9812 | """ |
5b5c9bc7 | 9813 | GetMinSize(self) -> Size |
bfddbb17 RD |
9814 | |
9815 | Get the minimum size needed for the item. | |
9816 | """ | |
5b5c9bc7 | 9817 | return _core_.SizerItem_GetMinSize(*args, **kwargs) |
d55e5bfc | 9818 | |
a001823c RD |
9819 | def GetMinSizeWithBorder(*args, **kwargs): |
9820 | """ | |
5b5c9bc7 | 9821 | GetMinSizeWithBorder(self) -> Size |
a001823c RD |
9822 | |
9823 | Get the minimum size needed for the item with space for the borders | |
9824 | added, if needed. | |
9825 | """ | |
5b5c9bc7 | 9826 | return _core_.SizerItem_GetMinSizeWithBorder(*args, **kwargs) |
a001823c | 9827 | |
d55e5bfc RD |
9828 | def SetInitSize(*args, **kwargs): |
9829 | """SetInitSize(self, int x, int y)""" | |
5b5c9bc7 | 9830 | return _core_.SizerItem_SetInitSize(*args, **kwargs) |
d55e5bfc RD |
9831 | |
9832 | def SetRatioWH(*args, **kwargs): | |
bfddbb17 RD |
9833 | """ |
9834 | SetRatioWH(self, int width, int height) | |
9835 | ||
9836 | Set the ratio item attribute. | |
9837 | """ | |
5b5c9bc7 | 9838 | return _core_.SizerItem_SetRatioWH(*args, **kwargs) |
d55e5bfc RD |
9839 | |
9840 | def SetRatioSize(*args, **kwargs): | |
bfddbb17 | 9841 | """ |
5b5c9bc7 | 9842 | SetRatioSize(self, Size size) |
bfddbb17 RD |
9843 | |
9844 | Set the ratio item attribute. | |
9845 | """ | |
5b5c9bc7 | 9846 | return _core_.SizerItem_SetRatioSize(*args, **kwargs) |
d55e5bfc RD |
9847 | |
9848 | def SetRatio(*args, **kwargs): | |
bfddbb17 RD |
9849 | """ |
9850 | SetRatio(self, float ratio) | |
9851 | ||
9852 | Set the ratio item attribute. | |
9853 | """ | |
5b5c9bc7 | 9854 | return _core_.SizerItem_SetRatio(*args, **kwargs) |
d55e5bfc RD |
9855 | |
9856 | def GetRatio(*args, **kwargs): | |
bfddbb17 RD |
9857 | """ |
9858 | GetRatio(self) -> float | |
9859 | ||
9860 | Set the ratio item attribute. | |
9861 | """ | |
5b5c9bc7 | 9862 | return _core_.SizerItem_GetRatio(*args, **kwargs) |
d55e5bfc | 9863 | |
070c48b4 RD |
9864 | def GetRect(*args, **kwargs): |
9865 | """ | |
5b5c9bc7 | 9866 | GetRect(self) -> Rect |
070c48b4 RD |
9867 | |
9868 | Returns the rectangle that the sizer item should occupy | |
9869 | """ | |
5b5c9bc7 | 9870 | return _core_.SizerItem_GetRect(*args, **kwargs) |
070c48b4 | 9871 | |
d55e5bfc | 9872 | def IsWindow(*args, **kwargs): |
bfddbb17 RD |
9873 | """ |
9874 | IsWindow(self) -> bool | |
9875 | ||
9876 | Is this sizer item a window? | |
9877 | """ | |
5b5c9bc7 | 9878 | return _core_.SizerItem_IsWindow(*args, **kwargs) |
d55e5bfc RD |
9879 | |
9880 | def IsSizer(*args, **kwargs): | |
bfddbb17 RD |
9881 | """ |
9882 | IsSizer(self) -> bool | |
9883 | ||
9884 | Is this sizer item a subsizer? | |
9885 | """ | |
5b5c9bc7 | 9886 | return _core_.SizerItem_IsSizer(*args, **kwargs) |
d55e5bfc RD |
9887 | |
9888 | def IsSpacer(*args, **kwargs): | |
bfddbb17 RD |
9889 | """ |
9890 | IsSpacer(self) -> bool | |
9891 | ||
9892 | Is this sizer item a spacer? | |
9893 | """ | |
5b5c9bc7 | 9894 | return _core_.SizerItem_IsSpacer(*args, **kwargs) |
d55e5bfc RD |
9895 | |
9896 | def SetProportion(*args, **kwargs): | |
bfddbb17 RD |
9897 | """ |
9898 | SetProportion(self, int proportion) | |
9899 | ||
9900 | Set the proportion value for this item. | |
9901 | """ | |
5b5c9bc7 | 9902 | return _core_.SizerItem_SetProportion(*args, **kwargs) |
d55e5bfc RD |
9903 | |
9904 | def GetProportion(*args, **kwargs): | |
bfddbb17 RD |
9905 | """ |
9906 | GetProportion(self) -> int | |
9907 | ||
9908 | Get the proportion value for this item. | |
9909 | """ | |
5b5c9bc7 | 9910 | return _core_.SizerItem_GetProportion(*args, **kwargs) |
d55e5bfc | 9911 | |
bfddbb17 RD |
9912 | SetOption = wx._deprecated(SetProportion, "Please use `SetProportion` instead.") |
9913 | GetOption = wx._deprecated(GetProportion, "Please use `GetProportion` instead.") | |
d55e5bfc | 9914 | def SetFlag(*args, **kwargs): |
bfddbb17 RD |
9915 | """ |
9916 | SetFlag(self, int flag) | |
9917 | ||
9918 | Set the flag value for this item. | |
9919 | """ | |
5b5c9bc7 | 9920 | return _core_.SizerItem_SetFlag(*args, **kwargs) |
d55e5bfc RD |
9921 | |
9922 | def GetFlag(*args, **kwargs): | |
bfddbb17 RD |
9923 | """ |
9924 | GetFlag(self) -> int | |
9925 | ||
9926 | Get the flag value for this item. | |
9927 | """ | |
5b5c9bc7 | 9928 | return _core_.SizerItem_GetFlag(*args, **kwargs) |
d55e5bfc RD |
9929 | |
9930 | def SetBorder(*args, **kwargs): | |
bfddbb17 RD |
9931 | """ |
9932 | SetBorder(self, int border) | |
9933 | ||
9934 | Set the border value for this item. | |
9935 | """ | |
5b5c9bc7 | 9936 | return _core_.SizerItem_SetBorder(*args, **kwargs) |
d55e5bfc RD |
9937 | |
9938 | def GetBorder(*args, **kwargs): | |
bfddbb17 RD |
9939 | """ |
9940 | GetBorder(self) -> int | |
9941 | ||
9942 | Get the border value for this item. | |
9943 | """ | |
5b5c9bc7 | 9944 | return _core_.SizerItem_GetBorder(*args, **kwargs) |
d55e5bfc RD |
9945 | |
9946 | def GetWindow(*args, **kwargs): | |
bfddbb17 | 9947 | """ |
5b5c9bc7 | 9948 | GetWindow(self) -> Window |
bfddbb17 RD |
9949 | |
9950 | Get the window (if any) that is managed by this sizer item. | |
9951 | """ | |
5b5c9bc7 | 9952 | return _core_.SizerItem_GetWindow(*args, **kwargs) |
d55e5bfc RD |
9953 | |
9954 | def SetWindow(*args, **kwargs): | |
bfddbb17 | 9955 | """ |
5b5c9bc7 | 9956 | SetWindow(self, Window window) |
bfddbb17 RD |
9957 | |
9958 | Set the window to be managed by this sizer item. | |
9959 | """ | |
5b5c9bc7 | 9960 | return _core_.SizerItem_SetWindow(*args, **kwargs) |
d55e5bfc RD |
9961 | |
9962 | def GetSizer(*args, **kwargs): | |
bfddbb17 | 9963 | """ |
5b5c9bc7 | 9964 | GetSizer(self) -> Sizer |
bfddbb17 RD |
9965 | |
9966 | Get the subsizer (if any) that is managed by this sizer item. | |
9967 | """ | |
5b5c9bc7 | 9968 | return _core_.SizerItem_GetSizer(*args, **kwargs) |
d55e5bfc RD |
9969 | |
9970 | def SetSizer(*args, **kwargs): | |
bfddbb17 | 9971 | """ |
5b5c9bc7 | 9972 | SetSizer(self, Sizer sizer) |
bfddbb17 RD |
9973 | |
9974 | Set the subsizer to be managed by this sizer item. | |
9975 | """ | |
5b5c9bc7 | 9976 | return _core_.SizerItem_SetSizer(*args, **kwargs) |
d55e5bfc RD |
9977 | |
9978 | def GetSpacer(*args, **kwargs): | |
bfddbb17 | 9979 | """ |
5b5c9bc7 | 9980 | GetSpacer(self) -> Size |
bfddbb17 RD |
9981 | |
9982 | Get the size of the spacer managed by this sizer item. | |
9983 | """ | |
5b5c9bc7 | 9984 | return _core_.SizerItem_GetSpacer(*args, **kwargs) |
d55e5bfc RD |
9985 | |
9986 | def SetSpacer(*args, **kwargs): | |
bfddbb17 | 9987 | """ |
5b5c9bc7 | 9988 | SetSpacer(self, Size size) |
bfddbb17 RD |
9989 | |
9990 | Set the size of the spacer to be managed by this sizer item. | |
9991 | """ | |
5b5c9bc7 | 9992 | return _core_.SizerItem_SetSpacer(*args, **kwargs) |
d55e5bfc RD |
9993 | |
9994 | def Show(*args, **kwargs): | |
bfddbb17 RD |
9995 | """ |
9996 | Show(self, bool show) | |
9997 | ||
9998 | Set the show item attribute, which sizers use to determine if the item | |
9999 | is to be made part of the layout or not. If the item is tracking a | |
10000 | window then it is shown or hidden as needed. | |
10001 | """ | |
5b5c9bc7 | 10002 | return _core_.SizerItem_Show(*args, **kwargs) |
d55e5bfc RD |
10003 | |
10004 | def IsShown(*args, **kwargs): | |
bfddbb17 RD |
10005 | """ |
10006 | IsShown(self) -> bool | |
10007 | ||
10008 | Is the item to be shown in the layout? | |
10009 | """ | |
5b5c9bc7 | 10010 | return _core_.SizerItem_IsShown(*args, **kwargs) |
d55e5bfc RD |
10011 | |
10012 | def GetPosition(*args, **kwargs): | |
bfddbb17 | 10013 | """ |
5b5c9bc7 | 10014 | GetPosition(self) -> Point |
bfddbb17 RD |
10015 | |
10016 | Returns the current position of the item, as set in the last Layout. | |
10017 | """ | |
5b5c9bc7 | 10018 | return _core_.SizerItem_GetPosition(*args, **kwargs) |
d55e5bfc RD |
10019 | |
10020 | def GetUserData(*args, **kwargs): | |
bfddbb17 RD |
10021 | """ |
10022 | GetUserData(self) -> PyObject | |
10023 | ||
10024 | Returns the userData associated with this sizer item, or None if there | |
10025 | isn't any. | |
10026 | """ | |
5b5c9bc7 | 10027 | return _core_.SizerItem_GetUserData(*args, **kwargs) |
d55e5bfc RD |
10028 | |
10029 | ||
5b5c9bc7 | 10030 | class SizerItemPtr(SizerItem): |
d55e5bfc RD |
10031 | def __init__(self, this): |
10032 | self.this = this | |
10033 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
10034 | self.__class__ = SizerItem |
10035 | _core_.SizerItem_swigregister(SizerItemPtr) | |
d55e5bfc | 10036 | |
bfddbb17 | 10037 | def SizerItemWindow(*args, **kwargs): |
d55e5bfc | 10038 | """ |
5b5c9bc7 RD |
10039 | SizerItemWindow(Window window, int proportion, int flag, int border, |
10040 | PyObject userData=None) -> SizerItem | |
bfddbb17 RD |
10041 | |
10042 | Constructs a `wx.SizerItem` for tracking a window. | |
d55e5bfc | 10043 | """ |
5b5c9bc7 | 10044 | val = _core_.new_SizerItemWindow(*args, **kwargs) |
d55e5bfc RD |
10045 | val.thisown = 1 |
10046 | return val | |
10047 | ||
bfddbb17 | 10048 | def SizerItemSpacer(*args, **kwargs): |
d55e5bfc | 10049 | """ |
bfddbb17 | 10050 | SizerItemSpacer(int width, int height, int proportion, int flag, int border, |
5b5c9bc7 | 10051 | PyObject userData=None) -> SizerItem |
bfddbb17 RD |
10052 | |
10053 | Constructs a `wx.SizerItem` for tracking a spacer. | |
d55e5bfc | 10054 | """ |
5b5c9bc7 | 10055 | val = _core_.new_SizerItemSpacer(*args, **kwargs) |
d55e5bfc RD |
10056 | val.thisown = 1 |
10057 | return val | |
10058 | ||
10059 | def SizerItemSizer(*args, **kwargs): | |
10060 | """ | |
5b5c9bc7 RD |
10061 | SizerItemSizer(Sizer sizer, int proportion, int flag, int border, |
10062 | PyObject userData=None) -> SizerItem | |
bfddbb17 RD |
10063 | |
10064 | Constructs a `wx.SizerItem` for tracking a subsizer | |
d55e5bfc | 10065 | """ |
5b5c9bc7 | 10066 | val = _core_.new_SizerItemSizer(*args, **kwargs) |
d55e5bfc RD |
10067 | val.thisown = 1 |
10068 | return val | |
10069 | ||
5b5c9bc7 | 10070 | class Sizer(Object): |
bfddbb17 RD |
10071 | """ |
10072 | wx.Sizer is the abstract base class used for laying out subwindows in | |
10073 | a window. You cannot use wx.Sizer directly; instead, you will have to | |
10074 | use one of the sizer classes derived from it such as `wx.BoxSizer`, | |
10075 | `wx.StaticBoxSizer`, `wx.NotebookSizer`, `wx.GridSizer`, `wx.FlexGridSizer` | |
10076 | and `wx.GridBagSizer`. | |
10077 | ||
10078 | The concept implemented by sizers in wxWidgets is closely related to | |
10079 | layout tools in other GUI toolkits, such as Java's AWT, the GTK | |
10080 | toolkit or the Qt toolkit. It is based upon the idea of the individual | |
10081 | subwindows reporting their minimal required size and their ability to | |
10082 | get stretched if the size of the parent window has changed. This will | |
10083 | most often mean that the programmer does not set the original size of | |
10084 | a dialog in the beginning, rather the dialog will assigned a sizer and | |
10085 | this sizer will be queried about the recommended size. The sizer in | |
10086 | turn will query its children, which can be normal windows or contorls, | |
10087 | empty space or other sizers, so that a hierarchy of sizers can be | |
10088 | constructed. Note that wxSizer does not derive from wxWindow and thus | |
10089 | do not interfere with tab ordering and requires very little resources | |
10090 | compared to a real window on screen. | |
10091 | ||
10092 | What makes sizers so well fitted for use in wxWidgets is the fact that | |
10093 | every control reports its own minimal size and the algorithm can | |
10094 | handle differences in font sizes or different window (dialog item) | |
10095 | sizes on different platforms without problems. If for example the | |
10096 | standard font as well as the overall design of Mac widgets requires | |
10097 | more space than on Windows, then the initial size of a dialog using a | |
10098 | sizer will automatically be bigger on Mac than on Windows. | |
10099 | """ | |
d55e5bfc RD |
10100 | def __init__(self): raise RuntimeError, "No constructor defined" |
10101 | def __repr__(self): | |
10102 | return "<%s.%s; proxy of C++ wxSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
10103 | def _setOORInfo(*args, **kwargs): | |
10104 | """_setOORInfo(self, PyObject _self)""" | |
5b5c9bc7 | 10105 | return _core_.Sizer__setOORInfo(*args, **kwargs) |
d55e5bfc RD |
10106 | |
10107 | def Add(*args, **kwargs): | |
10108 | """ | |
bfddbb17 | 10109 | Add(self, item, int proportion=0, int flag=0, int border=0, |
070c48b4 | 10110 | PyObject userData=None) -> wx.SizerItem |
bfddbb17 RD |
10111 | |
10112 | Appends a child item to the sizer. | |
d55e5bfc | 10113 | """ |
5b5c9bc7 | 10114 | return _core_.Sizer_Add(*args, **kwargs) |
d55e5bfc RD |
10115 | |
10116 | def Insert(*args, **kwargs): | |
10117 | """ | |
bfddbb17 | 10118 | Insert(self, int before, item, int proportion=0, int flag=0, int border=0, |
070c48b4 | 10119 | PyObject userData=None) -> wx.SizerItem |
bfddbb17 RD |
10120 | |
10121 | Inserts a new item into the list of items managed by this sizer before | |
10122 | the item at index *before*. See `Add` for a description of the parameters. | |
d55e5bfc | 10123 | """ |
5b5c9bc7 | 10124 | return _core_.Sizer_Insert(*args, **kwargs) |
d55e5bfc RD |
10125 | |
10126 | def Prepend(*args, **kwargs): | |
10127 | """ | |
bfddbb17 | 10128 | Prepend(self, item, int proportion=0, int flag=0, int border=0, |
070c48b4 | 10129 | PyObject userData=None) -> wx.SizerItem |
bfddbb17 RD |
10130 | |
10131 | Adds a new item to the begining of the list of sizer items managed by | |
10132 | this sizer. See `Add` for a description of the parameters. | |
d55e5bfc | 10133 | """ |
5b5c9bc7 | 10134 | return _core_.Sizer_Prepend(*args, **kwargs) |
d55e5bfc RD |
10135 | |
10136 | def Remove(*args, **kwargs): | |
bfddbb17 RD |
10137 | """ |
10138 | Remove(self, item) -> bool | |
10139 | ||
10140 | Removes an item from the sizer and destroys it. This method does not | |
10141 | cause any layout or resizing to take place, call `Layout` to update | |
10142 | the layout on screen after removing a child from the sizer. The | |
10143 | *item* parameter can be either a window, a sizer, or the zero-based | |
10144 | index of an item to remove. Returns True if the child item was found | |
10145 | and removed. | |
10146 | """ | |
5b5c9bc7 | 10147 | return _core_.Sizer_Remove(*args, **kwargs) |
d55e5bfc | 10148 | |
1a6bba1e | 10149 | def Detach(*args, **kwargs): |
bfddbb17 RD |
10150 | """ |
10151 | Detach(self, item) -> bool | |
10152 | ||
10153 | Detaches an item from the sizer without destroying it. This method | |
10154 | does not cause any layout or resizing to take place, call `Layout` to | |
10155 | do so. The *item* parameter can be either a window, a sizer, or the | |
10156 | zero-based index of the item to be detached. Returns True if the child item | |
10157 | was found and detached. | |
10158 | """ | |
5b5c9bc7 | 10159 | return _core_.Sizer_Detach(*args, **kwargs) |
1a6bba1e | 10160 | |
070c48b4 RD |
10161 | def GetItem(*args, **kwargs): |
10162 | """ | |
10163 | GetItem(self, item) -> wx.SizerItem | |
10164 | ||
10165 | Returns the `wx.SizerItem` which holds the *item* given. The *item* | |
10166 | parameter can be either a window, a sizer, or the zero-based index of | |
10167 | the item to be detached. | |
10168 | """ | |
5b5c9bc7 | 10169 | return _core_.Sizer_GetItem(*args, **kwargs) |
070c48b4 | 10170 | |
d55e5bfc | 10171 | def _SetItemMinSize(*args, **kwargs): |
5b5c9bc7 RD |
10172 | """_SetItemMinSize(self, PyObject item, Size size)""" |
10173 | return _core_.Sizer__SetItemMinSize(*args, **kwargs) | |
d55e5bfc | 10174 | |
bfddbb17 RD |
10175 | def SetItemMinSize(self, item, *args): |
10176 | """ | |
10177 | SetItemMinSize(self, item, Size size) | |
10178 | ||
10179 | Sets the minimum size that will be allocated for an item in the sizer. | |
10180 | The *item* parameter can be either a window, a sizer, or the | |
10181 | zero-based index of the item. If a window or sizer is given then it | |
10182 | will be searched for recursivly in subsizers if neccessary. | |
10183 | """ | |
10184 | if len(args) == 2: | |
10185 | # for backward compatibility accept separate width,height args too | |
10186 | return self._SetItemMinSize(item, args) | |
10187 | else: | |
10188 | return self._SetItemMinSize(item, args[0]) | |
10189 | ||
d55e5bfc | 10190 | def AddItem(*args, **kwargs): |
bfddbb17 RD |
10191 | """ |
10192 | AddItem(self, SizerItem item) | |
10193 | ||
10194 | Adds a `wx.SizerItem` to the sizer. | |
10195 | """ | |
5b5c9bc7 | 10196 | return _core_.Sizer_AddItem(*args, **kwargs) |
d55e5bfc RD |
10197 | |
10198 | def InsertItem(*args, **kwargs): | |
bfddbb17 RD |
10199 | """ |
10200 | InsertItem(self, int index, SizerItem item) | |
10201 | ||
10202 | Inserts a `wx.SizerItem` to the sizer at the position given by *index*. | |
10203 | """ | |
5b5c9bc7 | 10204 | return _core_.Sizer_InsertItem(*args, **kwargs) |
d55e5bfc RD |
10205 | |
10206 | def PrependItem(*args, **kwargs): | |
bfddbb17 RD |
10207 | """ |
10208 | PrependItem(self, SizerItem item) | |
10209 | ||
10210 | Prepends a `wx.SizerItem` to the sizer. | |
10211 | """ | |
5b5c9bc7 | 10212 | return _core_.Sizer_PrependItem(*args, **kwargs) |
d55e5bfc | 10213 | |
bfddbb17 | 10214 | def AddMany(self, items): |
d6c14a4c RD |
10215 | """ |
10216 | AddMany is a convenience method for adding several items | |
10217 | to a sizer at one time. Simply pass it a list of tuples, | |
10218 | where each tuple consists of the parameters that you | |
10219 | would normally pass to the `Add` method. | |
10220 | """ | |
bfddbb17 RD |
10221 | for item in items: |
10222 | if type(item) != type(()) or (len(item) == 2 and type(item[0]) == type(1)): | |
10223 | item = (item, ) | |
10224 | self.Add(*item) | |
d55e5bfc RD |
10225 | |
10226 | # for backwards compatibility only, please do not use in new code | |
7fbf8399 RD |
10227 | def AddWindow(self, *args, **kw): |
10228 | """Compatibility alias for `Add`.""" | |
10229 | return self.Add(*args, **kw) | |
10230 | def AddSizer(self, *args, **kw): | |
10231 | """Compatibility alias for `Add`.""" | |
10232 | return self.Add(*args, **kw) | |
10233 | def AddSpacer(self, *args, **kw): | |
10234 | """Compatibility alias for `Add`.""" | |
10235 | return self.Add(*args, **kw) | |
10236 | ||
10237 | def PrependWindow(self, *args, **kw): | |
10238 | """Compatibility alias for `Prepend`.""" | |
10239 | return self.Prepend(*args, **kw) | |
10240 | def PrependSizer(self, *args, **kw): | |
10241 | """Compatibility alias for `Prepend`.""" | |
10242 | return self.Prepend(*args, **kw) | |
10243 | def PrependSpacer(self, *args, **kw): | |
10244 | """Compatibility alias for `Prepend`.""" | |
10245 | return self.Prepend(*args, **kw) | |
10246 | ||
10247 | def InsertWindow(self, *args, **kw): | |
10248 | """Compatibility alias for `Insert`.""" | |
10249 | return self.Insert(*args, **kw) | |
10250 | def InsertSizer(self, *args, **kw): | |
10251 | """Compatibility alias for `Insert`.""" | |
10252 | return self.Insert(*args, **kw) | |
10253 | def InsertSpacer(self, *args, **kw): | |
10254 | """Compatibility alias for `Insert`.""" | |
10255 | return self.Insert(*args, **kw) | |
10256 | ||
10257 | def RemoveWindow(self, *args, **kw): | |
10258 | """Compatibility alias for `Remove`.""" | |
10259 | return self.Remove(*args, **kw) | |
10260 | def RemoveSizer(self, *args, **kw): | |
10261 | """Compatibility alias for `Remove`.""" | |
10262 | return self.Remove(*args, **kw) | |
10263 | def RemovePos(self, *args, **kw): | |
10264 | """Compatibility alias for `Remove`.""" | |
10265 | return self.Remove(*args, **kw) | |
d55e5bfc RD |
10266 | |
10267 | ||
d55e5bfc | 10268 | def SetDimension(*args, **kwargs): |
bfddbb17 RD |
10269 | """ |
10270 | SetDimension(self, int x, int y, int width, int height) | |
10271 | ||
10272 | Call this to force the sizer to take the given dimension and thus | |
10273 | force the items owned by the sizer to resize themselves according to | |
10274 | the rules defined by the parameter in the `Add`, `Insert` or `Prepend` | |
10275 | methods. | |
10276 | """ | |
5b5c9bc7 | 10277 | return _core_.Sizer_SetDimension(*args, **kwargs) |
d55e5bfc RD |
10278 | |
10279 | def SetMinSize(*args, **kwargs): | |
bfddbb17 | 10280 | """ |
5b5c9bc7 | 10281 | SetMinSize(self, Size size) |
bfddbb17 RD |
10282 | |
10283 | Call this to give the sizer a minimal size. Normally, the sizer will | |
10284 | calculate its minimal size based purely on how much space its children | |
10285 | need. After calling this method `GetMinSize` will return either the | |
10286 | minimal size as requested by its children or the minimal size set | |
10287 | here, depending on which is bigger. | |
10288 | """ | |
5b5c9bc7 | 10289 | return _core_.Sizer_SetMinSize(*args, **kwargs) |
d55e5bfc RD |
10290 | |
10291 | def GetSize(*args, **kwargs): | |
bfddbb17 | 10292 | """ |
5b5c9bc7 | 10293 | GetSize(self) -> Size |
bfddbb17 RD |
10294 | |
10295 | Returns the current size of the space managed by the sizer. | |
10296 | """ | |
5b5c9bc7 | 10297 | return _core_.Sizer_GetSize(*args, **kwargs) |
d55e5bfc RD |
10298 | |
10299 | def GetPosition(*args, **kwargs): | |
bfddbb17 | 10300 | """ |
5b5c9bc7 | 10301 | GetPosition(self) -> Point |
bfddbb17 RD |
10302 | |
10303 | Returns the current position of the sizer's managed space. | |
10304 | """ | |
5b5c9bc7 | 10305 | return _core_.Sizer_GetPosition(*args, **kwargs) |
d55e5bfc RD |
10306 | |
10307 | def GetMinSize(*args, **kwargs): | |
bfddbb17 | 10308 | """ |
5b5c9bc7 | 10309 | GetMinSize(self) -> Size |
bfddbb17 RD |
10310 | |
10311 | Returns the minimal size of the sizer. This is either the combined | |
10312 | minimal size of all the children and their borders or the minimal size | |
10313 | set by SetMinSize, depending on which is bigger. | |
10314 | """ | |
5b5c9bc7 | 10315 | return _core_.Sizer_GetMinSize(*args, **kwargs) |
d55e5bfc RD |
10316 | |
10317 | def GetSizeTuple(self): | |
1a6bba1e | 10318 | return self.GetSize().Get() |
d55e5bfc | 10319 | def GetPositionTuple(self): |
1a6bba1e | 10320 | return self.GetPosition().Get() |
d55e5bfc | 10321 | def GetMinSizeTuple(self): |
1a6bba1e | 10322 | return self.GetMinSize().Get() |
d55e5bfc RD |
10323 | |
10324 | def RecalcSizes(*args, **kwargs): | |
bfddbb17 RD |
10325 | """ |
10326 | RecalcSizes(self) | |
10327 | ||
10328 | Using the sizes calculated by `CalcMin` reposition and resize all the | |
10329 | items managed by this sizer. You should not need to call this directly as | |
10330 | it is called by `Layout`. | |
10331 | """ | |
5b5c9bc7 | 10332 | return _core_.Sizer_RecalcSizes(*args, **kwargs) |
d55e5bfc RD |
10333 | |
10334 | def CalcMin(*args, **kwargs): | |
bfddbb17 | 10335 | """ |
5b5c9bc7 | 10336 | CalcMin(self) -> Size |
bfddbb17 RD |
10337 | |
10338 | This method is where the sizer will do the actual calculation of its | |
10339 | children's minimal sizes. You should not need to call this directly as | |
10340 | it is called by `Layout`. | |
10341 | """ | |
5b5c9bc7 | 10342 | return _core_.Sizer_CalcMin(*args, **kwargs) |
d55e5bfc RD |
10343 | |
10344 | def Layout(*args, **kwargs): | |
bfddbb17 RD |
10345 | """ |
10346 | Layout(self) | |
10347 | ||
10348 | This method will force the recalculation and layout of the items | |
10349 | controlled by the sizer using the current space allocated to the | |
10350 | sizer. Normally this is called automatically from the owning window's | |
10351 | EVT_SIZE handler, but it is also useful to call it from user code when | |
10352 | one of the items in a sizer change size, or items are added or | |
10353 | removed. | |
10354 | """ | |
5b5c9bc7 | 10355 | return _core_.Sizer_Layout(*args, **kwargs) |
d55e5bfc RD |
10356 | |
10357 | def Fit(*args, **kwargs): | |
bfddbb17 | 10358 | """ |
5b5c9bc7 | 10359 | Fit(self, Window window) -> Size |
bfddbb17 RD |
10360 | |
10361 | Tell the sizer to resize the *window* to match the sizer's minimal | |
10362 | size. This is commonly done in the constructor of the window itself in | |
10363 | order to set its initial size to match the needs of the children as | |
10364 | determined by the sizer. Returns the new size. | |
10365 | ||
10366 | For a top level window this is the total window size, not the client size. | |
10367 | """ | |
5b5c9bc7 | 10368 | return _core_.Sizer_Fit(*args, **kwargs) |
d55e5bfc RD |
10369 | |
10370 | def FitInside(*args, **kwargs): | |
bfddbb17 | 10371 | """ |
5b5c9bc7 | 10372 | FitInside(self, Window window) |
bfddbb17 RD |
10373 | |
10374 | Tell the sizer to resize the *virtual size* of the *window* to match the | |
10375 | sizer's minimal size. This will not alter the on screen size of the | |
10376 | window, but may cause the addition/removal/alteration of scrollbars | |
10377 | required to view the virtual area in windows which manage it. | |
10378 | ||
10379 | :see: `wx.ScrolledWindow.SetScrollbars`, `SetVirtualSizeHints` | |
10380 | ||
10381 | """ | |
5b5c9bc7 | 10382 | return _core_.Sizer_FitInside(*args, **kwargs) |
d55e5bfc RD |
10383 | |
10384 | def SetSizeHints(*args, **kwargs): | |
bfddbb17 | 10385 | """ |
5b5c9bc7 | 10386 | SetSizeHints(self, Window window) |
bfddbb17 RD |
10387 | |
10388 | Tell the sizer to set (and `Fit`) the minimal size of the *window* to | |
10389 | match the sizer's minimal size. This is commonly done in the | |
10390 | constructor of the window itself if the window is resizable (as are | |
10391 | many dialogs under Unix and frames on probably all platforms) in order | |
10392 | to prevent the window from being sized smaller than the minimal size | |
10393 | required by the sizer. | |
10394 | """ | |
5b5c9bc7 | 10395 | return _core_.Sizer_SetSizeHints(*args, **kwargs) |
d55e5bfc RD |
10396 | |
10397 | def SetVirtualSizeHints(*args, **kwargs): | |
bfddbb17 | 10398 | """ |
5b5c9bc7 | 10399 | SetVirtualSizeHints(self, Window window) |
bfddbb17 RD |
10400 | |
10401 | Tell the sizer to set the minimal size of the window virtual area to | |
10402 | match the sizer's minimal size. For windows with managed scrollbars | |
10403 | this will set them appropriately. | |
10404 | ||
10405 | :see: `wx.ScrolledWindow.SetScrollbars` | |
10406 | ||
10407 | """ | |
5b5c9bc7 | 10408 | return _core_.Sizer_SetVirtualSizeHints(*args, **kwargs) |
d55e5bfc RD |
10409 | |
10410 | def Clear(*args, **kwargs): | |
bfddbb17 RD |
10411 | """ |
10412 | Clear(self, bool deleteWindows=False) | |
10413 | ||
10414 | Clear all items from the sizer, optionally destroying the window items | |
10415 | as well. | |
10416 | """ | |
5b5c9bc7 | 10417 | return _core_.Sizer_Clear(*args, **kwargs) |
d55e5bfc RD |
10418 | |
10419 | def DeleteWindows(*args, **kwargs): | |
bfddbb17 RD |
10420 | """ |
10421 | DeleteWindows(self) | |
10422 | ||
10423 | Destroy all windows managed by the sizer. | |
10424 | """ | |
5b5c9bc7 | 10425 | return _core_.Sizer_DeleteWindows(*args, **kwargs) |
d55e5bfc RD |
10426 | |
10427 | def GetChildren(*args, **kwargs): | |
bfddbb17 | 10428 | """ |
51b83b37 | 10429 | GetChildren(self) -> list |
bfddbb17 RD |
10430 | |
10431 | Returns a list of all the `wx.SizerItem` objects managed by the sizer. | |
10432 | """ | |
5b5c9bc7 | 10433 | return _core_.Sizer_GetChildren(*args, **kwargs) |
d55e5bfc RD |
10434 | |
10435 | def Show(*args, **kwargs): | |
bfddbb17 | 10436 | """ |
b411df4a | 10437 | Show(self, item, bool show=True, bool recursive=false) -> bool |
d55e5bfc | 10438 | |
bfddbb17 RD |
10439 | Shows or hides an item managed by the sizer. To make a sizer item |
10440 | disappear or reappear, use Show followed by `Layout`. The *item* | |
10441 | parameter can be either a window, a sizer, or the zero-based index of | |
629e65c2 RD |
10442 | the item. Use the recursive parameter to show or hide an item in a |
10443 | subsizer. Returns True if the item was found. | |
bfddbb17 | 10444 | """ |
5b5c9bc7 | 10445 | return _core_.Sizer_Show(*args, **kwargs) |
d55e5bfc RD |
10446 | |
10447 | def IsShown(*args, **kwargs): | |
bfddbb17 RD |
10448 | """ |
10449 | IsShown(self, item) | |
10450 | ||
10451 | Determines if the item is currently shown. sizer. To make a sizer | |
10452 | item disappear or reappear, use Show followed by `Layout`. The *item* | |
10453 | parameter can be either a window, a sizer, or the zero-based index of | |
10454 | the item. | |
10455 | """ | |
5b5c9bc7 | 10456 | return _core_.Sizer_IsShown(*args, **kwargs) |
d55e5bfc | 10457 | |
629e65c2 | 10458 | def Hide(self, item, recursive=False): |
bfddbb17 | 10459 | """ |
27fb7603 | 10460 | A convenience method for `Show` (item, False, recursive). |
bfddbb17 | 10461 | """ |
06759a38 | 10462 | return self.Show(item, False, recursive) |
bfddbb17 | 10463 | |
d55e5bfc | 10464 | def ShowItems(*args, **kwargs): |
bfddbb17 RD |
10465 | """ |
10466 | ShowItems(self, bool show) | |
10467 | ||
84f85550 | 10468 | Recursively call `wx.SizerItem.Show` on all sizer items. |
bfddbb17 | 10469 | """ |
5b5c9bc7 | 10470 | return _core_.Sizer_ShowItems(*args, **kwargs) |
d55e5bfc RD |
10471 | |
10472 | ||
5b5c9bc7 | 10473 | class SizerPtr(Sizer): |
d55e5bfc RD |
10474 | def __init__(self, this): |
10475 | self.this = this | |
10476 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
10477 | self.__class__ = Sizer |
10478 | _core_.Sizer_swigregister(SizerPtr) | |
d55e5bfc | 10479 | |
5b5c9bc7 | 10480 | class PySizer(Sizer): |
bfddbb17 RD |
10481 | """ |
10482 | wx.PySizer is a special version of `wx.Sizer` that has been | |
10483 | instrumented to allow the C++ virtual methods to be overloaded in | |
10484 | Python derived classes. You would derive from this class if you are | |
10485 | wanting to implement a custom sizer in Python code. Simply implement | |
10486 | `CalcMin` and `RecalcSizes` in the derived class and you're all set. | |
10487 | For example:: | |
10488 | ||
10489 | class MySizer(wx.PySizer): | |
10490 | def __init__(self): | |
10491 | wx.PySizer.__init__(self) | |
10492 | ||
10493 | def CalcMin(self): | |
10494 | for item in self.GetChildren(): | |
10495 | # calculate the total minimum width and height needed | |
10496 | # by all items in the sizer according to this sizer's | |
10497 | # layout algorithm. | |
10498 | ... | |
10499 | return wx.Size(width, height) | |
10500 | ||
10501 | def RecalcSizes(self): | |
10502 | # find the space allotted to this sizer | |
10503 | pos = self.GetPosition() | |
10504 | size = self.GetSize() | |
10505 | for item in self.GetChildren(): | |
10506 | # Recalculate (if necessary) the position and size of | |
10507 | # each item and then call item.SetDimension to do the | |
10508 | # actual positioning and sizing of the items within the | |
10509 | # space alloted to this sizer. | |
10510 | ... | |
10511 | item.SetDimension(itemPos, itemSize) | |
10512 | ||
10513 | ||
10514 | When `Layout` is called it first calls `CalcMin` followed by | |
10515 | `RecalcSizes` so you can optimize a bit by saving the results of | |
62d32a5f | 10516 | `CalcMin` and reusing them in `RecalcSizes`. |
bfddbb17 RD |
10517 | |
10518 | :see: `wx.SizerItem`, `wx.Sizer.GetChildren` | |
10519 | ||
10520 | ||
10521 | """ | |
d55e5bfc RD |
10522 | def __repr__(self): |
10523 | return "<%s.%s; proxy of C++ wxPySizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
10524 | def __init__(self, *args, **kwargs): | |
bfddbb17 | 10525 | """ |
5b5c9bc7 | 10526 | __init__(self) -> PySizer |
bfddbb17 RD |
10527 | |
10528 | Creates a wx.PySizer. Must be called from the __init__ in the derived | |
10529 | class. | |
10530 | """ | |
5b5c9bc7 | 10531 | newobj = _core_.new_PySizer(*args, **kwargs) |
d55e5bfc RD |
10532 | self.this = newobj.this |
10533 | self.thisown = 1 | |
10534 | del newobj.thisown | |
10535 | self._setCallbackInfo(self, PySizer);self._setOORInfo(self) | |
10536 | ||
10537 | def _setCallbackInfo(*args, **kwargs): | |
10538 | """_setCallbackInfo(self, PyObject self, PyObject _class)""" | |
5b5c9bc7 | 10539 | return _core_.PySizer__setCallbackInfo(*args, **kwargs) |
d55e5bfc RD |
10540 | |
10541 | ||
5b5c9bc7 | 10542 | class PySizerPtr(PySizer): |
d55e5bfc RD |
10543 | def __init__(self, this): |
10544 | self.this = this | |
10545 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
10546 | self.__class__ = PySizer |
10547 | _core_.PySizer_swigregister(PySizerPtr) | |
d55e5bfc RD |
10548 | |
10549 | #--------------------------------------------------------------------------- | |
10550 | ||
5b5c9bc7 | 10551 | class BoxSizer(Sizer): |
bfddbb17 RD |
10552 | """ |
10553 | The basic idea behind a box sizer is that windows will most often be | |
10554 | laid out in rather simple basic geometry, typically in a row or a | |
10555 | column or nested hierarchies of either. A wx.BoxSizer will lay out | |
10556 | its items in a simple row or column, depending on the orientation | |
10557 | parameter passed to the constructor. | |
10558 | """ | |
d55e5bfc RD |
10559 | def __repr__(self): |
10560 | return "<%s.%s; proxy of C++ wxBoxSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
10561 | def __init__(self, *args, **kwargs): | |
bfddbb17 | 10562 | """ |
5b5c9bc7 | 10563 | __init__(self, int orient=HORIZONTAL) -> BoxSizer |
bfddbb17 RD |
10564 | |
10565 | Constructor for a wx.BoxSizer. *orient* may be one of ``wx.VERTICAL`` | |
10566 | or ``wx.HORIZONTAL`` for creating either a column sizer or a row | |
10567 | sizer. | |
10568 | """ | |
5b5c9bc7 | 10569 | newobj = _core_.new_BoxSizer(*args, **kwargs) |
d55e5bfc RD |
10570 | self.this = newobj.this |
10571 | self.thisown = 1 | |
10572 | del newobj.thisown | |
10573 | self._setOORInfo(self) | |
10574 | ||
10575 | def GetOrientation(*args, **kwargs): | |
bfddbb17 RD |
10576 | """ |
10577 | GetOrientation(self) -> int | |
10578 | ||
10579 | Returns the current orientation of the sizer. | |
10580 | """ | |
5b5c9bc7 | 10581 | return _core_.BoxSizer_GetOrientation(*args, **kwargs) |
d55e5bfc RD |
10582 | |
10583 | def SetOrientation(*args, **kwargs): | |
bfddbb17 RD |
10584 | """ |
10585 | SetOrientation(self, int orient) | |
d55e5bfc | 10586 | |
bfddbb17 RD |
10587 | Resets the orientation of the sizer. |
10588 | """ | |
5b5c9bc7 | 10589 | return _core_.BoxSizer_SetOrientation(*args, **kwargs) |
d55e5bfc RD |
10590 | |
10591 | ||
5b5c9bc7 | 10592 | class BoxSizerPtr(BoxSizer): |
d55e5bfc RD |
10593 | def __init__(self, this): |
10594 | self.this = this | |
10595 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
10596 | self.__class__ = BoxSizer |
10597 | _core_.BoxSizer_swigregister(BoxSizerPtr) | |
d55e5bfc RD |
10598 | |
10599 | #--------------------------------------------------------------------------- | |
10600 | ||
5b5c9bc7 | 10601 | class StaticBoxSizer(BoxSizer): |
bfddbb17 RD |
10602 | """ |
10603 | wx.StaticBoxSizer derives from and functions identically to the | |
10604 | `wx.BoxSizer` and adds a `wx.StaticBox` around the items that the sizer | |
10605 | manages. Note that this static box must be created separately and | |
10606 | passed to the sizer constructor. | |
10607 | """ | |
d55e5bfc RD |
10608 | def __repr__(self): |
10609 | return "<%s.%s; proxy of C++ wxStaticBoxSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
10610 | def __init__(self, *args, **kwargs): | |
bfddbb17 | 10611 | """ |
5b5c9bc7 | 10612 | __init__(self, StaticBox box, int orient=HORIZONTAL) -> StaticBoxSizer |
bfddbb17 RD |
10613 | |
10614 | Constructor. It takes an associated static box and the orientation | |
10615 | *orient* as parameters - orient can be either of ``wx.VERTICAL`` or | |
10616 | ``wx.HORIZONTAL``. | |
10617 | """ | |
5b5c9bc7 | 10618 | newobj = _core_.new_StaticBoxSizer(*args, **kwargs) |
d55e5bfc RD |
10619 | self.this = newobj.this |
10620 | self.thisown = 1 | |
10621 | del newobj.thisown | |
10622 | self._setOORInfo(self) | |
10623 | ||
10624 | def GetStaticBox(*args, **kwargs): | |
bfddbb17 | 10625 | """ |
5b5c9bc7 | 10626 | GetStaticBox(self) -> StaticBox |
d55e5bfc | 10627 | |
bfddbb17 RD |
10628 | Returns the static box associated with this sizer. |
10629 | """ | |
5b5c9bc7 | 10630 | return _core_.StaticBoxSizer_GetStaticBox(*args, **kwargs) |
d55e5bfc RD |
10631 | |
10632 | ||
5b5c9bc7 | 10633 | class StaticBoxSizerPtr(StaticBoxSizer): |
d55e5bfc RD |
10634 | def __init__(self, this): |
10635 | self.this = this | |
10636 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
10637 | self.__class__ = StaticBoxSizer |
10638 | _core_.StaticBoxSizer_swigregister(StaticBoxSizerPtr) | |
d55e5bfc RD |
10639 | |
10640 | #--------------------------------------------------------------------------- | |
10641 | ||
5b5c9bc7 | 10642 | class GridSizer(Sizer): |
bfddbb17 RD |
10643 | """ |
10644 | A grid sizer is a sizer which lays out its children in a | |
10645 | two-dimensional table with all cells having the same size. In other | |
10646 | words, the width of each cell within the grid is the width of the | |
10647 | widest item added to the sizer and the height of each grid cell is the | |
10648 | height of the tallest item. An optional vertical and/or horizontal | |
10649 | gap between items can also be specified (in pixels.) | |
10650 | ||
10651 | Items are placed in the cells of the grid in the order they are added, | |
10652 | in row-major order. In other words, the first row is filled first, | |
10653 | then the second, and so on until all items have been added. (If | |
10654 | neccessary, additional rows will be added as items are added.) If you | |
10655 | need to have greater control over the cells that items are placed in | |
10656 | then use the `wx.GridBagSizer`. | |
10657 | ||
10658 | """ | |
d55e5bfc RD |
10659 | def __repr__(self): |
10660 | return "<%s.%s; proxy of C++ wxGridSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
10661 | def __init__(self, *args, **kwargs): | |
bfddbb17 | 10662 | """ |
5b5c9bc7 | 10663 | __init__(self, int rows=1, int cols=0, int vgap=0, int hgap=0) -> GridSizer |
bfddbb17 RD |
10664 | |
10665 | Constructor for a wx.GridSizer. *rows* and *cols* determine the number | |
10666 | of columns and rows in the sizer - if either of the parameters is | |
10667 | zero, it will be calculated to from the total number of children in | |
10668 | the sizer, thus making the sizer grow dynamically. *vgap* and *hgap* | |
10669 | define extra space between all children. | |
10670 | """ | |
5b5c9bc7 | 10671 | newobj = _core_.new_GridSizer(*args, **kwargs) |
d55e5bfc RD |
10672 | self.this = newobj.this |
10673 | self.thisown = 1 | |
10674 | del newobj.thisown | |
10675 | self._setOORInfo(self) | |
10676 | ||
d55e5bfc | 10677 | def SetCols(*args, **kwargs): |
bfddbb17 RD |
10678 | """ |
10679 | SetCols(self, int cols) | |
10680 | ||
10681 | Sets the number of columns in the sizer. | |
10682 | """ | |
5b5c9bc7 | 10683 | return _core_.GridSizer_SetCols(*args, **kwargs) |
d55e5bfc RD |
10684 | |
10685 | def SetRows(*args, **kwargs): | |
bfddbb17 RD |
10686 | """ |
10687 | SetRows(self, int rows) | |
10688 | ||
10689 | Sets the number of rows in the sizer. | |
10690 | """ | |
5b5c9bc7 | 10691 | return _core_.GridSizer_SetRows(*args, **kwargs) |
d55e5bfc RD |
10692 | |
10693 | def SetVGap(*args, **kwargs): | |
bfddbb17 RD |
10694 | """ |
10695 | SetVGap(self, int gap) | |
10696 | ||
10697 | Sets the vertical gap (in pixels) between the cells in the sizer. | |
10698 | """ | |
5b5c9bc7 | 10699 | return _core_.GridSizer_SetVGap(*args, **kwargs) |
d55e5bfc RD |
10700 | |
10701 | def SetHGap(*args, **kwargs): | |
bfddbb17 RD |
10702 | """ |
10703 | SetHGap(self, int gap) | |
10704 | ||
10705 | Sets the horizontal gap (in pixels) between cells in the sizer | |
10706 | """ | |
5b5c9bc7 | 10707 | return _core_.GridSizer_SetHGap(*args, **kwargs) |
d55e5bfc RD |
10708 | |
10709 | def GetCols(*args, **kwargs): | |
bfddbb17 RD |
10710 | """ |
10711 | GetCols(self) -> int | |
10712 | ||
10713 | Returns the number of columns in the sizer. | |
10714 | """ | |
5b5c9bc7 | 10715 | return _core_.GridSizer_GetCols(*args, **kwargs) |
d55e5bfc RD |
10716 | |
10717 | def GetRows(*args, **kwargs): | |
bfddbb17 RD |
10718 | """ |
10719 | GetRows(self) -> int | |
10720 | ||
10721 | Returns the number of rows in the sizer. | |
10722 | """ | |
5b5c9bc7 | 10723 | return _core_.GridSizer_GetRows(*args, **kwargs) |
d55e5bfc RD |
10724 | |
10725 | def GetVGap(*args, **kwargs): | |
bfddbb17 RD |
10726 | """ |
10727 | GetVGap(self) -> int | |
10728 | ||
10729 | Returns the vertical gap (in pixels) between the cells in the sizer. | |
10730 | """ | |
5b5c9bc7 | 10731 | return _core_.GridSizer_GetVGap(*args, **kwargs) |
d55e5bfc RD |
10732 | |
10733 | def GetHGap(*args, **kwargs): | |
bfddbb17 RD |
10734 | """ |
10735 | GetHGap(self) -> int | |
10736 | ||
10737 | Returns the horizontal gap (in pixels) between cells in the sizer. | |
10738 | """ | |
5b5c9bc7 | 10739 | return _core_.GridSizer_GetHGap(*args, **kwargs) |
d55e5bfc RD |
10740 | |
10741 | ||
5b5c9bc7 | 10742 | class GridSizerPtr(GridSizer): |
d55e5bfc RD |
10743 | def __init__(self, this): |
10744 | self.this = this | |
10745 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
10746 | self.__class__ = GridSizer |
10747 | _core_.GridSizer_swigregister(GridSizerPtr) | |
d55e5bfc RD |
10748 | |
10749 | #--------------------------------------------------------------------------- | |
10750 | ||
5b5c9bc7 RD |
10751 | FLEX_GROWMODE_NONE = _core_.FLEX_GROWMODE_NONE |
10752 | FLEX_GROWMODE_SPECIFIED = _core_.FLEX_GROWMODE_SPECIFIED | |
10753 | FLEX_GROWMODE_ALL = _core_.FLEX_GROWMODE_ALL | |
10754 | class FlexGridSizer(GridSizer): | |
bfddbb17 RD |
10755 | """ |
10756 | A flex grid sizer is a sizer which lays out its children in a | |
10757 | two-dimensional table with all table cells in one row having the same | |
10758 | height and all cells in one column having the same width, but all | |
10759 | rows or all columns are not necessarily the same height or width as in | |
10760 | the `wx.GridSizer`. | |
10761 | ||
10762 | wx.FlexGridSizer can also size items equally in one direction but | |
10763 | unequally ("flexibly") in the other. If the sizer is only flexible | |
10764 | in one direction (this can be changed using `SetFlexibleDirection`), it | |
10765 | needs to be decided how the sizer should grow in the other ("non | |
10766 | flexible") direction in order to fill the available space. The | |
10767 | `SetNonFlexibleGrowMode` method serves this purpose. | |
10768 | ||
10769 | ||
10770 | """ | |
d55e5bfc RD |
10771 | def __repr__(self): |
10772 | return "<%s.%s; proxy of C++ wxFlexGridSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
10773 | def __init__(self, *args, **kwargs): | |
bfddbb17 | 10774 | """ |
5b5c9bc7 | 10775 | __init__(self, int rows=1, int cols=0, int vgap=0, int hgap=0) -> FlexGridSizer |
bfddbb17 RD |
10776 | |
10777 | Constructor for a wx.FlexGridSizer. *rows* and *cols* determine the | |
10778 | number of columns and rows in the sizer - if either of the parameters | |
10779 | is zero, it will be calculated to from the total number of children in | |
10780 | the sizer, thus making the sizer grow dynamically. *vgap* and *hgap* | |
10781 | define extra space between all children. | |
10782 | """ | |
5b5c9bc7 | 10783 | newobj = _core_.new_FlexGridSizer(*args, **kwargs) |
d55e5bfc RD |
10784 | self.this = newobj.this |
10785 | self.thisown = 1 | |
10786 | del newobj.thisown | |
10787 | self._setOORInfo(self) | |
10788 | ||
bfddbb17 RD |
10789 | def AddGrowableRow(*args, **kwargs): |
10790 | """ | |
10791 | AddGrowableRow(self, size_t idx, int proportion=0) | |
d55e5bfc | 10792 | |
bfddbb17 RD |
10793 | Specifies that row *idx* (starting from zero) should be grown if there |
10794 | is extra space available to the sizer. | |
d55e5bfc | 10795 | |
bfddbb17 RD |
10796 | The *proportion* parameter has the same meaning as the stretch factor |
10797 | for the box sizers except that if all proportions are 0, then all | |
10798 | columns are resized equally (instead of not being resized at all). | |
10799 | """ | |
5b5c9bc7 | 10800 | return _core_.FlexGridSizer_AddGrowableRow(*args, **kwargs) |
d55e5bfc RD |
10801 | |
10802 | def RemoveGrowableRow(*args, **kwargs): | |
bfddbb17 RD |
10803 | """ |
10804 | RemoveGrowableRow(self, size_t idx) | |
10805 | ||
10806 | Specifies that row *idx* is no longer growable. | |
10807 | """ | |
5b5c9bc7 | 10808 | return _core_.FlexGridSizer_RemoveGrowableRow(*args, **kwargs) |
d55e5bfc RD |
10809 | |
10810 | def AddGrowableCol(*args, **kwargs): | |
bfddbb17 RD |
10811 | """ |
10812 | AddGrowableCol(self, size_t idx, int proportion=0) | |
10813 | ||
10814 | Specifies that column *idx* (starting from zero) should be grown if | |
10815 | there is extra space available to the sizer. | |
10816 | ||
10817 | The *proportion* parameter has the same meaning as the stretch factor | |
10818 | for the box sizers except that if all proportions are 0, then all | |
10819 | columns are resized equally (instead of not being resized at all). | |
10820 | """ | |
5b5c9bc7 | 10821 | return _core_.FlexGridSizer_AddGrowableCol(*args, **kwargs) |
d55e5bfc RD |
10822 | |
10823 | def RemoveGrowableCol(*args, **kwargs): | |
bfddbb17 RD |
10824 | """ |
10825 | RemoveGrowableCol(self, size_t idx) | |
10826 | ||
10827 | Specifies that column *idx* is no longer growable. | |
10828 | """ | |
5b5c9bc7 | 10829 | return _core_.FlexGridSizer_RemoveGrowableCol(*args, **kwargs) |
d55e5bfc RD |
10830 | |
10831 | def SetFlexibleDirection(*args, **kwargs): | |
bfddbb17 RD |
10832 | """ |
10833 | SetFlexibleDirection(self, int direction) | |
10834 | ||
10835 | Specifies whether the sizer should flexibly resize its columns, rows, | |
10836 | or both. Argument *direction* can be one of the following values. Any | |
10837 | other value is ignored. | |
10838 | ||
10839 | ============== ======================================= | |
10840 | wx.VERTICAL Rows are flexibly sized. | |
10841 | wx.HORIZONTAL Columns are flexibly sized. | |
10842 | wx.BOTH Both rows and columns are flexibly sized | |
10843 | (this is the default value). | |
10844 | ============== ======================================= | |
10845 | ||
10846 | Note that this method does not trigger relayout. | |
10847 | ||
10848 | """ | |
5b5c9bc7 | 10849 | return _core_.FlexGridSizer_SetFlexibleDirection(*args, **kwargs) |
d55e5bfc RD |
10850 | |
10851 | def GetFlexibleDirection(*args, **kwargs): | |
bfddbb17 RD |
10852 | """ |
10853 | GetFlexibleDirection(self) -> int | |
10854 | ||
10855 | Returns a value that specifies whether the sizer | |
10856 | flexibly resizes its columns, rows, or both (default). | |
10857 | ||
10858 | :see: `SetFlexibleDirection` | |
10859 | """ | |
5b5c9bc7 | 10860 | return _core_.FlexGridSizer_GetFlexibleDirection(*args, **kwargs) |
d55e5bfc RD |
10861 | |
10862 | def SetNonFlexibleGrowMode(*args, **kwargs): | |
bfddbb17 RD |
10863 | """ |
10864 | SetNonFlexibleGrowMode(self, int mode) | |
10865 | ||
10866 | Specifies how the sizer should grow in the non-flexible direction if | |
10867 | there is one (so `SetFlexibleDirection` must have been called | |
10868 | previously). Argument *mode* can be one of the following values: | |
10869 | ||
10870 | ========================== ================================================= | |
10871 | wx.FLEX_GROWMODE_NONE Sizer doesn't grow in the non flexible direction. | |
10872 | wx.FLEX_GROWMODE_SPECIFIED Sizer honors growable columns/rows set with | |
10873 | `AddGrowableCol` and `AddGrowableRow`. In this | |
10874 | case equal sizing applies to minimum sizes of | |
10875 | columns or rows (this is the default value). | |
10876 | wx.FLEX_GROWMODE_ALL Sizer equally stretches all columns or rows in | |
10877 | the non flexible direction, whether they are | |
10878 | growable or not in the flexbile direction. | |
10879 | ========================== ================================================= | |
10880 | ||
10881 | Note that this method does not trigger relayout. | |
10882 | ||
10883 | ||
10884 | """ | |
5b5c9bc7 | 10885 | return _core_.FlexGridSizer_SetNonFlexibleGrowMode(*args, **kwargs) |
d55e5bfc RD |
10886 | |
10887 | def GetNonFlexibleGrowMode(*args, **kwargs): | |
bfddbb17 RD |
10888 | """ |
10889 | GetNonFlexibleGrowMode(self) -> int | |
10890 | ||
10891 | Returns the value that specifies how the sizer grows in the | |
10892 | non-flexible direction if there is one. | |
10893 | ||
10894 | :see: `SetNonFlexibleGrowMode` | |
10895 | """ | |
5b5c9bc7 | 10896 | return _core_.FlexGridSizer_GetNonFlexibleGrowMode(*args, **kwargs) |
d55e5bfc RD |
10897 | |
10898 | def GetRowHeights(*args, **kwargs): | |
fd2dc343 RD |
10899 | """ |
10900 | GetRowHeights(self) -> list | |
10901 | ||
10902 | Returns a list of integers representing the heights of each of the | |
10903 | rows in the sizer. | |
10904 | """ | |
5b5c9bc7 | 10905 | return _core_.FlexGridSizer_GetRowHeights(*args, **kwargs) |
d55e5bfc RD |
10906 | |
10907 | def GetColWidths(*args, **kwargs): | |
fd2dc343 RD |
10908 | """ |
10909 | GetColWidths(self) -> list | |
10910 | ||
10911 | Returns a list of integers representing the widths of each of the | |
10912 | columns in the sizer. | |
10913 | """ | |
5b5c9bc7 | 10914 | return _core_.FlexGridSizer_GetColWidths(*args, **kwargs) |
d55e5bfc RD |
10915 | |
10916 | ||
5b5c9bc7 | 10917 | class FlexGridSizerPtr(FlexGridSizer): |
d55e5bfc RD |
10918 | def __init__(self, this): |
10919 | self.this = this | |
10920 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
10921 | self.__class__ = FlexGridSizer |
10922 | _core_.FlexGridSizer_swigregister(FlexGridSizerPtr) | |
d55e5bfc | 10923 | |
5b5c9bc7 | 10924 | class StdDialogButtonSizer(BoxSizer): |
62d32a5f RD |
10925 | """ |
10926 | A special sizer that knows how to order and position standard buttons | |
10927 | in order to conform to the current platform's standards. You simply | |
10928 | need to add each `wx.Button` to the sizer, and be sure to create the | |
53aa7709 | 10929 | buttons using the standard ID's. Then call `Realize` and the sizer |
62d32a5f RD |
10930 | will take care of the rest. |
10931 | ||
10932 | """ | |
10933 | def __repr__(self): | |
10934 | return "<%s.%s; proxy of C++ wxStdDialogButtonSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
10935 | def __init__(self, *args, **kwargs): | |
5b5c9bc7 RD |
10936 | """__init__(self) -> StdDialogButtonSizer""" |
10937 | newobj = _core_.new_StdDialogButtonSizer(*args, **kwargs) | |
62d32a5f RD |
10938 | self.this = newobj.this |
10939 | self.thisown = 1 | |
10940 | del newobj.thisown | |
10941 | def AddButton(*args, **kwargs): | |
10942 | """ | |
10943 | AddButton(self, wxButton button) | |
10944 | ||
10945 | Use this to add the buttons to this sizer. Do not use the `Add` | |
10946 | method in the base class. | |
10947 | """ | |
5b5c9bc7 | 10948 | return _core_.StdDialogButtonSizer_AddButton(*args, **kwargs) |
62d32a5f | 10949 | |
53aa7709 | 10950 | def Realize(*args, **kwargs): |
62d32a5f | 10951 | """ |
53aa7709 | 10952 | Realize(self) |
62d32a5f RD |
10953 | |
10954 | This funciton needs to be called after all the buttons have been added | |
10955 | to the sizer. It will reorder them and position them in a platform | |
10956 | specifc manner. | |
10957 | """ | |
5b5c9bc7 | 10958 | return _core_.StdDialogButtonSizer_Realize(*args, **kwargs) |
51b83b37 RD |
10959 | |
10960 | def SetAffirmativeButton(*args, **kwargs): | |
10961 | """SetAffirmativeButton(self, wxButton button)""" | |
5b5c9bc7 | 10962 | return _core_.StdDialogButtonSizer_SetAffirmativeButton(*args, **kwargs) |
51b83b37 RD |
10963 | |
10964 | def SetNegativeButton(*args, **kwargs): | |
10965 | """SetNegativeButton(self, wxButton button)""" | |
5b5c9bc7 | 10966 | return _core_.StdDialogButtonSizer_SetNegativeButton(*args, **kwargs) |
51b83b37 RD |
10967 | |
10968 | def SetCancelButton(*args, **kwargs): | |
10969 | """SetCancelButton(self, wxButton button)""" | |
5b5c9bc7 | 10970 | return _core_.StdDialogButtonSizer_SetCancelButton(*args, **kwargs) |
62d32a5f RD |
10971 | |
10972 | def GetAffirmativeButton(*args, **kwargs): | |
10973 | """GetAffirmativeButton(self) -> wxButton""" | |
5b5c9bc7 | 10974 | return _core_.StdDialogButtonSizer_GetAffirmativeButton(*args, **kwargs) |
62d32a5f RD |
10975 | |
10976 | def GetApplyButton(*args, **kwargs): | |
10977 | """GetApplyButton(self) -> wxButton""" | |
5b5c9bc7 | 10978 | return _core_.StdDialogButtonSizer_GetApplyButton(*args, **kwargs) |
62d32a5f RD |
10979 | |
10980 | def GetNegativeButton(*args, **kwargs): | |
10981 | """GetNegativeButton(self) -> wxButton""" | |
5b5c9bc7 | 10982 | return _core_.StdDialogButtonSizer_GetNegativeButton(*args, **kwargs) |
62d32a5f RD |
10983 | |
10984 | def GetCancelButton(*args, **kwargs): | |
10985 | """GetCancelButton(self) -> wxButton""" | |
5b5c9bc7 | 10986 | return _core_.StdDialogButtonSizer_GetCancelButton(*args, **kwargs) |
62d32a5f RD |
10987 | |
10988 | def GetHelpButton(*args, **kwargs): | |
10989 | """GetHelpButton(self) -> wxButton""" | |
5b5c9bc7 | 10990 | return _core_.StdDialogButtonSizer_GetHelpButton(*args, **kwargs) |
62d32a5f RD |
10991 | |
10992 | ||
5b5c9bc7 | 10993 | class StdDialogButtonSizerPtr(StdDialogButtonSizer): |
62d32a5f RD |
10994 | def __init__(self, this): |
10995 | self.this = this | |
10996 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
10997 | self.__class__ = StdDialogButtonSizer |
10998 | _core_.StdDialogButtonSizer_swigregister(StdDialogButtonSizerPtr) | |
62d32a5f | 10999 | |
d55e5bfc RD |
11000 | #--------------------------------------------------------------------------- |
11001 | ||
5b5c9bc7 | 11002 | class GBPosition(object): |
bfddbb17 RD |
11003 | """ |
11004 | This class represents the position of an item in a virtual grid of | |
11005 | rows and columns managed by a `wx.GridBagSizer`. wxPython has | |
11006 | typemaps that will automatically convert from a 2-element sequence of | |
11007 | integers to a wx.GBPosition, so you can use the more pythonic | |
11008 | representation of the position nearly transparently in Python code. | |
11009 | """ | |
d55e5bfc RD |
11010 | def __repr__(self): |
11011 | return "<%s.%s; proxy of C++ wxGBPosition instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
11012 | def __init__(self, *args, **kwargs): | |
bfddbb17 | 11013 | """ |
5b5c9bc7 | 11014 | __init__(self, int row=0, int col=0) -> GBPosition |
bfddbb17 RD |
11015 | |
11016 | This class represents the position of an item in a virtual grid of | |
11017 | rows and columns managed by a `wx.GridBagSizer`. wxPython has | |
11018 | typemaps that will automatically convert from a 2-element sequence of | |
11019 | integers to a wx.GBPosition, so you can use the more pythonic | |
11020 | representation of the position nearly transparently in Python code. | |
11021 | """ | |
5b5c9bc7 | 11022 | newobj = _core_.new_GBPosition(*args, **kwargs) |
d55e5bfc RD |
11023 | self.this = newobj.this |
11024 | self.thisown = 1 | |
11025 | del newobj.thisown | |
11026 | def GetRow(*args, **kwargs): | |
11027 | """GetRow(self) -> int""" | |
5b5c9bc7 | 11028 | return _core_.GBPosition_GetRow(*args, **kwargs) |
d55e5bfc RD |
11029 | |
11030 | def GetCol(*args, **kwargs): | |
11031 | """GetCol(self) -> int""" | |
5b5c9bc7 | 11032 | return _core_.GBPosition_GetCol(*args, **kwargs) |
d55e5bfc RD |
11033 | |
11034 | def SetRow(*args, **kwargs): | |
11035 | """SetRow(self, int row)""" | |
5b5c9bc7 | 11036 | return _core_.GBPosition_SetRow(*args, **kwargs) |
d55e5bfc RD |
11037 | |
11038 | def SetCol(*args, **kwargs): | |
11039 | """SetCol(self, int col)""" | |
5b5c9bc7 | 11040 | return _core_.GBPosition_SetCol(*args, **kwargs) |
d55e5bfc RD |
11041 | |
11042 | def __eq__(*args, **kwargs): | |
5b5c9bc7 RD |
11043 | """__eq__(self, GBPosition other) -> bool""" |
11044 | return _core_.GBPosition___eq__(*args, **kwargs) | |
d55e5bfc RD |
11045 | |
11046 | def __ne__(*args, **kwargs): | |
5b5c9bc7 RD |
11047 | """__ne__(self, GBPosition other) -> bool""" |
11048 | return _core_.GBPosition___ne__(*args, **kwargs) | |
d55e5bfc RD |
11049 | |
11050 | def Set(*args, **kwargs): | |
11051 | """Set(self, int row=0, int col=0)""" | |
5b5c9bc7 | 11052 | return _core_.GBPosition_Set(*args, **kwargs) |
d55e5bfc RD |
11053 | |
11054 | def Get(*args, **kwargs): | |
11055 | """Get(self) -> PyObject""" | |
5b5c9bc7 | 11056 | return _core_.GBPosition_Get(*args, **kwargs) |
d55e5bfc | 11057 | |
15817c7e | 11058 | asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead") |
d55e5bfc RD |
11059 | def __str__(self): return str(self.Get()) |
11060 | def __repr__(self): return 'wx.GBPosition'+str(self.Get()) | |
11061 | def __len__(self): return len(self.Get()) | |
11062 | def __getitem__(self, index): return self.Get()[index] | |
11063 | def __setitem__(self, index, val): | |
11064 | if index == 0: self.SetRow(val) | |
11065 | elif index == 1: self.SetCol(val) | |
11066 | else: raise IndexError | |
11067 | def __nonzero__(self): return self.Get() != (0,0) | |
11068 | __safe_for_unpickling__ = True | |
11069 | def __reduce__(self): return (wx.GBPosition, self.Get()) | |
11070 | ||
11071 | row = property(GetRow, SetRow) | |
11072 | col = property(GetCol, SetCol) | |
11073 | ||
11074 | ||
5b5c9bc7 | 11075 | class GBPositionPtr(GBPosition): |
d55e5bfc RD |
11076 | def __init__(self, this): |
11077 | self.this = this | |
11078 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
11079 | self.__class__ = GBPosition |
11080 | _core_.GBPosition_swigregister(GBPositionPtr) | |
d55e5bfc | 11081 | |
5b5c9bc7 | 11082 | class GBSpan(object): |
bfddbb17 RD |
11083 | """ |
11084 | This class is used to hold the row and column spanning attributes of | |
11085 | items in a `wx.GridBagSizer`. wxPython has typemaps that will | |
11086 | automatically convert from a 2-element sequence of integers to a | |
11087 | wx.GBSpan, so you can use the more pythonic representation of the span | |
11088 | nearly transparently in Python code. | |
11089 | ||
11090 | """ | |
d55e5bfc RD |
11091 | def __repr__(self): |
11092 | return "<%s.%s; proxy of C++ wxGBSpan instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
11093 | def __init__(self, *args, **kwargs): | |
bfddbb17 | 11094 | """ |
5b5c9bc7 | 11095 | __init__(self, int rowspan=1, int colspan=1) -> GBSpan |
bfddbb17 RD |
11096 | |
11097 | Construct a new wxGBSpan, optionally setting the rowspan and | |
11098 | colspan. The default is (1,1). (Meaning that the item occupies one | |
11099 | cell in each direction. | |
11100 | """ | |
5b5c9bc7 | 11101 | newobj = _core_.new_GBSpan(*args, **kwargs) |
d55e5bfc RD |
11102 | self.this = newobj.this |
11103 | self.thisown = 1 | |
11104 | del newobj.thisown | |
11105 | def GetRowspan(*args, **kwargs): | |
11106 | """GetRowspan(self) -> int""" | |
5b5c9bc7 | 11107 | return _core_.GBSpan_GetRowspan(*args, **kwargs) |
d55e5bfc RD |
11108 | |
11109 | def GetColspan(*args, **kwargs): | |
11110 | """GetColspan(self) -> int""" | |
5b5c9bc7 | 11111 | return _core_.GBSpan_GetColspan(*args, **kwargs) |
d55e5bfc RD |
11112 | |
11113 | def SetRowspan(*args, **kwargs): | |
11114 | """SetRowspan(self, int rowspan)""" | |
5b5c9bc7 | 11115 | return _core_.GBSpan_SetRowspan(*args, **kwargs) |
d55e5bfc RD |
11116 | |
11117 | def SetColspan(*args, **kwargs): | |
11118 | """SetColspan(self, int colspan)""" | |
5b5c9bc7 | 11119 | return _core_.GBSpan_SetColspan(*args, **kwargs) |
d55e5bfc RD |
11120 | |
11121 | def __eq__(*args, **kwargs): | |
5b5c9bc7 RD |
11122 | """__eq__(self, GBSpan other) -> bool""" |
11123 | return _core_.GBSpan___eq__(*args, **kwargs) | |
d55e5bfc RD |
11124 | |
11125 | def __ne__(*args, **kwargs): | |
5b5c9bc7 RD |
11126 | """__ne__(self, GBSpan other) -> bool""" |
11127 | return _core_.GBSpan___ne__(*args, **kwargs) | |
d55e5bfc RD |
11128 | |
11129 | def Set(*args, **kwargs): | |
11130 | """Set(self, int rowspan=1, int colspan=1)""" | |
5b5c9bc7 | 11131 | return _core_.GBSpan_Set(*args, **kwargs) |
d55e5bfc RD |
11132 | |
11133 | def Get(*args, **kwargs): | |
11134 | """Get(self) -> PyObject""" | |
5b5c9bc7 | 11135 | return _core_.GBSpan_Get(*args, **kwargs) |
d55e5bfc | 11136 | |
15817c7e | 11137 | asTuple = wx._deprecated(Get, "asTuple is deprecated, use `Get` instead") |
d55e5bfc RD |
11138 | def __str__(self): return str(self.Get()) |
11139 | def __repr__(self): return 'wx.GBSpan'+str(self.Get()) | |
11140 | def __len__(self): return len(self.Get()) | |
11141 | def __getitem__(self, index): return self.Get()[index] | |
11142 | def __setitem__(self, index, val): | |
11143 | if index == 0: self.SetRowspan(val) | |
11144 | elif index == 1: self.SetColspan(val) | |
11145 | else: raise IndexError | |
11146 | def __nonzero__(self): return self.Get() != (0,0) | |
11147 | __safe_for_unpickling__ = True | |
11148 | def __reduce__(self): return (wx.GBSpan, self.Get()) | |
11149 | ||
11150 | rowspan = property(GetRowspan, SetRowspan) | |
11151 | colspan = property(GetColspan, SetColspan) | |
11152 | ||
11153 | ||
5b5c9bc7 | 11154 | class GBSpanPtr(GBSpan): |
d55e5bfc RD |
11155 | def __init__(self, this): |
11156 | self.this = this | |
11157 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
11158 | self.__class__ = GBSpan |
11159 | _core_.GBSpan_swigregister(GBSpanPtr) | |
d55e5bfc | 11160 | |
5b5c9bc7 | 11161 | class GBSizerItem(SizerItem): |
bfddbb17 RD |
11162 | """ |
11163 | The wx.GBSizerItem class is used to track the additional data about | |
11164 | items in a `wx.GridBagSizer` such as the item's position in the grid | |
11165 | and how many rows or columns it spans. | |
11166 | ||
11167 | """ | |
d55e5bfc RD |
11168 | def __repr__(self): |
11169 | return "<%s.%s; proxy of C++ wxGBSizerItem instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
11170 | def __init__(self, *args, **kwargs): | |
bfddbb17 | 11171 | """ |
5b5c9bc7 | 11172 | __init__(self) -> GBSizerItem |
bfddbb17 RD |
11173 | |
11174 | Constructs an empty wx.GBSizerItem. Either a window, sizer or spacer | |
11175 | size will need to be set, as well as a position and span before this | |
11176 | item can be used in a Sizer. | |
11177 | ||
11178 | You will probably never need to create a wx.GBSizerItem directly as they | |
11179 | are created automatically when the sizer's Add method is called. | |
11180 | """ | |
5b5c9bc7 | 11181 | newobj = _core_.new_GBSizerItem(*args, **kwargs) |
d55e5bfc RD |
11182 | self.this = newobj.this |
11183 | self.thisown = 1 | |
11184 | del newobj.thisown | |
11185 | def GetPos(*args, **kwargs): | |
bfddbb17 | 11186 | """ |
5b5c9bc7 | 11187 | GetPos(self) -> GBPosition |
bfddbb17 RD |
11188 | |
11189 | Get the grid position of the item | |
11190 | """ | |
5b5c9bc7 | 11191 | return _core_.GBSizerItem_GetPos(*args, **kwargs) |
d55e5bfc RD |
11192 | |
11193 | def GetPosTuple(self): return self.GetPos().Get() | |
11194 | def GetSpan(*args, **kwargs): | |
bfddbb17 | 11195 | """ |
5b5c9bc7 | 11196 | GetSpan(self) -> GBSpan |
bfddbb17 RD |
11197 | |
11198 | Get the row and column spanning of the item | |
11199 | """ | |
5b5c9bc7 | 11200 | return _core_.GBSizerItem_GetSpan(*args, **kwargs) |
d55e5bfc RD |
11201 | |
11202 | def GetSpanTuple(self): return self.GetSpan().Get() | |
11203 | def SetPos(*args, **kwargs): | |
bfddbb17 | 11204 | """ |
5b5c9bc7 | 11205 | SetPos(self, GBPosition pos) -> bool |
bfddbb17 RD |
11206 | |
11207 | If the item is already a member of a sizer then first ensure that | |
11208 | there is no other item that would intersect with this one at the new | |
11209 | position, then set the new position. Returns True if the change is | |
11210 | successful and after the next Layout() the item will be moved. | |
11211 | """ | |
5b5c9bc7 | 11212 | return _core_.GBSizerItem_SetPos(*args, **kwargs) |
d55e5bfc RD |
11213 | |
11214 | def SetSpan(*args, **kwargs): | |
bfddbb17 | 11215 | """ |
5b5c9bc7 | 11216 | SetSpan(self, GBSpan span) -> bool |
bfddbb17 RD |
11217 | |
11218 | If the item is already a member of a sizer then first ensure that | |
11219 | there is no other item that would intersect with this one with its new | |
11220 | spanning size, then set the new spanning. Returns True if the change | |
11221 | is successful and after the next Layout() the item will be resized. | |
11222 | ||
11223 | """ | |
5b5c9bc7 | 11224 | return _core_.GBSizerItem_SetSpan(*args, **kwargs) |
d55e5bfc | 11225 | |
bfddbb17 | 11226 | def Intersects(*args, **kwargs): |
d55e5bfc | 11227 | """ |
5b5c9bc7 | 11228 | Intersects(self, GBSizerItem other) -> bool |
bfddbb17 RD |
11229 | |
11230 | Returns True if this item and the other item instersect. | |
d55e5bfc | 11231 | """ |
5b5c9bc7 | 11232 | return _core_.GBSizerItem_Intersects(*args, **kwargs) |
bfddbb17 RD |
11233 | |
11234 | def IntersectsPos(*args, **kwargs): | |
11235 | """ | |
5b5c9bc7 | 11236 | IntersectsPos(self, GBPosition pos, GBSpan span) -> bool |
bfddbb17 RD |
11237 | |
11238 | Returns True if the given pos/span would intersect with this item. | |
11239 | """ | |
5b5c9bc7 | 11240 | return _core_.GBSizerItem_IntersectsPos(*args, **kwargs) |
d55e5bfc RD |
11241 | |
11242 | def GetEndPos(*args, **kwargs): | |
bfddbb17 | 11243 | """ |
5b5c9bc7 | 11244 | GetEndPos(self) -> GBPosition |
bfddbb17 RD |
11245 | |
11246 | Get the row and column of the endpoint of this item. | |
11247 | """ | |
5b5c9bc7 | 11248 | return _core_.GBSizerItem_GetEndPos(*args, **kwargs) |
d55e5bfc RD |
11249 | |
11250 | def GetGBSizer(*args, **kwargs): | |
bfddbb17 | 11251 | """ |
5b5c9bc7 | 11252 | GetGBSizer(self) -> GridBagSizer |
bfddbb17 RD |
11253 | |
11254 | Get the sizer this item is a member of. | |
11255 | """ | |
5b5c9bc7 | 11256 | return _core_.GBSizerItem_GetGBSizer(*args, **kwargs) |
d55e5bfc RD |
11257 | |
11258 | def SetGBSizer(*args, **kwargs): | |
bfddbb17 | 11259 | """ |
5b5c9bc7 | 11260 | SetGBSizer(self, GridBagSizer sizer) |
bfddbb17 RD |
11261 | |
11262 | Set the sizer this item is a member of. | |
11263 | """ | |
5b5c9bc7 | 11264 | return _core_.GBSizerItem_SetGBSizer(*args, **kwargs) |
d55e5bfc RD |
11265 | |
11266 | ||
5b5c9bc7 | 11267 | class GBSizerItemPtr(GBSizerItem): |
d55e5bfc RD |
11268 | def __init__(self, this): |
11269 | self.this = this | |
11270 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
11271 | self.__class__ = GBSizerItem |
11272 | _core_.GBSizerItem_swigregister(GBSizerItemPtr) | |
11273 | DefaultSpan = cvar.DefaultSpan | |
d55e5bfc RD |
11274 | |
11275 | def GBSizerItemWindow(*args, **kwargs): | |
11276 | """ | |
5b5c9bc7 RD |
11277 | GBSizerItemWindow(Window window, GBPosition pos, GBSpan span, int flag, |
11278 | int border, PyObject userData=None) -> GBSizerItem | |
bfddbb17 RD |
11279 | |
11280 | Construct a `wx.GBSizerItem` for a window. | |
d55e5bfc | 11281 | """ |
5b5c9bc7 | 11282 | val = _core_.new_GBSizerItemWindow(*args, **kwargs) |
d55e5bfc RD |
11283 | val.thisown = 1 |
11284 | return val | |
11285 | ||
11286 | def GBSizerItemSizer(*args, **kwargs): | |
11287 | """ | |
5b5c9bc7 RD |
11288 | GBSizerItemSizer(Sizer sizer, GBPosition pos, GBSpan span, int flag, |
11289 | int border, PyObject userData=None) -> GBSizerItem | |
bfddbb17 RD |
11290 | |
11291 | Construct a `wx.GBSizerItem` for a sizer | |
d55e5bfc | 11292 | """ |
5b5c9bc7 | 11293 | val = _core_.new_GBSizerItemSizer(*args, **kwargs) |
d55e5bfc RD |
11294 | val.thisown = 1 |
11295 | return val | |
11296 | ||
11297 | def GBSizerItemSpacer(*args, **kwargs): | |
11298 | """ | |
5b5c9bc7 RD |
11299 | GBSizerItemSpacer(int width, int height, GBPosition pos, GBSpan span, |
11300 | int flag, int border, PyObject userData=None) -> GBSizerItem | |
bfddbb17 RD |
11301 | |
11302 | Construct a `wx.GBSizerItem` for a spacer. | |
d55e5bfc | 11303 | """ |
5b5c9bc7 | 11304 | val = _core_.new_GBSizerItemSpacer(*args, **kwargs) |
d55e5bfc RD |
11305 | val.thisown = 1 |
11306 | return val | |
11307 | ||
5b5c9bc7 | 11308 | class GridBagSizer(FlexGridSizer): |
bfddbb17 RD |
11309 | """ |
11310 | A `wx.Sizer` that can lay out items in a virtual grid like a | |
11311 | `wx.FlexGridSizer` but in this case explicit positioning of the items | |
11312 | is allowed using `wx.GBPosition`, and items can optionally span more | |
11313 | than one row and/or column using `wx.GBSpan`. The total size of the | |
11314 | virtual grid is determined by the largest row and column that items are | |
11315 | positioned at, adjusted for spanning. | |
11316 | ||
11317 | """ | |
d55e5bfc RD |
11318 | def __repr__(self): |
11319 | return "<%s.%s; proxy of C++ wxGridBagSizer instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
11320 | def __init__(self, *args, **kwargs): | |
bfddbb17 | 11321 | """ |
5b5c9bc7 | 11322 | __init__(self, int vgap=0, int hgap=0) -> GridBagSizer |
bfddbb17 RD |
11323 | |
11324 | Constructor, with optional parameters to specify the gap between the | |
11325 | rows and columns. | |
11326 | """ | |
5b5c9bc7 | 11327 | newobj = _core_.new_GridBagSizer(*args, **kwargs) |
d55e5bfc RD |
11328 | self.this = newobj.this |
11329 | self.thisown = 1 | |
11330 | del newobj.thisown | |
03e46024 RD |
11331 | self._setOORInfo(self) |
11332 | ||
d55e5bfc RD |
11333 | def Add(*args, **kwargs): |
11334 | """ | |
bfddbb17 | 11335 | Add(self, item, GBPosition pos, GBSpan span=DefaultSpan, int flag=0, |
070c48b4 | 11336 | int border=0, userData=None) -> wx.GBSizerItem |
bfddbb17 RD |
11337 | |
11338 | Adds an item to the sizer at the grid cell *pos*, optionally spanning | |
11339 | more than one row or column as specified with *span*. The remaining | |
11340 | args behave similarly to `wx.Sizer.Add`. | |
11341 | ||
11342 | Returns True if the item was successfully placed at the given cell | |
11343 | position, False if something was already there. | |
11344 | ||
d55e5bfc | 11345 | """ |
5b5c9bc7 | 11346 | return _core_.GridBagSizer_Add(*args, **kwargs) |
d55e5bfc RD |
11347 | |
11348 | def AddItem(*args, **kwargs): | |
bfddbb17 | 11349 | """ |
070c48b4 | 11350 | Add(self, GBSizerItem item) -> wx.GBSizerItem |
bfddbb17 RD |
11351 | |
11352 | Add an item to the sizer using a `wx.GBSizerItem`. Returns True if | |
11353 | the item was successfully placed at its given cell position, False if | |
11354 | something was already there. | |
11355 | """ | |
5b5c9bc7 | 11356 | return _core_.GridBagSizer_AddItem(*args, **kwargs) |
d55e5bfc | 11357 | |
84f85550 RD |
11358 | def GetCellSize(*args, **kwargs): |
11359 | """ | |
5b5c9bc7 | 11360 | GetCellSize(self, int row, int col) -> Size |
84f85550 RD |
11361 | |
11362 | Get the size of the specified cell, including hgap and | |
11363 | vgap. Only valid after a Layout. | |
11364 | """ | |
5b5c9bc7 | 11365 | return _core_.GridBagSizer_GetCellSize(*args, **kwargs) |
84f85550 | 11366 | |
d55e5bfc | 11367 | def GetEmptyCellSize(*args, **kwargs): |
bfddbb17 | 11368 | """ |
5b5c9bc7 | 11369 | GetEmptyCellSize(self) -> Size |
bfddbb17 RD |
11370 | |
11371 | Get the size used for cells in the grid with no item. | |
11372 | """ | |
5b5c9bc7 | 11373 | return _core_.GridBagSizer_GetEmptyCellSize(*args, **kwargs) |
d55e5bfc RD |
11374 | |
11375 | def SetEmptyCellSize(*args, **kwargs): | |
bfddbb17 | 11376 | """ |
5b5c9bc7 | 11377 | SetEmptyCellSize(self, Size sz) |
bfddbb17 RD |
11378 | |
11379 | Set the size used for cells in the grid with no item. | |
11380 | """ | |
5b5c9bc7 | 11381 | return _core_.GridBagSizer_SetEmptyCellSize(*args, **kwargs) |
d55e5bfc RD |
11382 | |
11383 | def GetItemPosition(*args): | |
11384 | """ | |
bfddbb17 RD |
11385 | GetItemPosition(self, item) -> GBPosition |
11386 | ||
11387 | Get the grid position of the specified *item* where *item* is either a | |
11388 | window or subsizer that is a member of this sizer, or a zero-based | |
11389 | index of an item. | |
d55e5bfc | 11390 | """ |
5b5c9bc7 | 11391 | return _core_.GridBagSizer_GetItemPosition(*args) |
d55e5bfc RD |
11392 | |
11393 | def SetItemPosition(*args): | |
11394 | """ | |
bfddbb17 RD |
11395 | SetItemPosition(self, item, GBPosition pos) -> bool |
11396 | ||
11397 | Set the grid position of the specified *item* where *item* is either a | |
11398 | window or subsizer that is a member of this sizer, or a zero-based | |
11399 | index of an item. Returns True on success. If the move is not | |
11400 | allowed (because an item is already there) then False is returned. | |
11401 | ||
d55e5bfc | 11402 | """ |
5b5c9bc7 | 11403 | return _core_.GridBagSizer_SetItemPosition(*args) |
d55e5bfc RD |
11404 | |
11405 | def GetItemSpan(*args): | |
11406 | """ | |
bfddbb17 RD |
11407 | GetItemSpan(self, item) -> GBSpan |
11408 | ||
11409 | Get the row/col spanning of the specified *item* where *item* is | |
11410 | either a window or subsizer that is a member of this sizer, or a | |
11411 | zero-based index of an item. | |
d55e5bfc | 11412 | """ |
5b5c9bc7 | 11413 | return _core_.GridBagSizer_GetItemSpan(*args) |
d55e5bfc RD |
11414 | |
11415 | def SetItemSpan(*args): | |
11416 | """ | |
bfddbb17 RD |
11417 | SetItemSpan(self, item, GBSpan span) -> bool |
11418 | ||
11419 | Set the row/col spanning of the specified *item* where *item* is | |
11420 | either a window or subsizer that is a member of this sizer, or a | |
11421 | zero-based index of an item. Returns True on success. If the move is | |
11422 | not allowed (because an item is already there) then False is returned. | |
d55e5bfc | 11423 | """ |
5b5c9bc7 | 11424 | return _core_.GridBagSizer_SetItemSpan(*args) |
d55e5bfc RD |
11425 | |
11426 | def FindItem(*args): | |
11427 | """ | |
bfddbb17 RD |
11428 | FindItem(self, item) -> GBSizerItem |
11429 | ||
11430 | Find the sizer item for the given window or subsizer, returns None if | |
11431 | not found. (non-recursive) | |
d55e5bfc | 11432 | """ |
5b5c9bc7 | 11433 | return _core_.GridBagSizer_FindItem(*args) |
d55e5bfc RD |
11434 | |
11435 | def FindItemAtPosition(*args, **kwargs): | |
bfddbb17 | 11436 | """ |
5b5c9bc7 | 11437 | FindItemAtPosition(self, GBPosition pos) -> GBSizerItem |
bfddbb17 RD |
11438 | |
11439 | Return the sizer item for the given grid cell, or None if there is no | |
11440 | item at that position. (non-recursive) | |
11441 | """ | |
5b5c9bc7 | 11442 | return _core_.GridBagSizer_FindItemAtPosition(*args, **kwargs) |
d55e5bfc RD |
11443 | |
11444 | def FindItemAtPoint(*args, **kwargs): | |
bfddbb17 | 11445 | """ |
5b5c9bc7 | 11446 | FindItemAtPoint(self, Point pt) -> GBSizerItem |
bfddbb17 RD |
11447 | |
11448 | Return the sizer item located at the point given in *pt*, or None if | |
11449 | there is no item at that point. The (x,y) coordinates in pt correspond | |
11450 | to the client coordinates of the window using the sizer for | |
11451 | layout. (non-recursive) | |
11452 | """ | |
5b5c9bc7 | 11453 | return _core_.GridBagSizer_FindItemAtPoint(*args, **kwargs) |
d55e5bfc | 11454 | |
bfddbb17 RD |
11455 | def CheckForIntersection(*args, **kwargs): |
11456 | """ | |
5b5c9bc7 | 11457 | CheckForIntersection(self, GBSizerItem item, GBSizerItem excludeItem=None) -> bool |
d55e5bfc | 11458 | |
bfddbb17 RD |
11459 | Look at all items and see if any intersect (or would overlap) the |
11460 | given *item*. Returns True if so, False if there would be no overlap. | |
11461 | If an *excludeItem* is given then it will not be checked for | |
11462 | intersection, for example it may be the item we are checking the | |
11463 | position of. | |
d55e5bfc | 11464 | |
bfddbb17 | 11465 | """ |
5b5c9bc7 | 11466 | return _core_.GridBagSizer_CheckForIntersection(*args, **kwargs) |
d55e5bfc | 11467 | |
bfddbb17 | 11468 | def CheckForIntersectionPos(*args, **kwargs): |
d55e5bfc | 11469 | """ |
5b5c9bc7 | 11470 | CheckForIntersectionPos(self, GBPosition pos, GBSpan span, GBSizerItem excludeItem=None) -> bool |
bfddbb17 RD |
11471 | |
11472 | Look at all items and see if any intersect (or would overlap) the | |
11473 | given position and span. Returns True if so, False if there would be | |
11474 | no overlap. If an *excludeItem* is given then it will not be checked | |
11475 | for intersection, for example it may be the item we are checking the | |
11476 | position of. | |
d55e5bfc | 11477 | """ |
5b5c9bc7 | 11478 | return _core_.GridBagSizer_CheckForIntersectionPos(*args, **kwargs) |
d55e5bfc RD |
11479 | |
11480 | ||
5b5c9bc7 | 11481 | class GridBagSizerPtr(GridBagSizer): |
d55e5bfc RD |
11482 | def __init__(self, this): |
11483 | self.this = this | |
11484 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
11485 | self.__class__ = GridBagSizer |
11486 | _core_.GridBagSizer_swigregister(GridBagSizerPtr) | |
d55e5bfc RD |
11487 | |
11488 | #--------------------------------------------------------------------------- | |
11489 | ||
5b5c9bc7 RD |
11490 | Left = _core_.Left |
11491 | Top = _core_.Top | |
11492 | Right = _core_.Right | |
11493 | Bottom = _core_.Bottom | |
11494 | Width = _core_.Width | |
11495 | Height = _core_.Height | |
11496 | Centre = _core_.Centre | |
11497 | Center = _core_.Center | |
11498 | CentreX = _core_.CentreX | |
11499 | CentreY = _core_.CentreY | |
11500 | Unconstrained = _core_.Unconstrained | |
11501 | AsIs = _core_.AsIs | |
11502 | PercentOf = _core_.PercentOf | |
11503 | Above = _core_.Above | |
11504 | Below = _core_.Below | |
11505 | LeftOf = _core_.LeftOf | |
11506 | RightOf = _core_.RightOf | |
11507 | SameAs = _core_.SameAs | |
11508 | Absolute = _core_.Absolute | |
11509 | class IndividualLayoutConstraint(Object): | |
d55e5bfc | 11510 | """ |
15817c7e RD |
11511 | Objects of this class are stored in the `wx.LayoutConstraints` class as |
11512 | one of eight possible constraints that a window can be involved in. | |
11513 | You will never need to create an instance of | |
11514 | wx.IndividualLayoutConstraint, rather you should create a | |
11515 | `wx.LayoutConstraints` instance and use the individual contstraints | |
d55e5bfc | 11516 | that it contains. |
d55e5bfc RD |
11517 | """ |
11518 | def __init__(self): raise RuntimeError, "No constructor defined" | |
11519 | def __repr__(self): | |
11520 | return "<%s.%s; proxy of C++ wxIndividualLayoutConstraint instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
11521 | def Set(*args, **kwargs): | |
15817c7e | 11522 | """ |
5b5c9bc7 | 11523 | Set(self, int rel, Window otherW, int otherE, int val=0, int marg=wxLAYOUT_DEFAULT_MARGIN) |
15817c7e RD |
11524 | |
11525 | Sets the properties of the constraint. Normally called by one of the | |
11526 | convenience functions such as Above, RightOf, SameAs. | |
11527 | """ | |
5b5c9bc7 | 11528 | return _core_.IndividualLayoutConstraint_Set(*args, **kwargs) |
d55e5bfc RD |
11529 | |
11530 | def LeftOf(*args, **kwargs): | |
11531 | """ | |
5b5c9bc7 | 11532 | LeftOf(self, Window sibling, int marg=0) |
d55e5bfc | 11533 | |
15817c7e RD |
11534 | Constrains this edge to be to the left of the given window, with an |
11535 | optional margin. Implicitly, this is relative to the left edge of the | |
11536 | other window. | |
d55e5bfc | 11537 | """ |
5b5c9bc7 | 11538 | return _core_.IndividualLayoutConstraint_LeftOf(*args, **kwargs) |
d55e5bfc RD |
11539 | |
11540 | def RightOf(*args, **kwargs): | |
11541 | """ | |
5b5c9bc7 | 11542 | RightOf(self, Window sibling, int marg=0) |
d55e5bfc | 11543 | |
15817c7e RD |
11544 | Constrains this edge to be to the right of the given window, with an |
11545 | optional margin. Implicitly, this is relative to the right edge of the | |
11546 | other window. | |
d55e5bfc | 11547 | """ |
5b5c9bc7 | 11548 | return _core_.IndividualLayoutConstraint_RightOf(*args, **kwargs) |
d55e5bfc RD |
11549 | |
11550 | def Above(*args, **kwargs): | |
11551 | """ | |
5b5c9bc7 | 11552 | Above(self, Window sibling, int marg=0) |
d55e5bfc | 11553 | |
15817c7e RD |
11554 | Constrains this edge to be above the given window, with an optional |
11555 | margin. Implicitly, this is relative to the top edge of the other | |
11556 | window. | |
d55e5bfc | 11557 | """ |
5b5c9bc7 | 11558 | return _core_.IndividualLayoutConstraint_Above(*args, **kwargs) |
d55e5bfc RD |
11559 | |
11560 | def Below(*args, **kwargs): | |
11561 | """ | |
5b5c9bc7 | 11562 | Below(self, Window sibling, int marg=0) |
d55e5bfc | 11563 | |
15817c7e RD |
11564 | Constrains this edge to be below the given window, with an optional |
11565 | margin. Implicitly, this is relative to the bottom edge of the other | |
11566 | window. | |
d55e5bfc | 11567 | """ |
5b5c9bc7 | 11568 | return _core_.IndividualLayoutConstraint_Below(*args, **kwargs) |
d55e5bfc RD |
11569 | |
11570 | def SameAs(*args, **kwargs): | |
11571 | """ | |
5b5c9bc7 | 11572 | SameAs(self, Window otherW, int edge, int marg=0) |
d55e5bfc | 11573 | |
15817c7e RD |
11574 | Constrains this edge or dimension to be to the same as the edge of the |
11575 | given window, with an optional margin. | |
d55e5bfc | 11576 | """ |
5b5c9bc7 | 11577 | return _core_.IndividualLayoutConstraint_SameAs(*args, **kwargs) |
d55e5bfc RD |
11578 | |
11579 | def PercentOf(*args, **kwargs): | |
11580 | """ | |
5b5c9bc7 | 11581 | PercentOf(self, Window otherW, int wh, int per) |
d55e5bfc | 11582 | |
15817c7e RD |
11583 | Constrains this edge or dimension to be to a percentage of the given |
11584 | window, with an optional margin. | |
d55e5bfc | 11585 | """ |
5b5c9bc7 | 11586 | return _core_.IndividualLayoutConstraint_PercentOf(*args, **kwargs) |
d55e5bfc RD |
11587 | |
11588 | def Absolute(*args, **kwargs): | |
11589 | """ | |
11590 | Absolute(self, int val) | |
11591 | ||
15817c7e | 11592 | Constrains this edge or dimension to be the given absolute value. |
d55e5bfc | 11593 | """ |
5b5c9bc7 | 11594 | return _core_.IndividualLayoutConstraint_Absolute(*args, **kwargs) |
d55e5bfc RD |
11595 | |
11596 | def Unconstrained(*args, **kwargs): | |
11597 | """ | |
11598 | Unconstrained(self) | |
11599 | ||
15817c7e RD |
11600 | Sets this edge or dimension to be unconstrained, that is, dependent on |
11601 | other edges and dimensions from which this value can be deduced. | |
d55e5bfc | 11602 | """ |
5b5c9bc7 | 11603 | return _core_.IndividualLayoutConstraint_Unconstrained(*args, **kwargs) |
d55e5bfc RD |
11604 | |
11605 | def AsIs(*args, **kwargs): | |
11606 | """ | |
11607 | AsIs(self) | |
11608 | ||
15817c7e RD |
11609 | Sets this edge or constraint to be whatever the window's value is at |
11610 | the moment. If either of the width and height constraints are *as is*, | |
11611 | the window will not be resized, but moved instead. This is important | |
11612 | when considering panel items which are intended to have a default | |
11613 | size, such as a button, which may take its size from the size of the | |
11614 | button label. | |
d55e5bfc | 11615 | """ |
5b5c9bc7 | 11616 | return _core_.IndividualLayoutConstraint_AsIs(*args, **kwargs) |
d55e5bfc RD |
11617 | |
11618 | def GetOtherWindow(*args, **kwargs): | |
5b5c9bc7 RD |
11619 | """GetOtherWindow(self) -> Window""" |
11620 | return _core_.IndividualLayoutConstraint_GetOtherWindow(*args, **kwargs) | |
d55e5bfc RD |
11621 | |
11622 | def GetMyEdge(*args, **kwargs): | |
11623 | """GetMyEdge(self) -> int""" | |
5b5c9bc7 | 11624 | return _core_.IndividualLayoutConstraint_GetMyEdge(*args, **kwargs) |
d55e5bfc RD |
11625 | |
11626 | def SetEdge(*args, **kwargs): | |
11627 | """SetEdge(self, int which)""" | |
5b5c9bc7 | 11628 | return _core_.IndividualLayoutConstraint_SetEdge(*args, **kwargs) |
d55e5bfc RD |
11629 | |
11630 | def SetValue(*args, **kwargs): | |
11631 | """SetValue(self, int v)""" | |
5b5c9bc7 | 11632 | return _core_.IndividualLayoutConstraint_SetValue(*args, **kwargs) |
d55e5bfc RD |
11633 | |
11634 | def GetMargin(*args, **kwargs): | |
11635 | """GetMargin(self) -> int""" | |
5b5c9bc7 | 11636 | return _core_.IndividualLayoutConstraint_GetMargin(*args, **kwargs) |
d55e5bfc RD |
11637 | |
11638 | def SetMargin(*args, **kwargs): | |
11639 | """SetMargin(self, int m)""" | |
5b5c9bc7 | 11640 | return _core_.IndividualLayoutConstraint_SetMargin(*args, **kwargs) |
d55e5bfc RD |
11641 | |
11642 | def GetValue(*args, **kwargs): | |
11643 | """GetValue(self) -> int""" | |
5b5c9bc7 | 11644 | return _core_.IndividualLayoutConstraint_GetValue(*args, **kwargs) |
d55e5bfc RD |
11645 | |
11646 | def GetPercent(*args, **kwargs): | |
11647 | """GetPercent(self) -> int""" | |
5b5c9bc7 | 11648 | return _core_.IndividualLayoutConstraint_GetPercent(*args, **kwargs) |
d55e5bfc RD |
11649 | |
11650 | def GetOtherEdge(*args, **kwargs): | |
11651 | """GetOtherEdge(self) -> int""" | |
5b5c9bc7 | 11652 | return _core_.IndividualLayoutConstraint_GetOtherEdge(*args, **kwargs) |
d55e5bfc RD |
11653 | |
11654 | def GetDone(*args, **kwargs): | |
11655 | """GetDone(self) -> bool""" | |
5b5c9bc7 | 11656 | return _core_.IndividualLayoutConstraint_GetDone(*args, **kwargs) |
d55e5bfc RD |
11657 | |
11658 | def SetDone(*args, **kwargs): | |
11659 | """SetDone(self, bool d)""" | |
5b5c9bc7 | 11660 | return _core_.IndividualLayoutConstraint_SetDone(*args, **kwargs) |
d55e5bfc RD |
11661 | |
11662 | def GetRelationship(*args, **kwargs): | |
11663 | """GetRelationship(self) -> int""" | |
5b5c9bc7 | 11664 | return _core_.IndividualLayoutConstraint_GetRelationship(*args, **kwargs) |
d55e5bfc RD |
11665 | |
11666 | def SetRelationship(*args, **kwargs): | |
11667 | """SetRelationship(self, int r)""" | |
5b5c9bc7 | 11668 | return _core_.IndividualLayoutConstraint_SetRelationship(*args, **kwargs) |
d55e5bfc RD |
11669 | |
11670 | def ResetIfWin(*args, **kwargs): | |
11671 | """ | |
5b5c9bc7 | 11672 | ResetIfWin(self, Window otherW) -> bool |
d55e5bfc RD |
11673 | |
11674 | Reset constraint if it mentions otherWin | |
11675 | """ | |
5b5c9bc7 | 11676 | return _core_.IndividualLayoutConstraint_ResetIfWin(*args, **kwargs) |
d55e5bfc RD |
11677 | |
11678 | def SatisfyConstraint(*args, **kwargs): | |
11679 | """ | |
5b5c9bc7 | 11680 | SatisfyConstraint(self, LayoutConstraints constraints, Window win) -> bool |
d55e5bfc RD |
11681 | |
11682 | Try to satisfy constraint | |
11683 | """ | |
5b5c9bc7 | 11684 | return _core_.IndividualLayoutConstraint_SatisfyConstraint(*args, **kwargs) |
d55e5bfc RD |
11685 | |
11686 | def GetEdge(*args, **kwargs): | |
11687 | """ | |
5b5c9bc7 | 11688 | GetEdge(self, int which, Window thisWin, Window other) -> int |
d55e5bfc RD |
11689 | |
11690 | Get the value of this edge or dimension, or if this | |
11691 | is not determinable, -1. | |
11692 | """ | |
5b5c9bc7 | 11693 | return _core_.IndividualLayoutConstraint_GetEdge(*args, **kwargs) |
d55e5bfc RD |
11694 | |
11695 | ||
5b5c9bc7 | 11696 | class IndividualLayoutConstraintPtr(IndividualLayoutConstraint): |
d55e5bfc RD |
11697 | def __init__(self, this): |
11698 | self.this = this | |
11699 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
11700 | self.__class__ = IndividualLayoutConstraint |
11701 | _core_.IndividualLayoutConstraint_swigregister(IndividualLayoutConstraintPtr) | |
d55e5bfc | 11702 | |
5b5c9bc7 | 11703 | class LayoutConstraints(Object): |
d55e5bfc | 11704 | """ |
15817c7e RD |
11705 | **Note:** constraints are now deprecated and you should use sizers |
11706 | instead. | |
d55e5bfc | 11707 | |
15817c7e RD |
11708 | Objects of this class can be associated with a window to define its |
11709 | layout constraints, with respect to siblings or its parent. | |
d55e5bfc RD |
11710 | |
11711 | The class consists of the following eight constraints of class | |
11712 | wx.IndividualLayoutConstraint, some or all of which should be accessed | |
11713 | directly to set the appropriate constraints. | |
11714 | ||
11715 | * left: represents the left hand edge of the window | |
11716 | * right: represents the right hand edge of the window | |
11717 | * top: represents the top edge of the window | |
11718 | * bottom: represents the bottom edge of the window | |
11719 | * width: represents the width of the window | |
11720 | * height: represents the height of the window | |
11721 | * centreX: represents the horizontal centre point of the window | |
11722 | * centreY: represents the vertical centre point of the window | |
11723 | ||
15817c7e RD |
11724 | Most constraints are initially set to have the relationship |
11725 | wxUnconstrained, which means that their values should be calculated by | |
11726 | looking at known constraints. The exceptions are width and height, | |
11727 | which are set to wxAsIs to ensure that if the user does not specify a | |
11728 | constraint, the existing width and height will be used, to be | |
11729 | compatible with panel items which often have take a default size. If | |
11730 | the constraint is ``wx.AsIs``, the dimension will not be changed. | |
11731 | ||
11732 | :see: `wx.IndividualLayoutConstraint`, `wx.Window.SetConstraints` | |
d55e5bfc RD |
11733 | |
11734 | """ | |
11735 | def __repr__(self): | |
11736 | return "<%s.%s; proxy of C++ wxLayoutConstraints instance at %s>" % (self.__class__.__module__, self.__class__.__name__, self.this,) | |
5b5c9bc7 RD |
11737 | left = property(_core_.LayoutConstraints_left_get) |
11738 | top = property(_core_.LayoutConstraints_top_get) | |
11739 | right = property(_core_.LayoutConstraints_right_get) | |
11740 | bottom = property(_core_.LayoutConstraints_bottom_get) | |
11741 | width = property(_core_.LayoutConstraints_width_get) | |
11742 | height = property(_core_.LayoutConstraints_height_get) | |
11743 | centreX = property(_core_.LayoutConstraints_centreX_get) | |
11744 | centreY = property(_core_.LayoutConstraints_centreY_get) | |
d55e5bfc | 11745 | def __init__(self, *args, **kwargs): |
5b5c9bc7 RD |
11746 | """__init__(self) -> LayoutConstraints""" |
11747 | newobj = _core_.new_LayoutConstraints(*args, **kwargs) | |
d55e5bfc RD |
11748 | self.this = newobj.this |
11749 | self.thisown = 1 | |
11750 | del newobj.thisown | |
11751 | def SatisfyConstraints(*args, **kwargs): | |
11752 | """SatisfyConstraints(Window win) -> (areSatisfied, noChanges)""" | |
5b5c9bc7 | 11753 | return _core_.LayoutConstraints_SatisfyConstraints(*args, **kwargs) |
d55e5bfc RD |
11754 | |
11755 | def AreSatisfied(*args, **kwargs): | |
11756 | """AreSatisfied(self) -> bool""" | |
5b5c9bc7 | 11757 | return _core_.LayoutConstraints_AreSatisfied(*args, **kwargs) |
d55e5bfc RD |
11758 | |
11759 | ||
5b5c9bc7 | 11760 | class LayoutConstraintsPtr(LayoutConstraints): |
d55e5bfc RD |
11761 | def __init__(self, this): |
11762 | self.this = this | |
11763 | if not hasattr(self,"thisown"): self.thisown = 0 | |
5b5c9bc7 RD |
11764 | self.__class__ = LayoutConstraints |
11765 | _core_.LayoutConstraints_swigregister(LayoutConstraintsPtr) | |
d55e5bfc RD |
11766 | |
11767 | #---------------------------------------------------------------------------- | |
11768 | ||
11769 | # Use Python's bool constants if available, make some if not | |
11770 | try: | |
11771 | True | |
11772 | except NameError: | |
11773 | __builtins__.True = 1==1 | |
11774 | __builtins__.False = 1==0 | |
11775 | def bool(value): return not not value | |
11776 | __builtins__.bool = bool | |
11777 | ||
11778 | ||
11779 | ||
11780 | # workarounds for bad wxRTTI names | |
11781 | __wxPyPtrTypeMap['wxGauge95'] = 'wxGauge' | |
11782 | __wxPyPtrTypeMap['wxSlider95'] = 'wxSlider' | |
11783 | __wxPyPtrTypeMap['wxStatusBar95'] = 'wxStatusBar' | |
11784 | ||
11785 | ||
11786 | #---------------------------------------------------------------------------- | |
11787 | # Load version numbers from __version__... Ensure that major and minor | |
0f63ec68 | 11788 | # versions are the same for both wxPython and wxWidgets. |
d55e5bfc RD |
11789 | |
11790 | from __version__ import * | |
11791 | __version__ = VERSION_STRING | |
11792 | ||
0f63ec68 RD |
11793 | assert MAJOR_VERSION == _core_.MAJOR_VERSION, "wxPython/wxWidgets version mismatch" |
11794 | assert MINOR_VERSION == _core_.MINOR_VERSION, "wxPython/wxWidgets version mismatch" | |
d55e5bfc RD |
11795 | if RELEASE_VERSION != _core_.RELEASE_VERSION: |
11796 | import warnings | |
0f63ec68 | 11797 | warnings.warn("wxPython/wxWidgets release number mismatch") |
d55e5bfc RD |
11798 | |
11799 | #---------------------------------------------------------------------------- | |
11800 | ||
7993762b RD |
11801 | # Set wxPython's default string<-->unicode conversion encoding from |
11802 | # the locale, but only if Python's default hasn't been changed. (We | |
11803 | # assume that if the user has customized it already then that is the | |
11804 | # encoding we need to use as well.) | |
11805 | # | |
11806 | # The encoding selected here is used when string or unicode objects | |
11807 | # need to be converted in order to pass them to wxWidgets. Please be | |
11808 | # aware that the default encoding within the same locale may be | |
11809 | # slightly different on different platforms. For example, please see | |
62d32a5f RD |
11810 | # http://www.alanwood.net/demos/charsetdiffs.html for differences |
11811 | # between the common latin/roman encodings. | |
3837a853 RD |
11812 | |
11813 | default = _sys.getdefaultencoding() | |
11814 | if default == 'ascii': | |
11815 | import locale | |
11816 | import codecs | |
11817 | try: | |
11818 | default = locale.getdefaultlocale()[1] | |
11819 | codecs.lookup(default) | |
7993762b | 11820 | except (ValueError, LookupError, TypeError): |
3837a853 RD |
11821 | default = _sys.getdefaultencoding() |
11822 | del locale | |
11823 | del codecs | |
5cbf236d RD |
11824 | if default: |
11825 | wx.SetDefaultPyEncoding(default) | |
11826 | del default | |
5cbf236d RD |
11827 | |
11828 | #---------------------------------------------------------------------------- | |
11829 | ||
d55e5bfc RD |
11830 | class PyDeadObjectError(AttributeError): |
11831 | pass | |
11832 | ||
11833 | class _wxPyDeadObject(object): | |
11834 | """ | |
11835 | Instances of wx objects that are OOR capable will have their __class__ | |
11836 | changed to this class when the C++ object is deleted. This should help | |
11837 | prevent crashes due to referencing a bogus C++ pointer. | |
11838 | """ | |
11839 | reprStr = "wxPython wrapper for DELETED %s object! (The C++ object no longer exists.)" | |
11840 | attrStr = "The C++ part of the %s object has been deleted, attribute access no longer allowed." | |
11841 | ||
11842 | def __repr__(self): | |
11843 | if not hasattr(self, "_name"): | |
11844 | self._name = "[unknown]" | |
11845 | return self.reprStr % self._name | |
11846 | ||
11847 | def __getattr__(self, *args): | |
11848 | if not hasattr(self, "_name"): | |
11849 | self._name = "[unknown]" | |
11850 | raise PyDeadObjectError(self.attrStr % self._name) | |
11851 | ||
11852 | def __nonzero__(self): | |
11853 | return 0 | |
11854 | ||
11855 | ||
11856 | ||
11857 | class PyUnbornObjectError(AttributeError): | |
11858 | pass | |
11859 | ||
11860 | class _wxPyUnbornObject(object): | |
11861 | """ | |
11862 | Some stock objects are created when the wx._core module is | |
11863 | imported, but their C++ instance is not created until the wx.App | |
11864 | object is created and initialized. These object instances will | |
11865 | temporarily have their __class__ changed to this class so an | |
11866 | exception will be raised if they are used before the C++ instance | |
11867 | is ready. | |
11868 | """ | |
11869 | ||
11870 | reprStr = "wxPython wrapper for UNBORN object! (The C++ object is not initialized yet.)" | |
11871 | attrStr = "The C++ part of this object has not been initialized, attribute access not allowed." | |
11872 | ||
11873 | def __repr__(self): | |
11874 | #if not hasattr(self, "_name"): | |
11875 | # self._name = "[unknown]" | |
11876 | return self.reprStr #% self._name | |
11877 | ||
11878 | def __getattr__(self, *args): | |
11879 | #if not hasattr(self, "_name"): | |
11880 | # self._name = "[unknown]" | |
11881 | raise PyUnbornObjectError(self.attrStr) # % self._name ) | |
11882 | ||
11883 | def __nonzero__(self): | |
11884 | return 0 | |
11885 | ||
11886 | ||
11887 | #---------------------------------------------------------------------------- | |
d55e5bfc RD |
11888 | |
11889 | def CallAfter(callable, *args, **kw): | |
11890 | """ | |
11891 | Call the specified function after the current and pending event | |
11892 | handlers have been completed. This is also good for making GUI | |
0439c23b RD |
11893 | method calls from non-GUI threads. Any extra positional or |
11894 | keyword args are passed on to the callable when it is called. | |
11895 | ||
11896 | :see: `wx.FutureCall` | |
d55e5bfc RD |
11897 | """ |
11898 | app = wx.GetApp() | |
a001823c | 11899 | assert app is not None, 'No wx.App created yet' |
d55e5bfc | 11900 | |
891bb194 RD |
11901 | if not hasattr(app, "_CallAfterId"): |
11902 | app._CallAfterId = wx.NewEventType() | |
11903 | app.Connect(-1, -1, app._CallAfterId, | |
11904 | lambda event: event.callable(*event.args, **event.kw) ) | |
d55e5bfc | 11905 | evt = wx.PyEvent() |
891bb194 | 11906 | evt.SetEventType(app._CallAfterId) |
d55e5bfc RD |
11907 | evt.callable = callable |
11908 | evt.args = args | |
11909 | evt.kw = kw | |
11910 | wx.PostEvent(app, evt) | |
11911 | ||
d55e5bfc RD |
11912 | #---------------------------------------------------------------------------- |
11913 | ||
11914 | ||
11915 | class FutureCall: | |
11916 | """ | |
6e0de3df | 11917 | A convenience class for `wx.Timer`, that calls the given callable |
d55e5bfc RD |
11918 | object once after the given amount of milliseconds, passing any |
11919 | positional or keyword args. The return value of the callable is | |
0439c23b | 11920 | availbale after it has been run with the `GetResult` method. |
d55e5bfc RD |
11921 | |
11922 | If you don't need to get the return value or restart the timer | |
11923 | then there is no need to hold a reference to this object. It will | |
11924 | hold a reference to itself while the timer is running (the timer | |
11925 | has a reference to self.Notify) but the cycle will be broken when | |
11926 | the timer completes, automatically cleaning up the wx.FutureCall | |
11927 | object. | |
0439c23b RD |
11928 | |
11929 | :see: `wx.CallAfter` | |
d55e5bfc RD |
11930 | """ |
11931 | def __init__(self, millis, callable, *args, **kwargs): | |
11932 | self.millis = millis | |
11933 | self.callable = callable | |
11934 | self.SetArgs(*args, **kwargs) | |
11935 | self.runCount = 0 | |
11936 | self.running = False | |
11937 | self.hasRun = False | |
11938 | self.result = None | |
11939 | self.timer = None | |
11940 | self.Start() | |
11941 | ||
11942 | def __del__(self): | |
11943 | self.Stop() | |
11944 | ||
11945 | ||
11946 | def Start(self, millis=None, *args, **kwargs): | |
11947 | """ | |
11948 | (Re)start the timer | |
11949 | """ | |
11950 | self.hasRun = False | |
11951 | if millis is not None: | |
11952 | self.millis = millis | |
11953 | if args or kwargs: | |
11954 | self.SetArgs(*args, **kwargs) | |
11955 | self.Stop() | |
11956 | self.timer = wx.PyTimer(self.Notify) | |
11957 | self.timer.Start(self.millis, wx.TIMER_ONE_SHOT) | |
11958 | self.running = True | |
11959 | Restart = Start | |
11960 | ||
11961 | ||
11962 | def Stop(self): | |
11963 | """ | |
11964 | Stop and destroy the timer. | |
11965 | """ | |
11966 | if self.timer is not None: | |
11967 | self.timer.Stop() | |
11968 | self.timer = None | |
11969 | ||
11970 | ||
11971 | def GetInterval(self): | |
11972 | if self.timer is not None: | |
11973 | return self.timer.GetInterval() | |
11974 | else: | |
11975 | return 0 | |
11976 | ||
11977 | ||
11978 | def IsRunning(self): | |
11979 | return self.timer is not None and self.timer.IsRunning() | |
11980 | ||
11981 | ||
11982 | def SetArgs(self, *args, **kwargs): | |
11983 | """ | |
11984 | (Re)set the args passed to the callable object. This is | |
11985 | useful in conjunction with Restart if you want to schedule a | |
11986 | new call to the same callable object but with different | |
11987 | parameters. | |
11988 | """ | |
11989 | self.args = args | |
11990 | self.kwargs = kwargs | |
11991 | ||
11992 | ||
11993 | def HasRun(self): | |
11994 | return self.hasRun | |
11995 | ||
11996 | def GetResult(self): | |
11997 | return self.result | |
11998 | ||
11999 | def Notify(self): | |
12000 | """ | |
12001 | The timer has expired so call the callable. | |
12002 | """ | |
12003 | if self.callable and getattr(self.callable, 'im_self', True): | |
12004 | self.runCount += 1 | |
12005 | self.running = False | |
12006 | self.result = self.callable(*self.args, **self.kwargs) | |
12007 | self.hasRun = True | |
12008 | if not self.running: | |
12009 | # if it wasn't restarted, then cleanup | |
12010 | wx.CallAfter(self.Stop) | |
12011 | ||
12012 | ||
12013 | ||
12014 | #---------------------------------------------------------------------------- | |
12015 | # Control which items in this module should be documented by epydoc. | |
12016 | # We allow only classes and functions, which will help reduce the size | |
12017 | # of the docs by filtering out the zillions of constants, EVT objects, | |
12018 | # and etc that don't make much sense by themselves, but are instead | |
12019 | # documented (or will be) as part of the classes/functions/methods | |
12020 | # where they should be used. | |
12021 | ||
d6c14a4c RD |
12022 | class __DocFilter: |
12023 | """ | |
12024 | A filter for epydoc that only allows non-Ptr classes and | |
12025 | fucntions, in order to reduce the clutter in the API docs. | |
12026 | """ | |
12027 | def __init__(self, globals): | |
12028 | self._globals = globals | |
12029 | ||
12030 | def __call__(self, name): | |
12031 | import types | |
12032 | obj = self._globals.get(name, None) | |
12033 | if type(obj) not in [type, types.ClassType, types.FunctionType, types.BuiltinFunctionType]: | |
12034 | return False | |
12035 | if name.startswith('_') or name.endswith('Ptr') or name.startswith('EVT'): | |
12036 | return False | |
12037 | return True | |
d55e5bfc RD |
12038 | |
12039 | #---------------------------------------------------------------------------- | |
12040 | #---------------------------------------------------------------------------- | |
12041 | ||
12042 | # Import other modules in this package that should show up in the | |
12043 | # "core" wx namespace | |
12044 | from _gdi import * | |
12045 | from _windows import * | |
12046 | from _controls import * | |
12047 | from _misc import * | |
12048 | ||
12049 | ||
12050 | # Fixup the stock objects since they can't be used yet. (They will be | |
12051 | # restored in wx.PyApp.OnInit.) | |
12052 | _core_._wxPyFixStockObjects() | |
12053 | ||
12054 | #---------------------------------------------------------------------------- | |
12055 | #---------------------------------------------------------------------------- | |
12056 | ||
12057 |