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