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