]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/src/msw/controls.py
Fixed a deadlock problem when using threads
[wxWidgets.git] / utils / 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 events import *
11 import wx
12 class wxControlPtr(wxWindowPtr):
13 def __init__(self,this):
14 self.this = this
15 self.thisown = 0
16 def Command(self, *_args, **_kwargs):
17 val = apply(controlsc.wxControl_Command,(self,) + _args, _kwargs)
18 return val
19 def GetLabel(self, *_args, **_kwargs):
20 val = apply(controlsc.wxControl_GetLabel,(self,) + _args, _kwargs)
21 return val
22 def SetLabel(self, *_args, **_kwargs):
23 val = apply(controlsc.wxControl_SetLabel,(self,) + _args, _kwargs)
24 return val
25 def __repr__(self):
26 return "<C wxControl instance at %s>" % (self.this,)
27 class wxControl(wxControlPtr):
28 def __init__(self,this):
29 self.this = this
30
31
32
33
34 class wxButtonPtr(wxControlPtr):
35 def __init__(self,this):
36 self.this = this
37 self.thisown = 0
38 def SetDefault(self, *_args, **_kwargs):
39 val = apply(controlsc.wxButton_SetDefault,(self,) + _args, _kwargs)
40 return val
41 def __repr__(self):
42 return "<C wxButton instance at %s>" % (self.this,)
43 class wxButton(wxButtonPtr):
44 def __init__(self,*_args,**_kwargs):
45 self.this = apply(controlsc.new_wxButton,_args,_kwargs)
46 self.thisown = 1
47 wx._StdWindowCallbacks(self)
48
49
50
51
52 class wxBitmapButtonPtr(wxButtonPtr):
53 def __init__(self,this):
54 self.this = this
55 self.thisown = 0
56 def GetBitmapLabel(self, *_args, **_kwargs):
57 val = apply(controlsc.wxBitmapButton_GetBitmapLabel,(self,) + _args, _kwargs)
58 if val: val = wxBitmapPtr(val)
59 return val
60 def GetBitmapDisabled(self, *_args, **_kwargs):
61 val = apply(controlsc.wxBitmapButton_GetBitmapDisabled,(self,) + _args, _kwargs)
62 if val: val = wxBitmapPtr(val)
63 return val
64 def GetBitmapFocus(self, *_args, **_kwargs):
65 val = apply(controlsc.wxBitmapButton_GetBitmapFocus,(self,) + _args, _kwargs)
66 if val: val = wxBitmapPtr(val)
67 return val
68 def GetBitmapSelected(self, *_args, **_kwargs):
69 val = apply(controlsc.wxBitmapButton_GetBitmapSelected,(self,) + _args, _kwargs)
70 if val: val = wxBitmapPtr(val)
71 return val
72 def SetBitmapDisabled(self, *_args, **_kwargs):
73 val = apply(controlsc.wxBitmapButton_SetBitmapDisabled,(self,) + _args, _kwargs)
74 return val
75 def SetBitmapFocus(self, *_args, **_kwargs):
76 val = apply(controlsc.wxBitmapButton_SetBitmapFocus,(self,) + _args, _kwargs)
77 return val
78 def SetBitmapSelected(self, *_args, **_kwargs):
79 val = apply(controlsc.wxBitmapButton_SetBitmapSelected,(self,) + _args, _kwargs)
80 return val
81 def SetBitmapLabel(self, *_args, **_kwargs):
82 val = apply(controlsc.wxBitmapButton_SetBitmapLabel,(self,) + _args, _kwargs)
83 return val
84 def __repr__(self):
85 return "<C wxBitmapButton instance at %s>" % (self.this,)
86 class wxBitmapButton(wxBitmapButtonPtr):
87 def __init__(self,*_args,**_kwargs):
88 self.this = apply(controlsc.new_wxBitmapButton,_args,_kwargs)
89 self.thisown = 1
90 wx._StdWindowCallbacks(self)
91
92
93
94
95 class wxCheckBoxPtr(wxControlPtr):
96 def __init__(self,this):
97 self.this = this
98 self.thisown = 0
99 def GetValue(self, *_args, **_kwargs):
100 val = apply(controlsc.wxCheckBox_GetValue,(self,) + _args, _kwargs)
101 return val
102 def SetValue(self, *_args, **_kwargs):
103 val = apply(controlsc.wxCheckBox_SetValue,(self,) + _args, _kwargs)
104 return val
105 def __repr__(self):
106 return "<C wxCheckBox instance at %s>" % (self.this,)
107 class wxCheckBox(wxCheckBoxPtr):
108 def __init__(self,*_args,**_kwargs):
109 self.this = apply(controlsc.new_wxCheckBox,_args,_kwargs)
110 self.thisown = 1
111 wx._StdWindowCallbacks(self)
112
113
114
115
116 class wxChoicePtr(wxControlPtr):
117 def __init__(self,this):
118 self.this = this
119 self.thisown = 0
120 def Append(self, *_args, **_kwargs):
121 val = apply(controlsc.wxChoice_Append,(self,) + _args, _kwargs)
122 return val
123 def Clear(self, *_args, **_kwargs):
124 val = apply(controlsc.wxChoice_Clear,(self,) + _args, _kwargs)
125 return val
126 def FindString(self, *_args, **_kwargs):
127 val = apply(controlsc.wxChoice_FindString,(self,) + _args, _kwargs)
128 return val
129 def GetColumns(self, *_args, **_kwargs):
130 val = apply(controlsc.wxChoice_GetColumns,(self,) + _args, _kwargs)
131 return val
132 def GetSelection(self, *_args, **_kwargs):
133 val = apply(controlsc.wxChoice_GetSelection,(self,) + _args, _kwargs)
134 return val
135 def GetString(self, *_args, **_kwargs):
136 val = apply(controlsc.wxChoice_GetString,(self,) + _args, _kwargs)
137 return val
138 def GetStringSelection(self, *_args, **_kwargs):
139 val = apply(controlsc.wxChoice_GetStringSelection,(self,) + _args, _kwargs)
140 return val
141 def Number(self, *_args, **_kwargs):
142 val = apply(controlsc.wxChoice_Number,(self,) + _args, _kwargs)
143 return val
144 def SetColumns(self, *_args, **_kwargs):
145 val = apply(controlsc.wxChoice_SetColumns,(self,) + _args, _kwargs)
146 return val
147 def SetSelection(self, *_args, **_kwargs):
148 val = apply(controlsc.wxChoice_SetSelection,(self,) + _args, _kwargs)
149 return val
150 def SetStringSelection(self, *_args, **_kwargs):
151 val = apply(controlsc.wxChoice_SetStringSelection,(self,) + _args, _kwargs)
152 return val
153 def __repr__(self):
154 return "<C wxChoice instance at %s>" % (self.this,)
155 class wxChoice(wxChoicePtr):
156 def __init__(self,*_args,**_kwargs):
157 self.this = apply(controlsc.new_wxChoice,_args,_kwargs)
158 self.thisown = 1
159 wx._StdWindowCallbacks(self)
160
161
162
163
164 class wxComboBoxPtr(wxChoicePtr):
165 def __init__(self,this):
166 self.this = this
167 self.thisown = 0
168 def Append(self, *_args, **_kwargs):
169 val = apply(controlsc.wxComboBox_Append,(self,) + _args, _kwargs)
170 return val
171 def Clear(self, *_args, **_kwargs):
172 val = apply(controlsc.wxComboBox_Clear,(self,) + _args, _kwargs)
173 return val
174 def Copy(self, *_args, **_kwargs):
175 val = apply(controlsc.wxComboBox_Copy,(self,) + _args, _kwargs)
176 return val
177 def Cut(self, *_args, **_kwargs):
178 val = apply(controlsc.wxComboBox_Cut,(self,) + _args, _kwargs)
179 return val
180 def Delete(self, *_args, **_kwargs):
181 val = apply(controlsc.wxComboBox_Delete,(self,) + _args, _kwargs)
182 return val
183 def FindString(self, *_args, **_kwargs):
184 val = apply(controlsc.wxComboBox_FindString,(self,) + _args, _kwargs)
185 return val
186 def GetInsertionPoint(self, *_args, **_kwargs):
187 val = apply(controlsc.wxComboBox_GetInsertionPoint,(self,) + _args, _kwargs)
188 return val
189 def GetLastPosition(self, *_args, **_kwargs):
190 val = apply(controlsc.wxComboBox_GetLastPosition,(self,) + _args, _kwargs)
191 return val
192 def GetSelection(self, *_args, **_kwargs):
193 val = apply(controlsc.wxComboBox_GetSelection,(self,) + _args, _kwargs)
194 return val
195 def GetString(self, *_args, **_kwargs):
196 val = apply(controlsc.wxComboBox_GetString,(self,) + _args, _kwargs)
197 return val
198 def GetStringSelection(self, *_args, **_kwargs):
199 val = apply(controlsc.wxComboBox_GetStringSelection,(self,) + _args, _kwargs)
200 return val
201 def GetValue(self, *_args, **_kwargs):
202 val = apply(controlsc.wxComboBox_GetValue,(self,) + _args, _kwargs)
203 return val
204 def Number(self, *_args, **_kwargs):
205 val = apply(controlsc.wxComboBox_Number,(self,) + _args, _kwargs)
206 return val
207 def Paste(self, *_args, **_kwargs):
208 val = apply(controlsc.wxComboBox_Paste,(self,) + _args, _kwargs)
209 return val
210 def Replace(self, *_args, **_kwargs):
211 val = apply(controlsc.wxComboBox_Replace,(self,) + _args, _kwargs)
212 return val
213 def Remove(self, *_args, **_kwargs):
214 val = apply(controlsc.wxComboBox_Remove,(self,) + _args, _kwargs)
215 return val
216 def SetInsertionPoint(self, *_args, **_kwargs):
217 val = apply(controlsc.wxComboBox_SetInsertionPoint,(self,) + _args, _kwargs)
218 return val
219 def SetInsertionPointEnd(self, *_args, **_kwargs):
220 val = apply(controlsc.wxComboBox_SetInsertionPointEnd,(self,) + _args, _kwargs)
221 return val
222 def SetSelection(self, *_args, **_kwargs):
223 val = apply(controlsc.wxComboBox_SetSelection,(self,) + _args, _kwargs)
224 return val
225 def SetMark(self, *_args, **_kwargs):
226 val = apply(controlsc.wxComboBox_SetMark,(self,) + _args, _kwargs)
227 return val
228 def SetValue(self, *_args, **_kwargs):
229 val = apply(controlsc.wxComboBox_SetValue,(self,) + _args, _kwargs)
230 return val
231 def __repr__(self):
232 return "<C wxComboBox instance at %s>" % (self.this,)
233 class wxComboBox(wxComboBoxPtr):
234 def __init__(self,*_args,**_kwargs):
235 self.this = apply(controlsc.new_wxComboBox,_args,_kwargs)
236 self.thisown = 1
237 wx._StdWindowCallbacks(self)
238
239
240
241
242 class wxGaugePtr(wxControlPtr):
243 def __init__(self,this):
244 self.this = this
245 self.thisown = 0
246 def GetBezelFace(self, *_args, **_kwargs):
247 val = apply(controlsc.wxGauge_GetBezelFace,(self,) + _args, _kwargs)
248 return val
249 def GetRange(self, *_args, **_kwargs):
250 val = apply(controlsc.wxGauge_GetRange,(self,) + _args, _kwargs)
251 return val
252 def GetShadowWidth(self, *_args, **_kwargs):
253 val = apply(controlsc.wxGauge_GetShadowWidth,(self,) + _args, _kwargs)
254 return val
255 def GetValue(self, *_args, **_kwargs):
256 val = apply(controlsc.wxGauge_GetValue,(self,) + _args, _kwargs)
257 return val
258 def SetBezelFace(self, *_args, **_kwargs):
259 val = apply(controlsc.wxGauge_SetBezelFace,(self,) + _args, _kwargs)
260 return val
261 def SetRange(self, *_args, **_kwargs):
262 val = apply(controlsc.wxGauge_SetRange,(self,) + _args, _kwargs)
263 return val
264 def SetShadowWidth(self, *_args, **_kwargs):
265 val = apply(controlsc.wxGauge_SetShadowWidth,(self,) + _args, _kwargs)
266 return val
267 def SetValue(self, *_args, **_kwargs):
268 val = apply(controlsc.wxGauge_SetValue,(self,) + _args, _kwargs)
269 return val
270 def __repr__(self):
271 return "<C wxGauge instance at %s>" % (self.this,)
272 class wxGauge(wxGaugePtr):
273 def __init__(self,*_args,**_kwargs):
274 self.this = apply(controlsc.new_wxGauge,_args,_kwargs)
275 self.thisown = 1
276 wx._StdWindowCallbacks(self)
277
278
279
280
281 class wxStaticBoxPtr(wxControlPtr):
282 def __init__(self,this):
283 self.this = this
284 self.thisown = 0
285 def __repr__(self):
286 return "<C wxStaticBox instance at %s>" % (self.this,)
287 class wxStaticBox(wxStaticBoxPtr):
288 def __init__(self,*_args,**_kwargs):
289 self.this = apply(controlsc.new_wxStaticBox,_args,_kwargs)
290 self.thisown = 1
291
292
293
294
295 class wxStaticLinePtr(wxControlPtr):
296 def __init__(self,this):
297 self.this = this
298 self.thisown = 0
299 def __repr__(self):
300 return "<C wxStaticLine instance at %s>" % (self.this,)
301 class wxStaticLine(wxStaticLinePtr):
302 def __init__(self,*_args,**_kwargs):
303 self.this = apply(controlsc.new_wxStaticLine,_args,_kwargs)
304 self.thisown = 1
305
306
307
308
309 class wxStaticTextPtr(wxControlPtr):
310 def __init__(self,this):
311 self.this = this
312 self.thisown = 0
313 def GetLabel(self, *_args, **_kwargs):
314 val = apply(controlsc.wxStaticText_GetLabel,(self,) + _args, _kwargs)
315 return val
316 def SetLabel(self, *_args, **_kwargs):
317 val = apply(controlsc.wxStaticText_SetLabel,(self,) + _args, _kwargs)
318 return val
319 def __repr__(self):
320 return "<C wxStaticText instance at %s>" % (self.this,)
321 class wxStaticText(wxStaticTextPtr):
322 def __init__(self,*_args,**_kwargs):
323 self.this = apply(controlsc.new_wxStaticText,_args,_kwargs)
324 self.thisown = 1
325 wx._StdWindowCallbacks(self)
326
327
328
329
330 class wxListBoxPtr(wxControlPtr):
331 def __init__(self,this):
332 self.this = this
333 self.thisown = 0
334 def Append(self, *_args, **_kwargs):
335 val = apply(controlsc.wxListBox_Append,(self,) + _args, _kwargs)
336 return val
337 def Clear(self, *_args, **_kwargs):
338 val = apply(controlsc.wxListBox_Clear,(self,) + _args, _kwargs)
339 return val
340 def Delete(self, *_args, **_kwargs):
341 val = apply(controlsc.wxListBox_Delete,(self,) + _args, _kwargs)
342 return val
343 def Deselect(self, *_args, **_kwargs):
344 val = apply(controlsc.wxListBox_Deselect,(self,) + _args, _kwargs)
345 return val
346 def FindString(self, *_args, **_kwargs):
347 val = apply(controlsc.wxListBox_FindString,(self,) + _args, _kwargs)
348 return val
349 def GetSelection(self, *_args, **_kwargs):
350 val = apply(controlsc.wxListBox_GetSelection,(self,) + _args, _kwargs)
351 return val
352 def GetSelections(self, *_args, **_kwargs):
353 val = apply(controlsc.wxListBox_GetSelections,(self,) + _args, _kwargs)
354 return val
355 def InsertItems(self, *_args, **_kwargs):
356 val = apply(controlsc.wxListBox_InsertItems,(self,) + _args, _kwargs)
357 return val
358 def GetString(self, *_args, **_kwargs):
359 val = apply(controlsc.wxListBox_GetString,(self,) + _args, _kwargs)
360 return val
361 def GetStringSelection(self, *_args, **_kwargs):
362 val = apply(controlsc.wxListBox_GetStringSelection,(self,) + _args, _kwargs)
363 return val
364 def Number(self, *_args, **_kwargs):
365 val = apply(controlsc.wxListBox_Number,(self,) + _args, _kwargs)
366 return val
367 def Selected(self, *_args, **_kwargs):
368 val = apply(controlsc.wxListBox_Selected,(self,) + _args, _kwargs)
369 return val
370 def Set(self, *_args, **_kwargs):
371 val = apply(controlsc.wxListBox_Set,(self,) + _args, _kwargs)
372 return val
373 def SetFirstItem(self, *_args, **_kwargs):
374 val = apply(controlsc.wxListBox_SetFirstItem,(self,) + _args, _kwargs)
375 return val
376 def SetFirstItemStr(self, *_args, **_kwargs):
377 val = apply(controlsc.wxListBox_SetFirstItemStr,(self,) + _args, _kwargs)
378 return val
379 def SetSelection(self, *_args, **_kwargs):
380 val = apply(controlsc.wxListBox_SetSelection,(self,) + _args, _kwargs)
381 return val
382 def SetString(self, *_args, **_kwargs):
383 val = apply(controlsc.wxListBox_SetString,(self,) + _args, _kwargs)
384 return val
385 def SetStringSelection(self, *_args, **_kwargs):
386 val = apply(controlsc.wxListBox_SetStringSelection,(self,) + _args, _kwargs)
387 return val
388 def __repr__(self):
389 return "<C wxListBox instance at %s>" % (self.this,)
390 class wxListBox(wxListBoxPtr):
391 def __init__(self,*_args,**_kwargs):
392 self.this = apply(controlsc.new_wxListBox,_args,_kwargs)
393 self.thisown = 1
394 wx._StdWindowCallbacks(self)
395
396
397
398
399 class wxCheckListBoxPtr(wxListBoxPtr):
400 def __init__(self,this):
401 self.this = this
402 self.thisown = 0
403 def IsChecked(self, *_args, **_kwargs):
404 val = apply(controlsc.wxCheckListBox_IsChecked,(self,) + _args, _kwargs)
405 return val
406 def Check(self, *_args, **_kwargs):
407 val = apply(controlsc.wxCheckListBox_Check,(self,) + _args, _kwargs)
408 return val
409 def GetItemHeight(self, *_args, **_kwargs):
410 val = apply(controlsc.wxCheckListBox_GetItemHeight,(self,) + _args, _kwargs)
411 return val
412 def __repr__(self):
413 return "<C wxCheckListBox instance at %s>" % (self.this,)
414 class wxCheckListBox(wxCheckListBoxPtr):
415 def __init__(self,*_args,**_kwargs):
416 self.this = apply(controlsc.new_wxCheckListBox,_args,_kwargs)
417 self.thisown = 1
418 wx._StdWindowCallbacks(self)
419
420
421
422
423 class wxTextCtrlPtr(wxControlPtr):
424 def __init__(self,this):
425 self.this = this
426 self.thisown = 0
427 def Clear(self, *_args, **_kwargs):
428 val = apply(controlsc.wxTextCtrl_Clear,(self,) + _args, _kwargs)
429 return val
430 def Copy(self, *_args, **_kwargs):
431 val = apply(controlsc.wxTextCtrl_Copy,(self,) + _args, _kwargs)
432 return val
433 def Cut(self, *_args, **_kwargs):
434 val = apply(controlsc.wxTextCtrl_Cut,(self,) + _args, _kwargs)
435 return val
436 def DiscardEdits(self, *_args, **_kwargs):
437 val = apply(controlsc.wxTextCtrl_DiscardEdits,(self,) + _args, _kwargs)
438 return val
439 def GetInsertionPoint(self, *_args, **_kwargs):
440 val = apply(controlsc.wxTextCtrl_GetInsertionPoint,(self,) + _args, _kwargs)
441 return val
442 def GetLastPosition(self, *_args, **_kwargs):
443 val = apply(controlsc.wxTextCtrl_GetLastPosition,(self,) + _args, _kwargs)
444 return val
445 def GetLineLength(self, *_args, **_kwargs):
446 val = apply(controlsc.wxTextCtrl_GetLineLength,(self,) + _args, _kwargs)
447 return val
448 def GetLineText(self, *_args, **_kwargs):
449 val = apply(controlsc.wxTextCtrl_GetLineText,(self,) + _args, _kwargs)
450 return val
451 def GetNumberOfLines(self, *_args, **_kwargs):
452 val = apply(controlsc.wxTextCtrl_GetNumberOfLines,(self,) + _args, _kwargs)
453 return val
454 def GetValue(self, *_args, **_kwargs):
455 val = apply(controlsc.wxTextCtrl_GetValue,(self,) + _args, _kwargs)
456 return val
457 def IsModified(self, *_args, **_kwargs):
458 val = apply(controlsc.wxTextCtrl_IsModified,(self,) + _args, _kwargs)
459 return val
460 def LoadFile(self, *_args, **_kwargs):
461 val = apply(controlsc.wxTextCtrl_LoadFile,(self,) + _args, _kwargs)
462 return val
463 def Paste(self, *_args, **_kwargs):
464 val = apply(controlsc.wxTextCtrl_Paste,(self,) + _args, _kwargs)
465 return val
466 def PositionToXY(self, *_args, **_kwargs):
467 val = apply(controlsc.wxTextCtrl_PositionToXY,(self,) + _args, _kwargs)
468 return val
469 def Remove(self, *_args, **_kwargs):
470 val = apply(controlsc.wxTextCtrl_Remove,(self,) + _args, _kwargs)
471 return val
472 def Replace(self, *_args, **_kwargs):
473 val = apply(controlsc.wxTextCtrl_Replace,(self,) + _args, _kwargs)
474 return val
475 def SaveFile(self, *_args, **_kwargs):
476 val = apply(controlsc.wxTextCtrl_SaveFile,(self,) + _args, _kwargs)
477 return val
478 def SetEditable(self, *_args, **_kwargs):
479 val = apply(controlsc.wxTextCtrl_SetEditable,(self,) + _args, _kwargs)
480 return val
481 def SetInsertionPoint(self, *_args, **_kwargs):
482 val = apply(controlsc.wxTextCtrl_SetInsertionPoint,(self,) + _args, _kwargs)
483 return val
484 def SetInsertionPointEnd(self, *_args, **_kwargs):
485 val = apply(controlsc.wxTextCtrl_SetInsertionPointEnd,(self,) + _args, _kwargs)
486 return val
487 def SetSelection(self, *_args, **_kwargs):
488 val = apply(controlsc.wxTextCtrl_SetSelection,(self,) + _args, _kwargs)
489 return val
490 def SetValue(self, *_args, **_kwargs):
491 val = apply(controlsc.wxTextCtrl_SetValue,(self,) + _args, _kwargs)
492 return val
493 def ShowPosition(self, *_args, **_kwargs):
494 val = apply(controlsc.wxTextCtrl_ShowPosition,(self,) + _args, _kwargs)
495 return val
496 def WriteText(self, *_args, **_kwargs):
497 val = apply(controlsc.wxTextCtrl_WriteText,(self,) + _args, _kwargs)
498 return val
499 def AppendText(self, *_args, **_kwargs):
500 val = apply(controlsc.wxTextCtrl_AppendText,(self,) + _args, _kwargs)
501 return val
502 def XYToPosition(self, *_args, **_kwargs):
503 val = apply(controlsc.wxTextCtrl_XYToPosition,(self,) + _args, _kwargs)
504 return val
505 def CanCopy(self, *_args, **_kwargs):
506 val = apply(controlsc.wxTextCtrl_CanCopy,(self,) + _args, _kwargs)
507 return val
508 def CanCut(self, *_args, **_kwargs):
509 val = apply(controlsc.wxTextCtrl_CanCut,(self,) + _args, _kwargs)
510 return val
511 def CanPaste(self, *_args, **_kwargs):
512 val = apply(controlsc.wxTextCtrl_CanPaste,(self,) + _args, _kwargs)
513 return val
514 def CanRedo(self, *_args, **_kwargs):
515 val = apply(controlsc.wxTextCtrl_CanRedo,(self,) + _args, _kwargs)
516 return val
517 def CanUndo(self, *_args, **_kwargs):
518 val = apply(controlsc.wxTextCtrl_CanUndo,(self,) + _args, _kwargs)
519 return val
520 def GetSelection(self, *_args, **_kwargs):
521 val = apply(controlsc.wxTextCtrl_GetSelection,(self,) + _args, _kwargs)
522 return val
523 def IsEditable(self, *_args, **_kwargs):
524 val = apply(controlsc.wxTextCtrl_IsEditable,(self,) + _args, _kwargs)
525 return val
526 def __repr__(self):
527 return "<C wxTextCtrl instance at %s>" % (self.this,)
528 class wxTextCtrl(wxTextCtrlPtr):
529 def __init__(self,*_args,**_kwargs):
530 self.this = apply(controlsc.new_wxTextCtrl,_args,_kwargs)
531 self.thisown = 1
532 wx._StdWindowCallbacks(self)
533
534
535
536
537 class wxScrollBarPtr(wxControlPtr):
538 def __init__(self,this):
539 self.this = this
540 self.thisown = 0
541 def GetRange(self, *_args, **_kwargs):
542 val = apply(controlsc.wxScrollBar_GetRange,(self,) + _args, _kwargs)
543 return val
544 def GetPageSize(self, *_args, **_kwargs):
545 val = apply(controlsc.wxScrollBar_GetPageSize,(self,) + _args, _kwargs)
546 return val
547 def GetThumbPosition(self, *_args, **_kwargs):
548 val = apply(controlsc.wxScrollBar_GetThumbPosition,(self,) + _args, _kwargs)
549 return val
550 def GetThumbSize(self, *_args, **_kwargs):
551 val = apply(controlsc.wxScrollBar_GetThumbSize,(self,) + _args, _kwargs)
552 return val
553 def SetThumbPosition(self, *_args, **_kwargs):
554 val = apply(controlsc.wxScrollBar_SetThumbPosition,(self,) + _args, _kwargs)
555 return val
556 def SetScrollbar(self, *_args, **_kwargs):
557 val = apply(controlsc.wxScrollBar_SetScrollbar,(self,) + _args, _kwargs)
558 return val
559 def __repr__(self):
560 return "<C wxScrollBar instance at %s>" % (self.this,)
561 class wxScrollBar(wxScrollBarPtr):
562 def __init__(self,*_args,**_kwargs):
563 self.this = apply(controlsc.new_wxScrollBar,_args,_kwargs)
564 self.thisown = 1
565 wx._StdWindowCallbacks(self)
566
567
568
569
570 class wxSpinButtonPtr(wxControlPtr):
571 def __init__(self,this):
572 self.this = this
573 self.thisown = 0
574 def GetMax(self, *_args, **_kwargs):
575 val = apply(controlsc.wxSpinButton_GetMax,(self,) + _args, _kwargs)
576 return val
577 def GetMin(self, *_args, **_kwargs):
578 val = apply(controlsc.wxSpinButton_GetMin,(self,) + _args, _kwargs)
579 return val
580 def GetValue(self, *_args, **_kwargs):
581 val = apply(controlsc.wxSpinButton_GetValue,(self,) + _args, _kwargs)
582 return val
583 def SetRange(self, *_args, **_kwargs):
584 val = apply(controlsc.wxSpinButton_SetRange,(self,) + _args, _kwargs)
585 return val
586 def SetValue(self, *_args, **_kwargs):
587 val = apply(controlsc.wxSpinButton_SetValue,(self,) + _args, _kwargs)
588 return val
589 def __repr__(self):
590 return "<C wxSpinButton instance at %s>" % (self.this,)
591 class wxSpinButton(wxSpinButtonPtr):
592 def __init__(self,*_args,**_kwargs):
593 self.this = apply(controlsc.new_wxSpinButton,_args,_kwargs)
594 self.thisown = 1
595
596
597
598
599 class wxStaticBitmapPtr(wxControlPtr):
600 def __init__(self,this):
601 self.this = this
602 self.thisown = 0
603 def GetBitmap(self, *_args, **_kwargs):
604 val = apply(controlsc.wxStaticBitmap_GetBitmap,(self,) + _args, _kwargs)
605 if val: val = wxBitmapPtr(val)
606 return val
607 def SetBitmap(self, *_args, **_kwargs):
608 val = apply(controlsc.wxStaticBitmap_SetBitmap,(self,) + _args, _kwargs)
609 return val
610 def SetIcon(self, *_args, **_kwargs):
611 val = apply(controlsc.wxStaticBitmap_SetIcon,(self,) + _args, _kwargs)
612 return val
613 def __repr__(self):
614 return "<C wxStaticBitmap instance at %s>" % (self.this,)
615 class wxStaticBitmap(wxStaticBitmapPtr):
616 def __init__(self,*_args,**_kwargs):
617 self.this = apply(controlsc.new_wxStaticBitmap,_args,_kwargs)
618 self.thisown = 1
619 wx._StdWindowCallbacks(self)
620
621
622
623
624 class wxRadioBoxPtr(wxControlPtr):
625 def __init__(self,this):
626 self.this = this
627 self.thisown = 0
628 def Enable(self, *_args, **_kwargs):
629 val = apply(controlsc.wxRadioBox_Enable,(self,) + _args, _kwargs)
630 return val
631 def EnableItem(self, *_args, **_kwargs):
632 val = apply(controlsc.wxRadioBox_EnableItem,(self,) + _args, _kwargs)
633 return val
634 def FindString(self, *_args, **_kwargs):
635 val = apply(controlsc.wxRadioBox_FindString,(self,) + _args, _kwargs)
636 return val
637 def GetItemLabel(self, *_args, **_kwargs):
638 val = apply(controlsc.wxRadioBox_GetItemLabel,(self,) + _args, _kwargs)
639 return val
640 def GetSelection(self, *_args, **_kwargs):
641 val = apply(controlsc.wxRadioBox_GetSelection,(self,) + _args, _kwargs)
642 return val
643 def GetString(self, *_args, **_kwargs):
644 val = apply(controlsc.wxRadioBox_GetString,(self,) + _args, _kwargs)
645 return val
646 def GetStringSelection(self, *_args, **_kwargs):
647 val = apply(controlsc.wxRadioBox_GetStringSelection,(self,) + _args, _kwargs)
648 return val
649 def Number(self, *_args, **_kwargs):
650 val = apply(controlsc.wxRadioBox_Number,(self,) + _args, _kwargs)
651 return val
652 def SetItemLabel(self, *_args, **_kwargs):
653 val = apply(controlsc.wxRadioBox_SetItemLabel,(self,) + _args, _kwargs)
654 return val
655 def SetSelection(self, *_args, **_kwargs):
656 val = apply(controlsc.wxRadioBox_SetSelection,(self,) + _args, _kwargs)
657 return val
658 def SetStringSelection(self, *_args, **_kwargs):
659 val = apply(controlsc.wxRadioBox_SetStringSelection,(self,) + _args, _kwargs)
660 return val
661 def Show(self, *_args, **_kwargs):
662 val = apply(controlsc.wxRadioBox_Show,(self,) + _args, _kwargs)
663 return val
664 def ShowItem(self, *_args, **_kwargs):
665 val = apply(controlsc.wxRadioBox_ShowItem,(self,) + _args, _kwargs)
666 return val
667 def __repr__(self):
668 return "<C wxRadioBox instance at %s>" % (self.this,)
669 class wxRadioBox(wxRadioBoxPtr):
670 def __init__(self,*_args,**_kwargs):
671 self.this = apply(controlsc.new_wxRadioBox,_args,_kwargs)
672 self.thisown = 1
673 wx._StdWindowCallbacks(self)
674
675
676
677
678 class wxRadioButtonPtr(wxControlPtr):
679 def __init__(self,this):
680 self.this = this
681 self.thisown = 0
682 def GetValue(self, *_args, **_kwargs):
683 val = apply(controlsc.wxRadioButton_GetValue,(self,) + _args, _kwargs)
684 return val
685 def SetValue(self, *_args, **_kwargs):
686 val = apply(controlsc.wxRadioButton_SetValue,(self,) + _args, _kwargs)
687 return val
688 def __repr__(self):
689 return "<C wxRadioButton instance at %s>" % (self.this,)
690 class wxRadioButton(wxRadioButtonPtr):
691 def __init__(self,*_args,**_kwargs):
692 self.this = apply(controlsc.new_wxRadioButton,_args,_kwargs)
693 self.thisown = 1
694 wx._StdWindowCallbacks(self)
695
696
697
698
699 class wxSliderPtr(wxControlPtr):
700 def __init__(self,this):
701 self.this = this
702 self.thisown = 0
703 def ClearSel(self, *_args, **_kwargs):
704 val = apply(controlsc.wxSlider_ClearSel,(self,) + _args, _kwargs)
705 return val
706 def ClearTicks(self, *_args, **_kwargs):
707 val = apply(controlsc.wxSlider_ClearTicks,(self,) + _args, _kwargs)
708 return val
709 def GetLineSize(self, *_args, **_kwargs):
710 val = apply(controlsc.wxSlider_GetLineSize,(self,) + _args, _kwargs)
711 return val
712 def GetMax(self, *_args, **_kwargs):
713 val = apply(controlsc.wxSlider_GetMax,(self,) + _args, _kwargs)
714 return val
715 def GetMin(self, *_args, **_kwargs):
716 val = apply(controlsc.wxSlider_GetMin,(self,) + _args, _kwargs)
717 return val
718 def GetPageSize(self, *_args, **_kwargs):
719 val = apply(controlsc.wxSlider_GetPageSize,(self,) + _args, _kwargs)
720 return val
721 def GetSelEnd(self, *_args, **_kwargs):
722 val = apply(controlsc.wxSlider_GetSelEnd,(self,) + _args, _kwargs)
723 return val
724 def GetSelStart(self, *_args, **_kwargs):
725 val = apply(controlsc.wxSlider_GetSelStart,(self,) + _args, _kwargs)
726 return val
727 def GetThumbLength(self, *_args, **_kwargs):
728 val = apply(controlsc.wxSlider_GetThumbLength,(self,) + _args, _kwargs)
729 return val
730 def GetTickFreq(self, *_args, **_kwargs):
731 val = apply(controlsc.wxSlider_GetTickFreq,(self,) + _args, _kwargs)
732 return val
733 def GetValue(self, *_args, **_kwargs):
734 val = apply(controlsc.wxSlider_GetValue,(self,) + _args, _kwargs)
735 return val
736 def SetRange(self, *_args, **_kwargs):
737 val = apply(controlsc.wxSlider_SetRange,(self,) + _args, _kwargs)
738 return val
739 def SetTickFreq(self, *_args, **_kwargs):
740 val = apply(controlsc.wxSlider_SetTickFreq,(self,) + _args, _kwargs)
741 return val
742 def SetLineSize(self, *_args, **_kwargs):
743 val = apply(controlsc.wxSlider_SetLineSize,(self,) + _args, _kwargs)
744 return val
745 def SetPageSize(self, *_args, **_kwargs):
746 val = apply(controlsc.wxSlider_SetPageSize,(self,) + _args, _kwargs)
747 return val
748 def SetSelection(self, *_args, **_kwargs):
749 val = apply(controlsc.wxSlider_SetSelection,(self,) + _args, _kwargs)
750 return val
751 def SetThumbLength(self, *_args, **_kwargs):
752 val = apply(controlsc.wxSlider_SetThumbLength,(self,) + _args, _kwargs)
753 return val
754 def SetTick(self, *_args, **_kwargs):
755 val = apply(controlsc.wxSlider_SetTick,(self,) + _args, _kwargs)
756 return val
757 def SetValue(self, *_args, **_kwargs):
758 val = apply(controlsc.wxSlider_SetValue,(self,) + _args, _kwargs)
759 return val
760 def __repr__(self):
761 return "<C wxSlider instance at %s>" % (self.this,)
762 class wxSlider(wxSliderPtr):
763 def __init__(self,*_args,**_kwargs):
764 self.this = apply(controlsc.new_wxSlider,_args,_kwargs)
765 self.thisown = 1
766 wx._StdWindowCallbacks(self)
767
768
769
770
771
772
773 #-------------- FUNCTION WRAPPERS ------------------
774
775
776
777 #-------------- VARIABLE WRAPPERS ------------------
778
779 cvar = controlsc.cvar
780 wxDefaultValidator = wxValidatorPtr(controlsc.cvar.wxDefaultValidator)