]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/src/msw/controls.py
glcanvas and utils have mode to the modules directory
[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 GetString(self, *_args, **_kwargs):
356 val = apply(controlsc.wxListBox_GetString,(self,) + _args, _kwargs)
357 return val
358 def GetStringSelection(self, *_args, **_kwargs):
359 val = apply(controlsc.wxListBox_GetStringSelection,(self,) + _args, _kwargs)
360 return val
361 def Number(self, *_args, **_kwargs):
362 val = apply(controlsc.wxListBox_Number,(self,) + _args, _kwargs)
363 return val
364 def Selected(self, *_args, **_kwargs):
365 val = apply(controlsc.wxListBox_Selected,(self,) + _args, _kwargs)
366 return val
367 def Set(self, *_args, **_kwargs):
368 val = apply(controlsc.wxListBox_Set,(self,) + _args, _kwargs)
369 return val
370 def SetFirstItem(self, *_args, **_kwargs):
371 val = apply(controlsc.wxListBox_SetFirstItem,(self,) + _args, _kwargs)
372 return val
373 def SetFirstItemStr(self, *_args, **_kwargs):
374 val = apply(controlsc.wxListBox_SetFirstItemStr,(self,) + _args, _kwargs)
375 return val
376 def SetSelection(self, *_args, **_kwargs):
377 val = apply(controlsc.wxListBox_SetSelection,(self,) + _args, _kwargs)
378 return val
379 def SetString(self, *_args, **_kwargs):
380 val = apply(controlsc.wxListBox_SetString,(self,) + _args, _kwargs)
381 return val
382 def SetStringSelection(self, *_args, **_kwargs):
383 val = apply(controlsc.wxListBox_SetStringSelection,(self,) + _args, _kwargs)
384 return val
385 def __repr__(self):
386 return "<C wxListBox instance at %s>" % (self.this,)
387 class wxListBox(wxListBoxPtr):
388 def __init__(self,*_args,**_kwargs):
389 self.this = apply(controlsc.new_wxListBox,_args,_kwargs)
390 self.thisown = 1
391 wx._StdWindowCallbacks(self)
392
393
394
395
396 class wxCheckListBoxPtr(wxListBoxPtr):
397 def __init__(self,this):
398 self.this = this
399 self.thisown = 0
400 def IsChecked(self, *_args, **_kwargs):
401 val = apply(controlsc.wxCheckListBox_IsChecked,(self,) + _args, _kwargs)
402 return val
403 def Check(self, *_args, **_kwargs):
404 val = apply(controlsc.wxCheckListBox_Check,(self,) + _args, _kwargs)
405 return val
406 def GetItemHeight(self, *_args, **_kwargs):
407 val = apply(controlsc.wxCheckListBox_GetItemHeight,(self,) + _args, _kwargs)
408 return val
409 def __repr__(self):
410 return "<C wxCheckListBox instance at %s>" % (self.this,)
411 class wxCheckListBox(wxCheckListBoxPtr):
412 def __init__(self,*_args,**_kwargs):
413 self.this = apply(controlsc.new_wxCheckListBox,_args,_kwargs)
414 self.thisown = 1
415 wx._StdWindowCallbacks(self)
416
417
418
419
420 class wxTextCtrlPtr(wxControlPtr):
421 def __init__(self,this):
422 self.this = this
423 self.thisown = 0
424 def Clear(self, *_args, **_kwargs):
425 val = apply(controlsc.wxTextCtrl_Clear,(self,) + _args, _kwargs)
426 return val
427 def Copy(self, *_args, **_kwargs):
428 val = apply(controlsc.wxTextCtrl_Copy,(self,) + _args, _kwargs)
429 return val
430 def Cut(self, *_args, **_kwargs):
431 val = apply(controlsc.wxTextCtrl_Cut,(self,) + _args, _kwargs)
432 return val
433 def DiscardEdits(self, *_args, **_kwargs):
434 val = apply(controlsc.wxTextCtrl_DiscardEdits,(self,) + _args, _kwargs)
435 return val
436 def GetInsertionPoint(self, *_args, **_kwargs):
437 val = apply(controlsc.wxTextCtrl_GetInsertionPoint,(self,) + _args, _kwargs)
438 return val
439 def GetLastPosition(self, *_args, **_kwargs):
440 val = apply(controlsc.wxTextCtrl_GetLastPosition,(self,) + _args, _kwargs)
441 return val
442 def GetLineLength(self, *_args, **_kwargs):
443 val = apply(controlsc.wxTextCtrl_GetLineLength,(self,) + _args, _kwargs)
444 return val
445 def GetLineText(self, *_args, **_kwargs):
446 val = apply(controlsc.wxTextCtrl_GetLineText,(self,) + _args, _kwargs)
447 return val
448 def GetNumberOfLines(self, *_args, **_kwargs):
449 val = apply(controlsc.wxTextCtrl_GetNumberOfLines,(self,) + _args, _kwargs)
450 return val
451 def GetValue(self, *_args, **_kwargs):
452 val = apply(controlsc.wxTextCtrl_GetValue,(self,) + _args, _kwargs)
453 return val
454 def IsModified(self, *_args, **_kwargs):
455 val = apply(controlsc.wxTextCtrl_IsModified,(self,) + _args, _kwargs)
456 return val
457 def LoadFile(self, *_args, **_kwargs):
458 val = apply(controlsc.wxTextCtrl_LoadFile,(self,) + _args, _kwargs)
459 return val
460 def Paste(self, *_args, **_kwargs):
461 val = apply(controlsc.wxTextCtrl_Paste,(self,) + _args, _kwargs)
462 return val
463 def PositionToXY(self, *_args, **_kwargs):
464 val = apply(controlsc.wxTextCtrl_PositionToXY,(self,) + _args, _kwargs)
465 return val
466 def Remove(self, *_args, **_kwargs):
467 val = apply(controlsc.wxTextCtrl_Remove,(self,) + _args, _kwargs)
468 return val
469 def Replace(self, *_args, **_kwargs):
470 val = apply(controlsc.wxTextCtrl_Replace,(self,) + _args, _kwargs)
471 return val
472 def SaveFile(self, *_args, **_kwargs):
473 val = apply(controlsc.wxTextCtrl_SaveFile,(self,) + _args, _kwargs)
474 return val
475 def SetEditable(self, *_args, **_kwargs):
476 val = apply(controlsc.wxTextCtrl_SetEditable,(self,) + _args, _kwargs)
477 return val
478 def SetInsertionPoint(self, *_args, **_kwargs):
479 val = apply(controlsc.wxTextCtrl_SetInsertionPoint,(self,) + _args, _kwargs)
480 return val
481 def SetInsertionPointEnd(self, *_args, **_kwargs):
482 val = apply(controlsc.wxTextCtrl_SetInsertionPointEnd,(self,) + _args, _kwargs)
483 return val
484 def SetSelection(self, *_args, **_kwargs):
485 val = apply(controlsc.wxTextCtrl_SetSelection,(self,) + _args, _kwargs)
486 return val
487 def SetValue(self, *_args, **_kwargs):
488 val = apply(controlsc.wxTextCtrl_SetValue,(self,) + _args, _kwargs)
489 return val
490 def ShowPosition(self, *_args, **_kwargs):
491 val = apply(controlsc.wxTextCtrl_ShowPosition,(self,) + _args, _kwargs)
492 return val
493 def WriteText(self, *_args, **_kwargs):
494 val = apply(controlsc.wxTextCtrl_WriteText,(self,) + _args, _kwargs)
495 return val
496 def AppendText(self, *_args, **_kwargs):
497 val = apply(controlsc.wxTextCtrl_AppendText,(self,) + _args, _kwargs)
498 return val
499 def XYToPosition(self, *_args, **_kwargs):
500 val = apply(controlsc.wxTextCtrl_XYToPosition,(self,) + _args, _kwargs)
501 return val
502 def CanCopy(self, *_args, **_kwargs):
503 val = apply(controlsc.wxTextCtrl_CanCopy,(self,) + _args, _kwargs)
504 return val
505 def CanCut(self, *_args, **_kwargs):
506 val = apply(controlsc.wxTextCtrl_CanCut,(self,) + _args, _kwargs)
507 return val
508 def CanPaste(self, *_args, **_kwargs):
509 val = apply(controlsc.wxTextCtrl_CanPaste,(self,) + _args, _kwargs)
510 return val
511 def CanRedo(self, *_args, **_kwargs):
512 val = apply(controlsc.wxTextCtrl_CanRedo,(self,) + _args, _kwargs)
513 return val
514 def CanUndo(self, *_args, **_kwargs):
515 val = apply(controlsc.wxTextCtrl_CanUndo,(self,) + _args, _kwargs)
516 return val
517 def GetSelection(self, *_args, **_kwargs):
518 val = apply(controlsc.wxTextCtrl_GetSelection,(self,) + _args, _kwargs)
519 return val
520 def IsEditable(self, *_args, **_kwargs):
521 val = apply(controlsc.wxTextCtrl_IsEditable,(self,) + _args, _kwargs)
522 return val
523 def __repr__(self):
524 return "<C wxTextCtrl instance at %s>" % (self.this,)
525 class wxTextCtrl(wxTextCtrlPtr):
526 def __init__(self,*_args,**_kwargs):
527 self.this = apply(controlsc.new_wxTextCtrl,_args,_kwargs)
528 self.thisown = 1
529 wx._StdWindowCallbacks(self)
530
531
532
533
534 class wxScrollBarPtr(wxControlPtr):
535 def __init__(self,this):
536 self.this = this
537 self.thisown = 0
538 def GetRange(self, *_args, **_kwargs):
539 val = apply(controlsc.wxScrollBar_GetRange,(self,) + _args, _kwargs)
540 return val
541 def GetPageSize(self, *_args, **_kwargs):
542 val = apply(controlsc.wxScrollBar_GetPageSize,(self,) + _args, _kwargs)
543 return val
544 def GetThumbPosition(self, *_args, **_kwargs):
545 val = apply(controlsc.wxScrollBar_GetThumbPosition,(self,) + _args, _kwargs)
546 return val
547 def GetThumbSize(self, *_args, **_kwargs):
548 val = apply(controlsc.wxScrollBar_GetThumbSize,(self,) + _args, _kwargs)
549 return val
550 def SetThumbPosition(self, *_args, **_kwargs):
551 val = apply(controlsc.wxScrollBar_SetThumbPosition,(self,) + _args, _kwargs)
552 return val
553 def SetScrollbar(self, *_args, **_kwargs):
554 val = apply(controlsc.wxScrollBar_SetScrollbar,(self,) + _args, _kwargs)
555 return val
556 def __repr__(self):
557 return "<C wxScrollBar instance at %s>" % (self.this,)
558 class wxScrollBar(wxScrollBarPtr):
559 def __init__(self,*_args,**_kwargs):
560 self.this = apply(controlsc.new_wxScrollBar,_args,_kwargs)
561 self.thisown = 1
562 wx._StdWindowCallbacks(self)
563
564
565
566
567 class wxSpinButtonPtr(wxControlPtr):
568 def __init__(self,this):
569 self.this = this
570 self.thisown = 0
571 def GetMax(self, *_args, **_kwargs):
572 val = apply(controlsc.wxSpinButton_GetMax,(self,) + _args, _kwargs)
573 return val
574 def GetMin(self, *_args, **_kwargs):
575 val = apply(controlsc.wxSpinButton_GetMin,(self,) + _args, _kwargs)
576 return val
577 def GetValue(self, *_args, **_kwargs):
578 val = apply(controlsc.wxSpinButton_GetValue,(self,) + _args, _kwargs)
579 return val
580 def SetRange(self, *_args, **_kwargs):
581 val = apply(controlsc.wxSpinButton_SetRange,(self,) + _args, _kwargs)
582 return val
583 def SetValue(self, *_args, **_kwargs):
584 val = apply(controlsc.wxSpinButton_SetValue,(self,) + _args, _kwargs)
585 return val
586 def __repr__(self):
587 return "<C wxSpinButton instance at %s>" % (self.this,)
588 class wxSpinButton(wxSpinButtonPtr):
589 def __init__(self,*_args,**_kwargs):
590 self.this = apply(controlsc.new_wxSpinButton,_args,_kwargs)
591 self.thisown = 1
592
593
594
595
596 class wxStaticBitmapPtr(wxControlPtr):
597 def __init__(self,this):
598 self.this = this
599 self.thisown = 0
600 def GetBitmap(self, *_args, **_kwargs):
601 val = apply(controlsc.wxStaticBitmap_GetBitmap,(self,) + _args, _kwargs)
602 if val: val = wxBitmapPtr(val)
603 return val
604 def SetBitmap(self, *_args, **_kwargs):
605 val = apply(controlsc.wxStaticBitmap_SetBitmap,(self,) + _args, _kwargs)
606 return val
607 def SetIcon(self, *_args, **_kwargs):
608 val = apply(controlsc.wxStaticBitmap_SetIcon,(self,) + _args, _kwargs)
609 return val
610 def __repr__(self):
611 return "<C wxStaticBitmap instance at %s>" % (self.this,)
612 class wxStaticBitmap(wxStaticBitmapPtr):
613 def __init__(self,*_args,**_kwargs):
614 self.this = apply(controlsc.new_wxStaticBitmap,_args,_kwargs)
615 self.thisown = 1
616 wx._StdWindowCallbacks(self)
617
618
619
620
621 class wxRadioBoxPtr(wxControlPtr):
622 def __init__(self,this):
623 self.this = this
624 self.thisown = 0
625 def Enable(self, *_args, **_kwargs):
626 val = apply(controlsc.wxRadioBox_Enable,(self,) + _args, _kwargs)
627 return val
628 def EnableItem(self, *_args, **_kwargs):
629 val = apply(controlsc.wxRadioBox_EnableItem,(self,) + _args, _kwargs)
630 return val
631 def FindString(self, *_args, **_kwargs):
632 val = apply(controlsc.wxRadioBox_FindString,(self,) + _args, _kwargs)
633 return val
634 def GetItemLabel(self, *_args, **_kwargs):
635 val = apply(controlsc.wxRadioBox_GetItemLabel,(self,) + _args, _kwargs)
636 return val
637 def GetSelection(self, *_args, **_kwargs):
638 val = apply(controlsc.wxRadioBox_GetSelection,(self,) + _args, _kwargs)
639 return val
640 def GetString(self, *_args, **_kwargs):
641 val = apply(controlsc.wxRadioBox_GetString,(self,) + _args, _kwargs)
642 return val
643 def GetStringSelection(self, *_args, **_kwargs):
644 val = apply(controlsc.wxRadioBox_GetStringSelection,(self,) + _args, _kwargs)
645 return val
646 def Number(self, *_args, **_kwargs):
647 val = apply(controlsc.wxRadioBox_Number,(self,) + _args, _kwargs)
648 return val
649 def SetItemLabel(self, *_args, **_kwargs):
650 val = apply(controlsc.wxRadioBox_SetItemLabel,(self,) + _args, _kwargs)
651 return val
652 def SetSelection(self, *_args, **_kwargs):
653 val = apply(controlsc.wxRadioBox_SetSelection,(self,) + _args, _kwargs)
654 return val
655 def SetStringSelection(self, *_args, **_kwargs):
656 val = apply(controlsc.wxRadioBox_SetStringSelection,(self,) + _args, _kwargs)
657 return val
658 def Show(self, *_args, **_kwargs):
659 val = apply(controlsc.wxRadioBox_Show,(self,) + _args, _kwargs)
660 return val
661 def ShowItem(self, *_args, **_kwargs):
662 val = apply(controlsc.wxRadioBox_ShowItem,(self,) + _args, _kwargs)
663 return val
664 def __repr__(self):
665 return "<C wxRadioBox instance at %s>" % (self.this,)
666 class wxRadioBox(wxRadioBoxPtr):
667 def __init__(self,*_args,**_kwargs):
668 self.this = apply(controlsc.new_wxRadioBox,_args,_kwargs)
669 self.thisown = 1
670 wx._StdWindowCallbacks(self)
671
672
673
674
675 class wxRadioButtonPtr(wxControlPtr):
676 def __init__(self,this):
677 self.this = this
678 self.thisown = 0
679 def GetValue(self, *_args, **_kwargs):
680 val = apply(controlsc.wxRadioButton_GetValue,(self,) + _args, _kwargs)
681 return val
682 def SetValue(self, *_args, **_kwargs):
683 val = apply(controlsc.wxRadioButton_SetValue,(self,) + _args, _kwargs)
684 return val
685 def __repr__(self):
686 return "<C wxRadioButton instance at %s>" % (self.this,)
687 class wxRadioButton(wxRadioButtonPtr):
688 def __init__(self,*_args,**_kwargs):
689 self.this = apply(controlsc.new_wxRadioButton,_args,_kwargs)
690 self.thisown = 1
691 wx._StdWindowCallbacks(self)
692
693
694
695
696 class wxSliderPtr(wxControlPtr):
697 def __init__(self,this):
698 self.this = this
699 self.thisown = 0
700 def ClearSel(self, *_args, **_kwargs):
701 val = apply(controlsc.wxSlider_ClearSel,(self,) + _args, _kwargs)
702 return val
703 def ClearTicks(self, *_args, **_kwargs):
704 val = apply(controlsc.wxSlider_ClearTicks,(self,) + _args, _kwargs)
705 return val
706 def GetLineSize(self, *_args, **_kwargs):
707 val = apply(controlsc.wxSlider_GetLineSize,(self,) + _args, _kwargs)
708 return val
709 def GetMax(self, *_args, **_kwargs):
710 val = apply(controlsc.wxSlider_GetMax,(self,) + _args, _kwargs)
711 return val
712 def GetMin(self, *_args, **_kwargs):
713 val = apply(controlsc.wxSlider_GetMin,(self,) + _args, _kwargs)
714 return val
715 def GetPageSize(self, *_args, **_kwargs):
716 val = apply(controlsc.wxSlider_GetPageSize,(self,) + _args, _kwargs)
717 return val
718 def GetSelEnd(self, *_args, **_kwargs):
719 val = apply(controlsc.wxSlider_GetSelEnd,(self,) + _args, _kwargs)
720 return val
721 def GetSelStart(self, *_args, **_kwargs):
722 val = apply(controlsc.wxSlider_GetSelStart,(self,) + _args, _kwargs)
723 return val
724 def GetThumbLength(self, *_args, **_kwargs):
725 val = apply(controlsc.wxSlider_GetThumbLength,(self,) + _args, _kwargs)
726 return val
727 def GetTickFreq(self, *_args, **_kwargs):
728 val = apply(controlsc.wxSlider_GetTickFreq,(self,) + _args, _kwargs)
729 return val
730 def GetValue(self, *_args, **_kwargs):
731 val = apply(controlsc.wxSlider_GetValue,(self,) + _args, _kwargs)
732 return val
733 def SetRange(self, *_args, **_kwargs):
734 val = apply(controlsc.wxSlider_SetRange,(self,) + _args, _kwargs)
735 return val
736 def SetTickFreq(self, *_args, **_kwargs):
737 val = apply(controlsc.wxSlider_SetTickFreq,(self,) + _args, _kwargs)
738 return val
739 def SetLineSize(self, *_args, **_kwargs):
740 val = apply(controlsc.wxSlider_SetLineSize,(self,) + _args, _kwargs)
741 return val
742 def SetPageSize(self, *_args, **_kwargs):
743 val = apply(controlsc.wxSlider_SetPageSize,(self,) + _args, _kwargs)
744 return val
745 def SetSelection(self, *_args, **_kwargs):
746 val = apply(controlsc.wxSlider_SetSelection,(self,) + _args, _kwargs)
747 return val
748 def SetThumbLength(self, *_args, **_kwargs):
749 val = apply(controlsc.wxSlider_SetThumbLength,(self,) + _args, _kwargs)
750 return val
751 def SetTick(self, *_args, **_kwargs):
752 val = apply(controlsc.wxSlider_SetTick,(self,) + _args, _kwargs)
753 return val
754 def SetValue(self, *_args, **_kwargs):
755 val = apply(controlsc.wxSlider_SetValue,(self,) + _args, _kwargs)
756 return val
757 def __repr__(self):
758 return "<C wxSlider instance at %s>" % (self.this,)
759 class wxSlider(wxSliderPtr):
760 def __init__(self,*_args,**_kwargs):
761 self.this = apply(controlsc.new_wxSlider,_args,_kwargs)
762 self.thisown = 1
763 wx._StdWindowCallbacks(self)
764
765
766
767
768
769
770 #-------------- FUNCTION WRAPPERS ------------------
771
772
773
774 #-------------- VARIABLE WRAPPERS ------------------
775