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