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