]>
Commit | Line | Data |
---|---|---|
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 GetLabel(self, *_args, **_kwargs): | |
17 | val = apply(controlsc.wxControl_GetLabel,(self,) + _args, _kwargs) | |
18 | return val | |
19 | def SetLabel(self, *_args, **_kwargs): | |
20 | val = apply(controlsc.wxControl_SetLabel,(self,) + _args, _kwargs) | |
21 | return val | |
22 | def __repr__(self): | |
23 | return "<C wxControl instance at %s>" % (self.this,) | |
24 | class wxControl(wxControlPtr): | |
25 | def __init__(self,this): | |
26 | self.this = this | |
27 | ||
28 | ||
29 | ||
30 | ||
31 | class wxButtonPtr(wxControlPtr): | |
32 | def __init__(self,this): | |
33 | self.this = this | |
34 | self.thisown = 0 | |
35 | def SetDefault(self, *_args, **_kwargs): | |
36 | val = apply(controlsc.wxButton_SetDefault,(self,) + _args, _kwargs) | |
37 | return val | |
38 | def __repr__(self): | |
39 | return "<C wxButton instance at %s>" % (self.this,) | |
40 | class wxButton(wxButtonPtr): | |
41 | def __init__(self,*_args,**_kwargs): | |
42 | self.this = apply(controlsc.new_wxButton,_args,_kwargs) | |
43 | self.thisown = 1 | |
44 | wx._StdWindowCallbacks(self) | |
45 | ||
46 | ||
47 | ||
48 | ||
49 | class wxBitmapButtonPtr(wxButtonPtr): | |
50 | def __init__(self,this): | |
51 | self.this = this | |
52 | self.thisown = 0 | |
53 | def GetBitmapLabel(self, *_args, **_kwargs): | |
54 | val = apply(controlsc.wxBitmapButton_GetBitmapLabel,(self,) + _args, _kwargs) | |
55 | if val: val = wxBitmapPtr(val) | |
56 | return val | |
57 | def GetBitmapDisabled(self, *_args, **_kwargs): | |
58 | val = apply(controlsc.wxBitmapButton_GetBitmapDisabled,(self,) + _args, _kwargs) | |
59 | if val: val = wxBitmapPtr(val) | |
60 | return val | |
61 | def GetBitmapFocus(self, *_args, **_kwargs): | |
62 | val = apply(controlsc.wxBitmapButton_GetBitmapFocus,(self,) + _args, _kwargs) | |
63 | if val: val = wxBitmapPtr(val) | |
64 | return val | |
65 | def GetBitmapSelected(self, *_args, **_kwargs): | |
66 | val = apply(controlsc.wxBitmapButton_GetBitmapSelected,(self,) + _args, _kwargs) | |
67 | if val: val = wxBitmapPtr(val) | |
68 | return val | |
69 | def SetBitmapDisabled(self, *_args, **_kwargs): | |
70 | val = apply(controlsc.wxBitmapButton_SetBitmapDisabled,(self,) + _args, _kwargs) | |
71 | return val | |
72 | def SetBitmapFocus(self, *_args, **_kwargs): | |
73 | val = apply(controlsc.wxBitmapButton_SetBitmapFocus,(self,) + _args, _kwargs) | |
74 | return val | |
75 | def SetBitmapSelected(self, *_args, **_kwargs): | |
76 | val = apply(controlsc.wxBitmapButton_SetBitmapSelected,(self,) + _args, _kwargs) | |
77 | return val | |
78 | def SetBitmapLabel(self, *_args, **_kwargs): | |
79 | val = apply(controlsc.wxBitmapButton_SetBitmapLabel,(self,) + _args, _kwargs) | |
80 | return val | |
81 | def __repr__(self): | |
82 | return "<C wxBitmapButton instance at %s>" % (self.this,) | |
83 | class wxBitmapButton(wxBitmapButtonPtr): | |
84 | def __init__(self,*_args,**_kwargs): | |
85 | self.this = apply(controlsc.new_wxBitmapButton,_args,_kwargs) | |
86 | self.thisown = 1 | |
87 | wx._StdWindowCallbacks(self) | |
88 | ||
89 | ||
90 | ||
91 | ||
92 | class wxCheckBoxPtr(wxControlPtr): | |
93 | def __init__(self,this): | |
94 | self.this = this | |
95 | self.thisown = 0 | |
96 | def GetValue(self, *_args, **_kwargs): | |
97 | val = apply(controlsc.wxCheckBox_GetValue,(self,) + _args, _kwargs) | |
98 | return val | |
99 | def SetValue(self, *_args, **_kwargs): | |
100 | val = apply(controlsc.wxCheckBox_SetValue,(self,) + _args, _kwargs) | |
101 | return val | |
102 | def __repr__(self): | |
103 | return "<C wxCheckBox instance at %s>" % (self.this,) | |
104 | class wxCheckBox(wxCheckBoxPtr): | |
105 | def __init__(self,*_args,**_kwargs): | |
106 | self.this = apply(controlsc.new_wxCheckBox,_args,_kwargs) | |
107 | self.thisown = 1 | |
108 | wx._StdWindowCallbacks(self) | |
109 | ||
110 | ||
111 | ||
112 | ||
113 | class wxChoicePtr(wxControlPtr): | |
114 | def __init__(self,this): | |
115 | self.this = this | |
116 | self.thisown = 0 | |
117 | def Append(self, *_args, **_kwargs): | |
118 | val = apply(controlsc.wxChoice_Append,(self,) + _args, _kwargs) | |
119 | return val | |
120 | def Clear(self, *_args, **_kwargs): | |
121 | val = apply(controlsc.wxChoice_Clear,(self,) + _args, _kwargs) | |
122 | return val | |
123 | def FindString(self, *_args, **_kwargs): | |
124 | val = apply(controlsc.wxChoice_FindString,(self,) + _args, _kwargs) | |
125 | return val | |
126 | def GetColumns(self, *_args, **_kwargs): | |
127 | val = apply(controlsc.wxChoice_GetColumns,(self,) + _args, _kwargs) | |
128 | return val | |
129 | def GetSelection(self, *_args, **_kwargs): | |
130 | val = apply(controlsc.wxChoice_GetSelection,(self,) + _args, _kwargs) | |
131 | return val | |
132 | def GetString(self, *_args, **_kwargs): | |
133 | val = apply(controlsc.wxChoice_GetString,(self,) + _args, _kwargs) | |
134 | return val | |
135 | def GetStringSelection(self, *_args, **_kwargs): | |
136 | val = apply(controlsc.wxChoice_GetStringSelection,(self,) + _args, _kwargs) | |
137 | return val | |
138 | def Number(self, *_args, **_kwargs): | |
139 | val = apply(controlsc.wxChoice_Number,(self,) + _args, _kwargs) | |
140 | return val | |
141 | def SetColumns(self, *_args, **_kwargs): | |
142 | val = apply(controlsc.wxChoice_SetColumns,(self,) + _args, _kwargs) | |
143 | return val | |
144 | def SetSelection(self, *_args, **_kwargs): | |
145 | val = apply(controlsc.wxChoice_SetSelection,(self,) + _args, _kwargs) | |
146 | return val | |
147 | def SetStringSelection(self, *_args, **_kwargs): | |
148 | val = apply(controlsc.wxChoice_SetStringSelection,(self,) + _args, _kwargs) | |
149 | return val | |
150 | def __repr__(self): | |
151 | return "<C wxChoice instance at %s>" % (self.this,) | |
152 | class wxChoice(wxChoicePtr): | |
153 | def __init__(self,*_args,**_kwargs): | |
154 | self.this = apply(controlsc.new_wxChoice,_args,_kwargs) | |
155 | self.thisown = 1 | |
156 | wx._StdWindowCallbacks(self) | |
157 | ||
158 | ||
159 | ||
160 | ||
161 | class wxComboBoxPtr(wxChoicePtr): | |
162 | def __init__(self,this): | |
163 | self.this = this | |
164 | self.thisown = 0 | |
165 | def Append(self, *_args, **_kwargs): | |
166 | val = apply(controlsc.wxComboBox_Append,(self,) + _args, _kwargs) | |
167 | return val | |
168 | def Clear(self, *_args, **_kwargs): | |
169 | val = apply(controlsc.wxComboBox_Clear,(self,) + _args, _kwargs) | |
170 | return val | |
171 | def Copy(self, *_args, **_kwargs): | |
172 | val = apply(controlsc.wxComboBox_Copy,(self,) + _args, _kwargs) | |
173 | return val | |
174 | def Cut(self, *_args, **_kwargs): | |
175 | val = apply(controlsc.wxComboBox_Cut,(self,) + _args, _kwargs) | |
176 | return val | |
177 | def Delete(self, *_args, **_kwargs): | |
178 | val = apply(controlsc.wxComboBox_Delete,(self,) + _args, _kwargs) | |
179 | return val | |
180 | def FindString(self, *_args, **_kwargs): | |
181 | val = apply(controlsc.wxComboBox_FindString,(self,) + _args, _kwargs) | |
182 | return val | |
183 | def GetInsertionPoint(self, *_args, **_kwargs): | |
184 | val = apply(controlsc.wxComboBox_GetInsertionPoint,(self,) + _args, _kwargs) | |
185 | return val | |
186 | def GetLastPosition(self, *_args, **_kwargs): | |
187 | val = apply(controlsc.wxComboBox_GetLastPosition,(self,) + _args, _kwargs) | |
188 | return val | |
189 | def GetSelection(self, *_args, **_kwargs): | |
190 | val = apply(controlsc.wxComboBox_GetSelection,(self,) + _args, _kwargs) | |
191 | return val | |
192 | def GetString(self, *_args, **_kwargs): | |
193 | val = apply(controlsc.wxComboBox_GetString,(self,) + _args, _kwargs) | |
194 | return val | |
195 | def GetStringSelection(self, *_args, **_kwargs): | |
196 | val = apply(controlsc.wxComboBox_GetStringSelection,(self,) + _args, _kwargs) | |
197 | return val | |
198 | def GetValue(self, *_args, **_kwargs): | |
199 | val = apply(controlsc.wxComboBox_GetValue,(self,) + _args, _kwargs) | |
200 | return val | |
201 | def Number(self, *_args, **_kwargs): | |
202 | val = apply(controlsc.wxComboBox_Number,(self,) + _args, _kwargs) | |
203 | return val | |
204 | def Paste(self, *_args, **_kwargs): | |
205 | val = apply(controlsc.wxComboBox_Paste,(self,) + _args, _kwargs) | |
206 | return val | |
207 | def Replace(self, *_args, **_kwargs): | |
208 | val = apply(controlsc.wxComboBox_Replace,(self,) + _args, _kwargs) | |
209 | return val | |
210 | def Remove(self, *_args, **_kwargs): | |
211 | val = apply(controlsc.wxComboBox_Remove,(self,) + _args, _kwargs) | |
212 | return val | |
213 | def SetInsertionPoint(self, *_args, **_kwargs): | |
214 | val = apply(controlsc.wxComboBox_SetInsertionPoint,(self,) + _args, _kwargs) | |
215 | return val | |
216 | def SetInsertionPointEnd(self, *_args, **_kwargs): | |
217 | val = apply(controlsc.wxComboBox_SetInsertionPointEnd,(self,) + _args, _kwargs) | |
218 | return val | |
219 | def SetSelection(self, *_args, **_kwargs): | |
220 | val = apply(controlsc.wxComboBox_SetSelection,(self,) + _args, _kwargs) | |
221 | return val | |
222 | def SetMark(self, *_args, **_kwargs): | |
223 | val = apply(controlsc.wxComboBox_SetMark,(self,) + _args, _kwargs) | |
224 | return val | |
225 | def SetValue(self, *_args, **_kwargs): | |
226 | val = apply(controlsc.wxComboBox_SetValue,(self,) + _args, _kwargs) | |
227 | return val | |
228 | def __repr__(self): | |
229 | return "<C wxComboBox instance at %s>" % (self.this,) | |
230 | class wxComboBox(wxComboBoxPtr): | |
231 | def __init__(self,*_args,**_kwargs): | |
232 | self.this = apply(controlsc.new_wxComboBox,_args,_kwargs) | |
233 | self.thisown = 1 | |
234 | wx._StdWindowCallbacks(self) | |
235 | ||
236 | ||
237 | ||
238 | ||
239 | class wxGaugePtr(wxControlPtr): | |
240 | def __init__(self,this): | |
241 | self.this = this | |
242 | self.thisown = 0 | |
243 | def GetBezelFace(self, *_args, **_kwargs): | |
244 | val = apply(controlsc.wxGauge_GetBezelFace,(self,) + _args, _kwargs) | |
245 | return val | |
246 | def GetRange(self, *_args, **_kwargs): | |
247 | val = apply(controlsc.wxGauge_GetRange,(self,) + _args, _kwargs) | |
248 | return val | |
249 | def GetShadowWidth(self, *_args, **_kwargs): | |
250 | val = apply(controlsc.wxGauge_GetShadowWidth,(self,) + _args, _kwargs) | |
251 | return val | |
252 | def GetValue(self, *_args, **_kwargs): | |
253 | val = apply(controlsc.wxGauge_GetValue,(self,) + _args, _kwargs) | |
254 | return val | |
255 | def SetBezelFace(self, *_args, **_kwargs): | |
256 | val = apply(controlsc.wxGauge_SetBezelFace,(self,) + _args, _kwargs) | |
257 | return val | |
258 | def SetRange(self, *_args, **_kwargs): | |
259 | val = apply(controlsc.wxGauge_SetRange,(self,) + _args, _kwargs) | |
260 | return val | |
261 | def SetShadowWidth(self, *_args, **_kwargs): | |
262 | val = apply(controlsc.wxGauge_SetShadowWidth,(self,) + _args, _kwargs) | |
263 | return val | |
264 | def SetValue(self, *_args, **_kwargs): | |
265 | val = apply(controlsc.wxGauge_SetValue,(self,) + _args, _kwargs) | |
266 | return val | |
267 | def __repr__(self): | |
268 | return "<C wxGauge instance at %s>" % (self.this,) | |
269 | class wxGauge(wxGaugePtr): | |
270 | def __init__(self,*_args,**_kwargs): | |
271 | self.this = apply(controlsc.new_wxGauge,_args,_kwargs) | |
272 | self.thisown = 1 | |
273 | wx._StdWindowCallbacks(self) | |
274 | ||
275 | ||
276 | ||
277 | ||
278 | class wxStaticBoxPtr(wxControlPtr): | |
279 | def __init__(self,this): | |
280 | self.this = this | |
281 | self.thisown = 0 | |
282 | def __repr__(self): | |
283 | return "<C wxStaticBox instance at %s>" % (self.this,) | |
284 | class wxStaticBox(wxStaticBoxPtr): | |
285 | def __init__(self,*_args,**_kwargs): | |
286 | self.this = apply(controlsc.new_wxStaticBox,_args,_kwargs) | |
287 | self.thisown = 1 | |
288 | ||
289 | ||
290 | ||
291 | ||
292 | class wxStaticLinePtr(wxControlPtr): | |
293 | def __init__(self,this): | |
294 | self.this = this | |
295 | self.thisown = 0 | |
296 | def __repr__(self): | |
297 | return "<C wxStaticLine instance at %s>" % (self.this,) | |
298 | class wxStaticLine(wxStaticLinePtr): | |
299 | def __init__(self,*_args,**_kwargs): | |
300 | self.this = apply(controlsc.new_wxStaticLine,_args,_kwargs) | |
301 | self.thisown = 1 | |
302 | ||
303 | ||
304 | ||
305 | ||
306 | class wxStaticTextPtr(wxControlPtr): | |
307 | def __init__(self,this): | |
308 | self.this = this | |
309 | self.thisown = 0 | |
310 | def GetLabel(self, *_args, **_kwargs): | |
311 | val = apply(controlsc.wxStaticText_GetLabel,(self,) + _args, _kwargs) | |
312 | return val | |
313 | def SetLabel(self, *_args, **_kwargs): | |
314 | val = apply(controlsc.wxStaticText_SetLabel,(self,) + _args, _kwargs) | |
315 | return val | |
316 | def __repr__(self): | |
317 | return "<C wxStaticText instance at %s>" % (self.this,) | |
318 | class wxStaticText(wxStaticTextPtr): | |
319 | def __init__(self,*_args,**_kwargs): | |
320 | self.this = apply(controlsc.new_wxStaticText,_args,_kwargs) | |
321 | self.thisown = 1 | |
322 | wx._StdWindowCallbacks(self) | |
323 | ||
324 | ||
325 | ||
326 | ||
327 | class wxListBoxPtr(wxControlPtr): | |
328 | def __init__(self,this): | |
329 | self.this = this | |
330 | self.thisown = 0 | |
331 | def Append(self, *_args, **_kwargs): | |
332 | val = apply(controlsc.wxListBox_Append,(self,) + _args, _kwargs) | |
333 | return val | |
334 | def Clear(self, *_args, **_kwargs): | |
335 | val = apply(controlsc.wxListBox_Clear,(self,) + _args, _kwargs) | |
336 | return val | |
337 | def Delete(self, *_args, **_kwargs): | |
338 | val = apply(controlsc.wxListBox_Delete,(self,) + _args, _kwargs) | |
339 | return val | |
340 | def Deselect(self, *_args, **_kwargs): | |
341 | val = apply(controlsc.wxListBox_Deselect,(self,) + _args, _kwargs) | |
342 | return val | |
343 | def FindString(self, *_args, **_kwargs): | |
344 | val = apply(controlsc.wxListBox_FindString,(self,) + _args, _kwargs) | |
345 | return val | |
346 | def GetSelection(self, *_args, **_kwargs): | |
347 | val = apply(controlsc.wxListBox_GetSelection,(self,) + _args, _kwargs) | |
348 | return val | |
349 | def GetSelections(self, *_args, **_kwargs): | |
350 | val = apply(controlsc.wxListBox_GetSelections,(self,) + _args, _kwargs) | |
351 | return val | |
352 | def InsertItems(self, *_args, **_kwargs): | |
353 | val = apply(controlsc.wxListBox_InsertItems,(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 | ||
776 | cvar = controlsc.cvar | |
777 | wxDefaultValidator = wxValidatorPtr(controlsc.cvar.wxDefaultValidator) |