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