]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/mac/controls.py
Added typemap for wxArrayString
[wxWidgets.git] / wxPython / src / mac / controls.py
1 # This file was created automatically by SWIG.
2 import controlsc
3
4 from misc import *
5
6 from windows import *
7
8 from gdi import *
9
10 from clip_dnd import *
11
12 from events import *
13 import wx
14 class wxControlPtr(wxWindowPtr):
15 def __init__(self,this):
16 self.this = this
17 self.thisown = 0
18 def Create(self, *_args, **_kwargs):
19 val = apply(controlsc.wxControl_Create,(self,) + _args, _kwargs)
20 return val
21 def Command(self, *_args, **_kwargs):
22 val = apply(controlsc.wxControl_Command,(self,) + _args, _kwargs)
23 return val
24 def GetLabel(self, *_args, **_kwargs):
25 val = apply(controlsc.wxControl_GetLabel,(self,) + _args, _kwargs)
26 return val
27 def SetLabel(self, *_args, **_kwargs):
28 val = apply(controlsc.wxControl_SetLabel,(self,) + _args, _kwargs)
29 return val
30 def __repr__(self):
31 return "<C wxControl instance at %s>" % (self.this,)
32 class wxControl(wxControlPtr):
33 def __init__(self,*_args,**_kwargs):
34 self.this = apply(controlsc.new_wxControl,_args,_kwargs)
35 self.thisown = 1
36 self._setOORInfo(self)
37
38
39
40 def wxPreControl(*_args,**_kwargs):
41 val = wxControlPtr(apply(controlsc.new_wxPreControl,_args,_kwargs))
42 val.thisown = 1
43 val._setOORInfo(val)
44 return val
45
46
47 class wxControlWithItemsPtr(wxControlPtr):
48 def __init__(self,this):
49 self.this = this
50 self.thisown = 0
51 def Delete(self, *_args, **_kwargs):
52 val = apply(controlsc.wxControlWithItems_Delete,(self,) + _args, _kwargs)
53 return val
54 def GetCount(self, *_args, **_kwargs):
55 val = apply(controlsc.wxControlWithItems_GetCount,(self,) + _args, _kwargs)
56 return val
57 def GetString(self, *_args, **_kwargs):
58 val = apply(controlsc.wxControlWithItems_GetString,(self,) + _args, _kwargs)
59 return val
60 def SetString(self, *_args, **_kwargs):
61 val = apply(controlsc.wxControlWithItems_SetString,(self,) + _args, _kwargs)
62 return val
63 def FindString(self, *_args, **_kwargs):
64 val = apply(controlsc.wxControlWithItems_FindString,(self,) + _args, _kwargs)
65 return val
66 def Select(self, *_args, **_kwargs):
67 val = apply(controlsc.wxControlWithItems_Select,(self,) + _args, _kwargs)
68 return val
69 def GetSelection(self, *_args, **_kwargs):
70 val = apply(controlsc.wxControlWithItems_GetSelection,(self,) + _args, _kwargs)
71 return val
72 def GetStringSelection(self, *_args, **_kwargs):
73 val = apply(controlsc.wxControlWithItems_GetStringSelection,(self,) + _args, _kwargs)
74 return val
75 def Append(self, *_args, **_kwargs):
76 val = apply(controlsc.wxControlWithItems_Append,(self,) + _args, _kwargs)
77 return val
78 def GetClientData(self, *_args, **_kwargs):
79 val = apply(controlsc.wxControlWithItems_GetClientData,(self,) + _args, _kwargs)
80 return val
81 def SetClientData(self, *_args, **_kwargs):
82 val = apply(controlsc.wxControlWithItems_SetClientData,(self,) + _args, _kwargs)
83 return val
84 def __repr__(self):
85 return "<C wxControlWithItems instance at %s>" % (self.this,)
86 Number = GetCount
87 class wxControlWithItems(wxControlWithItemsPtr):
88 def __init__(self,this):
89 self.this = this
90
91
92
93
94 class wxButtonPtr(wxControlPtr):
95 def __init__(self,this):
96 self.this = this
97 self.thisown = 0
98 def Create(self, *_args, **_kwargs):
99 val = apply(controlsc.wxButton_Create,(self,) + _args, _kwargs)
100 return val
101 def SetDefault(self, *_args, **_kwargs):
102 val = apply(controlsc.wxButton_SetDefault,(self,) + _args, _kwargs)
103 return val
104 def SetBackgroundColour(self, *_args, **_kwargs):
105 val = apply(controlsc.wxButton_SetBackgroundColour,(self,) + _args, _kwargs)
106 return val
107 def SetForegroundColour(self, *_args, **_kwargs):
108 val = apply(controlsc.wxButton_SetForegroundColour,(self,) + _args, _kwargs)
109 return val
110 def __repr__(self):
111 return "<C wxButton instance at %s>" % (self.this,)
112 class wxButton(wxButtonPtr):
113 def __init__(self,*_args,**_kwargs):
114 self.this = apply(controlsc.new_wxButton,_args,_kwargs)
115 self.thisown = 1
116 self._setOORInfo(self)
117
118
119
120 def wxPreButton(*_args,**_kwargs):
121 val = wxButtonPtr(apply(controlsc.new_wxPreButton,_args,_kwargs))
122 val.thisown = 1
123 val._setOORInfo(val)
124 return val
125
126
127 class wxBitmapButtonPtr(wxButtonPtr):
128 def __init__(self,this):
129 self.this = this
130 self.thisown = 0
131 def Create(self, *_args, **_kwargs):
132 val = apply(controlsc.wxBitmapButton_Create,(self,) + _args, _kwargs)
133 return val
134 def GetBitmapLabel(self, *_args, **_kwargs):
135 val = apply(controlsc.wxBitmapButton_GetBitmapLabel,(self,) + _args, _kwargs)
136 if val: val = wxBitmapPtr(val)
137 return val
138 def GetBitmapDisabled(self, *_args, **_kwargs):
139 val = apply(controlsc.wxBitmapButton_GetBitmapDisabled,(self,) + _args, _kwargs)
140 if val: val = wxBitmapPtr(val)
141 return val
142 def GetBitmapFocus(self, *_args, **_kwargs):
143 val = apply(controlsc.wxBitmapButton_GetBitmapFocus,(self,) + _args, _kwargs)
144 if val: val = wxBitmapPtr(val)
145 return val
146 def GetBitmapSelected(self, *_args, **_kwargs):
147 val = apply(controlsc.wxBitmapButton_GetBitmapSelected,(self,) + _args, _kwargs)
148 if val: val = wxBitmapPtr(val)
149 return val
150 def SetBitmapDisabled(self, *_args, **_kwargs):
151 val = apply(controlsc.wxBitmapButton_SetBitmapDisabled,(self,) + _args, _kwargs)
152 return val
153 def SetBitmapFocus(self, *_args, **_kwargs):
154 val = apply(controlsc.wxBitmapButton_SetBitmapFocus,(self,) + _args, _kwargs)
155 return val
156 def SetBitmapSelected(self, *_args, **_kwargs):
157 val = apply(controlsc.wxBitmapButton_SetBitmapSelected,(self,) + _args, _kwargs)
158 return val
159 def SetBitmapLabel(self, *_args, **_kwargs):
160 val = apply(controlsc.wxBitmapButton_SetBitmapLabel,(self,) + _args, _kwargs)
161 return val
162 def SetMargins(self, *_args, **_kwargs):
163 val = apply(controlsc.wxBitmapButton_SetMargins,(self,) + _args, _kwargs)
164 return val
165 def GetMarginX(self, *_args, **_kwargs):
166 val = apply(controlsc.wxBitmapButton_GetMarginX,(self,) + _args, _kwargs)
167 return val
168 def GetMarginY(self, *_args, **_kwargs):
169 val = apply(controlsc.wxBitmapButton_GetMarginY,(self,) + _args, _kwargs)
170 return val
171 def __repr__(self):
172 return "<C wxBitmapButton instance at %s>" % (self.this,)
173 class wxBitmapButton(wxBitmapButtonPtr):
174 def __init__(self,*_args,**_kwargs):
175 self.this = apply(controlsc.new_wxBitmapButton,_args,_kwargs)
176 self.thisown = 1
177 self._setOORInfo(self)
178
179
180
181 def wxPreBitmapButton(*_args,**_kwargs):
182 val = wxBitmapButtonPtr(apply(controlsc.new_wxPreBitmapButton,_args,_kwargs))
183 val.thisown = 1
184 val._setOORInfo(val)
185 return val
186
187
188 class wxCheckBoxPtr(wxControlPtr):
189 def __init__(self,this):
190 self.this = this
191 self.thisown = 0
192 def Create(self, *_args, **_kwargs):
193 val = apply(controlsc.wxCheckBox_Create,(self,) + _args, _kwargs)
194 return val
195 def GetValue(self, *_args, **_kwargs):
196 val = apply(controlsc.wxCheckBox_GetValue,(self,) + _args, _kwargs)
197 return val
198 def SetValue(self, *_args, **_kwargs):
199 val = apply(controlsc.wxCheckBox_SetValue,(self,) + _args, _kwargs)
200 return val
201 def __repr__(self):
202 return "<C wxCheckBox instance at %s>" % (self.this,)
203 class wxCheckBox(wxCheckBoxPtr):
204 def __init__(self,*_args,**_kwargs):
205 self.this = apply(controlsc.new_wxCheckBox,_args,_kwargs)
206 self.thisown = 1
207 self._setOORInfo(self)
208
209
210
211 def wxPreCheckBox(*_args,**_kwargs):
212 val = wxCheckBoxPtr(apply(controlsc.new_wxPreCheckBox,_args,_kwargs))
213 val.thisown = 1
214 val._setOORInfo(val)
215 return val
216
217
218 class wxChoicePtr(wxControlWithItemsPtr):
219 def __init__(self,this):
220 self.this = this
221 self.thisown = 0
222 def Create(self, *_args, **_kwargs):
223 val = apply(controlsc.wxChoice_Create,(self,) + _args, _kwargs)
224 return val
225 def Clear(self, *_args, **_kwargs):
226 val = apply(controlsc.wxChoice_Clear,(self,) + _args, _kwargs)
227 return val
228 def GetColumns(self, *_args, **_kwargs):
229 val = apply(controlsc.wxChoice_GetColumns,(self,) + _args, _kwargs)
230 return val
231 def SetColumns(self, *_args, **_kwargs):
232 val = apply(controlsc.wxChoice_SetColumns,(self,) + _args, _kwargs)
233 return val
234 def SetSelection(self, *_args, **_kwargs):
235 val = apply(controlsc.wxChoice_SetSelection,(self,) + _args, _kwargs)
236 return val
237 def SetStringSelection(self, *_args, **_kwargs):
238 val = apply(controlsc.wxChoice_SetStringSelection,(self,) + _args, _kwargs)
239 return val
240 def SetString(self, *_args, **_kwargs):
241 val = apply(controlsc.wxChoice_SetString,(self,) + _args, _kwargs)
242 return val
243 def __repr__(self):
244 return "<C wxChoice instance at %s>" % (self.this,)
245
246 Select = SetSelection
247
248 class wxChoice(wxChoicePtr):
249 def __init__(self,*_args,**_kwargs):
250 self.this = apply(controlsc.new_wxChoice,_args,_kwargs)
251 self.thisown = 1
252 self._setOORInfo(self)
253
254
255
256 def wxPreChoice(*_args,**_kwargs):
257 val = wxChoicePtr(apply(controlsc.new_wxPreChoice,_args,_kwargs))
258 val.thisown = 1
259 val._setOORInfo(val)
260 return val
261
262
263 class wxComboBoxPtr(wxChoicePtr):
264 def __init__(self,this):
265 self.this = this
266 self.thisown = 0
267 def Create(self, *_args, **_kwargs):
268 val = apply(controlsc.wxComboBox_Create,(self,) + _args, _kwargs)
269 return val
270 def Copy(self, *_args, **_kwargs):
271 val = apply(controlsc.wxComboBox_Copy,(self,) + _args, _kwargs)
272 return val
273 def Cut(self, *_args, **_kwargs):
274 val = apply(controlsc.wxComboBox_Cut,(self,) + _args, _kwargs)
275 return val
276 def GetInsertionPoint(self, *_args, **_kwargs):
277 val = apply(controlsc.wxComboBox_GetInsertionPoint,(self,) + _args, _kwargs)
278 return val
279 def GetLastPosition(self, *_args, **_kwargs):
280 val = apply(controlsc.wxComboBox_GetLastPosition,(self,) + _args, _kwargs)
281 return val
282 def GetValue(self, *_args, **_kwargs):
283 val = apply(controlsc.wxComboBox_GetValue,(self,) + _args, _kwargs)
284 return val
285 def Paste(self, *_args, **_kwargs):
286 val = apply(controlsc.wxComboBox_Paste,(self,) + _args, _kwargs)
287 return val
288 def Replace(self, *_args, **_kwargs):
289 val = apply(controlsc.wxComboBox_Replace,(self,) + _args, _kwargs)
290 return val
291 def Remove(self, *_args, **_kwargs):
292 val = apply(controlsc.wxComboBox_Remove,(self,) + _args, _kwargs)
293 return val
294 def SetInsertionPoint(self, *_args, **_kwargs):
295 val = apply(controlsc.wxComboBox_SetInsertionPoint,(self,) + _args, _kwargs)
296 return val
297 def SetInsertionPointEnd(self, *_args, **_kwargs):
298 val = apply(controlsc.wxComboBox_SetInsertionPointEnd,(self,) + _args, _kwargs)
299 return val
300 def SetSelection(self, *_args, **_kwargs):
301 val = apply(controlsc.wxComboBox_SetSelection,(self,) + _args, _kwargs)
302 return val
303 def SetMark(self, *_args, **_kwargs):
304 val = apply(controlsc.wxComboBox_SetMark,(self,) + _args, _kwargs)
305 return val
306 def SetValue(self, *_args, **_kwargs):
307 val = apply(controlsc.wxComboBox_SetValue,(self,) + _args, _kwargs)
308 return val
309 def SetEditable(self, *_args, **_kwargs):
310 val = apply(controlsc.wxComboBox_SetEditable,(self,) + _args, _kwargs)
311 return val
312 def __repr__(self):
313 return "<C wxComboBox instance at %s>" % (self.this,)
314 class wxComboBox(wxComboBoxPtr):
315 def __init__(self,*_args,**_kwargs):
316 self.this = apply(controlsc.new_wxComboBox,_args,_kwargs)
317 self.thisown = 1
318 self._setOORInfo(self)
319
320
321
322 def wxPreComboBox(*_args,**_kwargs):
323 val = wxComboBoxPtr(apply(controlsc.new_wxPreComboBox,_args,_kwargs))
324 val.thisown = 1
325 val._setOORInfo(val)
326 return val
327
328
329 class wxGaugePtr(wxControlPtr):
330 def __init__(self,this):
331 self.this = this
332 self.thisown = 0
333 def Create(self, *_args, **_kwargs):
334 val = apply(controlsc.wxGauge_Create,(self,) + _args, _kwargs)
335 return val
336 def GetBezelFace(self, *_args, **_kwargs):
337 val = apply(controlsc.wxGauge_GetBezelFace,(self,) + _args, _kwargs)
338 return val
339 def GetRange(self, *_args, **_kwargs):
340 val = apply(controlsc.wxGauge_GetRange,(self,) + _args, _kwargs)
341 return val
342 def GetShadowWidth(self, *_args, **_kwargs):
343 val = apply(controlsc.wxGauge_GetShadowWidth,(self,) + _args, _kwargs)
344 return val
345 def GetValue(self, *_args, **_kwargs):
346 val = apply(controlsc.wxGauge_GetValue,(self,) + _args, _kwargs)
347 return val
348 def SetBezelFace(self, *_args, **_kwargs):
349 val = apply(controlsc.wxGauge_SetBezelFace,(self,) + _args, _kwargs)
350 return val
351 def SetRange(self, *_args, **_kwargs):
352 val = apply(controlsc.wxGauge_SetRange,(self,) + _args, _kwargs)
353 return val
354 def SetShadowWidth(self, *_args, **_kwargs):
355 val = apply(controlsc.wxGauge_SetShadowWidth,(self,) + _args, _kwargs)
356 return val
357 def SetValue(self, *_args, **_kwargs):
358 val = apply(controlsc.wxGauge_SetValue,(self,) + _args, _kwargs)
359 return val
360 def __repr__(self):
361 return "<C wxGauge instance at %s>" % (self.this,)
362 class wxGauge(wxGaugePtr):
363 def __init__(self,*_args,**_kwargs):
364 self.this = apply(controlsc.new_wxGauge,_args,_kwargs)
365 self.thisown = 1
366 self._setOORInfo(self)
367
368
369
370 def wxPreGauge(*_args,**_kwargs):
371 val = wxGaugePtr(apply(controlsc.new_wxPreGauge,_args,_kwargs))
372 val.thisown = 1
373 val._setOORInfo(val)
374 return val
375
376
377 class wxStaticBoxPtr(wxControlPtr):
378 def __init__(self,this):
379 self.this = this
380 self.thisown = 0
381 def Create(self, *_args, **_kwargs):
382 val = apply(controlsc.wxStaticBox_Create,(self,) + _args, _kwargs)
383 return val
384 def __repr__(self):
385 return "<C wxStaticBox instance at %s>" % (self.this,)
386 class wxStaticBox(wxStaticBoxPtr):
387 def __init__(self,*_args,**_kwargs):
388 self.this = apply(controlsc.new_wxStaticBox,_args,_kwargs)
389 self.thisown = 1
390 self._setOORInfo(self)
391
392
393
394 def wxPreStaticBox(*_args,**_kwargs):
395 val = wxStaticBoxPtr(apply(controlsc.new_wxPreStaticBox,_args,_kwargs))
396 val.thisown = 1
397 val._setOORInfo(val)
398 return val
399
400
401 class wxStaticLinePtr(wxControlPtr):
402 def __init__(self,this):
403 self.this = this
404 self.thisown = 0
405 def Create(self, *_args, **_kwargs):
406 val = apply(controlsc.wxStaticLine_Create,(self,) + _args, _kwargs)
407 return val
408 def __repr__(self):
409 return "<C wxStaticLine instance at %s>" % (self.this,)
410 class wxStaticLine(wxStaticLinePtr):
411 def __init__(self,*_args,**_kwargs):
412 self.this = apply(controlsc.new_wxStaticLine,_args,_kwargs)
413 self.thisown = 1
414 self._setOORInfo(self)
415
416
417
418 def wxPreStaticLine(*_args,**_kwargs):
419 val = wxStaticLinePtr(apply(controlsc.new_wxPreStaticLine,_args,_kwargs))
420 val.thisown = 1
421 val._setOORInfo(val)
422 return val
423
424
425 class wxStaticTextPtr(wxControlPtr):
426 def __init__(self,this):
427 self.this = this
428 self.thisown = 0
429 def Create(self, *_args, **_kwargs):
430 val = apply(controlsc.wxStaticText_Create,(self,) + _args, _kwargs)
431 return val
432 def GetLabel(self, *_args, **_kwargs):
433 val = apply(controlsc.wxStaticText_GetLabel,(self,) + _args, _kwargs)
434 return val
435 def SetLabel(self, *_args, **_kwargs):
436 val = apply(controlsc.wxStaticText_SetLabel,(self,) + _args, _kwargs)
437 return val
438 def __repr__(self):
439 return "<C wxStaticText instance at %s>" % (self.this,)
440 class wxStaticText(wxStaticTextPtr):
441 def __init__(self,*_args,**_kwargs):
442 self.this = apply(controlsc.new_wxStaticText,_args,_kwargs)
443 self.thisown = 1
444 self._setOORInfo(self)
445
446
447
448 def wxPreStaticText(*_args,**_kwargs):
449 val = wxStaticTextPtr(apply(controlsc.new_wxPreStaticText,_args,_kwargs))
450 val.thisown = 1
451 val._setOORInfo(val)
452 return val
453
454
455 class wxListBoxPtr(wxControlWithItemsPtr):
456 def __init__(self,this):
457 self.this = this
458 self.thisown = 0
459 def Create(self, *_args, **_kwargs):
460 val = apply(controlsc.wxListBox_Create,(self,) + _args, _kwargs)
461 return val
462 def Clear(self, *_args, **_kwargs):
463 val = apply(controlsc.wxListBox_Clear,(self,) + _args, _kwargs)
464 return val
465 def Deselect(self, *_args, **_kwargs):
466 val = apply(controlsc.wxListBox_Deselect,(self,) + _args, _kwargs)
467 return val
468 def GetSelections(self, *_args, **_kwargs):
469 val = apply(controlsc.wxListBox_GetSelections,(self,) + _args, _kwargs)
470 return val
471 def InsertItems(self, *_args, **_kwargs):
472 val = apply(controlsc.wxListBox_InsertItems,(self,) + _args, _kwargs)
473 return val
474 def IsSelected(self, *_args, **_kwargs):
475 val = apply(controlsc.wxListBox_IsSelected,(self,) + _args, _kwargs)
476 return val
477 def Selected(self, *_args, **_kwargs):
478 val = apply(controlsc.wxListBox_Selected,(self,) + _args, _kwargs)
479 return val
480 def Set(self, *_args, **_kwargs):
481 val = apply(controlsc.wxListBox_Set,(self,) + _args, _kwargs)
482 return val
483 def SetFirstItem(self, *_args, **_kwargs):
484 val = apply(controlsc.wxListBox_SetFirstItem,(self,) + _args, _kwargs)
485 return val
486 def SetFirstItemStr(self, *_args, **_kwargs):
487 val = apply(controlsc.wxListBox_SetFirstItemStr,(self,) + _args, _kwargs)
488 return val
489 def SetSelection(self, *_args, **_kwargs):
490 val = apply(controlsc.wxListBox_SetSelection,(self,) + _args, _kwargs)
491 return val
492 def SetString(self, *_args, **_kwargs):
493 val = apply(controlsc.wxListBox_SetString,(self,) + _args, _kwargs)
494 return val
495 def SetStringSelection(self, *_args, **_kwargs):
496 val = apply(controlsc.wxListBox_SetStringSelection,(self,) + _args, _kwargs)
497 return val
498 def __repr__(self):
499 return "<C wxListBox instance at %s>" % (self.this,)
500 class wxListBox(wxListBoxPtr):
501 def __init__(self,*_args,**_kwargs):
502 self.this = apply(controlsc.new_wxListBox,_args,_kwargs)
503 self.thisown = 1
504 self._setOORInfo(self)
505
506
507
508 def wxPreListBox(*_args,**_kwargs):
509 val = wxListBoxPtr(apply(controlsc.new_wxPreListBox,_args,_kwargs))
510 val.thisown = 1
511 val._setOORInfo(val)
512 return val
513
514
515 class wxCheckListBoxPtr(wxListBoxPtr):
516 def __init__(self,this):
517 self.this = this
518 self.thisown = 0
519 def Create(self, *_args, **_kwargs):
520 val = apply(controlsc.wxCheckListBox_Create,(self,) + _args, _kwargs)
521 return val
522 def IsChecked(self, *_args, **_kwargs):
523 val = apply(controlsc.wxCheckListBox_IsChecked,(self,) + _args, _kwargs)
524 return val
525 def Check(self, *_args, **_kwargs):
526 val = apply(controlsc.wxCheckListBox_Check,(self,) + _args, _kwargs)
527 return val
528 def InsertItems(self, *_args, **_kwargs):
529 val = apply(controlsc.wxCheckListBox_InsertItems,(self,) + _args, _kwargs)
530 return val
531 def __repr__(self):
532 return "<C wxCheckListBox instance at %s>" % (self.this,)
533 class wxCheckListBox(wxCheckListBoxPtr):
534 def __init__(self,*_args,**_kwargs):
535 self.this = apply(controlsc.new_wxCheckListBox,_args,_kwargs)
536 self.thisown = 1
537 self._setOORInfo(self)
538
539
540
541 def wxPreCheckListBox(*_args,**_kwargs):
542 val = wxCheckListBoxPtr(apply(controlsc.new_wxPreCheckListBox,_args,_kwargs))
543 val.thisown = 1
544 val._setOORInfo(val)
545 return val
546
547
548 class wxTextAttrPtr :
549 def __init__(self,this):
550 self.this = this
551 self.thisown = 0
552 def __del__(self,controlsc=controlsc):
553 if self.thisown == 1 :
554 controlsc.delete_wxTextAttr(self)
555 def SetTextColour(self, *_args, **_kwargs):
556 val = apply(controlsc.wxTextAttr_SetTextColour,(self,) + _args, _kwargs)
557 return val
558 def SetBackgroundColour(self, *_args, **_kwargs):
559 val = apply(controlsc.wxTextAttr_SetBackgroundColour,(self,) + _args, _kwargs)
560 return val
561 def SetFont(self, *_args, **_kwargs):
562 val = apply(controlsc.wxTextAttr_SetFont,(self,) + _args, _kwargs)
563 return val
564 def HasTextColour(self, *_args, **_kwargs):
565 val = apply(controlsc.wxTextAttr_HasTextColour,(self,) + _args, _kwargs)
566 return val
567 def HasBackgroundColour(self, *_args, **_kwargs):
568 val = apply(controlsc.wxTextAttr_HasBackgroundColour,(self,) + _args, _kwargs)
569 return val
570 def HasFont(self, *_args, **_kwargs):
571 val = apply(controlsc.wxTextAttr_HasFont,(self,) + _args, _kwargs)
572 return val
573 def GetTextColour(self, *_args, **_kwargs):
574 val = apply(controlsc.wxTextAttr_GetTextColour,(self,) + _args, _kwargs)
575 if val: val = wxColourPtr(val)
576 return val
577 def GetBackgroundColour(self, *_args, **_kwargs):
578 val = apply(controlsc.wxTextAttr_GetBackgroundColour,(self,) + _args, _kwargs)
579 if val: val = wxColourPtr(val)
580 return val
581 def GetFont(self, *_args, **_kwargs):
582 val = apply(controlsc.wxTextAttr_GetFont,(self,) + _args, _kwargs)
583 if val: val = wxFontPtr(val)
584 return val
585 def __repr__(self):
586 return "<C wxTextAttr instance at %s>" % (self.this,)
587 class wxTextAttr(wxTextAttrPtr):
588 def __init__(self,*_args,**_kwargs):
589 self.this = apply(controlsc.new_wxTextAttr,_args,_kwargs)
590 self.thisown = 1
591
592
593
594
595 class wxTextCtrlPtr(wxControlPtr):
596 def __init__(self,this):
597 self.this = this
598 self.thisown = 0
599 def Create(self, *_args, **_kwargs):
600 val = apply(controlsc.wxTextCtrl_Create,(self,) + _args, _kwargs)
601 return val
602 def Clear(self, *_args, **_kwargs):
603 val = apply(controlsc.wxTextCtrl_Clear,(self,) + _args, _kwargs)
604 return val
605 def Copy(self, *_args, **_kwargs):
606 val = apply(controlsc.wxTextCtrl_Copy,(self,) + _args, _kwargs)
607 return val
608 def Cut(self, *_args, **_kwargs):
609 val = apply(controlsc.wxTextCtrl_Cut,(self,) + _args, _kwargs)
610 return val
611 def DiscardEdits(self, *_args, **_kwargs):
612 val = apply(controlsc.wxTextCtrl_DiscardEdits,(self,) + _args, _kwargs)
613 return val
614 def GetInsertionPoint(self, *_args, **_kwargs):
615 val = apply(controlsc.wxTextCtrl_GetInsertionPoint,(self,) + _args, _kwargs)
616 return val
617 def GetLastPosition(self, *_args, **_kwargs):
618 val = apply(controlsc.wxTextCtrl_GetLastPosition,(self,) + _args, _kwargs)
619 return val
620 def GetLineLength(self, *_args, **_kwargs):
621 val = apply(controlsc.wxTextCtrl_GetLineLength,(self,) + _args, _kwargs)
622 return val
623 def GetLineText(self, *_args, **_kwargs):
624 val = apply(controlsc.wxTextCtrl_GetLineText,(self,) + _args, _kwargs)
625 return val
626 def GetNumberOfLines(self, *_args, **_kwargs):
627 val = apply(controlsc.wxTextCtrl_GetNumberOfLines,(self,) + _args, _kwargs)
628 return val
629 def GetValue(self, *_args, **_kwargs):
630 val = apply(controlsc.wxTextCtrl_GetValue,(self,) + _args, _kwargs)
631 return val
632 def IsModified(self, *_args, **_kwargs):
633 val = apply(controlsc.wxTextCtrl_IsModified,(self,) + _args, _kwargs)
634 return val
635 def LoadFile(self, *_args, **_kwargs):
636 val = apply(controlsc.wxTextCtrl_LoadFile,(self,) + _args, _kwargs)
637 return val
638 def Paste(self, *_args, **_kwargs):
639 val = apply(controlsc.wxTextCtrl_Paste,(self,) + _args, _kwargs)
640 return val
641 def PositionToXY(self, *_args, **_kwargs):
642 val = apply(controlsc.wxTextCtrl_PositionToXY,(self,) + _args, _kwargs)
643 return val
644 def Remove(self, *_args, **_kwargs):
645 val = apply(controlsc.wxTextCtrl_Remove,(self,) + _args, _kwargs)
646 return val
647 def Replace(self, *_args, **_kwargs):
648 val = apply(controlsc.wxTextCtrl_Replace,(self,) + _args, _kwargs)
649 return val
650 def SaveFile(self, *_args, **_kwargs):
651 val = apply(controlsc.wxTextCtrl_SaveFile,(self,) + _args, _kwargs)
652 return val
653 def SetEditable(self, *_args, **_kwargs):
654 val = apply(controlsc.wxTextCtrl_SetEditable,(self,) + _args, _kwargs)
655 return val
656 def SetInsertionPoint(self, *_args, **_kwargs):
657 val = apply(controlsc.wxTextCtrl_SetInsertionPoint,(self,) + _args, _kwargs)
658 return val
659 def SetInsertionPointEnd(self, *_args, **_kwargs):
660 val = apply(controlsc.wxTextCtrl_SetInsertionPointEnd,(self,) + _args, _kwargs)
661 return val
662 def SetSelection(self, *_args, **_kwargs):
663 val = apply(controlsc.wxTextCtrl_SetSelection,(self,) + _args, _kwargs)
664 return val
665 def SetValue(self, *_args, **_kwargs):
666 val = apply(controlsc.wxTextCtrl_SetValue,(self,) + _args, _kwargs)
667 return val
668 def ShowPosition(self, *_args, **_kwargs):
669 val = apply(controlsc.wxTextCtrl_ShowPosition,(self,) + _args, _kwargs)
670 return val
671 def WriteText(self, *_args, **_kwargs):
672 val = apply(controlsc.wxTextCtrl_WriteText,(self,) + _args, _kwargs)
673 return val
674 def AppendText(self, *_args, **_kwargs):
675 val = apply(controlsc.wxTextCtrl_AppendText,(self,) + _args, _kwargs)
676 return val
677 def XYToPosition(self, *_args, **_kwargs):
678 val = apply(controlsc.wxTextCtrl_XYToPosition,(self,) + _args, _kwargs)
679 return val
680 def CanCopy(self, *_args, **_kwargs):
681 val = apply(controlsc.wxTextCtrl_CanCopy,(self,) + _args, _kwargs)
682 return val
683 def CanCut(self, *_args, **_kwargs):
684 val = apply(controlsc.wxTextCtrl_CanCut,(self,) + _args, _kwargs)
685 return val
686 def CanPaste(self, *_args, **_kwargs):
687 val = apply(controlsc.wxTextCtrl_CanPaste,(self,) + _args, _kwargs)
688 return val
689 def CanRedo(self, *_args, **_kwargs):
690 val = apply(controlsc.wxTextCtrl_CanRedo,(self,) + _args, _kwargs)
691 return val
692 def CanUndo(self, *_args, **_kwargs):
693 val = apply(controlsc.wxTextCtrl_CanUndo,(self,) + _args, _kwargs)
694 return val
695 def GetSelection(self, *_args, **_kwargs):
696 val = apply(controlsc.wxTextCtrl_GetSelection,(self,) + _args, _kwargs)
697 return val
698 def IsEditable(self, *_args, **_kwargs):
699 val = apply(controlsc.wxTextCtrl_IsEditable,(self,) + _args, _kwargs)
700 return val
701 def Undo(self, *_args, **_kwargs):
702 val = apply(controlsc.wxTextCtrl_Undo,(self,) + _args, _kwargs)
703 return val
704 def Redo(self, *_args, **_kwargs):
705 val = apply(controlsc.wxTextCtrl_Redo,(self,) + _args, _kwargs)
706 return val
707 def SetStyle(self, *_args, **_kwargs):
708 val = apply(controlsc.wxTextCtrl_SetStyle,(self,) + _args, _kwargs)
709 return val
710 def SetDefaultStyle(self, *_args, **_kwargs):
711 val = apply(controlsc.wxTextCtrl_SetDefaultStyle,(self,) + _args, _kwargs)
712 return val
713 def GetDefaultStyle(self, *_args, **_kwargs):
714 val = apply(controlsc.wxTextCtrl_GetDefaultStyle,(self,) + _args, _kwargs)
715 if val: val = wxTextAttrPtr(val)
716 return val
717 def SetMaxLength(self, *_args, **_kwargs):
718 val = apply(controlsc.wxTextCtrl_SetMaxLength,(self,) + _args, _kwargs)
719 return val
720 def write(self, *_args, **_kwargs):
721 val = apply(controlsc.wxTextCtrl_write,(self,) + _args, _kwargs)
722 return val
723 def __repr__(self):
724 return "<C wxTextCtrl instance at %s>" % (self.this,)
725 class wxTextCtrl(wxTextCtrlPtr):
726 def __init__(self,*_args,**_kwargs):
727 self.this = apply(controlsc.new_wxTextCtrl,_args,_kwargs)
728 self.thisown = 1
729 self._setOORInfo(self)
730
731
732
733 def wxPreTextCtrl(*_args,**_kwargs):
734 val = wxTextCtrlPtr(apply(controlsc.new_wxPreTextCtrl,_args,_kwargs))
735 val.thisown = 1
736 val._setOORInfo(val)
737 return val
738
739
740 class wxScrollBarPtr(wxControlPtr):
741 def __init__(self,this):
742 self.this = this
743 self.thisown = 0
744 def Create(self, *_args, **_kwargs):
745 val = apply(controlsc.wxScrollBar_Create,(self,) + _args, _kwargs)
746 return val
747 def GetRange(self, *_args, **_kwargs):
748 val = apply(controlsc.wxScrollBar_GetRange,(self,) + _args, _kwargs)
749 return val
750 def GetPageSize(self, *_args, **_kwargs):
751 val = apply(controlsc.wxScrollBar_GetPageSize,(self,) + _args, _kwargs)
752 return val
753 def GetThumbPosition(self, *_args, **_kwargs):
754 val = apply(controlsc.wxScrollBar_GetThumbPosition,(self,) + _args, _kwargs)
755 return val
756 def GetThumbSize(self, *_args, **_kwargs):
757 val = apply(controlsc.wxScrollBar_GetThumbSize,(self,) + _args, _kwargs)
758 return val
759 def GetThumbLength(self, *_args, **_kwargs):
760 val = apply(controlsc.wxScrollBar_GetThumbLength,(self,) + _args, _kwargs)
761 return val
762 def SetThumbPosition(self, *_args, **_kwargs):
763 val = apply(controlsc.wxScrollBar_SetThumbPosition,(self,) + _args, _kwargs)
764 return val
765 def SetScrollbar(self, *_args, **_kwargs):
766 val = apply(controlsc.wxScrollBar_SetScrollbar,(self,) + _args, _kwargs)
767 return val
768 def __repr__(self):
769 return "<C wxScrollBar instance at %s>" % (self.this,)
770 class wxScrollBar(wxScrollBarPtr):
771 def __init__(self,*_args,**_kwargs):
772 self.this = apply(controlsc.new_wxScrollBar,_args,_kwargs)
773 self.thisown = 1
774 self._setOORInfo(self)
775
776
777
778 def wxPreScrollBar(*_args,**_kwargs):
779 val = wxScrollBarPtr(apply(controlsc.new_wxPreScrollBar,_args,_kwargs))
780 val.thisown = 1
781 val._setOORInfo(val)
782 return val
783
784
785 class wxSpinButtonPtr(wxControlPtr):
786 def __init__(self,this):
787 self.this = this
788 self.thisown = 0
789 def Create(self, *_args, **_kwargs):
790 val = apply(controlsc.wxSpinButton_Create,(self,) + _args, _kwargs)
791 return val
792 def GetMax(self, *_args, **_kwargs):
793 val = apply(controlsc.wxSpinButton_GetMax,(self,) + _args, _kwargs)
794 return val
795 def GetMin(self, *_args, **_kwargs):
796 val = apply(controlsc.wxSpinButton_GetMin,(self,) + _args, _kwargs)
797 return val
798 def GetValue(self, *_args, **_kwargs):
799 val = apply(controlsc.wxSpinButton_GetValue,(self,) + _args, _kwargs)
800 return val
801 def SetRange(self, *_args, **_kwargs):
802 val = apply(controlsc.wxSpinButton_SetRange,(self,) + _args, _kwargs)
803 return val
804 def SetValue(self, *_args, **_kwargs):
805 val = apply(controlsc.wxSpinButton_SetValue,(self,) + _args, _kwargs)
806 return val
807 def __repr__(self):
808 return "<C wxSpinButton instance at %s>" % (self.this,)
809 class wxSpinButton(wxSpinButtonPtr):
810 def __init__(self,*_args,**_kwargs):
811 self.this = apply(controlsc.new_wxSpinButton,_args,_kwargs)
812 self.thisown = 1
813 self._setOORInfo(self)
814
815
816
817 def wxPreSpinButton(*_args,**_kwargs):
818 val = wxSpinButtonPtr(apply(controlsc.new_wxPreSpinButton,_args,_kwargs))
819 val.thisown = 1
820 val._setOORInfo(val)
821 return val
822
823
824 class wxStaticBitmapPtr(wxControlPtr):
825 def __init__(self,this):
826 self.this = this
827 self.thisown = 0
828 def Create(self, *_args, **_kwargs):
829 val = apply(controlsc.wxStaticBitmap_Create,(self,) + _args, _kwargs)
830 return val
831 def GetBitmap(self, *_args, **_kwargs):
832 val = apply(controlsc.wxStaticBitmap_GetBitmap,(self,) + _args, _kwargs)
833 if val: val = wxBitmapPtr(val)
834 return val
835 def SetBitmap(self, *_args, **_kwargs):
836 val = apply(controlsc.wxStaticBitmap_SetBitmap,(self,) + _args, _kwargs)
837 return val
838 def SetIcon(self, *_args, **_kwargs):
839 val = apply(controlsc.wxStaticBitmap_SetIcon,(self,) + _args, _kwargs)
840 return val
841 def __repr__(self):
842 return "<C wxStaticBitmap instance at %s>" % (self.this,)
843 class wxStaticBitmap(wxStaticBitmapPtr):
844 def __init__(self,*_args,**_kwargs):
845 self.this = apply(controlsc.new_wxStaticBitmap,_args,_kwargs)
846 self.thisown = 1
847 self._setOORInfo(self)
848
849
850
851 def wxPreStaticBitmap(*_args,**_kwargs):
852 val = wxStaticBitmapPtr(apply(controlsc.new_wxPreStaticBitmap,_args,_kwargs))
853 val.thisown = 1
854 val._setOORInfo(val)
855 return val
856
857
858 class wxRadioBoxPtr(wxControlPtr):
859 def __init__(self,this):
860 self.this = this
861 self.thisown = 0
862 def Create(self, *_args, **_kwargs):
863 val = apply(controlsc.wxRadioBox_Create,(self,) + _args, _kwargs)
864 return val
865 def Enable(self, *_args, **_kwargs):
866 val = apply(controlsc.wxRadioBox_Enable,(self,) + _args, _kwargs)
867 return val
868 def EnableItem(self, *_args, **_kwargs):
869 val = apply(controlsc.wxRadioBox_EnableItem,(self,) + _args, _kwargs)
870 return val
871 def FindString(self, *_args, **_kwargs):
872 val = apply(controlsc.wxRadioBox_FindString,(self,) + _args, _kwargs)
873 return val
874 def GetString(self, *_args, **_kwargs):
875 val = apply(controlsc.wxRadioBox_GetString,(self,) + _args, _kwargs)
876 return val
877 def SetString(self, *_args, **_kwargs):
878 val = apply(controlsc.wxRadioBox_SetString,(self,) + _args, _kwargs)
879 return val
880 def GetColumnCount(self, *_args, **_kwargs):
881 val = apply(controlsc.wxRadioBox_GetColumnCount,(self,) + _args, _kwargs)
882 return val
883 def GetRowCount(self, *_args, **_kwargs):
884 val = apply(controlsc.wxRadioBox_GetRowCount,(self,) + _args, _kwargs)
885 return val
886 def GetSelection(self, *_args, **_kwargs):
887 val = apply(controlsc.wxRadioBox_GetSelection,(self,) + _args, _kwargs)
888 return val
889 def GetStringSelection(self, *_args, **_kwargs):
890 val = apply(controlsc.wxRadioBox_GetStringSelection,(self,) + _args, _kwargs)
891 return val
892 def GetCount(self, *_args, **_kwargs):
893 val = apply(controlsc.wxRadioBox_GetCount,(self,) + _args, _kwargs)
894 return val
895 def SetSelection(self, *_args, **_kwargs):
896 val = apply(controlsc.wxRadioBox_SetSelection,(self,) + _args, _kwargs)
897 return val
898 def SetStringSelection(self, *_args, **_kwargs):
899 val = apply(controlsc.wxRadioBox_SetStringSelection,(self,) + _args, _kwargs)
900 return val
901 def Show(self, *_args, **_kwargs):
902 val = apply(controlsc.wxRadioBox_Show,(self,) + _args, _kwargs)
903 return val
904 def ShowItem(self, *_args, **_kwargs):
905 val = apply(controlsc.wxRadioBox_ShowItem,(self,) + _args, _kwargs)
906 return val
907 def __repr__(self):
908 return "<C wxRadioBox instance at %s>" % (self.this,)
909
910 GetItemLabel = GetString
911 SetItemLabel = SetString
912
913 Number = GetCount
914 class wxRadioBox(wxRadioBoxPtr):
915 def __init__(self,*_args,**_kwargs):
916 self.this = apply(controlsc.new_wxRadioBox,_args,_kwargs)
917 self.thisown = 1
918 self._setOORInfo(self)
919
920
921
922 def wxPreRadioBox(*_args,**_kwargs):
923 val = wxRadioBoxPtr(apply(controlsc.new_wxPreRadioBox,_args,_kwargs))
924 val.thisown = 1
925 val._setOORInfo(val)
926 return val
927
928
929 class wxRadioButtonPtr(wxControlPtr):
930 def __init__(self,this):
931 self.this = this
932 self.thisown = 0
933 def Create(self, *_args, **_kwargs):
934 val = apply(controlsc.wxRadioButton_Create,(self,) + _args, _kwargs)
935 return val
936 def GetValue(self, *_args, **_kwargs):
937 val = apply(controlsc.wxRadioButton_GetValue,(self,) + _args, _kwargs)
938 return val
939 def SetValue(self, *_args, **_kwargs):
940 val = apply(controlsc.wxRadioButton_SetValue,(self,) + _args, _kwargs)
941 return val
942 def __repr__(self):
943 return "<C wxRadioButton instance at %s>" % (self.this,)
944 class wxRadioButton(wxRadioButtonPtr):
945 def __init__(self,*_args,**_kwargs):
946 self.this = apply(controlsc.new_wxRadioButton,_args,_kwargs)
947 self.thisown = 1
948 self._setOORInfo(self)
949
950
951
952 def wxPreRadioButton(*_args,**_kwargs):
953 val = wxRadioButtonPtr(apply(controlsc.new_wxPreRadioButton,_args,_kwargs))
954 val.thisown = 1
955 val._setOORInfo(val)
956 return val
957
958
959 class wxSliderPtr(wxControlPtr):
960 def __init__(self,this):
961 self.this = this
962 self.thisown = 0
963 def Create(self, *_args, **_kwargs):
964 val = apply(controlsc.wxSlider_Create,(self,) + _args, _kwargs)
965 return val
966 def ClearSel(self, *_args, **_kwargs):
967 val = apply(controlsc.wxSlider_ClearSel,(self,) + _args, _kwargs)
968 return val
969 def ClearTicks(self, *_args, **_kwargs):
970 val = apply(controlsc.wxSlider_ClearTicks,(self,) + _args, _kwargs)
971 return val
972 def GetLineSize(self, *_args, **_kwargs):
973 val = apply(controlsc.wxSlider_GetLineSize,(self,) + _args, _kwargs)
974 return val
975 def GetMax(self, *_args, **_kwargs):
976 val = apply(controlsc.wxSlider_GetMax,(self,) + _args, _kwargs)
977 return val
978 def GetMin(self, *_args, **_kwargs):
979 val = apply(controlsc.wxSlider_GetMin,(self,) + _args, _kwargs)
980 return val
981 def GetPageSize(self, *_args, **_kwargs):
982 val = apply(controlsc.wxSlider_GetPageSize,(self,) + _args, _kwargs)
983 return val
984 def GetSelEnd(self, *_args, **_kwargs):
985 val = apply(controlsc.wxSlider_GetSelEnd,(self,) + _args, _kwargs)
986 return val
987 def GetSelStart(self, *_args, **_kwargs):
988 val = apply(controlsc.wxSlider_GetSelStart,(self,) + _args, _kwargs)
989 return val
990 def GetThumbLength(self, *_args, **_kwargs):
991 val = apply(controlsc.wxSlider_GetThumbLength,(self,) + _args, _kwargs)
992 return val
993 def GetTickFreq(self, *_args, **_kwargs):
994 val = apply(controlsc.wxSlider_GetTickFreq,(self,) + _args, _kwargs)
995 return val
996 def GetValue(self, *_args, **_kwargs):
997 val = apply(controlsc.wxSlider_GetValue,(self,) + _args, _kwargs)
998 return val
999 def SetRange(self, *_args, **_kwargs):
1000 val = apply(controlsc.wxSlider_SetRange,(self,) + _args, _kwargs)
1001 return val
1002 def SetTickFreq(self, *_args, **_kwargs):
1003 val = apply(controlsc.wxSlider_SetTickFreq,(self,) + _args, _kwargs)
1004 return val
1005 def SetLineSize(self, *_args, **_kwargs):
1006 val = apply(controlsc.wxSlider_SetLineSize,(self,) + _args, _kwargs)
1007 return val
1008 def SetPageSize(self, *_args, **_kwargs):
1009 val = apply(controlsc.wxSlider_SetPageSize,(self,) + _args, _kwargs)
1010 return val
1011 def SetSelection(self, *_args, **_kwargs):
1012 val = apply(controlsc.wxSlider_SetSelection,(self,) + _args, _kwargs)
1013 return val
1014 def SetThumbLength(self, *_args, **_kwargs):
1015 val = apply(controlsc.wxSlider_SetThumbLength,(self,) + _args, _kwargs)
1016 return val
1017 def SetTick(self, *_args, **_kwargs):
1018 val = apply(controlsc.wxSlider_SetTick,(self,) + _args, _kwargs)
1019 return val
1020 def SetValue(self, *_args, **_kwargs):
1021 val = apply(controlsc.wxSlider_SetValue,(self,) + _args, _kwargs)
1022 return val
1023 def __repr__(self):
1024 return "<C wxSlider instance at %s>" % (self.this,)
1025 class wxSlider(wxSliderPtr):
1026 def __init__(self,*_args,**_kwargs):
1027 self.this = apply(controlsc.new_wxSlider,_args,_kwargs)
1028 self.thisown = 1
1029 self._setOORInfo(self)
1030
1031
1032
1033 def wxPreSlider(*_args,**_kwargs):
1034 val = wxSliderPtr(apply(controlsc.new_wxPreSlider,_args,_kwargs))
1035 val.thisown = 1
1036 val._setOORInfo(val)
1037 return val
1038
1039
1040 class wxSpinCtrlPtr(wxSpinButtonPtr):
1041 def __init__(self,this):
1042 self.this = this
1043 self.thisown = 0
1044 def Create(self, *_args, **_kwargs):
1045 val = apply(controlsc.wxSpinCtrl_Create,(self,) + _args, _kwargs)
1046 return val
1047 def GetMax(self, *_args, **_kwargs):
1048 val = apply(controlsc.wxSpinCtrl_GetMax,(self,) + _args, _kwargs)
1049 return val
1050 def GetMin(self, *_args, **_kwargs):
1051 val = apply(controlsc.wxSpinCtrl_GetMin,(self,) + _args, _kwargs)
1052 return val
1053 def GetValue(self, *_args, **_kwargs):
1054 val = apply(controlsc.wxSpinCtrl_GetValue,(self,) + _args, _kwargs)
1055 return val
1056 def SetRange(self, *_args, **_kwargs):
1057 val = apply(controlsc.wxSpinCtrl_SetRange,(self,) + _args, _kwargs)
1058 return val
1059 def SetValue(self, *_args, **_kwargs):
1060 val = apply(controlsc.wxSpinCtrl_SetValue,(self,) + _args, _kwargs)
1061 return val
1062 def __repr__(self):
1063 return "<C wxSpinCtrl instance at %s>" % (self.this,)
1064 class wxSpinCtrl(wxSpinCtrlPtr):
1065 def __init__(self,*_args,**_kwargs):
1066 self.this = apply(controlsc.new_wxSpinCtrl,_args,_kwargs)
1067 self.thisown = 1
1068 self._setOORInfo(self)
1069
1070
1071
1072 def wxPreSpinCtrl(*_args,**_kwargs):
1073 val = wxSpinCtrlPtr(apply(controlsc.new_wxPreSpinCtrl,_args,_kwargs))
1074 val.thisown = 1
1075 val._setOORInfo(val)
1076 return val
1077
1078
1079
1080
1081 #-------------- FUNCTION WRAPPERS ------------------
1082
1083 def wxButton_GetDefaultSize(*_args, **_kwargs):
1084 val = apply(controlsc.wxButton_GetDefaultSize,_args,_kwargs)
1085 if val: val = wxSizePtr(val); val.thisown = 1
1086 return val
1087
1088
1089
1090 #-------------- VARIABLE WRAPPERS ------------------
1091
1092 cvar = controlsc.cvar
1093 wxDefaultValidator = wxValidatorPtr(controlsc.cvar.wxDefaultValidator)