]>
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 |
f6bcfd97 BP |
16 | class wxListItemAttrPtr : |
17 | def __init__(self,this): | |
18 | self.this = this | |
19 | self.thisown = 0 | |
20 | def SetTextColour(self, *_args, **_kwargs): | |
21 | val = apply(controls2c.wxListItemAttr_SetTextColour,(self,) + _args, _kwargs) | |
22 | return val | |
23 | def SetBackgroundColour(self, *_args, **_kwargs): | |
24 | val = apply(controls2c.wxListItemAttr_SetBackgroundColour,(self,) + _args, _kwargs) | |
25 | return val | |
26 | def SetFont(self, *_args, **_kwargs): | |
27 | val = apply(controls2c.wxListItemAttr_SetFont,(self,) + _args, _kwargs) | |
28 | return val | |
29 | def HasTextColour(self, *_args, **_kwargs): | |
30 | val = apply(controls2c.wxListItemAttr_HasTextColour,(self,) + _args, _kwargs) | |
31 | return val | |
32 | def HasBackgroundColour(self, *_args, **_kwargs): | |
33 | val = apply(controls2c.wxListItemAttr_HasBackgroundColour,(self,) + _args, _kwargs) | |
34 | return val | |
35 | def HasFont(self, *_args, **_kwargs): | |
36 | val = apply(controls2c.wxListItemAttr_HasFont,(self,) + _args, _kwargs) | |
37 | return val | |
38 | def GetTextColour(self, *_args, **_kwargs): | |
39 | val = apply(controls2c.wxListItemAttr_GetTextColour,(self,) + _args, _kwargs) | |
40 | if val: val = wxColourPtr(val) | |
41 | return val | |
42 | def GetBackgroundColour(self, *_args, **_kwargs): | |
43 | val = apply(controls2c.wxListItemAttr_GetBackgroundColour,(self,) + _args, _kwargs) | |
44 | if val: val = wxColourPtr(val) | |
45 | return val | |
46 | def GetFont(self, *_args, **_kwargs): | |
47 | val = apply(controls2c.wxListItemAttr_GetFont,(self,) + _args, _kwargs) | |
48 | if val: val = wxFontPtr(val) | |
49 | return val | |
50 | def __repr__(self): | |
51 | return "<C wxListItemAttr instance at %s>" % (self.this,) | |
52 | class wxListItemAttr(wxListItemAttrPtr): | |
53 | def __init__(self,*_args,**_kwargs): | |
54 | self.this = apply(controls2c.new_wxListItemAttr,_args,_kwargs) | |
55 | self.thisown = 1 | |
56 | ||
57 | ||
58 | ||
59 | ||
9df61a29 | 60 | class wxListItemPtr(wxObjectPtr): |
8ab979d7 RD |
61 | def __init__(self,this): |
62 | self.this = this | |
63 | self.thisown = 0 | |
1d99702e | 64 | def __del__(self,controls2c=controls2c): |
8ab979d7 | 65 | if self.thisown == 1 : |
1d99702e | 66 | controls2c.delete_wxListItem(self) |
f6bcfd97 BP |
67 | def Clear(self, *_args, **_kwargs): |
68 | val = apply(controls2c.wxListItem_Clear,(self,) + _args, _kwargs) | |
69 | return val | |
70 | def ClearAttributes(self, *_args, **_kwargs): | |
71 | val = apply(controls2c.wxListItem_ClearAttributes,(self,) + _args, _kwargs) | |
72 | return val | |
73 | def SetMask(self, *_args, **_kwargs): | |
74 | val = apply(controls2c.wxListItem_SetMask,(self,) + _args, _kwargs) | |
75 | return val | |
76 | def SetId(self, *_args, **_kwargs): | |
77 | val = apply(controls2c.wxListItem_SetId,(self,) + _args, _kwargs) | |
78 | return val | |
79 | def SetColumn(self, *_args, **_kwargs): | |
80 | val = apply(controls2c.wxListItem_SetColumn,(self,) + _args, _kwargs) | |
81 | return val | |
82 | def SetState(self, *_args, **_kwargs): | |
83 | val = apply(controls2c.wxListItem_SetState,(self,) + _args, _kwargs) | |
84 | return val | |
85 | def SetStateMask(self, *_args, **_kwargs): | |
86 | val = apply(controls2c.wxListItem_SetStateMask,(self,) + _args, _kwargs) | |
87 | return val | |
88 | def SetText(self, *_args, **_kwargs): | |
89 | val = apply(controls2c.wxListItem_SetText,(self,) + _args, _kwargs) | |
90 | return val | |
91 | def SetImage(self, *_args, **_kwargs): | |
92 | val = apply(controls2c.wxListItem_SetImage,(self,) + _args, _kwargs) | |
93 | return val | |
94 | def SetData(self, *_args, **_kwargs): | |
95 | val = apply(controls2c.wxListItem_SetData,(self,) + _args, _kwargs) | |
96 | return val | |
97 | def SetWidth(self, *_args, **_kwargs): | |
98 | val = apply(controls2c.wxListItem_SetWidth,(self,) + _args, _kwargs) | |
99 | return val | |
100 | def SetAlign(self, *_args, **_kwargs): | |
101 | val = apply(controls2c.wxListItem_SetAlign,(self,) + _args, _kwargs) | |
102 | return val | |
103 | def SetTextColour(self, *_args, **_kwargs): | |
104 | val = apply(controls2c.wxListItem_SetTextColour,(self,) + _args, _kwargs) | |
105 | return val | |
106 | def SetBackgroundColour(self, *_args, **_kwargs): | |
107 | val = apply(controls2c.wxListItem_SetBackgroundColour,(self,) + _args, _kwargs) | |
108 | return val | |
109 | def SetFont(self, *_args, **_kwargs): | |
110 | val = apply(controls2c.wxListItem_SetFont,(self,) + _args, _kwargs) | |
111 | return val | |
112 | def GetMask(self, *_args, **_kwargs): | |
113 | val = apply(controls2c.wxListItem_GetMask,(self,) + _args, _kwargs) | |
114 | return val | |
115 | def GetId(self, *_args, **_kwargs): | |
116 | val = apply(controls2c.wxListItem_GetId,(self,) + _args, _kwargs) | |
117 | return val | |
118 | def GetColumn(self, *_args, **_kwargs): | |
119 | val = apply(controls2c.wxListItem_GetColumn,(self,) + _args, _kwargs) | |
120 | return val | |
121 | def GetState(self, *_args, **_kwargs): | |
122 | val = apply(controls2c.wxListItem_GetState,(self,) + _args, _kwargs) | |
123 | return val | |
124 | def GetText(self, *_args, **_kwargs): | |
125 | val = apply(controls2c.wxListItem_GetText,(self,) + _args, _kwargs) | |
126 | return val | |
127 | def GetImage(self, *_args, **_kwargs): | |
128 | val = apply(controls2c.wxListItem_GetImage,(self,) + _args, _kwargs) | |
129 | return val | |
130 | def GetData(self, *_args, **_kwargs): | |
131 | val = apply(controls2c.wxListItem_GetData,(self,) + _args, _kwargs) | |
132 | return val | |
133 | def GetWidth(self, *_args, **_kwargs): | |
134 | val = apply(controls2c.wxListItem_GetWidth,(self,) + _args, _kwargs) | |
135 | return val | |
136 | def GetAlign(self, *_args, **_kwargs): | |
137 | val = apply(controls2c.wxListItem_GetAlign,(self,) + _args, _kwargs) | |
138 | return val | |
139 | def GetAttributes(self, *_args, **_kwargs): | |
140 | val = apply(controls2c.wxListItem_GetAttributes,(self,) + _args, _kwargs) | |
141 | if val: val = wxListItemAttrPtr(val) | |
142 | return val | |
143 | def HasAttributes(self, *_args, **_kwargs): | |
144 | val = apply(controls2c.wxListItem_HasAttributes,(self,) + _args, _kwargs) | |
145 | return val | |
146 | def GetTextColour(self, *_args, **_kwargs): | |
147 | val = apply(controls2c.wxListItem_GetTextColour,(self,) + _args, _kwargs) | |
148 | if val: val = wxColourPtr(val) ; val.thisown = 1 | |
149 | return val | |
150 | def GetBackgroundColour(self, *_args, **_kwargs): | |
151 | val = apply(controls2c.wxListItem_GetBackgroundColour,(self,) + _args, _kwargs) | |
152 | if val: val = wxColourPtr(val) ; val.thisown = 1 | |
153 | return val | |
154 | def GetFont(self, *_args, **_kwargs): | |
155 | val = apply(controls2c.wxListItem_GetFont,(self,) + _args, _kwargs) | |
156 | if val: val = wxFontPtr(val) ; val.thisown = 1 | |
157 | return val | |
8ab979d7 RD |
158 | def __setattr__(self,name,value): |
159 | if name == "m_mask" : | |
1d99702e | 160 | controls2c.wxListItem_m_mask_set(self,value) |
8ab979d7 RD |
161 | return |
162 | if name == "m_itemId" : | |
1d99702e | 163 | controls2c.wxListItem_m_itemId_set(self,value) |
8ab979d7 RD |
164 | return |
165 | if name == "m_col" : | |
1d99702e | 166 | controls2c.wxListItem_m_col_set(self,value) |
8ab979d7 RD |
167 | return |
168 | if name == "m_state" : | |
1d99702e | 169 | controls2c.wxListItem_m_state_set(self,value) |
8ab979d7 RD |
170 | return |
171 | if name == "m_stateMask" : | |
1d99702e | 172 | controls2c.wxListItem_m_stateMask_set(self,value) |
8ab979d7 RD |
173 | return |
174 | if name == "m_text" : | |
1d99702e | 175 | controls2c.wxListItem_m_text_set(self,value) |
8ab979d7 RD |
176 | return |
177 | if name == "m_image" : | |
1d99702e | 178 | controls2c.wxListItem_m_image_set(self,value) |
8ab979d7 RD |
179 | return |
180 | if name == "m_data" : | |
1d99702e | 181 | controls2c.wxListItem_m_data_set(self,value) |
8ab979d7 RD |
182 | return |
183 | if name == "m_format" : | |
1d99702e | 184 | controls2c.wxListItem_m_format_set(self,value) |
8ab979d7 RD |
185 | return |
186 | if name == "m_width" : | |
1d99702e | 187 | controls2c.wxListItem_m_width_set(self,value) |
8ab979d7 RD |
188 | return |
189 | self.__dict__[name] = value | |
190 | def __getattr__(self,name): | |
191 | if name == "m_mask" : | |
1d99702e | 192 | return controls2c.wxListItem_m_mask_get(self) |
8ab979d7 | 193 | if name == "m_itemId" : |
1d99702e | 194 | return controls2c.wxListItem_m_itemId_get(self) |
8ab979d7 | 195 | if name == "m_col" : |
1d99702e | 196 | return controls2c.wxListItem_m_col_get(self) |
8ab979d7 | 197 | if name == "m_state" : |
1d99702e | 198 | return controls2c.wxListItem_m_state_get(self) |
8ab979d7 | 199 | if name == "m_stateMask" : |
1d99702e | 200 | return controls2c.wxListItem_m_stateMask_get(self) |
8ab979d7 | 201 | if name == "m_text" : |
1d99702e | 202 | return controls2c.wxListItem_m_text_get(self) |
8ab979d7 | 203 | if name == "m_image" : |
1d99702e | 204 | return controls2c.wxListItem_m_image_get(self) |
8ab979d7 | 205 | if name == "m_data" : |
1d99702e | 206 | return controls2c.wxListItem_m_data_get(self) |
8ab979d7 | 207 | if name == "m_format" : |
1d99702e | 208 | return controls2c.wxListItem_m_format_get(self) |
8ab979d7 | 209 | if name == "m_width" : |
1d99702e | 210 | return controls2c.wxListItem_m_width_get(self) |
8ab979d7 RD |
211 | raise AttributeError,name |
212 | def __repr__(self): | |
1d99702e | 213 | return "<C wxListItem instance at %s>" % (self.this,) |
8ab979d7 | 214 | class wxListItem(wxListItemPtr): |
1d99702e RD |
215 | def __init__(self,*_args,**_kwargs): |
216 | self.this = apply(controls2c.new_wxListItem,_args,_kwargs) | |
8ab979d7 RD |
217 | self.thisown = 1 |
218 | ||
219 | ||
220 | ||
221 | ||
c368d904 | 222 | class wxListEventPtr(wxNotifyEventPtr): |
8ab979d7 RD |
223 | def __init__(self,this): |
224 | self.this = this | |
225 | self.thisown = 0 | |
f6bcfd97 BP |
226 | def GetCode(self, *_args, **_kwargs): |
227 | val = apply(controls2c.wxListEvent_GetCode,(self,) + _args, _kwargs) | |
228 | return val | |
229 | def GetIndex(self, *_args, **_kwargs): | |
230 | val = apply(controls2c.wxListEvent_GetIndex,(self,) + _args, _kwargs) | |
231 | return val | |
232 | def GetOldIndex(self, *_args, **_kwargs): | |
233 | val = apply(controls2c.wxListEvent_GetOldIndex,(self,) + _args, _kwargs) | |
234 | return val | |
235 | def GetOldItem(self, *_args, **_kwargs): | |
236 | val = apply(controls2c.wxListEvent_GetOldItem,(self,) + _args, _kwargs) | |
237 | return val | |
238 | def GetColumn(self, *_args, **_kwargs): | |
239 | val = apply(controls2c.wxListEvent_GetColumn,(self,) + _args, _kwargs) | |
240 | return val | |
241 | def Cancelled(self, *_args, **_kwargs): | |
242 | val = apply(controls2c.wxListEvent_Cancelled,(self,) + _args, _kwargs) | |
243 | return val | |
244 | def GetPoint(self, *_args, **_kwargs): | |
245 | val = apply(controls2c.wxListEvent_GetPoint,(self,) + _args, _kwargs) | |
246 | if val: val = wxPointPtr(val) ; val.thisown = 1 | |
247 | return val | |
248 | def GetLabel(self, *_args, **_kwargs): | |
249 | val = apply(controls2c.wxListEvent_GetLabel,(self,) + _args, _kwargs) | |
250 | return val | |
251 | def GetText(self, *_args, **_kwargs): | |
252 | val = apply(controls2c.wxListEvent_GetText,(self,) + _args, _kwargs) | |
253 | return val | |
254 | def GetImage(self, *_args, **_kwargs): | |
255 | val = apply(controls2c.wxListEvent_GetImage,(self,) + _args, _kwargs) | |
256 | return val | |
257 | def GetData(self, *_args, **_kwargs): | |
258 | val = apply(controls2c.wxListEvent_GetData,(self,) + _args, _kwargs) | |
259 | return val | |
260 | def GetMask(self, *_args, **_kwargs): | |
261 | val = apply(controls2c.wxListEvent_GetMask,(self,) + _args, _kwargs) | |
262 | return val | |
263 | def GetItem(self, *_args, **_kwargs): | |
264 | val = apply(controls2c.wxListEvent_GetItem,(self,) + _args, _kwargs) | |
f6bcfd97 | 265 | return val |
8ab979d7 RD |
266 | def __setattr__(self,name,value): |
267 | if name == "m_code" : | |
1d99702e | 268 | controls2c.wxListEvent_m_code_set(self,value) |
8ab979d7 RD |
269 | return |
270 | if name == "m_itemIndex" : | |
1d99702e | 271 | controls2c.wxListEvent_m_itemIndex_set(self,value) |
8ab979d7 RD |
272 | return |
273 | if name == "m_oldItemIndex" : | |
1d99702e | 274 | controls2c.wxListEvent_m_oldItemIndex_set(self,value) |
8ab979d7 RD |
275 | return |
276 | if name == "m_col" : | |
1d99702e | 277 | controls2c.wxListEvent_m_col_set(self,value) |
8ab979d7 RD |
278 | return |
279 | if name == "m_cancelled" : | |
1d99702e | 280 | controls2c.wxListEvent_m_cancelled_set(self,value) |
8ab979d7 RD |
281 | return |
282 | if name == "m_pointDrag" : | |
1d99702e | 283 | controls2c.wxListEvent_m_pointDrag_set(self,value.this) |
8ab979d7 RD |
284 | return |
285 | if name == "m_item" : | |
1d99702e | 286 | controls2c.wxListEvent_m_item_set(self,value.this) |
8ab979d7 RD |
287 | return |
288 | self.__dict__[name] = value | |
289 | def __getattr__(self,name): | |
290 | if name == "m_code" : | |
1d99702e | 291 | return controls2c.wxListEvent_m_code_get(self) |
8ab979d7 | 292 | if name == "m_itemIndex" : |
1d99702e | 293 | return controls2c.wxListEvent_m_itemIndex_get(self) |
8ab979d7 | 294 | if name == "m_oldItemIndex" : |
1d99702e | 295 | return controls2c.wxListEvent_m_oldItemIndex_get(self) |
8ab979d7 | 296 | if name == "m_col" : |
1d99702e | 297 | return controls2c.wxListEvent_m_col_get(self) |
8ab979d7 | 298 | if name == "m_cancelled" : |
1d99702e | 299 | return controls2c.wxListEvent_m_cancelled_get(self) |
8ab979d7 | 300 | if name == "m_pointDrag" : |
1d99702e | 301 | return wxPointPtr(controls2c.wxListEvent_m_pointDrag_get(self)) |
8ab979d7 | 302 | if name == "m_item" : |
1d99702e | 303 | return wxListItemPtr(controls2c.wxListEvent_m_item_get(self)) |
8ab979d7 RD |
304 | raise AttributeError,name |
305 | def __repr__(self): | |
1d99702e | 306 | return "<C wxListEvent instance at %s>" % (self.this,) |
8ab979d7 RD |
307 | class wxListEvent(wxListEventPtr): |
308 | def __init__(self,this): | |
309 | self.this = this | |
310 | ||
311 | ||
312 | ||
313 | ||
314 | class wxListCtrlPtr(wxControlPtr): | |
315 | def __init__(self,this): | |
316 | self.this = this | |
317 | self.thisown = 0 | |
1d99702e RD |
318 | def Arrange(self, *_args, **_kwargs): |
319 | val = apply(controls2c.wxListCtrl_Arrange,(self,) + _args, _kwargs) | |
8ab979d7 | 320 | return val |
9c4165ad RD |
321 | def AssignImageList(self, *_args, **_kwargs): |
322 | val = apply(controls2c.wxListCtrl_AssignImageList,(self,) + _args, _kwargs) | |
9df61a29 | 323 | _args[0].thisown = 0 |
9c4165ad | 324 | return val |
1d99702e RD |
325 | def DeleteItem(self, *_args, **_kwargs): |
326 | val = apply(controls2c.wxListCtrl_DeleteItem,(self,) + _args, _kwargs) | |
8ab979d7 | 327 | return val |
1d99702e RD |
328 | def DeleteAllItems(self, *_args, **_kwargs): |
329 | val = apply(controls2c.wxListCtrl_DeleteAllItems,(self,) + _args, _kwargs) | |
8ab979d7 | 330 | return val |
1d99702e RD |
331 | def DeleteColumn(self, *_args, **_kwargs): |
332 | val = apply(controls2c.wxListCtrl_DeleteColumn,(self,) + _args, _kwargs) | |
8ab979d7 | 333 | return val |
1d99702e RD |
334 | def DeleteAllColumns(self, *_args, **_kwargs): |
335 | val = apply(controls2c.wxListCtrl_DeleteAllColumns,(self,) + _args, _kwargs) | |
8ab979d7 | 336 | return val |
1d99702e RD |
337 | def ClearAll(self, *_args, **_kwargs): |
338 | val = apply(controls2c.wxListCtrl_ClearAll,(self,) + _args, _kwargs) | |
8ab979d7 | 339 | return val |
1d99702e RD |
340 | def EditLabel(self, *_args, **_kwargs): |
341 | val = apply(controls2c.wxListCtrl_EditLabel,(self,) + _args, _kwargs) | |
be4d9c1f | 342 | return val |
1d99702e RD |
343 | def EnsureVisible(self, *_args, **_kwargs): |
344 | val = apply(controls2c.wxListCtrl_EnsureVisible,(self,) + _args, _kwargs) | |
8ab979d7 | 345 | return val |
1d99702e RD |
346 | def FindItem(self, *_args, **_kwargs): |
347 | val = apply(controls2c.wxListCtrl_FindItem,(self,) + _args, _kwargs) | |
8ab979d7 | 348 | return val |
1d99702e RD |
349 | def FindItemData(self, *_args, **_kwargs): |
350 | val = apply(controls2c.wxListCtrl_FindItemData,(self,) + _args, _kwargs) | |
8ab979d7 | 351 | return val |
1d99702e RD |
352 | def FindItemAtPos(self, *_args, **_kwargs): |
353 | val = apply(controls2c.wxListCtrl_FindItemAtPos,(self,) + _args, _kwargs) | |
8ab979d7 | 354 | return val |
1d99702e RD |
355 | def GetColumn(self, *_args, **_kwargs): |
356 | val = apply(controls2c.wxListCtrl_GetColumn,(self,) + _args, _kwargs) | |
8ab979d7 | 357 | return val |
1d99702e RD |
358 | def GetColumnWidth(self, *_args, **_kwargs): |
359 | val = apply(controls2c.wxListCtrl_GetColumnWidth,(self,) + _args, _kwargs) | |
8ab979d7 | 360 | return val |
1d99702e RD |
361 | def GetCountPerPage(self, *_args, **_kwargs): |
362 | val = apply(controls2c.wxListCtrl_GetCountPerPage,(self,) + _args, _kwargs) | |
8ab979d7 | 363 | return val |
1d99702e RD |
364 | def GetImageList(self, *_args, **_kwargs): |
365 | val = apply(controls2c.wxListCtrl_GetImageList,(self,) + _args, _kwargs) | |
8ab979d7 | 366 | return val |
1d99702e RD |
367 | def GetItemData(self, *_args, **_kwargs): |
368 | val = apply(controls2c.wxListCtrl_GetItemData,(self,) + _args, _kwargs) | |
8ab979d7 | 369 | return val |
1d99702e RD |
370 | def GetItem(self, *_args, **_kwargs): |
371 | val = apply(controls2c.wxListCtrl_GetItem,(self,) + _args, _kwargs) | |
8ab979d7 | 372 | return val |
1d99702e RD |
373 | def GetItemPosition(self, *_args, **_kwargs): |
374 | val = apply(controls2c.wxListCtrl_GetItemPosition,(self,) + _args, _kwargs) | |
375 | if val: val = wxPointPtr(val) ; val.thisown = 1 | |
8ab979d7 | 376 | return val |
1d99702e RD |
377 | def GetItemRect(self, *_args, **_kwargs): |
378 | val = apply(controls2c.wxListCtrl_GetItemRect,(self,) + _args, _kwargs) | |
379 | if val: val = wxRectPtr(val) ; val.thisown = 1 | |
8ab979d7 | 380 | return val |
1d99702e RD |
381 | def GetItemState(self, *_args, **_kwargs): |
382 | val = apply(controls2c.wxListCtrl_GetItemState,(self,) + _args, _kwargs) | |
8ab979d7 | 383 | return val |
1d99702e RD |
384 | def GetItemCount(self, *_args, **_kwargs): |
385 | val = apply(controls2c.wxListCtrl_GetItemCount,(self,) + _args, _kwargs) | |
8ab979d7 | 386 | return val |
1d99702e RD |
387 | def GetItemSpacing(self, *_args, **_kwargs): |
388 | val = apply(controls2c.wxListCtrl_GetItemSpacing,(self,) + _args, _kwargs) | |
8ab979d7 | 389 | return val |
1d99702e RD |
390 | def GetItemText(self, *_args, **_kwargs): |
391 | val = apply(controls2c.wxListCtrl_GetItemText,(self,) + _args, _kwargs) | |
8ab979d7 | 392 | return val |
1d99702e RD |
393 | def GetNextItem(self, *_args, **_kwargs): |
394 | val = apply(controls2c.wxListCtrl_GetNextItem,(self,) + _args, _kwargs) | |
8ab979d7 | 395 | return val |
1d99702e RD |
396 | def GetSelectedItemCount(self, *_args, **_kwargs): |
397 | val = apply(controls2c.wxListCtrl_GetSelectedItemCount,(self,) + _args, _kwargs) | |
8ab979d7 | 398 | return val |
1d99702e RD |
399 | def GetTopItem(self, *_args, **_kwargs): |
400 | val = apply(controls2c.wxListCtrl_GetTopItem,(self,) + _args, _kwargs) | |
8ab979d7 | 401 | return val |
1d99702e RD |
402 | def HitTest(self, *_args, **_kwargs): |
403 | val = apply(controls2c.wxListCtrl_HitTest,(self,) + _args, _kwargs) | |
8ab979d7 | 404 | return val |
c368d904 RD |
405 | def InsertColumnInfo(self, *_args, **_kwargs): |
406 | val = apply(controls2c.wxListCtrl_InsertColumnInfo,(self,) + _args, _kwargs) | |
8ab979d7 | 407 | return val |
1d99702e RD |
408 | def InsertColumn(self, *_args, **_kwargs): |
409 | val = apply(controls2c.wxListCtrl_InsertColumn,(self,) + _args, _kwargs) | |
8ab979d7 | 410 | return val |
1d99702e RD |
411 | def InsertItem(self, *_args, **_kwargs): |
412 | val = apply(controls2c.wxListCtrl_InsertItem,(self,) + _args, _kwargs) | |
8ab979d7 | 413 | return val |
1d99702e RD |
414 | def InsertStringItem(self, *_args, **_kwargs): |
415 | val = apply(controls2c.wxListCtrl_InsertStringItem,(self,) + _args, _kwargs) | |
8ab979d7 | 416 | return val |
1d99702e RD |
417 | def InsertImageItem(self, *_args, **_kwargs): |
418 | val = apply(controls2c.wxListCtrl_InsertImageItem,(self,) + _args, _kwargs) | |
8ab979d7 | 419 | return val |
1d99702e RD |
420 | def InsertImageStringItem(self, *_args, **_kwargs): |
421 | val = apply(controls2c.wxListCtrl_InsertImageStringItem,(self,) + _args, _kwargs) | |
8ab979d7 | 422 | return val |
1d99702e RD |
423 | def ScrollList(self, *_args, **_kwargs): |
424 | val = apply(controls2c.wxListCtrl_ScrollList,(self,) + _args, _kwargs) | |
8ab979d7 | 425 | return val |
1d99702e RD |
426 | def SetBackgroundColour(self, *_args, **_kwargs): |
427 | val = apply(controls2c.wxListCtrl_SetBackgroundColour,(self,) + _args, _kwargs) | |
8ab979d7 | 428 | return val |
1d99702e RD |
429 | def SetColumn(self, *_args, **_kwargs): |
430 | val = apply(controls2c.wxListCtrl_SetColumn,(self,) + _args, _kwargs) | |
8ab979d7 | 431 | return val |
1d99702e RD |
432 | def SetColumnWidth(self, *_args, **_kwargs): |
433 | val = apply(controls2c.wxListCtrl_SetColumnWidth,(self,) + _args, _kwargs) | |
8ab979d7 | 434 | return val |
1d99702e RD |
435 | def SetImageList(self, *_args, **_kwargs): |
436 | val = apply(controls2c.wxListCtrl_SetImageList,(self,) + _args, _kwargs) | |
8ab979d7 | 437 | return val |
1d99702e RD |
438 | def SetItem(self, *_args, **_kwargs): |
439 | val = apply(controls2c.wxListCtrl_SetItem,(self,) + _args, _kwargs) | |
8ab979d7 | 440 | return val |
1d99702e RD |
441 | def SetStringItem(self, *_args, **_kwargs): |
442 | val = apply(controls2c.wxListCtrl_SetStringItem,(self,) + _args, _kwargs) | |
8ab979d7 | 443 | return val |
1d99702e RD |
444 | def SetItemData(self, *_args, **_kwargs): |
445 | val = apply(controls2c.wxListCtrl_SetItemData,(self,) + _args, _kwargs) | |
8ab979d7 | 446 | return val |
1d99702e RD |
447 | def SetItemImage(self, *_args, **_kwargs): |
448 | val = apply(controls2c.wxListCtrl_SetItemImage,(self,) + _args, _kwargs) | |
8ab979d7 | 449 | return val |
1d99702e RD |
450 | def SetItemPosition(self, *_args, **_kwargs): |
451 | val = apply(controls2c.wxListCtrl_SetItemPosition,(self,) + _args, _kwargs) | |
8ab979d7 | 452 | return val |
1d99702e RD |
453 | def SetItemState(self, *_args, **_kwargs): |
454 | val = apply(controls2c.wxListCtrl_SetItemState,(self,) + _args, _kwargs) | |
8ab979d7 | 455 | return val |
1d99702e RD |
456 | def SetItemText(self, *_args, **_kwargs): |
457 | val = apply(controls2c.wxListCtrl_SetItemText,(self,) + _args, _kwargs) | |
8ab979d7 | 458 | return val |
1d99702e RD |
459 | def SetSingleStyle(self, *_args, **_kwargs): |
460 | val = apply(controls2c.wxListCtrl_SetSingleStyle,(self,) + _args, _kwargs) | |
8ab979d7 | 461 | return val |
1d99702e RD |
462 | def SetWindowStyleFlag(self, *_args, **_kwargs): |
463 | val = apply(controls2c.wxListCtrl_SetWindowStyleFlag,(self,) + _args, _kwargs) | |
8ab979d7 | 464 | return val |
dcd38683 RD |
465 | def SortItems(self, *_args, **_kwargs): |
466 | val = apply(controls2c.wxListCtrl_SortItems,(self,) + _args, _kwargs) | |
467 | return val | |
8ab979d7 | 468 | def __repr__(self): |
1d99702e | 469 | return "<C wxListCtrl instance at %s>" % (self.this,) |
10be44ac RD |
470 | |
471 | def GetItem(self, *_args, **_kwargs): | |
472 | val = apply(controls2c.wxListCtrl_GetItem,(self,) + _args, _kwargs) | |
473 | val.thisown = 1 | |
474 | return val | |
475 | ||
8ab979d7 | 476 | class wxListCtrl(wxListCtrlPtr): |
1d99702e RD |
477 | def __init__(self,*_args,**_kwargs): |
478 | self.this = apply(controls2c.new_wxListCtrl,_args,_kwargs) | |
8ab979d7 | 479 | self.thisown = 1 |
f6bcfd97 | 480 | #wx._StdWindowCallbacks(self) |
8ab979d7 RD |
481 | |
482 | ||
483 | ||
484 | ||
d5c9047a | 485 | class wxTreeItemIdPtr : |
8ab979d7 RD |
486 | def __init__(self,this): |
487 | self.this = this | |
488 | self.thisown = 0 | |
1d99702e | 489 | def __del__(self,controls2c=controls2c): |
8ab979d7 | 490 | if self.thisown == 1 : |
1d99702e RD |
491 | controls2c.delete_wxTreeItemId(self) |
492 | def IsOk(self, *_args, **_kwargs): | |
493 | val = apply(controls2c.wxTreeItemId_IsOk,(self,) + _args, _kwargs) | |
d5c9047a | 494 | return val |
f6bcfd97 BP |
495 | def __cmp__(self, *_args, **_kwargs): |
496 | val = apply(controls2c.wxTreeItemId___cmp__,(self,) + _args, _kwargs) | |
497 | return val | |
d5c9047a | 498 | def __repr__(self): |
1d99702e | 499 | return "<C wxTreeItemId instance at %s>" % (self.this,) |
d5c9047a | 500 | class wxTreeItemId(wxTreeItemIdPtr): |
1d99702e RD |
501 | def __init__(self,*_args,**_kwargs): |
502 | self.this = apply(controls2c.new_wxTreeItemId,_args,_kwargs) | |
d5c9047a RD |
503 | self.thisown = 1 |
504 | ||
505 | ||
506 | ||
507 | ||
9df61a29 | 508 | class wxTreeItemDataPtr(wxObjectPtr): |
d5c9047a RD |
509 | def __init__(self,this): |
510 | self.this = this | |
511 | self.thisown = 0 | |
1d99702e RD |
512 | def GetData(self, *_args, **_kwargs): |
513 | val = apply(controls2c.wxTreeItemData_GetData,(self,) + _args, _kwargs) | |
cf694132 | 514 | return val |
1d99702e RD |
515 | def SetData(self, *_args, **_kwargs): |
516 | val = apply(controls2c.wxTreeItemData_SetData,(self,) + _args, _kwargs) | |
cf694132 | 517 | return val |
1d99702e RD |
518 | def GetId(self, *_args, **_kwargs): |
519 | val = apply(controls2c.wxTreeItemData_GetId,(self,) + _args, _kwargs) | |
520 | if val: val = wxTreeItemIdPtr(val) | |
d5c9047a | 521 | return val |
1d99702e RD |
522 | def SetId(self, *_args, **_kwargs): |
523 | val = apply(controls2c.wxTreeItemData_SetId,(self,) + _args, _kwargs) | |
630d84f2 | 524 | return val |
8ab979d7 | 525 | def __repr__(self): |
1d99702e | 526 | return "<C wxTreeItemData instance at %s>" % (self.this,) |
d5c9047a | 527 | class wxTreeItemData(wxTreeItemDataPtr): |
1d99702e RD |
528 | def __init__(self,*_args,**_kwargs): |
529 | self.this = apply(controls2c.new_wxTreeItemData,_args,_kwargs) | |
8ab979d7 RD |
530 | self.thisown = 1 |
531 | ||
532 | ||
533 | ||
534 | ||
8bf5d46e | 535 | class wxTreeEventPtr(wxNotifyEventPtr): |
8ab979d7 RD |
536 | def __init__(self,this): |
537 | self.this = this | |
538 | self.thisown = 0 | |
1d99702e RD |
539 | def GetItem(self, *_args, **_kwargs): |
540 | val = apply(controls2c.wxTreeEvent_GetItem,(self,) + _args, _kwargs) | |
541 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
d5c9047a | 542 | return val |
1d99702e RD |
543 | def GetOldItem(self, *_args, **_kwargs): |
544 | val = apply(controls2c.wxTreeEvent_GetOldItem,(self,) + _args, _kwargs) | |
545 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
d5c9047a | 546 | return val |
1d99702e RD |
547 | def GetPoint(self, *_args, **_kwargs): |
548 | val = apply(controls2c.wxTreeEvent_GetPoint,(self,) + _args, _kwargs) | |
549 | if val: val = wxPointPtr(val) ; val.thisown = 1 | |
d5c9047a | 550 | return val |
1d99702e RD |
551 | def GetCode(self, *_args, **_kwargs): |
552 | val = apply(controls2c.wxTreeEvent_GetCode,(self,) + _args, _kwargs) | |
d5c9047a | 553 | return val |
1d99702e RD |
554 | def GetLabel(self, *_args, **_kwargs): |
555 | val = apply(controls2c.wxTreeEvent_GetLabel,(self,) + _args, _kwargs) | |
d5c9047a | 556 | return val |
8ab979d7 | 557 | def __repr__(self): |
1d99702e | 558 | return "<C wxTreeEvent instance at %s>" % (self.this,) |
8ab979d7 RD |
559 | class wxTreeEvent(wxTreeEventPtr): |
560 | def __init__(self,this): | |
561 | self.this = this | |
562 | ||
563 | ||
564 | ||
565 | ||
566 | class wxTreeCtrlPtr(wxControlPtr): | |
567 | def __init__(self,this): | |
568 | self.this = this | |
569 | self.thisown = 0 | |
f6bcfd97 BP |
570 | def _setSelf(self, *_args, **_kwargs): |
571 | val = apply(controls2c.wxTreeCtrl__setSelf,(self,) + _args, _kwargs) | |
572 | return val | |
9c4165ad RD |
573 | def AssignImageList(self, *_args, **_kwargs): |
574 | val = apply(controls2c.wxTreeCtrl_AssignImageList,(self,) + _args, _kwargs) | |
9df61a29 | 575 | _args[0].thisown = 0 |
9c4165ad | 576 | return val |
1d99702e RD |
577 | def GetCount(self, *_args, **_kwargs): |
578 | val = apply(controls2c.wxTreeCtrl_GetCount,(self,) + _args, _kwargs) | |
8ab979d7 | 579 | return val |
1d99702e RD |
580 | def GetIndent(self, *_args, **_kwargs): |
581 | val = apply(controls2c.wxTreeCtrl_GetIndent,(self,) + _args, _kwargs) | |
8ab979d7 | 582 | return val |
1d99702e RD |
583 | def SetIndent(self, *_args, **_kwargs): |
584 | val = apply(controls2c.wxTreeCtrl_SetIndent,(self,) + _args, _kwargs) | |
8ab979d7 | 585 | return val |
1d99702e RD |
586 | def GetImageList(self, *_args, **_kwargs): |
587 | val = apply(controls2c.wxTreeCtrl_GetImageList,(self,) + _args, _kwargs) | |
8ab979d7 | 588 | return val |
1d99702e RD |
589 | def GetStateImageList(self, *_args, **_kwargs): |
590 | val = apply(controls2c.wxTreeCtrl_GetStateImageList,(self,) + _args, _kwargs) | |
8ab979d7 | 591 | return val |
1d99702e RD |
592 | def SetImageList(self, *_args, **_kwargs): |
593 | val = apply(controls2c.wxTreeCtrl_SetImageList,(self,) + _args, _kwargs) | |
8ab979d7 | 594 | return val |
1d99702e RD |
595 | def SetStateImageList(self, *_args, **_kwargs): |
596 | val = apply(controls2c.wxTreeCtrl_SetStateImageList,(self,) + _args, _kwargs) | |
8ab979d7 | 597 | return val |
b1462dfa RD |
598 | def GetSpacing(self, *_args, **_kwargs): |
599 | val = apply(controls2c.wxTreeCtrl_GetSpacing,(self,) + _args, _kwargs) | |
600 | return val | |
601 | def SetSpacing(self, *_args, **_kwargs): | |
602 | val = apply(controls2c.wxTreeCtrl_SetSpacing,(self,) + _args, _kwargs) | |
603 | return val | |
1d99702e RD |
604 | def GetItemText(self, *_args, **_kwargs): |
605 | val = apply(controls2c.wxTreeCtrl_GetItemText,(self,) + _args, _kwargs) | |
8ab979d7 | 606 | return val |
1d99702e RD |
607 | def GetItemImage(self, *_args, **_kwargs): |
608 | val = apply(controls2c.wxTreeCtrl_GetItemImage,(self,) + _args, _kwargs) | |
8ab979d7 | 609 | return val |
1d99702e RD |
610 | def GetItemSelectedImage(self, *_args, **_kwargs): |
611 | val = apply(controls2c.wxTreeCtrl_GetItemSelectedImage,(self,) + _args, _kwargs) | |
8ab979d7 | 612 | return val |
1d99702e RD |
613 | def SetItemText(self, *_args, **_kwargs): |
614 | val = apply(controls2c.wxTreeCtrl_SetItemText,(self,) + _args, _kwargs) | |
8ab979d7 | 615 | return val |
1d99702e RD |
616 | def SetItemImage(self, *_args, **_kwargs): |
617 | val = apply(controls2c.wxTreeCtrl_SetItemImage,(self,) + _args, _kwargs) | |
8ab979d7 | 618 | return val |
1d99702e RD |
619 | def SetItemSelectedImage(self, *_args, **_kwargs): |
620 | val = apply(controls2c.wxTreeCtrl_SetItemSelectedImage,(self,) + _args, _kwargs) | |
8ab979d7 | 621 | return val |
1d99702e RD |
622 | def SetItemHasChildren(self, *_args, **_kwargs): |
623 | val = apply(controls2c.wxTreeCtrl_SetItemHasChildren,(self,) + _args, _kwargs) | |
cf694132 | 624 | return val |
1d99702e RD |
625 | def GetItemData(self, *_args, **_kwargs): |
626 | val = apply(controls2c.wxTreeCtrl_GetItemData,(self,) + _args, _kwargs) | |
627 | if val: val = wxTreeItemDataPtr(val) | |
cf694132 | 628 | return val |
1d99702e RD |
629 | def SetItemData(self, *_args, **_kwargs): |
630 | val = apply(controls2c.wxTreeCtrl_SetItemData,(self,) + _args, _kwargs) | |
d5c9047a | 631 | return val |
1d99702e RD |
632 | def GetPyData(self, *_args, **_kwargs): |
633 | val = apply(controls2c.wxTreeCtrl_GetPyData,(self,) + _args, _kwargs) | |
cf694132 | 634 | return val |
1d99702e RD |
635 | def SetPyData(self, *_args, **_kwargs): |
636 | val = apply(controls2c.wxTreeCtrl_SetPyData,(self,) + _args, _kwargs) | |
08127323 | 637 | return val |
1d99702e RD |
638 | def IsVisible(self, *_args, **_kwargs): |
639 | val = apply(controls2c.wxTreeCtrl_IsVisible,(self,) + _args, _kwargs) | |
8ab979d7 | 640 | return val |
1d99702e RD |
641 | def ItemHasChildren(self, *_args, **_kwargs): |
642 | val = apply(controls2c.wxTreeCtrl_ItemHasChildren,(self,) + _args, _kwargs) | |
8ab979d7 | 643 | return val |
1d99702e RD |
644 | def IsExpanded(self, *_args, **_kwargs): |
645 | val = apply(controls2c.wxTreeCtrl_IsExpanded,(self,) + _args, _kwargs) | |
8ab979d7 | 646 | return val |
1d99702e RD |
647 | def IsSelected(self, *_args, **_kwargs): |
648 | val = apply(controls2c.wxTreeCtrl_IsSelected,(self,) + _args, _kwargs) | |
8ab979d7 | 649 | return val |
1d99702e RD |
650 | def GetRootItem(self, *_args, **_kwargs): |
651 | val = apply(controls2c.wxTreeCtrl_GetRootItem,(self,) + _args, _kwargs) | |
652 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
8ab979d7 | 653 | return val |
1d99702e RD |
654 | def GetSelection(self, *_args, **_kwargs): |
655 | val = apply(controls2c.wxTreeCtrl_GetSelection,(self,) + _args, _kwargs) | |
656 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
8ab979d7 | 657 | return val |
eb715945 RD |
658 | def GetItemParent(self, *_args, **_kwargs): |
659 | val = apply(controls2c.wxTreeCtrl_GetItemParent,(self,) + _args, _kwargs) | |
1d99702e | 660 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 |
8ab979d7 | 661 | return val |
d426c97e RD |
662 | def GetSelections(self, *_args, **_kwargs): |
663 | val = apply(controls2c.wxTreeCtrl_GetSelections,(self,) + _args, _kwargs) | |
664 | return val | |
1d99702e RD |
665 | def GetChildrenCount(self, *_args, **_kwargs): |
666 | val = apply(controls2c.wxTreeCtrl_GetChildrenCount,(self,) + _args, _kwargs) | |
bb0054cd | 667 | return val |
1d99702e RD |
668 | def GetFirstChild(self, *_args, **_kwargs): |
669 | val = apply(controls2c.wxTreeCtrl_GetFirstChild,(self,) + _args, _kwargs) | |
8ab979d7 | 670 | return val |
1d99702e RD |
671 | def GetNextChild(self, *_args, **_kwargs): |
672 | val = apply(controls2c.wxTreeCtrl_GetNextChild,(self,) + _args, _kwargs) | |
673 | return val | |
674 | def GetNextSibling(self, *_args, **_kwargs): | |
675 | val = apply(controls2c.wxTreeCtrl_GetNextSibling,(self,) + _args, _kwargs) | |
676 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
677 | return val | |
678 | def GetPrevSibling(self, *_args, **_kwargs): | |
679 | val = apply(controls2c.wxTreeCtrl_GetPrevSibling,(self,) + _args, _kwargs) | |
680 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
681 | return val | |
682 | def GetFirstVisibleItem(self, *_args, **_kwargs): | |
683 | val = apply(controls2c.wxTreeCtrl_GetFirstVisibleItem,(self,) + _args, _kwargs) | |
684 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
685 | return val | |
686 | def GetNextVisible(self, *_args, **_kwargs): | |
687 | val = apply(controls2c.wxTreeCtrl_GetNextVisible,(self,) + _args, _kwargs) | |
688 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
689 | return val | |
690 | def GetPrevVisible(self, *_args, **_kwargs): | |
691 | val = apply(controls2c.wxTreeCtrl_GetPrevVisible,(self,) + _args, _kwargs) | |
692 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
693 | return val | |
d426c97e RD |
694 | def GetLastChild(self, *_args, **_kwargs): |
695 | val = apply(controls2c.wxTreeCtrl_GetLastChild,(self,) + _args, _kwargs) | |
696 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
697 | return val | |
1d99702e RD |
698 | def AddRoot(self, *_args, **_kwargs): |
699 | val = apply(controls2c.wxTreeCtrl_AddRoot,(self,) + _args, _kwargs) | |
700 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
701 | return val | |
702 | def PrependItem(self, *_args, **_kwargs): | |
703 | val = apply(controls2c.wxTreeCtrl_PrependItem,(self,) + _args, _kwargs) | |
704 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
705 | return val | |
706 | def InsertItem(self, *_args, **_kwargs): | |
707 | val = apply(controls2c.wxTreeCtrl_InsertItem,(self,) + _args, _kwargs) | |
708 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
709 | return val | |
f6bcfd97 BP |
710 | def InsertItemBefore(self, *_args, **_kwargs): |
711 | val = apply(controls2c.wxTreeCtrl_InsertItemBefore,(self,) + _args, _kwargs) | |
712 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
713 | return val | |
1d99702e RD |
714 | def AppendItem(self, *_args, **_kwargs): |
715 | val = apply(controls2c.wxTreeCtrl_AppendItem,(self,) + _args, _kwargs) | |
716 | if val: val = wxTreeItemIdPtr(val) ; val.thisown = 1 | |
717 | return val | |
718 | def Delete(self, *_args, **_kwargs): | |
719 | val = apply(controls2c.wxTreeCtrl_Delete,(self,) + _args, _kwargs) | |
720 | return val | |
721 | def DeleteChildren(self, *_args, **_kwargs): | |
722 | val = apply(controls2c.wxTreeCtrl_DeleteChildren,(self,) + _args, _kwargs) | |
723 | return val | |
724 | def DeleteAllItems(self, *_args, **_kwargs): | |
725 | val = apply(controls2c.wxTreeCtrl_DeleteAllItems,(self,) + _args, _kwargs) | |
726 | return val | |
727 | def Expand(self, *_args, **_kwargs): | |
728 | val = apply(controls2c.wxTreeCtrl_Expand,(self,) + _args, _kwargs) | |
729 | return val | |
730 | def Collapse(self, *_args, **_kwargs): | |
731 | val = apply(controls2c.wxTreeCtrl_Collapse,(self,) + _args, _kwargs) | |
732 | return val | |
733 | def CollapseAndReset(self, *_args, **_kwargs): | |
734 | val = apply(controls2c.wxTreeCtrl_CollapseAndReset,(self,) + _args, _kwargs) | |
735 | return val | |
736 | def Toggle(self, *_args, **_kwargs): | |
737 | val = apply(controls2c.wxTreeCtrl_Toggle,(self,) + _args, _kwargs) | |
738 | return val | |
739 | def Unselect(self, *_args, **_kwargs): | |
740 | val = apply(controls2c.wxTreeCtrl_Unselect,(self,) + _args, _kwargs) | |
741 | return val | |
742 | def UnselectAll(self, *_args, **_kwargs): | |
743 | val = apply(controls2c.wxTreeCtrl_UnselectAll,(self,) + _args, _kwargs) | |
744 | return val | |
745 | def SelectItem(self, *_args, **_kwargs): | |
746 | val = apply(controls2c.wxTreeCtrl_SelectItem,(self,) + _args, _kwargs) | |
747 | return val | |
748 | def EnsureVisible(self, *_args, **_kwargs): | |
749 | val = apply(controls2c.wxTreeCtrl_EnsureVisible,(self,) + _args, _kwargs) | |
750 | return val | |
751 | def ScrollTo(self, *_args, **_kwargs): | |
752 | val = apply(controls2c.wxTreeCtrl_ScrollTo,(self,) + _args, _kwargs) | |
753 | return val | |
754 | def EditLabel(self, *_args, **_kwargs): | |
755 | val = apply(controls2c.wxTreeCtrl_EditLabel,(self,) + _args, _kwargs) | |
1d99702e | 756 | return val |
d426c97e RD |
757 | def SortChildren(self, *_args, **_kwargs): |
758 | val = apply(controls2c.wxTreeCtrl_SortChildren,(self,) + _args, _kwargs) | |
759 | return val | |
1d99702e RD |
760 | def SetItemBold(self, *_args, **_kwargs): |
761 | val = apply(controls2c.wxTreeCtrl_SetItemBold,(self,) + _args, _kwargs) | |
762 | return val | |
763 | def IsBold(self, *_args, **_kwargs): | |
764 | val = apply(controls2c.wxTreeCtrl_IsBold,(self,) + _args, _kwargs) | |
765 | return val | |
766 | def HitTest(self, *_args, **_kwargs): | |
767 | val = apply(controls2c.wxTreeCtrl_HitTest,(self,) + _args, _kwargs) | |
b8b8dda7 | 768 | return val |
b7e72427 RD |
769 | def SetItemTextColour(self, *_args, **_kwargs): |
770 | val = apply(controls2c.wxTreeCtrl_SetItemTextColour,(self,) + _args, _kwargs) | |
771 | return val | |
772 | def SetItemBackgroundColour(self, *_args, **_kwargs): | |
773 | val = apply(controls2c.wxTreeCtrl_SetItemBackgroundColour,(self,) + _args, _kwargs) | |
774 | return val | |
775 | def SetItemFont(self, *_args, **_kwargs): | |
776 | val = apply(controls2c.wxTreeCtrl_SetItemFont,(self,) + _args, _kwargs) | |
777 | return val | |
8ab979d7 | 778 | def __repr__(self): |
1d99702e | 779 | return "<C wxTreeCtrl instance at %s>" % (self.this,) |
c127177f | 780 | |
f6bcfd97 BP |
781 | # Redefine some methods that SWIG gets a bit confused on... |
782 | def GetFirstChild(self, *_args, **_kwargs): | |
783 | val1,val2 = apply(controls2c.wxTreeCtrl_GetFirstChild,(self,) + _args, _kwargs) | |
c127177f RD |
784 | val1 = wxTreeItemIdPtr(val1) |
785 | val1.thisown = 1 | |
786 | return (val1,val2) | |
f6bcfd97 BP |
787 | def GetNextChild(self, *_args, **_kwargs): |
788 | val1,val2 = apply(controls2c.wxTreeCtrl_GetNextChild,(self,) + _args, _kwargs) | |
789 | val1 = wxTreeItemIdPtr(val1) | |
790 | val1.thisown = 1 | |
791 | return (val1,val2) | |
792 | def HitTest(self, *_args, **_kwargs): | |
793 | val1, val2 = apply(controls2c.wxTreeCtrl_HitTest,(self,) + _args, _kwargs) | |
c127177f RD |
794 | val1 = wxTreeItemIdPtr(val1) |
795 | val1.thisown = 1 | |
796 | return (val1,val2) | |
797 | ||
8ab979d7 | 798 | class wxTreeCtrl(wxTreeCtrlPtr): |
1d99702e RD |
799 | def __init__(self,*_args,**_kwargs): |
800 | self.this = apply(controls2c.new_wxTreeCtrl,_args,_kwargs) | |
8ab979d7 | 801 | self.thisown = 1 |
f6bcfd97 BP |
802 | #wx._StdWindowCallbacks(self) |
803 | self._setSelf(self, wxTreeCtrl) | |
8ab979d7 RD |
804 | |
805 | ||
806 | ||
807 | ||
808 | ||
809 | ||
810 | #-------------- FUNCTION WRAPPERS ------------------ | |
811 | ||
812 | ||
813 | ||
814 | #-------------- VARIABLE WRAPPERS ------------------ | |
815 | ||
af309447 RD |
816 | wxLIST_MASK_TEXT = controls2c.wxLIST_MASK_TEXT |
817 | wxLIST_MASK_IMAGE = controls2c.wxLIST_MASK_IMAGE | |
818 | wxLIST_MASK_DATA = controls2c.wxLIST_MASK_DATA | |
819 | wxLIST_MASK_WIDTH = controls2c.wxLIST_MASK_WIDTH | |
820 | wxLIST_MASK_FORMAT = controls2c.wxLIST_MASK_FORMAT | |
bb0054cd | 821 | wxLIST_MASK_STATE = controls2c.wxLIST_MASK_STATE |
af309447 RD |
822 | wxLIST_STATE_DONTCARE = controls2c.wxLIST_STATE_DONTCARE |
823 | wxLIST_STATE_DROPHILITED = controls2c.wxLIST_STATE_DROPHILITED | |
824 | wxLIST_STATE_FOCUSED = controls2c.wxLIST_STATE_FOCUSED | |
825 | wxLIST_STATE_SELECTED = controls2c.wxLIST_STATE_SELECTED | |
826 | wxLIST_STATE_CUT = controls2c.wxLIST_STATE_CUT | |
827 | wxLIST_HITTEST_ABOVE = controls2c.wxLIST_HITTEST_ABOVE | |
828 | wxLIST_HITTEST_BELOW = controls2c.wxLIST_HITTEST_BELOW | |
829 | wxLIST_HITTEST_NOWHERE = controls2c.wxLIST_HITTEST_NOWHERE | |
830 | wxLIST_HITTEST_ONITEMICON = controls2c.wxLIST_HITTEST_ONITEMICON | |
831 | wxLIST_HITTEST_ONITEMLABEL = controls2c.wxLIST_HITTEST_ONITEMLABEL | |
832 | wxLIST_HITTEST_ONITEMRIGHT = controls2c.wxLIST_HITTEST_ONITEMRIGHT | |
833 | wxLIST_HITTEST_ONITEMSTATEICON = controls2c.wxLIST_HITTEST_ONITEMSTATEICON | |
834 | wxLIST_HITTEST_TOLEFT = controls2c.wxLIST_HITTEST_TOLEFT | |
835 | wxLIST_HITTEST_TORIGHT = controls2c.wxLIST_HITTEST_TORIGHT | |
836 | wxLIST_HITTEST_ONITEM = controls2c.wxLIST_HITTEST_ONITEM | |
837 | wxLIST_NEXT_ABOVE = controls2c.wxLIST_NEXT_ABOVE | |
838 | wxLIST_NEXT_ALL = controls2c.wxLIST_NEXT_ALL | |
839 | wxLIST_NEXT_BELOW = controls2c.wxLIST_NEXT_BELOW | |
840 | wxLIST_NEXT_LEFT = controls2c.wxLIST_NEXT_LEFT | |
841 | wxLIST_NEXT_RIGHT = controls2c.wxLIST_NEXT_RIGHT | |
842 | wxLIST_ALIGN_DEFAULT = controls2c.wxLIST_ALIGN_DEFAULT | |
843 | wxLIST_ALIGN_LEFT = controls2c.wxLIST_ALIGN_LEFT | |
844 | wxLIST_ALIGN_TOP = controls2c.wxLIST_ALIGN_TOP | |
845 | wxLIST_ALIGN_SNAP_TO_GRID = controls2c.wxLIST_ALIGN_SNAP_TO_GRID | |
af309447 RD |
846 | wxLIST_AUTOSIZE = controls2c.wxLIST_AUTOSIZE |
847 | wxLIST_AUTOSIZE_USEHEADER = controls2c.wxLIST_AUTOSIZE_USEHEADER | |
848 | wxLIST_RECT_BOUNDS = controls2c.wxLIST_RECT_BOUNDS | |
849 | wxLIST_RECT_ICON = controls2c.wxLIST_RECT_ICON | |
850 | wxLIST_RECT_LABEL = controls2c.wxLIST_RECT_LABEL | |
851 | wxLIST_FIND_UP = controls2c.wxLIST_FIND_UP | |
852 | wxLIST_FIND_DOWN = controls2c.wxLIST_FIND_DOWN | |
853 | wxLIST_FIND_LEFT = controls2c.wxLIST_FIND_LEFT | |
854 | wxLIST_FIND_RIGHT = controls2c.wxLIST_FIND_RIGHT | |
f6bcfd97 BP |
855 | wxLIST_FORMAT_LEFT = controls2c.wxLIST_FORMAT_LEFT |
856 | wxLIST_FORMAT_RIGHT = controls2c.wxLIST_FORMAT_RIGHT | |
857 | wxLIST_FORMAT_CENTRE = controls2c.wxLIST_FORMAT_CENTRE | |
858 | wxLIST_FORMAT_CENTER = controls2c.wxLIST_FORMAT_CENTER | |
9c4165ad RD |
859 | wxEVT_COMMAND_LIST_BEGIN_DRAG = controls2c.wxEVT_COMMAND_LIST_BEGIN_DRAG |
860 | wxEVT_COMMAND_LIST_BEGIN_RDRAG = controls2c.wxEVT_COMMAND_LIST_BEGIN_RDRAG | |
861 | wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT = controls2c.wxEVT_COMMAND_LIST_BEGIN_LABEL_EDIT | |
862 | wxEVT_COMMAND_LIST_END_LABEL_EDIT = controls2c.wxEVT_COMMAND_LIST_END_LABEL_EDIT | |
863 | wxEVT_COMMAND_LIST_DELETE_ITEM = controls2c.wxEVT_COMMAND_LIST_DELETE_ITEM | |
864 | wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS = controls2c.wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS | |
865 | wxEVT_COMMAND_LIST_GET_INFO = controls2c.wxEVT_COMMAND_LIST_GET_INFO | |
866 | wxEVT_COMMAND_LIST_SET_INFO = controls2c.wxEVT_COMMAND_LIST_SET_INFO | |
867 | wxEVT_COMMAND_LIST_ITEM_SELECTED = controls2c.wxEVT_COMMAND_LIST_ITEM_SELECTED | |
868 | wxEVT_COMMAND_LIST_ITEM_DESELECTED = controls2c.wxEVT_COMMAND_LIST_ITEM_DESELECTED | |
869 | wxEVT_COMMAND_LIST_KEY_DOWN = controls2c.wxEVT_COMMAND_LIST_KEY_DOWN | |
870 | wxEVT_COMMAND_LIST_INSERT_ITEM = controls2c.wxEVT_COMMAND_LIST_INSERT_ITEM | |
871 | wxEVT_COMMAND_LIST_COL_CLICK = controls2c.wxEVT_COMMAND_LIST_COL_CLICK | |
872 | wxEVT_COMMAND_LIST_ITEM_ACTIVATED = controls2c.wxEVT_COMMAND_LIST_ITEM_ACTIVATED | |
873 | wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK = controls2c.wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK | |
874 | wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK = controls2c.wxEVT_COMMAND_LIST_ITEM_MIDDLE_CLICK | |
2c8a649d RD |
875 | wxLC_ICON = controls2c.wxLC_ICON |
876 | wxLC_SMALL_ICON = controls2c.wxLC_SMALL_ICON | |
877 | wxLC_LIST = controls2c.wxLC_LIST | |
878 | wxLC_REPORT = controls2c.wxLC_REPORT | |
879 | wxLC_ALIGN_TOP = controls2c.wxLC_ALIGN_TOP | |
880 | wxLC_ALIGN_LEFT = controls2c.wxLC_ALIGN_LEFT | |
881 | wxLC_AUTOARRANGE = controls2c.wxLC_AUTOARRANGE | |
882 | wxLC_USER_TEXT = controls2c.wxLC_USER_TEXT | |
883 | wxLC_EDIT_LABELS = controls2c.wxLC_EDIT_LABELS | |
884 | wxLC_NO_HEADER = controls2c.wxLC_NO_HEADER | |
885 | wxLC_NO_SORT_HEADER = controls2c.wxLC_NO_SORT_HEADER | |
886 | wxLC_SINGLE_SEL = controls2c.wxLC_SINGLE_SEL | |
887 | wxLC_SORT_ASCENDING = controls2c.wxLC_SORT_ASCENDING | |
888 | wxLC_SORT_DESCENDING = controls2c.wxLC_SORT_DESCENDING | |
889 | wxLC_MASK_TYPE = controls2c.wxLC_MASK_TYPE | |
890 | wxLC_MASK_ALIGN = controls2c.wxLC_MASK_ALIGN | |
891 | wxLC_MASK_SORT = controls2c.wxLC_MASK_SORT | |
892 | wxLC_HRULES = controls2c.wxLC_HRULES | |
893 | wxLC_VRULES = controls2c.wxLC_VRULES | |
894 | wxLC_VIRTUAL = controls2c.wxLC_VIRTUAL | |
694759cf RD |
895 | wxTreeItemIcon_Normal = controls2c.wxTreeItemIcon_Normal |
896 | wxTreeItemIcon_Selected = controls2c.wxTreeItemIcon_Selected | |
897 | wxTreeItemIcon_Expanded = controls2c.wxTreeItemIcon_Expanded | |
898 | wxTreeItemIcon_SelectedExpanded = controls2c.wxTreeItemIcon_SelectedExpanded | |
899 | wxTreeItemIcon_Max = controls2c.wxTreeItemIcon_Max | |
164b735b RD |
900 | wxTREE_HITTEST_ABOVE = controls2c.wxTREE_HITTEST_ABOVE |
901 | wxTREE_HITTEST_BELOW = controls2c.wxTREE_HITTEST_BELOW | |
902 | wxTREE_HITTEST_NOWHERE = controls2c.wxTREE_HITTEST_NOWHERE | |
903 | wxTREE_HITTEST_ONITEMBUTTON = controls2c.wxTREE_HITTEST_ONITEMBUTTON | |
904 | wxTREE_HITTEST_ONITEMICON = controls2c.wxTREE_HITTEST_ONITEMICON | |
905 | wxTREE_HITTEST_ONITEMINDENT = controls2c.wxTREE_HITTEST_ONITEMINDENT | |
906 | wxTREE_HITTEST_ONITEMLABEL = controls2c.wxTREE_HITTEST_ONITEMLABEL | |
907 | wxTREE_HITTEST_ONITEMRIGHT = controls2c.wxTREE_HITTEST_ONITEMRIGHT | |
908 | wxTREE_HITTEST_ONITEMSTATEICON = controls2c.wxTREE_HITTEST_ONITEMSTATEICON | |
909 | wxTREE_HITTEST_TOLEFT = controls2c.wxTREE_HITTEST_TOLEFT | |
910 | wxTREE_HITTEST_TORIGHT = controls2c.wxTREE_HITTEST_TORIGHT | |
911 | wxTREE_HITTEST_ONITEMUPPERPART = controls2c.wxTREE_HITTEST_ONITEMUPPERPART | |
912 | wxTREE_HITTEST_ONITEMLOWERPART = controls2c.wxTREE_HITTEST_ONITEMLOWERPART | |
913 | wxTREE_HITTEST_ONITEM = controls2c.wxTREE_HITTEST_ONITEM | |
9c4165ad RD |
914 | wxEVT_COMMAND_TREE_BEGIN_DRAG = controls2c.wxEVT_COMMAND_TREE_BEGIN_DRAG |
915 | wxEVT_COMMAND_TREE_BEGIN_RDRAG = controls2c.wxEVT_COMMAND_TREE_BEGIN_RDRAG | |
916 | wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT = controls2c.wxEVT_COMMAND_TREE_BEGIN_LABEL_EDIT | |
917 | wxEVT_COMMAND_TREE_END_LABEL_EDIT = controls2c.wxEVT_COMMAND_TREE_END_LABEL_EDIT | |
918 | wxEVT_COMMAND_TREE_DELETE_ITEM = controls2c.wxEVT_COMMAND_TREE_DELETE_ITEM | |
919 | wxEVT_COMMAND_TREE_GET_INFO = controls2c.wxEVT_COMMAND_TREE_GET_INFO | |
920 | wxEVT_COMMAND_TREE_SET_INFO = controls2c.wxEVT_COMMAND_TREE_SET_INFO | |
921 | wxEVT_COMMAND_TREE_ITEM_EXPANDED = controls2c.wxEVT_COMMAND_TREE_ITEM_EXPANDED | |
922 | wxEVT_COMMAND_TREE_ITEM_EXPANDING = controls2c.wxEVT_COMMAND_TREE_ITEM_EXPANDING | |
923 | wxEVT_COMMAND_TREE_ITEM_COLLAPSED = controls2c.wxEVT_COMMAND_TREE_ITEM_COLLAPSED | |
924 | wxEVT_COMMAND_TREE_ITEM_COLLAPSING = controls2c.wxEVT_COMMAND_TREE_ITEM_COLLAPSING | |
925 | wxEVT_COMMAND_TREE_SEL_CHANGED = controls2c.wxEVT_COMMAND_TREE_SEL_CHANGED | |
926 | wxEVT_COMMAND_TREE_SEL_CHANGING = controls2c.wxEVT_COMMAND_TREE_SEL_CHANGING | |
927 | wxEVT_COMMAND_TREE_KEY_DOWN = controls2c.wxEVT_COMMAND_TREE_KEY_DOWN | |
928 | wxEVT_COMMAND_TREE_ITEM_ACTIVATED = controls2c.wxEVT_COMMAND_TREE_ITEM_ACTIVATED | |
929 | wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK = controls2c.wxEVT_COMMAND_TREE_ITEM_RIGHT_CLICK | |
930 | wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK = controls2c.wxEVT_COMMAND_TREE_ITEM_MIDDLE_CLICK | |
7a446686 | 931 | wxEVT_COMMAND_TREE_END_DRAG = controls2c.wxEVT_COMMAND_TREE_END_DRAG |