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