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