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