]> git.saurik.com Git - wxWidgets.git/blob - wxPython/src/mac/controls.py
SWIGged updates for wxMac
[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) ; val.thisown = 1
137 return val
138 def GetBitmapDisabled(self, *_args, **_kwargs):
139 val = apply(controlsc.wxBitmapButton_GetBitmapDisabled,(self,) + _args, _kwargs)
140 if val: val = wxBitmapPtr(val) ; val.thisown = 1
141 return val
142 def GetBitmapFocus(self, *_args, **_kwargs):
143 val = apply(controlsc.wxBitmapButton_GetBitmapFocus,(self,) + _args, _kwargs)
144 if val: val = wxBitmapPtr(val) ; val.thisown = 1
145 return val
146 def GetBitmapSelected(self, *_args, **_kwargs):
147 val = apply(controlsc.wxBitmapButton_GetBitmapSelected,(self,) + _args, _kwargs)
148 if val: val = wxBitmapPtr(val) ; val.thisown = 1
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) ; val.thisown = 1
576 return val
577 def GetBackgroundColour(self, *_args, **_kwargs):
578 val = apply(controlsc.wxTextAttr_GetBackgroundColour,(self,) + _args, _kwargs)
579 if val: val = wxColourPtr(val) ; val.thisown = 1
580 return val
581 def GetFont(self, *_args, **_kwargs):
582 val = apply(controlsc.wxTextAttr_GetFont,(self,) + _args, _kwargs)
583 if val: val = wxFontPtr(val) ; val.thisown = 1
584 return val
585 def IsDefault(self, *_args, **_kwargs):
586 val = apply(controlsc.wxTextAttr_IsDefault,(self,) + _args, _kwargs)
587 return val
588 def __repr__(self):
589 return "<C wxTextAttr instance at %s>" % (self.this,)
590 class wxTextAttr(wxTextAttrPtr):
591 def __init__(self,*_args,**_kwargs):
592 self.this = apply(controlsc.new_wxTextAttr,_args,_kwargs)
593 self.thisown = 1
594
595
596
597
598 class wxTextCtrlPtr(wxControlPtr):
599 def __init__(self,this):
600 self.this = this
601 self.thisown = 0
602 def Create(self, *_args, **_kwargs):
603 val = apply(controlsc.wxTextCtrl_Create,(self,) + _args, _kwargs)
604 return val
605 def GetValue(self, *_args, **_kwargs):
606 val = apply(controlsc.wxTextCtrl_GetValue,(self,) + _args, _kwargs)
607 return val
608 def SetValue(self, *_args, **_kwargs):
609 val = apply(controlsc.wxTextCtrl_SetValue,(self,) + _args, _kwargs)
610 return val
611 def GetRange(self, *_args, **_kwargs):
612 val = apply(controlsc.wxTextCtrl_GetRange,(self,) + _args, _kwargs)
613 return val
614 def GetLineLength(self, *_args, **_kwargs):
615 val = apply(controlsc.wxTextCtrl_GetLineLength,(self,) + _args, _kwargs)
616 return val
617 def GetLineText(self, *_args, **_kwargs):
618 val = apply(controlsc.wxTextCtrl_GetLineText,(self,) + _args, _kwargs)
619 return val
620 def GetNumberOfLines(self, *_args, **_kwargs):
621 val = apply(controlsc.wxTextCtrl_GetNumberOfLines,(self,) + _args, _kwargs)
622 return val
623 def IsModified(self, *_args, **_kwargs):
624 val = apply(controlsc.wxTextCtrl_IsModified,(self,) + _args, _kwargs)
625 return val
626 def IsEditable(self, *_args, **_kwargs):
627 val = apply(controlsc.wxTextCtrl_IsEditable,(self,) + _args, _kwargs)
628 return val
629 def GetSelection(self, *_args, **_kwargs):
630 val = apply(controlsc.wxTextCtrl_GetSelection,(self,) + _args, _kwargs)
631 return val
632 def GetStringSelection(self, *_args, **_kwargs):
633 val = apply(controlsc.wxTextCtrl_GetStringSelection,(self,) + _args, _kwargs)
634 return val
635 def Clear(self, *_args, **_kwargs):
636 val = apply(controlsc.wxTextCtrl_Clear,(self,) + _args, _kwargs)
637 return val
638 def Replace(self, *_args, **_kwargs):
639 val = apply(controlsc.wxTextCtrl_Replace,(self,) + _args, _kwargs)
640 return val
641 def Remove(self, *_args, **_kwargs):
642 val = apply(controlsc.wxTextCtrl_Remove,(self,) + _args, _kwargs)
643 return val
644 def LoadFile(self, *_args, **_kwargs):
645 val = apply(controlsc.wxTextCtrl_LoadFile,(self,) + _args, _kwargs)
646 return val
647 def SaveFile(self, *_args, **_kwargs):
648 val = apply(controlsc.wxTextCtrl_SaveFile,(self,) + _args, _kwargs)
649 return val
650 def DiscardEdits(self, *_args, **_kwargs):
651 val = apply(controlsc.wxTextCtrl_DiscardEdits,(self,) + _args, _kwargs)
652 return val
653 def SetMaxLength(self, *_args, **_kwargs):
654 val = apply(controlsc.wxTextCtrl_SetMaxLength,(self,) + _args, _kwargs)
655 return val
656 def WriteText(self, *_args, **_kwargs):
657 val = apply(controlsc.wxTextCtrl_WriteText,(self,) + _args, _kwargs)
658 return val
659 def AppendText(self, *_args, **_kwargs):
660 val = apply(controlsc.wxTextCtrl_AppendText,(self,) + _args, _kwargs)
661 return val
662 def SetStyle(self, *_args, **_kwargs):
663 val = apply(controlsc.wxTextCtrl_SetStyle,(self,) + _args, _kwargs)
664 return val
665 def SetDefaultStyle(self, *_args, **_kwargs):
666 val = apply(controlsc.wxTextCtrl_SetDefaultStyle,(self,) + _args, _kwargs)
667 return val
668 def GetDefaultStyle(self, *_args, **_kwargs):
669 val = apply(controlsc.wxTextCtrl_GetDefaultStyle,(self,) + _args, _kwargs)
670 if val: val = wxTextAttrPtr(val)
671 return val
672 def XYToPosition(self, *_args, **_kwargs):
673 val = apply(controlsc.wxTextCtrl_XYToPosition,(self,) + _args, _kwargs)
674 return val
675 def PositionToXY(self, *_args, **_kwargs):
676 val = apply(controlsc.wxTextCtrl_PositionToXY,(self,) + _args, _kwargs)
677 return val
678 def ShowPosition(self, *_args, **_kwargs):
679 val = apply(controlsc.wxTextCtrl_ShowPosition,(self,) + _args, _kwargs)
680 return val
681 def Copy(self, *_args, **_kwargs):
682 val = apply(controlsc.wxTextCtrl_Copy,(self,) + _args, _kwargs)
683 return val
684 def Cut(self, *_args, **_kwargs):
685 val = apply(controlsc.wxTextCtrl_Cut,(self,) + _args, _kwargs)
686 return val
687 def Paste(self, *_args, **_kwargs):
688 val = apply(controlsc.wxTextCtrl_Paste,(self,) + _args, _kwargs)
689 return val
690 def CanCopy(self, *_args, **_kwargs):
691 val = apply(controlsc.wxTextCtrl_CanCopy,(self,) + _args, _kwargs)
692 return val
693 def CanCut(self, *_args, **_kwargs):
694 val = apply(controlsc.wxTextCtrl_CanCut,(self,) + _args, _kwargs)
695 return val
696 def CanPaste(self, *_args, **_kwargs):
697 val = apply(controlsc.wxTextCtrl_CanPaste,(self,) + _args, _kwargs)
698 return val
699 def Undo(self, *_args, **_kwargs):
700 val = apply(controlsc.wxTextCtrl_Undo,(self,) + _args, _kwargs)
701 return val
702 def Redo(self, *_args, **_kwargs):
703 val = apply(controlsc.wxTextCtrl_Redo,(self,) + _args, _kwargs)
704 return val
705 def CanUndo(self, *_args, **_kwargs):
706 val = apply(controlsc.wxTextCtrl_CanUndo,(self,) + _args, _kwargs)
707 return val
708 def CanRedo(self, *_args, **_kwargs):
709 val = apply(controlsc.wxTextCtrl_CanRedo,(self,) + _args, _kwargs)
710 return val
711 def SetInsertionPoint(self, *_args, **_kwargs):
712 val = apply(controlsc.wxTextCtrl_SetInsertionPoint,(self,) + _args, _kwargs)
713 return val
714 def SetInsertionPointEnd(self, *_args, **_kwargs):
715 val = apply(controlsc.wxTextCtrl_SetInsertionPointEnd,(self,) + _args, _kwargs)
716 return val
717 def GetInsertionPoint(self, *_args, **_kwargs):
718 val = apply(controlsc.wxTextCtrl_GetInsertionPoint,(self,) + _args, _kwargs)
719 return val
720 def GetLastPosition(self, *_args, **_kwargs):
721 val = apply(controlsc.wxTextCtrl_GetLastPosition,(self,) + _args, _kwargs)
722 return val
723 def SetSelection(self, *_args, **_kwargs):
724 val = apply(controlsc.wxTextCtrl_SetSelection,(self,) + _args, _kwargs)
725 return val
726 def SelectAll(self, *_args, **_kwargs):
727 val = apply(controlsc.wxTextCtrl_SelectAll,(self,) + _args, _kwargs)
728 return val
729 def SetEditable(self, *_args, **_kwargs):
730 val = apply(controlsc.wxTextCtrl_SetEditable,(self,) + _args, _kwargs)
731 return val
732 def write(self, *_args, **_kwargs):
733 val = apply(controlsc.wxTextCtrl_write,(self,) + _args, _kwargs)
734 return val
735 def GetString(self, *_args, **_kwargs):
736 val = apply(controlsc.wxTextCtrl_GetString,(self,) + _args, _kwargs)
737 return val
738 def __repr__(self):
739 return "<C wxTextCtrl instance at %s>" % (self.this,)
740 class wxTextCtrl(wxTextCtrlPtr):
741 def __init__(self,*_args,**_kwargs):
742 self.this = apply(controlsc.new_wxTextCtrl,_args,_kwargs)
743 self.thisown = 1
744 self._setOORInfo(self)
745
746
747
748 def wxPreTextCtrl(*_args,**_kwargs):
749 val = wxTextCtrlPtr(apply(controlsc.new_wxPreTextCtrl,_args,_kwargs))
750 val.thisown = 1
751 val._setOORInfo(val)
752 return val
753
754
755 class wxScrollBarPtr(wxControlPtr):
756 def __init__(self,this):
757 self.this = this
758 self.thisown = 0
759 def Create(self, *_args, **_kwargs):
760 val = apply(controlsc.wxScrollBar_Create,(self,) + _args, _kwargs)
761 return val
762 def GetRange(self, *_args, **_kwargs):
763 val = apply(controlsc.wxScrollBar_GetRange,(self,) + _args, _kwargs)
764 return val
765 def GetPageSize(self, *_args, **_kwargs):
766 val = apply(controlsc.wxScrollBar_GetPageSize,(self,) + _args, _kwargs)
767 return val
768 def GetThumbPosition(self, *_args, **_kwargs):
769 val = apply(controlsc.wxScrollBar_GetThumbPosition,(self,) + _args, _kwargs)
770 return val
771 def GetThumbSize(self, *_args, **_kwargs):
772 val = apply(controlsc.wxScrollBar_GetThumbSize,(self,) + _args, _kwargs)
773 return val
774 def GetThumbLength(self, *_args, **_kwargs):
775 val = apply(controlsc.wxScrollBar_GetThumbLength,(self,) + _args, _kwargs)
776 return val
777 def IsVertical(self, *_args, **_kwargs):
778 val = apply(controlsc.wxScrollBar_IsVertical,(self,) + _args, _kwargs)
779 return val
780 def SetThumbPosition(self, *_args, **_kwargs):
781 val = apply(controlsc.wxScrollBar_SetThumbPosition,(self,) + _args, _kwargs)
782 return val
783 def SetScrollbar(self, *_args, **_kwargs):
784 val = apply(controlsc.wxScrollBar_SetScrollbar,(self,) + _args, _kwargs)
785 return val
786 def __repr__(self):
787 return "<C wxScrollBar instance at %s>" % (self.this,)
788 class wxScrollBar(wxScrollBarPtr):
789 def __init__(self,*_args,**_kwargs):
790 self.this = apply(controlsc.new_wxScrollBar,_args,_kwargs)
791 self.thisown = 1
792 self._setOORInfo(self)
793
794
795
796 def wxPreScrollBar(*_args,**_kwargs):
797 val = wxScrollBarPtr(apply(controlsc.new_wxPreScrollBar,_args,_kwargs))
798 val.thisown = 1
799 val._setOORInfo(val)
800 return val
801
802
803 class wxSpinButtonPtr(wxControlPtr):
804 def __init__(self,this):
805 self.this = this
806 self.thisown = 0
807 def Create(self, *_args, **_kwargs):
808 val = apply(controlsc.wxSpinButton_Create,(self,) + _args, _kwargs)
809 return val
810 def GetMax(self, *_args, **_kwargs):
811 val = apply(controlsc.wxSpinButton_GetMax,(self,) + _args, _kwargs)
812 return val
813 def GetMin(self, *_args, **_kwargs):
814 val = apply(controlsc.wxSpinButton_GetMin,(self,) + _args, _kwargs)
815 return val
816 def GetValue(self, *_args, **_kwargs):
817 val = apply(controlsc.wxSpinButton_GetValue,(self,) + _args, _kwargs)
818 return val
819 def SetRange(self, *_args, **_kwargs):
820 val = apply(controlsc.wxSpinButton_SetRange,(self,) + _args, _kwargs)
821 return val
822 def SetValue(self, *_args, **_kwargs):
823 val = apply(controlsc.wxSpinButton_SetValue,(self,) + _args, _kwargs)
824 return val
825 def __repr__(self):
826 return "<C wxSpinButton instance at %s>" % (self.this,)
827 class wxSpinButton(wxSpinButtonPtr):
828 def __init__(self,*_args,**_kwargs):
829 self.this = apply(controlsc.new_wxSpinButton,_args,_kwargs)
830 self.thisown = 1
831 self._setOORInfo(self)
832
833
834
835 def wxPreSpinButton(*_args,**_kwargs):
836 val = wxSpinButtonPtr(apply(controlsc.new_wxPreSpinButton,_args,_kwargs))
837 val.thisown = 1
838 val._setOORInfo(val)
839 return val
840
841
842 class wxStaticBitmapPtr(wxControlPtr):
843 def __init__(self,this):
844 self.this = this
845 self.thisown = 0
846 def Create(self, *_args, **_kwargs):
847 val = apply(controlsc.wxStaticBitmap_Create,(self,) + _args, _kwargs)
848 return val
849 def GetBitmap(self, *_args, **_kwargs):
850 val = apply(controlsc.wxStaticBitmap_GetBitmap,(self,) + _args, _kwargs)
851 if val: val = wxBitmapPtr(val) ; val.thisown = 1
852 return val
853 def SetBitmap(self, *_args, **_kwargs):
854 val = apply(controlsc.wxStaticBitmap_SetBitmap,(self,) + _args, _kwargs)
855 return val
856 def SetIcon(self, *_args, **_kwargs):
857 val = apply(controlsc.wxStaticBitmap_SetIcon,(self,) + _args, _kwargs)
858 return val
859 def __repr__(self):
860 return "<C wxStaticBitmap instance at %s>" % (self.this,)
861 class wxStaticBitmap(wxStaticBitmapPtr):
862 def __init__(self,*_args,**_kwargs):
863 self.this = apply(controlsc.new_wxStaticBitmap,_args,_kwargs)
864 self.thisown = 1
865 self._setOORInfo(self)
866
867
868
869 def wxPreStaticBitmap(*_args,**_kwargs):
870 val = wxStaticBitmapPtr(apply(controlsc.new_wxPreStaticBitmap,_args,_kwargs))
871 val.thisown = 1
872 val._setOORInfo(val)
873 return val
874
875
876 class wxRadioBoxPtr(wxControlPtr):
877 def __init__(self,this):
878 self.this = this
879 self.thisown = 0
880 def Create(self, *_args, **_kwargs):
881 val = apply(controlsc.wxRadioBox_Create,(self,) + _args, _kwargs)
882 return val
883 def Enable(self, *_args, **_kwargs):
884 val = apply(controlsc.wxRadioBox_Enable,(self,) + _args, _kwargs)
885 return val
886 def EnableItem(self, *_args, **_kwargs):
887 val = apply(controlsc.wxRadioBox_EnableItem,(self,) + _args, _kwargs)
888 return val
889 def FindString(self, *_args, **_kwargs):
890 val = apply(controlsc.wxRadioBox_FindString,(self,) + _args, _kwargs)
891 return val
892 def GetString(self, *_args, **_kwargs):
893 val = apply(controlsc.wxRadioBox_GetString,(self,) + _args, _kwargs)
894 return val
895 def SetString(self, *_args, **_kwargs):
896 val = apply(controlsc.wxRadioBox_SetString,(self,) + _args, _kwargs)
897 return val
898 def GetColumnCount(self, *_args, **_kwargs):
899 val = apply(controlsc.wxRadioBox_GetColumnCount,(self,) + _args, _kwargs)
900 return val
901 def GetRowCount(self, *_args, **_kwargs):
902 val = apply(controlsc.wxRadioBox_GetRowCount,(self,) + _args, _kwargs)
903 return val
904 def GetSelection(self, *_args, **_kwargs):
905 val = apply(controlsc.wxRadioBox_GetSelection,(self,) + _args, _kwargs)
906 return val
907 def GetStringSelection(self, *_args, **_kwargs):
908 val = apply(controlsc.wxRadioBox_GetStringSelection,(self,) + _args, _kwargs)
909 return val
910 def GetCount(self, *_args, **_kwargs):
911 val = apply(controlsc.wxRadioBox_GetCount,(self,) + _args, _kwargs)
912 return val
913 def SetSelection(self, *_args, **_kwargs):
914 val = apply(controlsc.wxRadioBox_SetSelection,(self,) + _args, _kwargs)
915 return val
916 def SetStringSelection(self, *_args, **_kwargs):
917 val = apply(controlsc.wxRadioBox_SetStringSelection,(self,) + _args, _kwargs)
918 return val
919 def Show(self, *_args, **_kwargs):
920 val = apply(controlsc.wxRadioBox_Show,(self,) + _args, _kwargs)
921 return val
922 def ShowItem(self, *_args, **_kwargs):
923 val = apply(controlsc.wxRadioBox_ShowItem,(self,) + _args, _kwargs)
924 return val
925 def __repr__(self):
926 return "<C wxRadioBox instance at %s>" % (self.this,)
927
928 GetItemLabel = GetString
929 SetItemLabel = SetString
930
931 Number = GetCount
932 class wxRadioBox(wxRadioBoxPtr):
933 def __init__(self,*_args,**_kwargs):
934 self.this = apply(controlsc.new_wxRadioBox,_args,_kwargs)
935 self.thisown = 1
936 self._setOORInfo(self)
937
938
939
940 def wxPreRadioBox(*_args,**_kwargs):
941 val = wxRadioBoxPtr(apply(controlsc.new_wxPreRadioBox,_args,_kwargs))
942 val.thisown = 1
943 val._setOORInfo(val)
944 return val
945
946
947 class wxRadioButtonPtr(wxControlPtr):
948 def __init__(self,this):
949 self.this = this
950 self.thisown = 0
951 def Create(self, *_args, **_kwargs):
952 val = apply(controlsc.wxRadioButton_Create,(self,) + _args, _kwargs)
953 return val
954 def GetValue(self, *_args, **_kwargs):
955 val = apply(controlsc.wxRadioButton_GetValue,(self,) + _args, _kwargs)
956 return val
957 def SetValue(self, *_args, **_kwargs):
958 val = apply(controlsc.wxRadioButton_SetValue,(self,) + _args, _kwargs)
959 return val
960 def __repr__(self):
961 return "<C wxRadioButton instance at %s>" % (self.this,)
962 class wxRadioButton(wxRadioButtonPtr):
963 def __init__(self,*_args,**_kwargs):
964 self.this = apply(controlsc.new_wxRadioButton,_args,_kwargs)
965 self.thisown = 1
966 self._setOORInfo(self)
967
968
969
970 def wxPreRadioButton(*_args,**_kwargs):
971 val = wxRadioButtonPtr(apply(controlsc.new_wxPreRadioButton,_args,_kwargs))
972 val.thisown = 1
973 val._setOORInfo(val)
974 return val
975
976
977 class wxSliderPtr(wxControlPtr):
978 def __init__(self,this):
979 self.this = this
980 self.thisown = 0
981 def Create(self, *_args, **_kwargs):
982 val = apply(controlsc.wxSlider_Create,(self,) + _args, _kwargs)
983 return val
984 def ClearSel(self, *_args, **_kwargs):
985 val = apply(controlsc.wxSlider_ClearSel,(self,) + _args, _kwargs)
986 return val
987 def ClearTicks(self, *_args, **_kwargs):
988 val = apply(controlsc.wxSlider_ClearTicks,(self,) + _args, _kwargs)
989 return val
990 def GetLineSize(self, *_args, **_kwargs):
991 val = apply(controlsc.wxSlider_GetLineSize,(self,) + _args, _kwargs)
992 return val
993 def GetMax(self, *_args, **_kwargs):
994 val = apply(controlsc.wxSlider_GetMax,(self,) + _args, _kwargs)
995 return val
996 def GetMin(self, *_args, **_kwargs):
997 val = apply(controlsc.wxSlider_GetMin,(self,) + _args, _kwargs)
998 return val
999 def GetPageSize(self, *_args, **_kwargs):
1000 val = apply(controlsc.wxSlider_GetPageSize,(self,) + _args, _kwargs)
1001 return val
1002 def GetSelEnd(self, *_args, **_kwargs):
1003 val = apply(controlsc.wxSlider_GetSelEnd,(self,) + _args, _kwargs)
1004 return val
1005 def GetSelStart(self, *_args, **_kwargs):
1006 val = apply(controlsc.wxSlider_GetSelStart,(self,) + _args, _kwargs)
1007 return val
1008 def GetThumbLength(self, *_args, **_kwargs):
1009 val = apply(controlsc.wxSlider_GetThumbLength,(self,) + _args, _kwargs)
1010 return val
1011 def GetTickFreq(self, *_args, **_kwargs):
1012 val = apply(controlsc.wxSlider_GetTickFreq,(self,) + _args, _kwargs)
1013 return val
1014 def GetValue(self, *_args, **_kwargs):
1015 val = apply(controlsc.wxSlider_GetValue,(self,) + _args, _kwargs)
1016 return val
1017 def SetRange(self, *_args, **_kwargs):
1018 val = apply(controlsc.wxSlider_SetRange,(self,) + _args, _kwargs)
1019 return val
1020 def SetTickFreq(self, *_args, **_kwargs):
1021 val = apply(controlsc.wxSlider_SetTickFreq,(self,) + _args, _kwargs)
1022 return val
1023 def SetLineSize(self, *_args, **_kwargs):
1024 val = apply(controlsc.wxSlider_SetLineSize,(self,) + _args, _kwargs)
1025 return val
1026 def SetPageSize(self, *_args, **_kwargs):
1027 val = apply(controlsc.wxSlider_SetPageSize,(self,) + _args, _kwargs)
1028 return val
1029 def SetSelection(self, *_args, **_kwargs):
1030 val = apply(controlsc.wxSlider_SetSelection,(self,) + _args, _kwargs)
1031 return val
1032 def SetThumbLength(self, *_args, **_kwargs):
1033 val = apply(controlsc.wxSlider_SetThumbLength,(self,) + _args, _kwargs)
1034 return val
1035 def SetTick(self, *_args, **_kwargs):
1036 val = apply(controlsc.wxSlider_SetTick,(self,) + _args, _kwargs)
1037 return val
1038 def SetValue(self, *_args, **_kwargs):
1039 val = apply(controlsc.wxSlider_SetValue,(self,) + _args, _kwargs)
1040 return val
1041 def __repr__(self):
1042 return "<C wxSlider instance at %s>" % (self.this,)
1043 class wxSlider(wxSliderPtr):
1044 def __init__(self,*_args,**_kwargs):
1045 self.this = apply(controlsc.new_wxSlider,_args,_kwargs)
1046 self.thisown = 1
1047 self._setOORInfo(self)
1048
1049
1050
1051 def wxPreSlider(*_args,**_kwargs):
1052 val = wxSliderPtr(apply(controlsc.new_wxPreSlider,_args,_kwargs))
1053 val.thisown = 1
1054 val._setOORInfo(val)
1055 return val
1056
1057
1058 class wxSpinCtrlPtr(wxSpinButtonPtr):
1059 def __init__(self,this):
1060 self.this = this
1061 self.thisown = 0
1062 def Create(self, *_args, **_kwargs):
1063 val = apply(controlsc.wxSpinCtrl_Create,(self,) + _args, _kwargs)
1064 return val
1065 def GetMax(self, *_args, **_kwargs):
1066 val = apply(controlsc.wxSpinCtrl_GetMax,(self,) + _args, _kwargs)
1067 return val
1068 def GetMin(self, *_args, **_kwargs):
1069 val = apply(controlsc.wxSpinCtrl_GetMin,(self,) + _args, _kwargs)
1070 return val
1071 def GetValue(self, *_args, **_kwargs):
1072 val = apply(controlsc.wxSpinCtrl_GetValue,(self,) + _args, _kwargs)
1073 return val
1074 def SetRange(self, *_args, **_kwargs):
1075 val = apply(controlsc.wxSpinCtrl_SetRange,(self,) + _args, _kwargs)
1076 return val
1077 def SetValue(self, *_args, **_kwargs):
1078 val = apply(controlsc.wxSpinCtrl_SetValue,(self,) + _args, _kwargs)
1079 return val
1080 def __repr__(self):
1081 return "<C wxSpinCtrl instance at %s>" % (self.this,)
1082 class wxSpinCtrl(wxSpinCtrlPtr):
1083 def __init__(self,*_args,**_kwargs):
1084 self.this = apply(controlsc.new_wxSpinCtrl,_args,_kwargs)
1085 self.thisown = 1
1086 self._setOORInfo(self)
1087
1088
1089
1090 def wxPreSpinCtrl(*_args,**_kwargs):
1091 val = wxSpinCtrlPtr(apply(controlsc.new_wxPreSpinCtrl,_args,_kwargs))
1092 val.thisown = 1
1093 val._setOORInfo(val)
1094 return val
1095
1096
1097
1098
1099 #-------------- FUNCTION WRAPPERS ------------------
1100
1101 def wxButton_GetDefaultSize(*_args, **_kwargs):
1102 val = apply(controlsc.wxButton_GetDefaultSize,_args,_kwargs)
1103 if val: val = wxSizePtr(val); val.thisown = 1
1104 return val
1105
1106 def wxTextAttr_Combine(*_args, **_kwargs):
1107 val = apply(controlsc.wxTextAttr_Combine,_args,_kwargs)
1108 if val: val = wxTextAttrPtr(val); val.thisown = 1
1109 return val
1110
1111
1112
1113 #-------------- VARIABLE WRAPPERS ------------------
1114
1115 cvar = controlsc.cvar
1116 wxDefaultValidator = wxValidatorPtr(controlsc.cvar.wxDefaultValidator)