]>
Commit | Line | Data |
---|---|---|
e6056257 RD |
1 | # This file was created automatically by SWIG. |
2 | import controls2c | |
3 | ||
4 | from misc import * | |
5 | ||
6 | from windows import * | |
7 | ||
8 | from gdi import * | |
9 | ||
40699168 RD |
10 | from fonts import * |
11 | ||
e6056257 RD |
12 | from clip_dnd import * |
13 | ||
14 | from events import * | |
15 | ||
16 | from controls import * | |
17 | import wx | |
18 | ||
19 | def EVT_LIST_BEGIN_DRAG(win, id, func): | |
20 | win.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_DRAG, func) | |
21 | ||
22 | def EVT_LIST_BEGIN_RDRAG(win, id, func): | |
23 | win.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_RDRAG, func) | |
24 | ||
25 | def EVT_LIST_BEGIN_LABEL_EDIT(win, id, func): | |
26 | win.Connect(id, -1, wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT, func) | |
27 | ||
28 | def EVT_LIST_END_LABEL_EDIT(win, id, func): | |
29 | win.Connect(id, -1, wxEVT_COMMAND_LIST_END_LABEL_EDIT, func) | |
30 | ||
31 | def EVT_LIST_DELETE_ITEM(win, id, func): | |
32 | win.Connect(id, -1, wxEVT_COMMAND_LIST_DELETE_ITEM, func) | |
33 | ||
34 | def EVT_LIST_DELETE_ALL_ITEMS(win, id, func): | |
35 | win.Connect(id, -1, wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS, func) | |
36 | ||
37 | def EVT_LIST_GET_INFO(win, id, func): | |
38 | win.Connect(id, -1, wxEVT_COMMAND_LIST_GET_INFO, func) | |
39 | ||
40 | def EVT_LIST_SET_INFO(win, id, func): | |
41 | win.Connect(id, -1, wxEVT_COMMAND_LIST_SET_INFO, func) | |
42 | ||
43 | def EVT_LIST_ITEM_SELECTED(win, id, func): | |
44 | win.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_SELECTED, func) | |
45 | ||
46 | def EVT_LIST_ITEM_DESELECTED(win, id, func): | |
47 | win.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_DESELECTED, func) | |
48 | ||
49 | def EVT_LIST_KEY_DOWN(win, id, func): | |
50 | win.Connect(id, -1, wxEVT_COMMAND_LIST_KEY_DOWN, func) | |
51 | ||
52 | def EVT_LIST_INSERT_ITEM(win, id, func): | |
53 | win.Connect(id, -1, wxEVT_COMMAND_LIST_INSERT_ITEM, func) | |
54 | ||
55 | def EVT_LIST_COL_CLICK(win, id, func): | |
56 | win.Connect(id, -1, wxEVT_COMMAND_LIST_COL_CLICK, func) | |
57 | ||
58 | def EVT_LIST_COL_RIGHT_CLICK(win, id, func): | |
59 | win.Connect(id, -1, wxEVT_COMMAND_LIST_COL_RIGHT_CLICK, func) | |
60 | ||
61 | def EVT_LIST_COL_BEGIN_DRAG(win, id, func): | |
62 | win.Connect(id, -1, wxEVT_COMMAND_LIST_COL_BEGIN_DRAG, func) | |
63 | ||
64 | def EVT_LIST_COL_DRAGGING(win, id, func): | |
65 | win.Connect(id, -1, wxEVT_COMMAND_LIST_COL_DRAGGING, func) | |
66 | ||
67 | def EVT_LIST_COL_END_DRAG(win, id, func): | |
68 | win.Connect(id, -1, wxEVT_COMMAND_LIST_COL_END_DRAG, func) | |
69 | ||
70 | def EVT_LIST_ITEM_RIGHT_CLICK(win, id, func): | |
71 | win.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK, func) | |
72 | ||
73 | def EVT_LIST_ITEM_MIDDLE_CLICK(win, id, func): | |
74 | win.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK, func) | |
75 | ||
76 | def EVT_LIST_ITEM_ACTIVATED(win, id, func): | |
77 | win.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_ACTIVATED, func) | |
78 | ||
79 | def EVT_LIST_CACHE_HINT(win, id, func): | |
80 | win.Connect(id, -1, wxEVT_COMMAND_LIST_CACHE_HINT, func) | |
81 | ||
80cb3dbc RD |
82 | def EVT_LIST_ITEM_FOCUSED(win, id, func): |
83 | win.Connect(id, -1, wxEVT_COMMAND_LIST_ITEM_FOCUSED, func) | |
84 | ||
e6056257 RD |
85 | |
86 | # wxTreeCtrl events | |
87 | def EVT_TREE_BEGIN_DRAG(win, id, func): | |
88 | win.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_DRAG, func) | |
89 | ||
90 | def EVT_TREE_BEGIN_RDRAG(win, id, func): | |
91 | win.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_RDRAG, func) | |
92 | ||
93 | def EVT_TREE_END_DRAG(win, id, func): | |
94 | win.Connect(id, -1, wxEVT_COMMAND_TREE_END_DRAG, func) | |
95 | ||
96 | def EVT_TREE_BEGIN_LABEL_EDIT(win, id, func): | |
97 | win.Connect(id, -1, wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT, func) | |
98 | ||
99 | def EVT_TREE_END_LABEL_EDIT(win, id, func): | |
100 | win.Connect(id, -1, wxEVT_COMMAND_TREE_END_LABEL_EDIT, func) | |
101 | ||
102 | def EVT_TREE_GET_INFO(win, id, func): | |
103 | win.Connect(id, -1, wxEVT_COMMAND_TREE_GET_INFO, func) | |
104 | ||
105 | def EVT_TREE_SET_INFO(win, id, func): | |
106 | win.Connect(id, -1, wxEVT_COMMAND_TREE_SET_INFO, func) | |
107 | ||
108 | def EVT_TREE_ITEM_EXPANDED(win, id, func): | |
109 | win.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_EXPANDED, func) | |
110 | ||
111 | def EVT_TREE_ITEM_EXPANDING(win, id, func): | |
112 | win.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_EXPANDING, func) | |
113 | ||
114 | def EVT_TREE_ITEM_COLLAPSED(win, id, func): | |
115 | win.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_COLLAPSED, func) | |
116 | ||
117 | def EVT_TREE_ITEM_COLLAPSING(win, id, func): | |
118 | win.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_COLLAPSING, func) | |
119 | ||
120 | def EVT_TREE_SEL_CHANGED(win, id, func): | |
121 | win.Connect(id, -1, wxEVT_COMMAND_TREE_SEL_CHANGED, func) | |
122 | ||
123 | def EVT_TREE_SEL_CHANGING(win, id, func): | |
124 | win.Connect(id, -1, wxEVT_COMMAND_TREE_SEL_CHANGING, func) | |
125 | ||
126 | def EVT_TREE_KEY_DOWN(win, id, func): | |
127 | win.Connect(id, -1, wxEVT_COMMAND_TREE_KEY_DOWN, func) | |
128 | ||
129 | def EVT_TREE_DELETE_ITEM(win, id, func): | |
130 | win.Connect(id, -1, wxEVT_COMMAND_TREE_DELETE_ITEM, func) | |
131 | ||
132 | def EVT_TREE_ITEM_ACTIVATED(win, id, func): | |
133 | win.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_ACTIVATED, func) | |
134 | ||
135 | def EVT_TREE_ITEM_RIGHT_CLICK(win, id, func): | |
136 | win.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK, func) | |
137 | ||
138 | def EVT_TREE_ITEM_MIDDLE_CLICK(win, id, func): | |
139 | win.Connect(id, -1, wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK, func) | |
140 | ||
141 | class wxListItemAttrPtr : | |
142 | def __init__(self,this): | |
143 | self.this = this | |
144 | self.thisown = 0 | |
145 | def SetTextColour(self, *_args, **_kwargs): | |
146 | val = apply(controls2c.wxListItemAttr_SetTextColour,(self,) + _args, _kwargs) | |
147 | return val | |
148 | def SetBackgroundColour(self, *_args, **_kwargs): | |
149 | val = apply(controls2c.wxListItemAttr_SetBackgroundColour,(self,) + _args, _kwargs) | |
150 | return val | |
151 | def SetFont(self, *_args, **_kwargs): | |
152 | val = apply(controls2c.wxListItemAttr_SetFont,(self,) + _args, _kwargs) | |
153 | return val | |
154 | def HasTextColour(self, *_args, **_kwargs): | |
155 | val = apply(controls2c.wxListItemAttr_HasTextColour,(self,) + _args, _kwargs) | |
156 | return val | |
157 | def HasBackgroundColour(self, *_args, **_kwargs): | |
158 | val = apply(controls2c.wxListItemAttr_HasBackgroundColour,(self,) + _args, _kwargs) | |
159 | return val | |
160 | def HasFont(self, *_args, **_kwargs): | |
161 | val = apply(controls2c.wxListItemAttr_HasFont,(self,) + _args, _kwargs) | |
162 | return val | |
163 | def GetTextColour(self, *_args, **_kwargs): | |
164 | val = apply(controls2c.wxListItemAttr_GetTextColour,(self,) + _args, _kwargs) | |
00360d46 | 165 | if val: val = wxColourPtr(val) ; val.thisown = 1 |
e6056257 RD |
166 | return val |
167 | def GetBackgroundColour(self, *_args, **_kwargs): | |
168 | val = apply(controls2c.wxListItemAttr_GetBackgroundColour,(self,) + _args, _kwargs) | |
00360d46 | 169 | if val: val = wxColourPtr(val) ; val.thisown = 1 |
e6056257 RD |
170 | return val |
171 | def GetFont(self, *_args, **_kwargs): | |
172 | val = apply(controls2c.wxListItemAttr_GetFont,(self,) + _args, _kwargs) | |
00360d46 | 173 | if val: val = wxFontPtr(val) ; val.thisown = 1 |
e6056257 RD |
174 | return val |
175 | def __repr__(self): | |
176 | return "<C wxListItemAttr instance at %s>" % (self.this,) | |
177 | class wxListItemAttr(wxListItemAttrPtr): | |
178 | def __init__(self,*_args,**_kwargs): | |
179 | self.this = apply(controls2c.new_wxListItemAttr,_args,_kwargs) | |
180 | self.thisown = 1 | |
181 | ||
182 | ||
183 | ||
184 | ||
185 | class wxListItemPtr(wxObjectPtr): | |
186 | def __init__(self,this): | |
187 | self.this = this | |
188 | self.thisown = 0 | |
189 | def __del__(self,controls2c=controls2c): | |
190 | if self.thisown == 1 : | |
191 | controls2c.delete_wxListItem(self) | |
192 | def Clear(self, *_args, **_kwargs): | |
193 | val = apply(controls2c.wxListItem_Clear,(self,) + _args, _kwargs) | |
194 | return val | |
195 | def ClearAttributes(self, *_args, **_kwargs): | |
196 | val = apply(controls2c.wxListItem_ClearAttributes,(self,) + _args, _kwargs) | |
197 | return val | |
198 | def SetMask(self, *_args, **_kwargs): | |
199 | val = apply(controls2c.wxListItem_SetMask,(self,) + _args, _kwargs) | |
200 | return val | |
201 | def SetId(self, *_args, **_kwargs): | |
202 | val = apply(controls2c.wxListItem_SetId,(self,) + _args, _kwargs) | |
203 | return val | |
204 | def SetColumn(self, *_args, **_kwargs): | |
205 | val = apply(controls2c.wxListItem_SetColumn,(self,) + _args, _kwargs) | |
206 | return val | |
207 | def SetState(self, *_args, **_kwargs): | |
208 | val = apply(controls2c.wxListItem_SetState,(self,) + _args, _kwargs) | |
209 | return val | |
210 | def SetStateMask(self, *_args, **_kwargs): | |
211 | val = apply(controls2c.wxListItem_SetStateMask,(self,) + _args, _kwargs) | |
212 | return val | |
213 | def SetText(self, *_args, **_kwargs): | |
214 | val = apply(controls2c.wxListItem_SetText,(self,) + _args, _kwargs) | |
215 | return val | |
216 | def SetImage(self, *_args, **_kwargs): | |
217 | val = apply(controls2c.wxListItem_SetImage,(self,) + _args, _kwargs) | |
218 | return val | |
219 | def SetData(self, *_args, **_kwargs): | |
220 | val = apply(controls2c.wxListItem_SetData,(self,) + _args, _kwargs) | |
221 | return val | |
222 | def SetWidth(self, *_args, **_kwargs): | |
223 | val = apply(controls2c.wxListItem_SetWidth,(self,) + _args, _kwargs) | |
224 | return val | |
225 | def SetAlign(self, *_args, **_kwargs): | |
226 | val = apply(controls2c.wxListItem_SetAlign,(self,) + _args, _kwargs) | |
227 | return val | |
228 | def SetTextColour(self, *_args, **_kwargs): | |
229 | val = apply(controls2c.wxListItem_SetTextColour,(self,) + _args, _kwargs) | |
230 | return val | |
231 | def SetBackgroundColour(self, *_args, **_kwargs): | |
232 | val = apply(controls2c.wxListItem_SetBackgroundColour,(self,) + _args, _kwargs) | |
233 | return val | |
234 | def SetFont(self, *_args, **_kwargs): | |
235 | val = apply(controls2c.wxListItem_SetFont,(self,) + _args, _kwargs) | |
236 | return val | |
237 | def GetMask(self, *_args, **_kwargs): | |
238 | val = apply(controls2c.wxListItem_GetMask,(self,) + _args, _kwargs) | |
239 | return val | |
240 | def GetId(self, *_args, **_kwargs): | |
241 | val = apply(controls2c.wxListItem_GetId,(self,) + _args, _kwargs) | |
242 | return val | |
243 | def GetColumn(self, *_args, **_kwargs): | |
244 | val = apply(controls2c.wxListItem_GetColumn,(self,) + _args, _kwargs) | |
245 | return val | |
246 | def GetState(self, *_args, **_kwargs): | |
247 | val = apply(controls2c.wxListItem_GetState,(self,) + _args, _kwargs) | |
248 | return val | |
249 | def GetText(self, *_args, **_kwargs): | |
250 | val = apply(controls2c.wxListItem_GetText,(self,) + _args, _kwargs) | |
251 | return val | |
252 | def GetImage(self, *_args, **_kwargs): | |
253 | val = apply(controls2c.wxListItem_GetImage,(self,) + _args, _kwargs) | |
254 | return val | |
255 | def GetData(self, *_args, **_kwargs): | |
256 | val = apply(controls2c.wxListItem_GetData,(self,) + _args, _kwargs) | |
257 | return val | |
258 | def GetWidth(self, *_args, **_kwargs): | |
259 | val = apply(controls2c.wxListItem_GetWidth,(self,) + _args, _kwargs) | |
260 | return val | |
261 | def GetAlign(self, *_args, **_kwargs): | |
262 | val = apply(controls2c.wxListItem_GetAlign,(self,) + _args, _kwargs) | |
263 | return val | |
264 | def GetAttributes(self, *_args, **_kwargs): | |
265 | val = apply(controls2c.wxListItem_GetAttributes,(self,) + _args, _kwargs) | |
266 | if val: val = wxListItemAttrPtr(val) | |
267 | return val | |
268 | def HasAttributes(self, *_args, **_kwargs): | |
269 | val = apply(controls2c.wxListItem_HasAttributes,(self,) + _args, _kwargs) | |
270 | return val | |
271 | def GetTextColour(self, *_args, **_kwargs): | |
272 | val = apply(controls2c.wxListItem_GetTextColour,(self,) + _args, _kwargs) | |
273 | if val: val = wxColourPtr(val) ; val.thisown = 1 | |
274 | return val | |
275 | def GetBackgroundColour(self, *_args, **_kwargs): | |
276 | val = apply(controls2c.wxListItem_GetBackgroundColour,(self,) + _args, _kwargs) | |
277 | if val: val = wxColourPtr(val) ; val.thisown = 1 | |
278 | return val | |
279 | def GetFont(self, *_args, **_kwargs): | |
280 | val = apply(controls2c.wxListItem_GetFont,(self,) + _args, _kwargs) | |
281 | if val: val = wxFontPtr(val) ; val.thisown = 1 | |
282 | return val | |
283 | def __setattr__(self,name,value): | |
284 | if name == "m_mask" : | |
285 | controls2c.wxListItem_m_mask_set(self,value) | |
286 | return | |
287 | if name == "m_itemId" : | |
288 | controls2c.wxListItem_m_itemId_set(self,value) | |
289 | return | |
290 | if name == "m_col" : | |
291 | controls2c.wxListItem_m_col_set(self,value) | |
292 | return | |
293 | if name == "m_state" : | |
294 | controls2c.wxListItem_m_state_set(self,value) | |
295 | return | |
296 | if name == "m_stateMask" : | |
297 | controls2c.wxListItem_m_stateMask_set(self,value) | |
298 | return | |
299 | if name == "m_text" : | |
300 | controls2c.wxListItem_m_text_set(self,value) | |
301 | return | |
302 | if name == "m_image" : | |
303 | controls2c.wxListItem_m_image_set(self,value) | |
304 | return | |
305 | if name == "m_data" : | |
306 | controls2c.wxListItem_m_data_set(self,value) | |
307 | return | |
308 | if name == "m_format" : | |
309 | controls2c.wxListItem_m_format_set(self,value) | |
310 | return | |
311 | if name == "m_width" : | |
312 | controls2c.wxListItem_m_width_set(self,value) | |
313 | return | |
314 | self.__dict__[name] = value | |
315 | def __getattr__(self,name): | |
316 | if name == "m_mask" : | |
317 | return controls2c.wxListItem_m_mask_get(self) | |
318 | if name == "m_itemId" : | |
319 | return controls2c.wxListItem_m_itemId_get(self) | |
320 | if name == "m_col" : | |
321 | return controls2c.wxListItem_m_col_get(self) | |
322 | if name == "m_state" : | |
323 | return controls2c.wxListItem_m_state_get(self) | |
324 | if name == "m_stateMask" : | |
325 | return controls2c.wxListItem_m_stateMask_get(self) | |
326 | if name == "m_text" : | |
327 | return controls2c.wxListItem_m_text_get(self) | |
328 | if name == "m_image" : | |
329 | return controls2c.wxListItem_m_image_get(self) | |
330 | if name == "m_data" : | |
331 | return controls2c.wxListItem_m_data_get(self) | |
332 | if name == "m_format" : | |
333 | return controls2c.wxListItem_m_format_get(self) | |
334 | if name == "m_width" : | |
335 | return controls2c.wxListItem_m_width_get(self) | |
336 | raise AttributeError,name | |
337 | def __repr__(self): | |
338 | return "<C wxListItem instance at %s>" % (self.this,) | |
339 | class wxListItem(wxListItemPtr): | |
340 | def __init__(self,*_args,**_kwargs): | |
341 | self.this = apply(controls2c.new_wxListItem,_args,_kwargs) | |
342 | self.thisown = 1 | |
343 | ||
344 | ||
345 | ||
346 | ||
347 | class wxListEventPtr(wxNotifyEventPtr): | |
348 | def __init__(self,this): | |
349 | self.this = this | |
350 | self.thisown = 0 | |
351 | def GetCode(self, *_args, **_kwargs): | |
352 | val = apply(controls2c.wxListEvent_GetCode,(self,) + _args, _kwargs) | |
353 | return val | |
354 | def GetIndex(self, *_args, **_kwargs): | |
355 | val = apply(controls2c.wxListEvent_GetIndex,(self,) + _args, _kwargs) | |
356 | return val | |
e6056257 RD |
357 | def GetColumn(self, *_args, **_kwargs): |
358 | val = apply(controls2c.wxListEvent_GetColumn,(self,) + _args, _kwargs) | |
359 | return val | |
e6056257 RD |
360 | def GetPoint(self, *_args, **_kwargs): |
361 | val = apply(controls2c.wxListEvent_GetPoint,(self,) + _args, _kwargs) | |
362 | if val: val = wxPointPtr(val) ; val.thisown = 1 | |
363 | return val | |
364 | def GetLabel(self, *_args, **_kwargs): | |
365 | val = apply(controls2c.wxListEvent_GetLabel,(self,) + _args, _kwargs) | |
366 | return val | |
367 | def GetText(self, *_args, **_kwargs): | |
368 | val = apply(controls2c.wxListEvent_GetText,(self,) + _args, _kwargs) | |
369 | return val | |
370 | def GetImage(self, *_args, **_kwargs): | |
371 | val = apply(controls2c.wxListEvent_GetImage,(self,) + _args, _kwargs) | |
372 | return val | |
373 | def GetData(self, *_args, **_kwargs): | |
374 | val = apply(controls2c.wxListEvent_GetData,(self,) + _args, _kwargs) | |
375 | return val | |
376 | def GetMask(self, *_args, **_kwargs): | |
377 | val = apply(controls2c.wxListEvent_GetMask,(self,) + _args, _kwargs) | |
378 | return val | |
379 | def GetItem(self, *_args, **_kwargs): | |
380 | val = apply(controls2c.wxListEvent_GetItem,(self,) + _args, _kwargs) | |
381 | return val | |
382 | def GetCacheFrom(self, *_args, **_kwargs): | |
383 | val = apply(controls2c.wxListEvent_GetCacheFrom,(self,) + _args, _kwargs) | |
384 | return val | |
385 | def GetCacheTo(self, *_args, **_kwargs): | |
386 | val = apply(controls2c.wxListEvent_GetCacheTo,(self,) + _args, _kwargs) | |
387 | return val | |
388 | def __setattr__(self,name,value): | |
389 | if name == "m_code" : | |
390 | controls2c.wxListEvent_m_code_set(self,value) | |
391 | return | |
dbd3685c RD |
392 | if name == "m_oldItemIndex" : |
393 | controls2c.wxListEvent_m_oldItemIndex_set(self,value) | |
394 | return | |
e6056257 RD |
395 | if name == "m_itemIndex" : |
396 | controls2c.wxListEvent_m_itemIndex_set(self,value) | |
397 | return | |
e6056257 RD |
398 | if name == "m_col" : |
399 | controls2c.wxListEvent_m_col_set(self,value) | |
400 | return | |
e6056257 RD |
401 | if name == "m_pointDrag" : |
402 | controls2c.wxListEvent_m_pointDrag_set(self,value.this) | |
403 | return | |
404 | if name == "m_item" : | |
405 | controls2c.wxListEvent_m_item_set(self,value.this) | |
406 | return | |
407 | self.__dict__[name] = value | |
408 | def __getattr__(self,name): | |
409 | if name == "m_code" : | |
410 | return controls2c.wxListEvent_m_code_get(self) | |
dbd3685c RD |
411 | if name == "m_oldItemIndex" : |
412 | return controls2c.wxListEvent_m_oldItemIndex_get(self) | |
e6056257 RD |
413 | if name == "m_itemIndex" : |
414 | return controls2c.wxListEvent_m_itemIndex_get(self) | |
e6056257 RD |
415 | if name == "m_col" : |
416 | return controls2c.wxListEvent_m_col_get(self) | |
e6056257 RD |
417 | if name == "m_pointDrag" : |
418 | return wxPointPtr(controls2c.wxListEvent_m_pointDrag_get(self)) | |
419 | if name == "m_item" : | |
420 | return wxListItemPtr(controls2c.wxListEvent_m_item_get(self)) | |
421 | raise AttributeError,name | |
422 | def __repr__(self): | |
423 | return "<C wxListEvent instance at %s>" % (self.this,) | |
424 | class wxListEvent(wxListEventPtr): | |
425 | def __init__(self,*_args,**_kwargs): | |
426 | self.this = apply(controls2c.new_wxListEvent,_args,_kwargs) | |
427 | self.thisown = 1 | |
428 | ||
429 | ||
430 | ||
431 | ||
432 | class wxListCtrlPtr(wxControlPtr): | |
433 | def __init__(self,this): | |
434 | self.this = this | |
435 | self.thisown = 0 | |
436 | def Create(self, *_args, **_kwargs): | |
437 | val = apply(controls2c.wxListCtrl_Create,(self,) + _args, _kwargs) | |
438 | return val | |
439 | def _setCallbackInfo(self, *_args, **_kwargs): | |
440 | val = apply(controls2c.wxListCtrl__setCallbackInfo,(self,) + _args, _kwargs) | |
441 | return val | |
442 | def SetForegroundColour(self, *_args, **_kwargs): | |
443 | val = apply(controls2c.wxListCtrl_SetForegroundColour,(self,) + _args, _kwargs) | |
444 | return val | |
445 | def SetBackgroundColour(self, *_args, **_kwargs): | |
446 | val = apply(controls2c.wxListCtrl_SetBackgroundColour,(self,) + _args, _kwargs) | |
447 | return val | |
448 | def GetColumn(self, *_args, **_kwargs): | |
449 | val = apply(controls2c.wxListCtrl_GetColumn,(self,) + _args, _kwargs) | |
450 | return val | |
451 | def SetColumn(self, *_args, **_kwargs): | |
452 | val = apply(controls2c.wxListCtrl_SetColumn,(self,) + _args, _kwargs) | |
453 | return val | |
454 | def GetColumnWidth(self, *_args, **_kwargs): | |
455 | val = apply(controls2c.wxListCtrl_GetColumnWidth,(self,) + _args, _kwargs) | |
456 | return val | |
457 | def SetColumnWidth(self, *_args, **_kwargs): | |
458 | val = apply(controls2c.wxListCtrl_SetColumnWidth,(self,) + _args, _kwargs) | |
459 | return val | |
460 | def GetCountPerPage(self, *_args, **_kwargs): | |
461 | val = apply(controls2c.wxListCtrl_GetCountPerPage,(self,) + _args, _kwargs) | |
462 | return val | |
463 | def GetItem(self, *_args, **_kwargs): | |
464 | val = apply(controls2c.wxListCtrl_GetItem,(self,) + _args, _kwargs) | |
465 | return val | |
466 | def SetItem(self, *_args, **_kwargs): | |
467 | val = apply(controls2c.wxListCtrl_SetItem,(self,) + _args, _kwargs) | |
468 | return val | |
469 | def SetStringItem(self, *_args, **_kwargs): | |
470 | val = apply(controls2c.wxListCtrl_SetStringItem,(self,) + _args, _kwargs) | |
471 | return val | |
472 | def GetItemState(self, *_args, **_kwargs): | |
473 | val = apply(controls2c.wxListCtrl_GetItemState,(self,) + _args, _kwargs) | |
474 | return val | |
475 | def SetItemState(self, *_args, **_kwargs): | |
476 | val = apply(controls2c.wxListCtrl_SetItemState,(self,) + _args, _kwargs) | |
477 | return val | |
478 | def SetItemImage(self, *_args, **_kwargs): | |
479 | val = apply(controls2c.wxListCtrl_SetItemImage,(self,) + _args, _kwargs) | |
480 | return val | |
481 | def GetItemText(self, *_args, **_kwargs): | |
482 | val = apply(controls2c.wxListCtrl_GetItemText,(self,) + _args, _kwargs) | |
483 | return val | |
484 | def SetItemText(self, *_args, **_kwargs): | |
485 | val = apply(controls2c.wxListCtrl_SetItemText,(self,) + _args, _kwargs) | |
486 | return val | |
487 | def GetItemData(self, *_args, **_kwargs): | |
488 | val = apply(controls2c.wxListCtrl_GetItemData,(self,) + _args, _kwargs) | |
489 | return val | |
490 | def SetItemData(self, *_args, **_kwargs): | |
491 | val = apply(controls2c.wxListCtrl_SetItemData,(self,) + _args, _kwargs) | |
492 | return val | |
493 | def GetItemPosition(self, *_args, **_kwargs): | |
494 | val = apply(controls2c.wxListCtrl_GetItemPosition,(self,) + _args, _kwargs) | |
495 | if val: val = wxPointPtr(val) ; val.thisown = 1 | |
496 | return val | |
497 | def GetItemRect(self, *_args, **_kwargs): | |
498 | val = apply(controls2c.wxListCtrl_GetItemRect,(self,) + _args, _kwargs) | |
499 | if val: val = wxRectPtr(val) ; val.thisown = 1 | |
500 | return val | |
501 | def SetItemPosition(self, *_args, **_kwargs): | |
502 | val = apply(controls2c.wxListCtrl_SetItemPosition,(self,) + _args, _kwargs) | |
503 | return val | |
504 | def GetItemCount(self, *_args, **_kwargs): | |
505 | val = apply(controls2c.wxListCtrl_GetItemCount,(self,) + _args, _kwargs) | |
506 | return val | |
507 | def GetColumnCount(self, *_args, **_kwargs): | |
508 | val = apply(controls2c.wxListCtrl_GetColumnCount,(self,) + _args, _kwargs) | |
509 | return val | |
510 | def GetItemSpacing(self, *_args, **_kwargs): | |
511 | val = apply(controls2c.wxListCtrl_GetItemSpacing,(self,) + _args, _kwargs) | |
512 | return val | |
513 | def GetSelectedItemCount(self, *_args, **_kwargs): | |
514 | val = apply(controls2c.wxListCtrl_GetSelectedItemCount,(self,) + _args, _kwargs) | |
515 | return val | |
516 | def GetTextColour(self, *_args, **_kwargs): | |
517 | val = apply(controls2c.wxListCtrl_GetTextColour,(self,) + _args, _kwargs) | |
518 | if val: val = wxColourPtr(val) ; val.thisown = 1 | |
519 | return val | |
520 | def SetTextColour(self, *_args, **_kwargs): | |
521 | val = apply(controls2c.wxListCtrl_SetTextColour,(self,) + _args, _kwargs) | |
522 | return val | |
523 | def GetTopItem(self, *_args, **_kwargs): | |
524 | val = apply(controls2c.wxListCtrl_GetTopItem,(self,) + _args, _kwargs) | |
525 | return val | |
526 | def SetSingleStyle(self, *_args, **_kwargs): | |
527 | val = apply(controls2c.wxListCtrl_SetSingleStyle,(self,) + _args, _kwargs) | |
528 | return val | |
529 | def SetWindowStyleFlag(self, *_args, **_kwargs): | |
530 | val = apply(controls2c.wxListCtrl_SetWindowStyleFlag,(self,) + _args, _kwargs) | |
531 | return val | |
532 | def GetNextItem(self, *_args, **_kwargs): | |
533 | val = apply(controls2c.wxListCtrl_GetNextItem,(self,) + _args, _kwargs) | |
534 | return val | |
535 | def GetImageList(self, *_args, **_kwargs): | |
536 | val = apply(controls2c.wxListCtrl_GetImageList,(self,) + _args, _kwargs) | |
537 | return val | |
538 | def SetImageList(self, *_args, **_kwargs): | |
539 | val = apply(controls2c.wxListCtrl_SetImageList,(self,) + _args, _kwargs) | |
540 | return val | |
541 | def AssignImageList(self, *_args, **_kwargs): | |
542 | val = apply(controls2c.wxListCtrl_AssignImageList,(self,) + _args, _kwargs) | |
543 | _args[0].thisown = 0 | |
544 | return val | |
545 | def IsVirtual(self, *_args, **_kwargs): | |
546 | val = apply(controls2c.wxListCtrl_IsVirtual,(self,) + _args, _kwargs) | |
547 | return val | |
548 | def RefreshItem(self, *_args, **_kwargs): | |
549 | val = apply(controls2c.wxListCtrl_RefreshItem,(self,) + _args, _kwargs) | |
550 | return val | |
551 | def RefreshItems(self, *_args, **_kwargs): | |
552 | val = apply(controls2c.wxListCtrl_RefreshItems,(self,) + _args, _kwargs) | |
553 | return val | |
554 | def Arrange(self, *_args, **_kwargs): | |
555 | val = apply(controls2c.wxListCtrl_Arrange,(self,) + _args, _kwargs) | |
556 | return val | |
557 | def DeleteItem(self, *_args, **_kwargs): | |
558 | val = apply(controls2c.wxListCtrl_DeleteItem,(self,) + _args, _kwargs) | |
559 | return val | |
560 | def DeleteAllItems(self, *_args, **_kwargs): | |
561 | val = apply(controls2c.wxListCtrl_DeleteAllItems,(self,) + _args, _kwargs) | |
562 | return val | |
563 | def DeleteColumn(self, *_args, **_kwargs): | |
564 | val = apply(controls2c.wxListCtrl_DeleteColumn,(self,) + _args, _kwargs) | |
565 | return val | |
566 | def DeleteAllColumns(self, *_args, **_kwargs): | |
567 | val = apply(controls2c.wxListCtrl_DeleteAllColumns,(self,) + _args, _kwargs) | |
568 | return val | |
569 | def ClearAll(self, *_args, **_kwargs): | |
570 | val = apply(controls2c.wxListCtrl_ClearAll,(self,) + _args, _kwargs) | |
571 | return val | |
572 | def EnsureVisible(self, *_args, **_kwargs): | |
573 | val = apply(controls2c.wxListCtrl_EnsureVisible,(self,) + _args, _kwargs) | |
574 | return val | |
575 | def FindItem(self, *_args, **_kwargs): | |
576 | val = apply(controls2c.wxListCtrl_FindItem,(self,) + _args, _kwargs) | |
577 | return val | |
578 | def FindItemData(self, *_args, **_kwargs): | |
579 | val = apply(controls2c.wxListCtrl_FindItemData,(self,) + _args, _kwargs) | |
580 | return val | |
581 | def FindItemAtPos(self, *_args, **_kwargs): | |
582 | val = apply(controls2c.wxListCtrl_FindItemAtPos,(self,) + _args, _kwargs) | |
583 | return val | |
584 | def HitTest(self, *_args, **_kwargs): | |
585 | val = apply(controls2c.wxListCtrl_HitTest,(self,) + _args, _kwargs) | |
586 | return val | |
587 | def InsertItem(self, *_args, **_kwargs): | |
588 | val = apply(controls2c.wxListCtrl_InsertItem,(self,) + _args, _kwargs) | |
589 | return val | |
590 | def InsertStringItem(self, *_args, **_kwargs): | |
591 | val = apply(controls2c.wxListCtrl_InsertStringItem,(self,) + _args, _kwargs) | |
592 | return val | |
593 | def InsertImageItem(self, *_args, **_kwargs): | |
594 | val = apply(controls2c.wxListCtrl_InsertImageItem,(self,) + _args, _kwargs) | |
595 | return val | |
596 | def InsertImageStringItem(self, *_args, **_kwargs): | |
597 | val = apply(controls2c.wxListCtrl_InsertImageStringItem,(self,) + _args, _kwargs) | |
598 | return val | |
599 | def InsertColumnInfo(self, *_args, **_kwargs): | |
600 | val = apply(controls2c.wxListCtrl_InsertColumnInfo,(self,) + _args, _kwargs) | |
601 | return val | |
602 | def InsertColumn(self, *_args, **_kwargs): | |
603 | val = apply(controls2c.wxListCtrl_InsertColumn,(self,) + _args, _kwargs) | |
604 | return val | |
605 | def SetItemCount(self, *_args, **_kwargs): | |
606 | val = apply(controls2c.wxListCtrl_SetItemCount,(self,) + _args, _kwargs) | |
607 | return val | |
608 | def ScrollList(self, *_args, **_kwargs): | |
609 | val = apply(controls2c.wxListCtrl_ScrollList,(self,) + _args, _kwargs) | |
610 | return val | |
611 | def SortItems(self, *_args, **_kwargs): | |
612 | val = apply(controls2c.wxListCtrl_SortItems,(self,) + _args, _kwargs) | |
613 | return val | |
614 | def __repr__(self): | |
615 | return "<C wxListCtrl instance at %s>" % (self.this,) | |
616 | ||
a341e32e RD |
617 | def GetItem(self, *_args, **_kwargs): |
618 | val = apply(controls2c.wxListCtrl_GetColumn,(self,) + _args, _kwargs) | |
619 | if val is not None: val.thisown = 1 | |
620 | return val | |
621 | ||
622 | ||
e6056257 RD |
623 | def GetItem(self, *_args, **_kwargs): |
624 | val = apply(controls2c.wxListCtrl_GetItem,(self,) + _args, _kwargs) | |
625 | val.thisown = 1 | |
626 | return val | |
627 | ||
628 | ||
629 | # Some helpers... | |
630 | ||
631 | def Select(self, idx, on=1): | |
632 | '''[de]select an item''' | |
633 | if on: state = wxLIST_STATE_SELECTED | |
634 | else: state = 0 | |
635 | self.SetItemState(idx, state, wxLIST_STATE_SELECTED) | |
636 | ||
637 | def Focus(self, idx): | |
638 | '''Focus and show the given item''' | |
639 | self.SetItemState(idx, wxLIST_STATE_FOCUSED, wxLIST_STATE_FOCUSED) | |
640 | self.EnsureVisible(idx) | |
641 | ||
642 | def GetFocusedItem(self): | |
643 | '''get the currently focused item or -1 if none''' | |
644 | return self.GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_FOCUSED) | |
645 | ||
646 | def IsSelected(self, idx): | |
647 | '''return TRUE if the item is selected''' | |
648 | return self.GetItemState(idx, wxLIST_STATE_SELECTED) != 0 | |
649 | ||
650 | def SetColumnImage(self, col, image): | |
651 | item = wxListItem() | |
652 | item.SetMask(wxLIST_MASK_IMAGE) | |
653 | item.SetImage(image) | |
654 | self.SetColumn(col, item) | |
655 | ||
656 | def ClearColumnImage(self, col): | |
657 | self.SetColumnImage(col, -1) | |
da0ddbd6 RD |
658 | |
659 | def Append(self, entry): | |
660 | '''Append an item to the list control. The entry parameter should be a | |
661 | sequence with an item for each column''' | |
662 | if len(entry): | |
663 | pos = self.GetItemCount() | |
664 | self.InsertStringItem(pos, str(entry[0])) | |
665 | for i in range(1, len(entry)): | |
666 | self.SetStringItem(pos, i, str(entry[i])) | |
667 | return pos | |
e6056257 RD |
668 | |
669 | class wxListCtrl(wxListCtrlPtr): | |
670 | def __init__(self,*_args,**_kwargs): | |
671 | self.this = apply(controls2c.new_wxListCtrl,_args,_kwargs) | |
672 | self.thisown = 1 | |
673 | self._setCallbackInfo(self, wxListCtrl) | |
674 | self._setOORInfo(self) | |
675 | ||
676 | ||
677 | ||
678 | def wxPreListCtrl(*_args,**_kwargs): | |
679 | val = wxListCtrlPtr(apply(controls2c.new_wxPreListCtrl,_args,_kwargs)) | |
680 | val.thisown = 1 | |
681 | val._setOORInfo(val) | |
682 | return val | |
683 | ||
684 | ||
685 | class wxListViewPtr(wxListCtrlPtr): | |
686 | def __init__(self,this): | |
687 | self.this = this | |
688 | self.thisown = 0 | |
689 | def Create(self, *_args, **_kwargs): | |
690 | val = apply(controls2c.wxListView_Create,(self,) + _args, _kwargs) | |
691 | return val | |
692 | def Select(self, *_args, **_kwargs): | |
693 | val = apply(controls2c.wxListView_Select,(self,) + _args, _kwargs) | |
694 | return val | |
695 | def Focus(self, *_args, **_kwargs): | |
696 | val = apply(controls2c.wxListView_Focus,(self,) + _args, _kwargs) | |
697 | return val | |
698 | def GetFocusedItem(self, *_args, **_kwargs): | |
699 | val = apply(controls2c.wxListView_GetFocusedItem,(self,) + _args, _kwargs) | |
700 | return val | |
701 | def GetNextSelected(self, *_args, **_kwargs): | |
702 | val = apply(controls2c.wxListView_GetNextSelected,(self,) + _args, _kwargs) | |
703 | return val | |
704 | def GetFirstSelected(self, *_args, **_kwargs): | |
705 | val = apply(controls2c.wxListView_GetFirstSelected,(self,) + _args, _kwargs) | |
706 | return val | |
707 | def IsSelected(self, *_args, **_kwargs): | |
708 | val = apply(controls2c.wxListView_IsSelected,(self,) + _args, _kwargs) | |
709 | return val | |
710 | def SetColumnImage(self, *_args, **_kwargs): | |
711 | val = apply(controls2c.wxListView_SetColumnImage,(self,) + _args, _kwargs) | |
712 | return val | |
713 | def ClearColumnImage(self, *_args, **_kwargs): | |
714 | val = apply(controls2c.wxListView_ClearColumnImage,(self,) + _args, _kwargs) | |
715 | return val | |
716 | def __repr__(self): | |
717 | return "<C wxListView instance at %s>" % (self.this,) | |
718 | class wxListView(wxListViewPtr): | |
719 | def __init__(self,*_args,**_kwargs): | |
720 | self.this = apply(controls2c.new_wxListView,_args,_kwargs) | |
721 | self.thisown = 1 | |
722 | self._setOORInfo(self) | |
723 | ||
724 | ||
725 | ||
726 | def wxPreListView(*_args,**_kwargs): | |
727 | val = wxListViewPtr(apply(controls2c.new_wxPreListView,_args,_kwargs)) | |
728 | val.thisown = 1 | |
729 | val._setOORInfo(val) | |
730 | return val | |
731 | ||
732 | ||
733 | class wxTreeItemAttrPtr : | |
734 | def __init__(self,this): | |
735 | self.this = this | |
736 | self.thisown = 0 | |
737 | def SetTextColour(self, *_args, **_kwargs): | |
738 | val = apply(controls2c.wxTreeItemAttr_SetTextColour,(self,) + _args, _kwargs) | |
739 | return val | |
740 | def SetBackgroundColour(self, *_args, **_kwargs): | |
741 | val = apply(controls2c.wxTreeItemAttr_SetBackgroundColour,(self,) + _args, _kwargs) | |
742 | return val | |
743 | def SetFont(self, *_args, **_kwargs): | |
744 | val = apply(controls2c.wxTreeItemAttr_SetFont,(self,) + _args, _kwargs) | |
745 | return val | |
746 | def HasTextColour(self, *_args, **_kwargs): | |
747 | val = apply(controls2c.wxTreeItemAttr_HasTextColour,(self,) + _args, _kwargs) | |
748 | return val | |
749 | def HasBackgroundColour(self, *_args, **_kwargs): | |
750 | val = apply(controls2c.wxTreeItemAttr_HasBackgroundColour,(self,) + _args, _kwargs) | |
751 | return val | |
752 | def HasFont(self, *_args, **_kwargs): | |
753 | val = apply(controls2c.wxTreeItemAttr_HasFont,(self,) + _args, _kwargs) | |
754 | return val | |
755 | def GetTextColour(self, *_args, **_kwargs): | |
756 | val = apply(controls2c.wxTreeItemAttr_GetTextColour,(self,) + _args, _kwargs) | |
00360d46 | 757 | if val: val = wxColourPtr(val) ; val.thisown = 1 |
e6056257 RD |
758 | return val |
759 | def GetBackgroundColour(self, *_args, **_kwargs): | |
760 | val = apply(controls2c.wxTreeItemAttr_GetBackgroundColour,(self,) + _args, _kwargs) | |
00360d46 | 761 | if val: val = wxColourPtr(val) ; val.thisown = 1 |
e6056257 RD |
762 | return val |
763 | def GetFont(self, *_args, **_kwargs): | |
764 | val = apply(controls2c.wxTreeItemAttr_GetFont,(self,) + _args, _kwargs) | |
00360d46 | 765 | if val: val = wxFontPtr(val) ; val.thisown = 1 |
e6056257 RD |
766 | return val |
767 | def __repr__(self): | |
768 | return "<C wxTreeItemAttr instance at %s>" % (self.this,) | |
769 | class wxTreeItemAttr(wxTreeItemAttrPtr): | |
770 | def __init__(self,*_args,**_kwargs): | |
771 | self.this = apply(controls2c.new_wxTreeItemAttr,_args,_kwargs) | |
772 | self.thisown = 1 | |
773 | ||
774 | ||
775 | ||
776 | ||
777 | class wxTreeItemIdPtr : | |
778 | def __init__(self,this): | |
779 | self.this = this | |
780 | self.thisown = 0 | |
781 | def __del__(self,controls2c=controls2c): | |
782 | if self.thisown == 1 : | |
783 | controls2c.delete_wxTreeItemId(self) | |
784 | def IsOk(self, *_args, **_kwargs): | |
785 | val = apply(controls2c.wxTreeItemId_IsOk,(self,) + _args, _kwargs) | |
786 | return val | |
787 | def __cmp__(self, *_args, **_kwargs): | |
788 | val = apply(controls2c.wxTreeItemId___cmp__,(self,) + _args, _kwargs) | |
789 | return val | |
790 | def __repr__(self): | |
791 | return "<C wxTreeItemId instance at %s>" % (self.this,) | |
00360d46 | 792 | Ok = IsOk |
e6056257 RD |
793 | class wxTreeItemId(wxTreeItemIdPtr): |
794 | def __init__(self,*_args,**_kwargs): | |
795 | self.this = apply(controls2c.new_wxTreeItemId,_args,_kwargs) | |
796 | self.thisown = 1 | |
797 | ||
798 | ||
799 | ||
800 | ||
801 | class wxTreeItemDataPtr(wxObjectPtr): | |
802 | def __init__(self,this): | |
803 | self.this = this | |
804 | self.thisown = 0 | |
805 | def GetData(self, *_args, **_kwargs): | |
806 | val = apply(controls2c.wxTreeItemData_GetData,(self,) + _args, _kwargs) | |
807 | return val | |
808 | def SetData(self, *_args, **_kwargs): | |
809 | val = apply(controls2c.wxTreeItemData_SetData,(self,) + _args, _kwargs) | |
810 | return val | |
811 | def GetId(self, *_args, **_kwargs): | |
812 | val = apply(controls2c.wxTreeItemData_GetId,(self,) + _args, _kwargs) | |
813 | if val: val = wxTreeItemIdPtr(val) | |
814 | return val | |
815 | def SetId(self, *_args, **_kwargs): | |
816 | val = apply(controls2c.wxTreeItemData_SetId,(self,) + _args, _kwargs) | |
817 | return val | |
818 | def __repr__(self): | |
819 | return "<C wxTreeItemData instance at %s>" % (self.this,) | |
820 | class wxTreeItemData(wxTreeItemDataPtr): | |
821 | def __init__(self,*_args,**_kwargs): | |
822 | self.this = apply(controls2c.new_wxTreeItemData,_args,_kwargs) | |
823 | self.thisown = 1 | |
824 | ||
825 | ||
826 | ||
827 | ||
828 | class wxTreeEventPtr(wxNotifyEventPtr): | |
829 | def __init__(self,this): | |
830 | self.this = this | |
831 | self.thisown = 0 | |
832 | def GetItem(self, *_args, **_kwargs): | |
833 | val = apply(controls2c.wxTreeEvent_GetItem,(self,) + _args, _kwargs) | |
834 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
835 | return val | |
836 | def GetOldItem(self, *_args, **_kwargs): | |
837 | val = apply(controls2c.wxTreeEvent_GetOldItem,(self,) + _args, _kwargs) | |
838 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
839 | return val | |
840 | def GetPoint(self, *_args, **_kwargs): | |
841 | val = apply(controls2c.wxTreeEvent_GetPoint,(self,) + _args, _kwargs) | |
842 | if val: val = wxPointPtr(val) ; val.thisown = 1 | |
843 | return val | |
844 | def GetKeyEvent(self, *_args, **_kwargs): | |
845 | val = apply(controls2c.wxTreeEvent_GetKeyEvent,(self,) + _args, _kwargs) | |
846 | if val: val = wxKeyEventPtr(val) | |
847 | return val | |
848 | def GetCode(self, *_args, **_kwargs): | |
849 | val = apply(controls2c.wxTreeEvent_GetCode,(self,) + _args, _kwargs) | |
850 | return val | |
851 | def GetLabel(self, *_args, **_kwargs): | |
852 | val = apply(controls2c.wxTreeEvent_GetLabel,(self,) + _args, _kwargs) | |
853 | return val | |
854 | def __repr__(self): | |
855 | return "<C wxTreeEvent instance at %s>" % (self.this,) | |
856 | class wxTreeEvent(wxTreeEventPtr): | |
857 | def __init__(self,*_args,**_kwargs): | |
858 | self.this = apply(controls2c.new_wxTreeEvent,_args,_kwargs) | |
859 | self.thisown = 1 | |
860 | ||
861 | ||
862 | ||
863 | ||
864 | class wxTreeCtrlPtr(wxControlPtr): | |
865 | def __init__(self,this): | |
866 | self.this = this | |
867 | self.thisown = 0 | |
868 | def Create(self, *_args, **_kwargs): | |
869 | val = apply(controls2c.wxTreeCtrl_Create,(self,) + _args, _kwargs) | |
870 | return val | |
871 | def _setCallbackInfo(self, *_args, **_kwargs): | |
872 | val = apply(controls2c.wxTreeCtrl__setCallbackInfo,(self,) + _args, _kwargs) | |
873 | return val | |
874 | def GetCount(self, *_args, **_kwargs): | |
875 | val = apply(controls2c.wxTreeCtrl_GetCount,(self,) + _args, _kwargs) | |
876 | return val | |
877 | def GetIndent(self, *_args, **_kwargs): | |
878 | val = apply(controls2c.wxTreeCtrl_GetIndent,(self,) + _args, _kwargs) | |
879 | return val | |
880 | def SetIndent(self, *_args, **_kwargs): | |
881 | val = apply(controls2c.wxTreeCtrl_SetIndent,(self,) + _args, _kwargs) | |
882 | return val | |
883 | def GetImageList(self, *_args, **_kwargs): | |
884 | val = apply(controls2c.wxTreeCtrl_GetImageList,(self,) + _args, _kwargs) | |
885 | return val | |
886 | def GetStateImageList(self, *_args, **_kwargs): | |
887 | val = apply(controls2c.wxTreeCtrl_GetStateImageList,(self,) + _args, _kwargs) | |
888 | return val | |
889 | def SetImageList(self, *_args, **_kwargs): | |
890 | val = apply(controls2c.wxTreeCtrl_SetImageList,(self,) + _args, _kwargs) | |
891 | return val | |
892 | def SetStateImageList(self, *_args, **_kwargs): | |
893 | val = apply(controls2c.wxTreeCtrl_SetStateImageList,(self,) + _args, _kwargs) | |
894 | return val | |
895 | def AssignImageList(self, *_args, **_kwargs): | |
896 | val = apply(controls2c.wxTreeCtrl_AssignImageList,(self,) + _args, _kwargs) | |
897 | _args[0].thisown = 0 | |
898 | return val | |
899 | def AssignStateImageList(self, *_args, **_kwargs): | |
900 | val = apply(controls2c.wxTreeCtrl_AssignStateImageList,(self,) + _args, _kwargs) | |
901 | _args[0].thisown = 0 | |
902 | return val | |
903 | def GetSpacing(self, *_args, **_kwargs): | |
904 | val = apply(controls2c.wxTreeCtrl_GetSpacing,(self,) + _args, _kwargs) | |
905 | return val | |
906 | def SetSpacing(self, *_args, **_kwargs): | |
907 | val = apply(controls2c.wxTreeCtrl_SetSpacing,(self,) + _args, _kwargs) | |
908 | return val | |
909 | def GetItemText(self, *_args, **_kwargs): | |
910 | val = apply(controls2c.wxTreeCtrl_GetItemText,(self,) + _args, _kwargs) | |
911 | return val | |
912 | def GetItemImage(self, *_args, **_kwargs): | |
913 | val = apply(controls2c.wxTreeCtrl_GetItemImage,(self,) + _args, _kwargs) | |
914 | return val | |
915 | def GetItemSelectedImage(self, *_args, **_kwargs): | |
916 | val = apply(controls2c.wxTreeCtrl_GetItemSelectedImage,(self,) + _args, _kwargs) | |
917 | return val | |
918 | def SetItemText(self, *_args, **_kwargs): | |
919 | val = apply(controls2c.wxTreeCtrl_SetItemText,(self,) + _args, _kwargs) | |
920 | return val | |
921 | def SetItemImage(self, *_args, **_kwargs): | |
922 | val = apply(controls2c.wxTreeCtrl_SetItemImage,(self,) + _args, _kwargs) | |
923 | return val | |
924 | def SetItemSelectedImage(self, *_args, **_kwargs): | |
925 | val = apply(controls2c.wxTreeCtrl_SetItemSelectedImage,(self,) + _args, _kwargs) | |
926 | return val | |
927 | def SetItemHasChildren(self, *_args, **_kwargs): | |
928 | val = apply(controls2c.wxTreeCtrl_SetItemHasChildren,(self,) + _args, _kwargs) | |
929 | return val | |
930 | def GetItemData(self, *_args, **_kwargs): | |
931 | val = apply(controls2c.wxTreeCtrl_GetItemData,(self,) + _args, _kwargs) | |
932 | if val: val = wxTreeItemDataPtr(val) | |
933 | return val | |
934 | def SetItemData(self, *_args, **_kwargs): | |
935 | val = apply(controls2c.wxTreeCtrl_SetItemData,(self,) + _args, _kwargs) | |
936 | return val | |
937 | def GetPyData(self, *_args, **_kwargs): | |
938 | val = apply(controls2c.wxTreeCtrl_GetPyData,(self,) + _args, _kwargs) | |
939 | return val | |
940 | def SetPyData(self, *_args, **_kwargs): | |
941 | val = apply(controls2c.wxTreeCtrl_SetPyData,(self,) + _args, _kwargs) | |
942 | return val | |
943 | def IsVisible(self, *_args, **_kwargs): | |
944 | val = apply(controls2c.wxTreeCtrl_IsVisible,(self,) + _args, _kwargs) | |
945 | return val | |
946 | def ItemHasChildren(self, *_args, **_kwargs): | |
947 | val = apply(controls2c.wxTreeCtrl_ItemHasChildren,(self,) + _args, _kwargs) | |
948 | return val | |
949 | def IsExpanded(self, *_args, **_kwargs): | |
950 | val = apply(controls2c.wxTreeCtrl_IsExpanded,(self,) + _args, _kwargs) | |
951 | return val | |
952 | def IsSelected(self, *_args, **_kwargs): | |
953 | val = apply(controls2c.wxTreeCtrl_IsSelected,(self,) + _args, _kwargs) | |
954 | return val | |
955 | def GetRootItem(self, *_args, **_kwargs): | |
956 | val = apply(controls2c.wxTreeCtrl_GetRootItem,(self,) + _args, _kwargs) | |
957 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
958 | return val | |
959 | def GetSelection(self, *_args, **_kwargs): | |
960 | val = apply(controls2c.wxTreeCtrl_GetSelection,(self,) + _args, _kwargs) | |
961 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
962 | return val | |
963 | def GetItemParent(self, *_args, **_kwargs): | |
964 | val = apply(controls2c.wxTreeCtrl_GetItemParent,(self,) + _args, _kwargs) | |
965 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
966 | return val | |
967 | def GetSelections(self, *_args, **_kwargs): | |
968 | val = apply(controls2c.wxTreeCtrl_GetSelections,(self,) + _args, _kwargs) | |
969 | return val | |
970 | def GetChildrenCount(self, *_args, **_kwargs): | |
971 | val = apply(controls2c.wxTreeCtrl_GetChildrenCount,(self,) + _args, _kwargs) | |
972 | return val | |
973 | def GetFirstChild(self, *_args, **_kwargs): | |
974 | val = apply(controls2c.wxTreeCtrl_GetFirstChild,(self,) + _args, _kwargs) | |
975 | return val | |
976 | def GetNextChild(self, *_args, **_kwargs): | |
977 | val = apply(controls2c.wxTreeCtrl_GetNextChild,(self,) + _args, _kwargs) | |
978 | return val | |
979 | def GetNextSibling(self, *_args, **_kwargs): | |
980 | val = apply(controls2c.wxTreeCtrl_GetNextSibling,(self,) + _args, _kwargs) | |
981 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
982 | return val | |
983 | def GetPrevSibling(self, *_args, **_kwargs): | |
984 | val = apply(controls2c.wxTreeCtrl_GetPrevSibling,(self,) + _args, _kwargs) | |
985 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
986 | return val | |
987 | def GetFirstVisibleItem(self, *_args, **_kwargs): | |
988 | val = apply(controls2c.wxTreeCtrl_GetFirstVisibleItem,(self,) + _args, _kwargs) | |
989 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
990 | return val | |
991 | def GetNextVisible(self, *_args, **_kwargs): | |
992 | val = apply(controls2c.wxTreeCtrl_GetNextVisible,(self,) + _args, _kwargs) | |
993 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
994 | return val | |
995 | def GetPrevVisible(self, *_args, **_kwargs): | |
996 | val = apply(controls2c.wxTreeCtrl_GetPrevVisible,(self,) + _args, _kwargs) | |
997 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
998 | return val | |
999 | def GetLastChild(self, *_args, **_kwargs): | |
1000 | val = apply(controls2c.wxTreeCtrl_GetLastChild,(self,) + _args, _kwargs) | |
1001 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
1002 | return val | |
1003 | def AddRoot(self, *_args, **_kwargs): | |
1004 | val = apply(controls2c.wxTreeCtrl_AddRoot,(self,) + _args, _kwargs) | |
1005 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
1006 | return val | |
1007 | def PrependItem(self, *_args, **_kwargs): | |
1008 | val = apply(controls2c.wxTreeCtrl_PrependItem,(self,) + _args, _kwargs) | |
1009 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
1010 | return val | |
1011 | def InsertItem(self, *_args, **_kwargs): | |
1012 | val = apply(controls2c.wxTreeCtrl_InsertItem,(self,) + _args, _kwargs) | |
1013 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
1014 | return val | |
1015 | def InsertItemBefore(self, *_args, **_kwargs): | |
1016 | val = apply(controls2c.wxTreeCtrl_InsertItemBefore,(self,) + _args, _kwargs) | |
1017 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
1018 | return val | |
1019 | def AppendItem(self, *_args, **_kwargs): | |
1020 | val = apply(controls2c.wxTreeCtrl_AppendItem,(self,) + _args, _kwargs) | |
1021 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
1022 | return val | |
1023 | def Delete(self, *_args, **_kwargs): | |
1024 | val = apply(controls2c.wxTreeCtrl_Delete,(self,) + _args, _kwargs) | |
1025 | return val | |
1026 | def DeleteChildren(self, *_args, **_kwargs): | |
1027 | val = apply(controls2c.wxTreeCtrl_DeleteChildren,(self,) + _args, _kwargs) | |
1028 | return val | |
1029 | def DeleteAllItems(self, *_args, **_kwargs): | |
1030 | val = apply(controls2c.wxTreeCtrl_DeleteAllItems,(self,) + _args, _kwargs) | |
1031 | return val | |
1032 | def Expand(self, *_args, **_kwargs): | |
1033 | val = apply(controls2c.wxTreeCtrl_Expand,(self,) + _args, _kwargs) | |
1034 | return val | |
1035 | def Collapse(self, *_args, **_kwargs): | |
1036 | val = apply(controls2c.wxTreeCtrl_Collapse,(self,) + _args, _kwargs) | |
1037 | return val | |
1038 | def CollapseAndReset(self, *_args, **_kwargs): | |
1039 | val = apply(controls2c.wxTreeCtrl_CollapseAndReset,(self,) + _args, _kwargs) | |
1040 | return val | |
1041 | def Toggle(self, *_args, **_kwargs): | |
1042 | val = apply(controls2c.wxTreeCtrl_Toggle,(self,) + _args, _kwargs) | |
1043 | return val | |
1044 | def Unselect(self, *_args, **_kwargs): | |
1045 | val = apply(controls2c.wxTreeCtrl_Unselect,(self,) + _args, _kwargs) | |
1046 | return val | |
1047 | def UnselectAll(self, *_args, **_kwargs): | |
1048 | val = apply(controls2c.wxTreeCtrl_UnselectAll,(self,) + _args, _kwargs) | |
1049 | return val | |
1050 | def SelectItem(self, *_args, **_kwargs): | |
1051 | val = apply(controls2c.wxTreeCtrl_SelectItem,(self,) + _args, _kwargs) | |
1052 | return val | |
1053 | def EnsureVisible(self, *_args, **_kwargs): | |
1054 | val = apply(controls2c.wxTreeCtrl_EnsureVisible,(self,) + _args, _kwargs) | |
1055 | return val | |
1056 | def ScrollTo(self, *_args, **_kwargs): | |
1057 | val = apply(controls2c.wxTreeCtrl_ScrollTo,(self,) + _args, _kwargs) | |
1058 | return val | |
1059 | def EditLabel(self, *_args, **_kwargs): | |
1060 | val = apply(controls2c.wxTreeCtrl_EditLabel,(self,) + _args, _kwargs) | |
1061 | return val | |
1062 | def SortChildren(self, *_args, **_kwargs): | |
1063 | val = apply(controls2c.wxTreeCtrl_SortChildren,(self,) + _args, _kwargs) | |
1064 | return val | |
1065 | def SetItemBold(self, *_args, **_kwargs): | |
1066 | val = apply(controls2c.wxTreeCtrl_SetItemBold,(self,) + _args, _kwargs) | |
1067 | return val | |
1068 | def IsBold(self, *_args, **_kwargs): | |
1069 | val = apply(controls2c.wxTreeCtrl_IsBold,(self,) + _args, _kwargs) | |
1070 | return val | |
1071 | def HitTest(self, *_args, **_kwargs): | |
1072 | val = apply(controls2c.wxTreeCtrl_HitTest,(self,) + _args, _kwargs) | |
1073 | return val | |
1074 | def SetItemTextColour(self, *_args, **_kwargs): | |
1075 | val = apply(controls2c.wxTreeCtrl_SetItemTextColour,(self,) + _args, _kwargs) | |
1076 | return val | |
1077 | def SetItemBackgroundColour(self, *_args, **_kwargs): | |
1078 | val = apply(controls2c.wxTreeCtrl_SetItemBackgroundColour,(self,) + _args, _kwargs) | |
1079 | return val | |
1080 | def SetItemFont(self, *_args, **_kwargs): | |
1081 | val = apply(controls2c.wxTreeCtrl_SetItemFont,(self,) + _args, _kwargs) | |
1082 | return val | |
00360d46 RD |
1083 | def GetBoundingRect(self, *_args, **_kwargs): |
1084 | val = apply(controls2c.wxTreeCtrl_GetBoundingRect,(self,) + _args, _kwargs) | |
1085 | return val | |
e6056257 RD |
1086 | def __repr__(self): |
1087 | return "<C wxTreeCtrl instance at %s>" % (self.this,) | |
1088 | ||
1089 | # Redefine some methods that SWIG gets a bit confused on... | |
1090 | def GetFirstChild(self, *_args, **_kwargs): | |
1091 | val1,val2 = apply(controls2c.wxTreeCtrl_GetFirstChild,(self,) + _args, _kwargs) | |
1092 | val1 = wxTreeItemIdPtr(val1) | |
1093 | val1.thisown = 1 | |
1094 | return (val1,val2) | |
1095 | def GetNextChild(self, *_args, **_kwargs): | |
1096 | val1,val2 = apply(controls2c.wxTreeCtrl_GetNextChild,(self,) + _args, _kwargs) | |
1097 | val1 = wxTreeItemIdPtr(val1) | |
1098 | val1.thisown = 1 | |
1099 | return (val1,val2) | |
1100 | def HitTest(self, *_args, **_kwargs): | |
1101 | val1, val2 = apply(controls2c.wxTreeCtrl_HitTest,(self,) + _args, _kwargs) | |
1102 | val1 = wxTreeItemIdPtr(val1) | |
1103 | val1.thisown = 1 | |
1104 | return (val1,val2) | |
1105 | ||
1106 | class wxTreeCtrl(wxTreeCtrlPtr): | |
1107 | def __init__(self,*_args,**_kwargs): | |
1108 | self.this = apply(controls2c.new_wxTreeCtrl,_args,_kwargs) | |
1109 | self.thisown = 1 | |
1110 | self._setCallbackInfo(self, wxTreeCtrl) | |
1111 | self._setOORInfo(self) | |
1112 | ||
1113 | ||
1114 | ||
1115 | def wxPreTreeCtrl(*_args,**_kwargs): | |
1116 | val = wxTreeCtrlPtr(apply(controls2c.new_wxPreTreeCtrl,_args,_kwargs)) | |
1117 | val.thisown = 1 | |
1118 | val._setOORInfo(val) | |
1119 | return val | |
1120 | ||
1121 | ||
d1e76a37 RD |
1122 | class wxDirItemDataPtr(wxObjectPtr): |
1123 | def __init__(self,this): | |
1124 | self.this = this | |
1125 | self.thisown = 0 | |
1126 | def SetNewDirName(self, *_args, **_kwargs): | |
1127 | val = apply(controls2c.wxDirItemData_SetNewDirName,(self,) + _args, _kwargs) | |
1128 | return val | |
1129 | def __setattr__(self,name,value): | |
1130 | if name == "m_path" : | |
1131 | controls2c.wxDirItemData_m_path_set(self,value) | |
1132 | return | |
1133 | if name == "m_name" : | |
1134 | controls2c.wxDirItemData_m_name_set(self,value) | |
1135 | return | |
1136 | if name == "m_isHidden" : | |
1137 | controls2c.wxDirItemData_m_isHidden_set(self,value) | |
1138 | return | |
1139 | if name == "m_isExpanded" : | |
1140 | controls2c.wxDirItemData_m_isExpanded_set(self,value) | |
1141 | return | |
1142 | if name == "m_isDir" : | |
1143 | controls2c.wxDirItemData_m_isDir_set(self,value) | |
1144 | return | |
1145 | self.__dict__[name] = value | |
1146 | def __getattr__(self,name): | |
1147 | if name == "m_path" : | |
1148 | return controls2c.wxDirItemData_m_path_get(self) | |
1149 | if name == "m_name" : | |
1150 | return controls2c.wxDirItemData_m_name_get(self) | |
1151 | if name == "m_isHidden" : | |
1152 | return controls2c.wxDirItemData_m_isHidden_get(self) | |
1153 | if name == "m_isExpanded" : | |
1154 | return controls2c.wxDirItemData_m_isExpanded_get(self) | |
1155 | if name == "m_isDir" : | |
1156 | return controls2c.wxDirItemData_m_isDir_get(self) | |
1157 | raise AttributeError,name | |
1158 | def __repr__(self): | |
1159 | return "<C wxDirItemData instance at %s>" % (self.this,) | |
1160 | class wxDirItemData(wxDirItemDataPtr): | |
1161 | def __init__(self,*_args,**_kwargs): | |
1162 | self.this = apply(controls2c.new_wxDirItemData,_args,_kwargs) | |
1163 | self.thisown = 1 | |
1164 | ||
1165 | ||
1166 | ||
1167 | ||
1168 | class wxGenericDirCtrlPtr(wxControlPtr): | |
1169 | def __init__(self,this): | |
1170 | self.this = this | |
1171 | self.thisown = 0 | |
1172 | def Create(self, *_args, **_kwargs): | |
1173 | val = apply(controls2c.wxGenericDirCtrl_Create,(self,) + _args, _kwargs) | |
1174 | return val | |
1175 | def ExpandPath(self, *_args, **_kwargs): | |
1176 | val = apply(controls2c.wxGenericDirCtrl_ExpandPath,(self,) + _args, _kwargs) | |
1177 | return val | |
1178 | def GetDefaultPath(self, *_args, **_kwargs): | |
1179 | val = apply(controls2c.wxGenericDirCtrl_GetDefaultPath,(self,) + _args, _kwargs) | |
1180 | return val | |
1181 | def SetDefaultPath(self, *_args, **_kwargs): | |
1182 | val = apply(controls2c.wxGenericDirCtrl_SetDefaultPath,(self,) + _args, _kwargs) | |
1183 | return val | |
1184 | def GetPath(self, *_args, **_kwargs): | |
1185 | val = apply(controls2c.wxGenericDirCtrl_GetPath,(self,) + _args, _kwargs) | |
1186 | return val | |
1187 | def GetFilePath(self, *_args, **_kwargs): | |
1188 | val = apply(controls2c.wxGenericDirCtrl_GetFilePath,(self,) + _args, _kwargs) | |
1189 | return val | |
1190 | def SetPath(self, *_args, **_kwargs): | |
1191 | val = apply(controls2c.wxGenericDirCtrl_SetPath,(self,) + _args, _kwargs) | |
1192 | return val | |
1193 | def ShowHidden(self, *_args, **_kwargs): | |
1194 | val = apply(controls2c.wxGenericDirCtrl_ShowHidden,(self,) + _args, _kwargs) | |
1195 | return val | |
1196 | def GetShowHidden(self, *_args, **_kwargs): | |
1197 | val = apply(controls2c.wxGenericDirCtrl_GetShowHidden,(self,) + _args, _kwargs) | |
1198 | return val | |
1199 | def GetFilter(self, *_args, **_kwargs): | |
1200 | val = apply(controls2c.wxGenericDirCtrl_GetFilter,(self,) + _args, _kwargs) | |
1201 | return val | |
1202 | def SetFilter(self, *_args, **_kwargs): | |
1203 | val = apply(controls2c.wxGenericDirCtrl_SetFilter,(self,) + _args, _kwargs) | |
1204 | return val | |
1205 | def GetFilterIndex(self, *_args, **_kwargs): | |
1206 | val = apply(controls2c.wxGenericDirCtrl_GetFilterIndex,(self,) + _args, _kwargs) | |
1207 | return val | |
1208 | def SetFilterIndex(self, *_args, **_kwargs): | |
1209 | val = apply(controls2c.wxGenericDirCtrl_SetFilterIndex,(self,) + _args, _kwargs) | |
1210 | return val | |
1211 | def GetRootId(self, *_args, **_kwargs): | |
1212 | val = apply(controls2c.wxGenericDirCtrl_GetRootId,(self,) + _args, _kwargs) | |
1213 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
1214 | return val | |
1215 | def GetTreeCtrl(self, *_args, **_kwargs): | |
1216 | val = apply(controls2c.wxGenericDirCtrl_GetTreeCtrl,(self,) + _args, _kwargs) | |
1217 | if val: val = wxTreeCtrlPtr(val) | |
1218 | return val | |
1219 | def GetFilterListCtrl(self, *_args, **_kwargs): | |
1220 | val = apply(controls2c.wxGenericDirCtrl_GetFilterListCtrl,(self,) + _args, _kwargs) | |
1221 | if val: val = wxDirFilterListCtrlPtr(val) | |
1222 | return val | |
1223 | def __repr__(self): | |
1224 | return "<C wxGenericDirCtrl instance at %s>" % (self.this,) | |
1225 | class wxGenericDirCtrl(wxGenericDirCtrlPtr): | |
1226 | def __init__(self,*_args,**_kwargs): | |
1227 | self.this = apply(controls2c.new_wxGenericDirCtrl,_args,_kwargs) | |
1228 | self.thisown = 1 | |
1229 | self._setOORInfo(self) | |
1230 | ||
1231 | ||
1232 | ||
1233 | def wxPreGenericDirCtrl(*_args,**_kwargs): | |
1234 | val = wxGenericDirCtrlPtr(apply(controls2c.new_wxPreGenericDirCtrl,_args,_kwargs)) | |
1235 | val.thisown = 1 | |
1236 | val._setOORInfo(val) | |
1237 | return val | |
1238 | ||
1239 | ||
1240 | class wxDirFilterListCtrlPtr(wxChoicePtr): | |
1241 | def __init__(self,this): | |
1242 | self.this = this | |
1243 | self.thisown = 0 | |
1244 | def Create(self, *_args, **_kwargs): | |
1245 | val = apply(controls2c.wxDirFilterListCtrl_Create,(self,) + _args, _kwargs) | |
1246 | return val | |
1247 | def FillFilterList(self, *_args, **_kwargs): | |
1248 | val = apply(controls2c.wxDirFilterListCtrl_FillFilterList,(self,) + _args, _kwargs) | |
1249 | return val | |
1250 | def __repr__(self): | |
1251 | return "<C wxDirFilterListCtrl instance at %s>" % (self.this,) | |
1252 | class wxDirFilterListCtrl(wxDirFilterListCtrlPtr): | |
1253 | def __init__(self,*_args,**_kwargs): | |
1254 | self.this = apply(controls2c.new_wxDirFilterListCtrl,_args,_kwargs) | |
1255 | self.thisown = 1 | |
1256 | self._setOORInfo(self) | |
1257 | ||
1258 | ||
1259 | ||
1260 | def wxPreDirFilterListCtrl(*_args,**_kwargs): | |
1261 | val = wxDirFilterListCtrlPtr(apply(controls2c.new_wxPreDirFilterListCtrl,_args,_kwargs)) | |
1262 | val.thisown = 1 | |
1263 | val._setOORInfo(val) | |
1264 | return val | |
1265 | ||
1266 | ||
e6056257 RD |
1267 | |
1268 | ||
1269 | #-------------- FUNCTION WRAPPERS ------------------ | |
1270 | ||
1271 | ||
1272 | ||
1273 | #-------------- VARIABLE WRAPPERS ------------------ | |
1274 | ||
1275 | wxEVT_COMMAND_LIST_BEGIN_DRAG = controls2c.wxEVT_COMMAND_LIST_BEGIN_DRAG | |
1276 | wxEVT_COMMAND_LIST_BEGIN_RDRAG = controls2c.wxEVT_COMMAND_LIST_BEGIN_RDRAG | |
1277 | wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT = controls2c.wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT | |
1278 | wxEVT_COMMAND_LIST_END_LABEL_EDIT = controls2c.wxEVT_COMMAND_LIST_END_LABEL_EDIT | |
1279 | wxEVT_COMMAND_LIST_DELETE_ITEM = controls2c.wxEVT_COMMAND_LIST_DELETE_ITEM | |
1280 | wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS = controls2c.wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS | |
1281 | wxEVT_COMMAND_LIST_GET_INFO = controls2c.wxEVT_COMMAND_LIST_GET_INFO | |
1282 | wxEVT_COMMAND_LIST_SET_INFO = controls2c.wxEVT_COMMAND_LIST_SET_INFO | |
1283 | wxEVT_COMMAND_LIST_ITEM_SELECTED = controls2c.wxEVT_COMMAND_LIST_ITEM_SELECTED | |
1284 | wxEVT_COMMAND_LIST_ITEM_DESELECTED = controls2c.wxEVT_COMMAND_LIST_ITEM_DESELECTED | |
1285 | wxEVT_COMMAND_LIST_KEY_DOWN = controls2c.wxEVT_COMMAND_LIST_KEY_DOWN | |
1286 | wxEVT_COMMAND_LIST_INSERT_ITEM = controls2c.wxEVT_COMMAND_LIST_INSERT_ITEM | |
1287 | wxEVT_COMMAND_LIST_COL_CLICK = controls2c.wxEVT_COMMAND_LIST_COL_CLICK | |
1288 | wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK = controls2c.wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK | |
1289 | wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK = controls2c.wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK | |
1290 | wxEVT_COMMAND_LIST_ITEM_ACTIVATED = controls2c.wxEVT_COMMAND_LIST_ITEM_ACTIVATED | |
1291 | wxEVT_COMMAND_LIST_CACHE_HINT = controls2c.wxEVT_COMMAND_LIST_CACHE_HINT | |
1292 | wxEVT_COMMAND_LIST_COL_RIGHT_CLICK = controls2c.wxEVT_COMMAND_LIST_COL_RIGHT_CLICK | |
1293 | wxEVT_COMMAND_LIST_COL_BEGIN_DRAG = controls2c.wxEVT_COMMAND_LIST_COL_BEGIN_DRAG | |
1294 | wxEVT_COMMAND_LIST_COL_DRAGGING = controls2c.wxEVT_COMMAND_LIST_COL_DRAGGING | |
1295 | wxEVT_COMMAND_LIST_COL_END_DRAG = controls2c.wxEVT_COMMAND_LIST_COL_END_DRAG | |
80cb3dbc | 1296 | wxEVT_COMMAND_LIST_ITEM_FOCUSED = controls2c.wxEVT_COMMAND_LIST_ITEM_FOCUSED |
e6056257 RD |
1297 | wxLC_VRULES = controls2c.wxLC_VRULES |
1298 | wxLC_HRULES = controls2c.wxLC_HRULES | |
1299 | wxLC_ICON = controls2c.wxLC_ICON | |
1300 | wxLC_SMALL_ICON = controls2c.wxLC_SMALL_ICON | |
1301 | wxLC_LIST = controls2c.wxLC_LIST | |
1302 | wxLC_REPORT = controls2c.wxLC_REPORT | |
1303 | wxLC_ALIGN_TOP = controls2c.wxLC_ALIGN_TOP | |
1304 | wxLC_ALIGN_LEFT = controls2c.wxLC_ALIGN_LEFT | |
1305 | wxLC_AUTOARRANGE = controls2c.wxLC_AUTOARRANGE | |
1306 | wxLC_VIRTUAL = controls2c.wxLC_VIRTUAL | |
1307 | wxLC_EDIT_LABELS = controls2c.wxLC_EDIT_LABELS | |
1308 | wxLC_NO_HEADER = controls2c.wxLC_NO_HEADER | |
1309 | wxLC_NO_SORT_HEADER = controls2c.wxLC_NO_SORT_HEADER | |
1310 | wxLC_SINGLE_SEL = controls2c.wxLC_SINGLE_SEL | |
1311 | wxLC_SORT_ASCENDING = controls2c.wxLC_SORT_ASCENDING | |
1312 | wxLC_SORT_DESCENDING = controls2c.wxLC_SORT_DESCENDING | |
1313 | wxLC_MASK_TYPE = controls2c.wxLC_MASK_TYPE | |
1314 | wxLC_MASK_ALIGN = controls2c.wxLC_MASK_ALIGN | |
1315 | wxLC_MASK_SORT = controls2c.wxLC_MASK_SORT | |
1316 | wxLC_USER_TEXT = controls2c.wxLC_USER_TEXT | |
1317 | wxLIST_MASK_STATE = controls2c.wxLIST_MASK_STATE | |
1318 | wxLIST_MASK_TEXT = controls2c.wxLIST_MASK_TEXT | |
1319 | wxLIST_MASK_IMAGE = controls2c.wxLIST_MASK_IMAGE | |
1320 | wxLIST_MASK_DATA = controls2c.wxLIST_MASK_DATA | |
1321 | wxLIST_SET_ITEM = controls2c.wxLIST_SET_ITEM | |
1322 | wxLIST_MASK_WIDTH = controls2c.wxLIST_MASK_WIDTH | |
1323 | wxLIST_MASK_FORMAT = controls2c.wxLIST_MASK_FORMAT | |
1324 | wxLIST_STATE_DONTCARE = controls2c.wxLIST_STATE_DONTCARE | |
1325 | wxLIST_STATE_DROPHILITED = controls2c.wxLIST_STATE_DROPHILITED | |
1326 | wxLIST_STATE_FOCUSED = controls2c.wxLIST_STATE_FOCUSED | |
1327 | wxLIST_STATE_SELECTED = controls2c.wxLIST_STATE_SELECTED | |
1328 | wxLIST_STATE_CUT = controls2c.wxLIST_STATE_CUT | |
1329 | wxLIST_HITTEST_ABOVE = controls2c.wxLIST_HITTEST_ABOVE | |
1330 | wxLIST_HITTEST_BELOW = controls2c.wxLIST_HITTEST_BELOW | |
1331 | wxLIST_HITTEST_NOWHERE = controls2c.wxLIST_HITTEST_NOWHERE | |
1332 | wxLIST_HITTEST_ONITEMICON = controls2c.wxLIST_HITTEST_ONITEMICON | |
1333 | wxLIST_HITTEST_ONITEMLABEL = controls2c.wxLIST_HITTEST_ONITEMLABEL | |
1334 | wxLIST_HITTEST_ONITEMRIGHT = controls2c.wxLIST_HITTEST_ONITEMRIGHT | |
1335 | wxLIST_HITTEST_ONITEMSTATEICON = controls2c.wxLIST_HITTEST_ONITEMSTATEICON | |
1336 | wxLIST_HITTEST_TOLEFT = controls2c.wxLIST_HITTEST_TOLEFT | |
1337 | wxLIST_HITTEST_TORIGHT = controls2c.wxLIST_HITTEST_TORIGHT | |
1338 | wxLIST_HITTEST_ONITEM = controls2c.wxLIST_HITTEST_ONITEM | |
1339 | wxLIST_NEXT_ABOVE = controls2c.wxLIST_NEXT_ABOVE | |
1340 | wxLIST_NEXT_ALL = controls2c.wxLIST_NEXT_ALL | |
1341 | wxLIST_NEXT_BELOW = controls2c.wxLIST_NEXT_BELOW | |
1342 | wxLIST_NEXT_LEFT = controls2c.wxLIST_NEXT_LEFT | |
1343 | wxLIST_NEXT_RIGHT = controls2c.wxLIST_NEXT_RIGHT | |
1344 | wxLIST_ALIGN_DEFAULT = controls2c.wxLIST_ALIGN_DEFAULT | |
1345 | wxLIST_ALIGN_LEFT = controls2c.wxLIST_ALIGN_LEFT | |
1346 | wxLIST_ALIGN_TOP = controls2c.wxLIST_ALIGN_TOP | |
1347 | wxLIST_ALIGN_SNAP_TO_GRID = controls2c.wxLIST_ALIGN_SNAP_TO_GRID | |
1348 | wxLIST_AUTOSIZE = controls2c.wxLIST_AUTOSIZE | |
1349 | wxLIST_AUTOSIZE_USEHEADER = controls2c.wxLIST_AUTOSIZE_USEHEADER | |
1350 | wxLIST_RECT_BOUNDS = controls2c.wxLIST_RECT_BOUNDS | |
1351 | wxLIST_RECT_ICON = controls2c.wxLIST_RECT_ICON | |
1352 | wxLIST_RECT_LABEL = controls2c.wxLIST_RECT_LABEL | |
1353 | wxLIST_FIND_UP = controls2c.wxLIST_FIND_UP | |
1354 | wxLIST_FIND_DOWN = controls2c.wxLIST_FIND_DOWN | |
1355 | wxLIST_FIND_LEFT = controls2c.wxLIST_FIND_LEFT | |
1356 | wxLIST_FIND_RIGHT = controls2c.wxLIST_FIND_RIGHT | |
1357 | wxLIST_FORMAT_LEFT = controls2c.wxLIST_FORMAT_LEFT | |
1358 | wxLIST_FORMAT_RIGHT = controls2c.wxLIST_FORMAT_RIGHT | |
1359 | wxLIST_FORMAT_CENTRE = controls2c.wxLIST_FORMAT_CENTRE | |
1360 | wxLIST_FORMAT_CENTER = controls2c.wxLIST_FORMAT_CENTER | |
1361 | wxTR_NO_BUTTONS = controls2c.wxTR_NO_BUTTONS | |
1362 | wxTR_HAS_BUTTONS = controls2c.wxTR_HAS_BUTTONS | |
1363 | wxTR_TWIST_BUTTONS = controls2c.wxTR_TWIST_BUTTONS | |
1364 | wxTR_NO_LINES = controls2c.wxTR_NO_LINES | |
1365 | wxTR_MAC_BUTTONS = controls2c.wxTR_MAC_BUTTONS | |
6abe8375 | 1366 | wxTR_AQUA_BUTTONS = controls2c.wxTR_AQUA_BUTTONS |
e6056257 RD |
1367 | wxTR_SINGLE = controls2c.wxTR_SINGLE |
1368 | wxTR_MULTIPLE = controls2c.wxTR_MULTIPLE | |
1369 | wxTR_EXTENDED = controls2c.wxTR_EXTENDED | |
6abe8375 | 1370 | wxTR_FULL_ROW_HIGHLIGHT = controls2c.wxTR_FULL_ROW_HIGHLIGHT |
e6056257 RD |
1371 | wxTR_EDIT_LABELS = controls2c.wxTR_EDIT_LABELS |
1372 | wxTR_LINES_AT_ROOT = controls2c.wxTR_LINES_AT_ROOT | |
1373 | wxTR_HIDE_ROOT = controls2c.wxTR_HIDE_ROOT | |
1374 | wxTR_ROW_LINES = controls2c.wxTR_ROW_LINES | |
1375 | wxTR_HAS_VARIABLE_ROW_HEIGHT = controls2c.wxTR_HAS_VARIABLE_ROW_HEIGHT | |
1376 | wxTR_DEFAULT_STYLE = controls2c.wxTR_DEFAULT_STYLE | |
1377 | wxTreeItemIcon_Normal = controls2c.wxTreeItemIcon_Normal | |
1378 | wxTreeItemIcon_Selected = controls2c.wxTreeItemIcon_Selected | |
1379 | wxTreeItemIcon_Expanded = controls2c.wxTreeItemIcon_Expanded | |
1380 | wxTreeItemIcon_SelectedExpanded = controls2c.wxTreeItemIcon_SelectedExpanded | |
1381 | wxTreeItemIcon_Max = controls2c.wxTreeItemIcon_Max | |
1382 | wxTREE_HITTEST_ABOVE = controls2c.wxTREE_HITTEST_ABOVE | |
1383 | wxTREE_HITTEST_BELOW = controls2c.wxTREE_HITTEST_BELOW | |
1384 | wxTREE_HITTEST_NOWHERE = controls2c.wxTREE_HITTEST_NOWHERE | |
1385 | wxTREE_HITTEST_ONITEMBUTTON = controls2c.wxTREE_HITTEST_ONITEMBUTTON | |
1386 | wxTREE_HITTEST_ONITEMICON = controls2c.wxTREE_HITTEST_ONITEMICON | |
1387 | wxTREE_HITTEST_ONITEMINDENT = controls2c.wxTREE_HITTEST_ONITEMINDENT | |
1388 | wxTREE_HITTEST_ONITEMLABEL = controls2c.wxTREE_HITTEST_ONITEMLABEL | |
1389 | wxTREE_HITTEST_ONITEMRIGHT = controls2c.wxTREE_HITTEST_ONITEMRIGHT | |
1390 | wxTREE_HITTEST_ONITEMSTATEICON = controls2c.wxTREE_HITTEST_ONITEMSTATEICON | |
1391 | wxTREE_HITTEST_TOLEFT = controls2c.wxTREE_HITTEST_TOLEFT | |
1392 | wxTREE_HITTEST_TORIGHT = controls2c.wxTREE_HITTEST_TORIGHT | |
1393 | wxTREE_HITTEST_ONITEMUPPERPART = controls2c.wxTREE_HITTEST_ONITEMUPPERPART | |
1394 | wxTREE_HITTEST_ONITEMLOWERPART = controls2c.wxTREE_HITTEST_ONITEMLOWERPART | |
1395 | wxTREE_HITTEST_ONITEM = controls2c.wxTREE_HITTEST_ONITEM | |
1396 | wxEVT_COMMAND_TREE_BEGIN_DRAG = controls2c.wxEVT_COMMAND_TREE_BEGIN_DRAG | |
1397 | wxEVT_COMMAND_TREE_BEGIN_RDRAG = controls2c.wxEVT_COMMAND_TREE_BEGIN_RDRAG | |
1398 | wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT = controls2c.wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT | |
1399 | wxEVT_COMMAND_TREE_END_LABEL_EDIT = controls2c.wxEVT_COMMAND_TREE_END_LABEL_EDIT | |
1400 | wxEVT_COMMAND_TREE_DELETE_ITEM = controls2c.wxEVT_COMMAND_TREE_DELETE_ITEM | |
1401 | wxEVT_COMMAND_TREE_GET_INFO = controls2c.wxEVT_COMMAND_TREE_GET_INFO | |
1402 | wxEVT_COMMAND_TREE_SET_INFO = controls2c.wxEVT_COMMAND_TREE_SET_INFO | |
1403 | wxEVT_COMMAND_TREE_ITEM_EXPANDED = controls2c.wxEVT_COMMAND_TREE_ITEM_EXPANDED | |
1404 | wxEVT_COMMAND_TREE_ITEM_EXPANDING = controls2c.wxEVT_COMMAND_TREE_ITEM_EXPANDING | |
1405 | wxEVT_COMMAND_TREE_ITEM_COLLAPSED = controls2c.wxEVT_COMMAND_TREE_ITEM_COLLAPSED | |
1406 | wxEVT_COMMAND_TREE_ITEM_COLLAPSING = controls2c.wxEVT_COMMAND_TREE_ITEM_COLLAPSING | |
1407 | wxEVT_COMMAND_TREE_SEL_CHANGED = controls2c.wxEVT_COMMAND_TREE_SEL_CHANGED | |
1408 | wxEVT_COMMAND_TREE_SEL_CHANGING = controls2c.wxEVT_COMMAND_TREE_SEL_CHANGING | |
1409 | wxEVT_COMMAND_TREE_KEY_DOWN = controls2c.wxEVT_COMMAND_TREE_KEY_DOWN | |
1410 | wxEVT_COMMAND_TREE_ITEM_ACTIVATED = controls2c.wxEVT_COMMAND_TREE_ITEM_ACTIVATED | |
1411 | wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK = controls2c.wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK | |
1412 | wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK = controls2c.wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK | |
1413 | wxEVT_COMMAND_TREE_END_DRAG = controls2c.wxEVT_COMMAND_TREE_END_DRAG | |
d1e76a37 RD |
1414 | wxDIRCTRL_DIR_ONLY = controls2c.wxDIRCTRL_DIR_ONLY |
1415 | wxDIRCTRL_SELECT_FIRST = controls2c.wxDIRCTRL_SELECT_FIRST | |
1416 | wxDIRCTRL_SHOW_FILTERS = controls2c.wxDIRCTRL_SHOW_FILTERS | |
1417 | wxDIRCTRL_3D_INTERNAL = controls2c.wxDIRCTRL_3D_INTERNAL |