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