]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/PyCrust/wxd/Tree.py
46ae981f336eae194c342a2fc9aba37d42737d86
[wxWidgets.git] / wxPython / wxPython / lib / PyCrust / wxd / Tree.py
1 """Decorator classes for documentation and shell scripting.
2 """
3
4 __author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
5 __cvsid__ = "$Id$"
6 __revision__ = "$Revision$"[11:-2]
7
8
9 # These are not the real wxPython classes. These are Python versions
10 # for documentation purposes. They are also used to apply docstrings
11 # to the real wxPython classes, which are SWIG-generated wrappers for
12 # C-language classes.
13
14
15 from Base import Object
16 from Controls import Control
17 import Parameters as wx
18
19
20 class TreeCtrl(Control):
21 """"""
22
23 def AddRoot(self):
24 """"""
25 pass
26
27 def AppendItem(self):
28 """"""
29 pass
30
31 def AssignImageList(self):
32 """"""
33 pass
34
35 def AssignStateImageList(self):
36 """"""
37 pass
38
39 def Collapse(self):
40 """"""
41 pass
42
43 def CollapseAndReset(self):
44 """"""
45 pass
46
47 def Create(self):
48 """"""
49 pass
50
51 def Delete(self):
52 """"""
53 pass
54
55 def DeleteAllItems(self):
56 """"""
57 pass
58
59 def DeleteChildren(self):
60 """"""
61 pass
62
63 def EditLabel(self):
64 """"""
65 pass
66
67 def EnsureVisible(self):
68 """"""
69 pass
70
71 def Expand(self):
72 """"""
73 pass
74
75 def GetBoundingRect(self):
76 """"""
77 pass
78
79 def GetChildrenCount(self):
80 """"""
81 pass
82
83 def GetCount(self):
84 """"""
85 pass
86
87 def GetEditControl(self):
88 """"""
89 pass
90
91 def GetFirstChild(self):
92 """"""
93 pass
94
95 def GetFirstVisibleItem(self):
96 """"""
97 pass
98
99 def GetImageList(self):
100 """"""
101 pass
102
103 def GetIndent(self):
104 """"""
105 pass
106
107 def GetItemBackgroundColour(self):
108 """"""
109 pass
110
111 def GetItemData(self):
112 """"""
113 pass
114
115 def GetItemFont(self):
116 """"""
117 pass
118
119 def GetItemImage(self):
120 """"""
121 pass
122
123 def GetItemParent(self):
124 """"""
125 pass
126
127 def GetItemSelectedImage(self):
128 """"""
129 pass
130
131 def GetItemText(self):
132 """"""
133 pass
134
135 def GetItemTextColour(self):
136 """"""
137 pass
138
139 def GetLastChild(self):
140 """"""
141 pass
142
143 def GetNextChild(self):
144 """"""
145 pass
146
147 def GetNextSibling(self):
148 """"""
149 pass
150
151 def GetNextVisible(self):
152 """"""
153 pass
154
155 def GetPrevSibling(self):
156 """"""
157 pass
158
159 def GetPrevVisible(self):
160 """"""
161 pass
162
163 def GetPyData(self):
164 """"""
165 pass
166
167 def GetRootItem(self):
168 """"""
169 pass
170
171 def GetSelection(self):
172 """"""
173 pass
174
175 def GetSelections(self):
176 """"""
177 pass
178
179 def GetSpacing(self):
180 """"""
181 pass
182
183 def GetStateImageList(self):
184 """"""
185 pass
186
187 def HitTest(self):
188 """"""
189 pass
190
191 def InsertItem(self):
192 """"""
193 pass
194
195 def InsertItemBefore(self):
196 """"""
197 pass
198
199 def IsBold(self):
200 """"""
201 pass
202
203 def IsExpanded(self):
204 """"""
205 pass
206
207 def IsSelected(self):
208 """"""
209 pass
210
211 def IsVisible(self):
212 """"""
213 pass
214
215 def ItemHasChildren(self):
216 """"""
217 pass
218
219 def PrependItem(self):
220 """"""
221 pass
222
223 def ScrollTo(self):
224 """"""
225 pass
226
227 def SelectItem(self):
228 """"""
229 pass
230
231 def SetImageList(self):
232 """"""
233 pass
234
235 def SetIndent(self):
236 """"""
237 pass
238
239 def SetItemBackgroundColour(self):
240 """"""
241 pass
242
243 def SetItemBold(self):
244 """"""
245 pass
246
247 def SetItemData(self):
248 """"""
249 pass
250
251 def SetItemFont(self):
252 """"""
253 pass
254
255 def SetItemHasChildren(self):
256 """"""
257 pass
258
259 def SetItemImage(self):
260 """"""
261 pass
262
263 def SetItemSelectedImage(self):
264 """"""
265 pass
266
267 def SetItemText(self):
268 """"""
269 pass
270
271 def SetItemTextColour(self):
272 """"""
273 pass
274
275 def SetPyData(self):
276 """"""
277 pass
278
279 def SetSpacing(self):
280 """"""
281 pass
282
283 def SetStateImageList(self):
284 """"""
285 pass
286
287 def SortChildren(self):
288 """"""
289 pass
290
291 def Toggle(self):
292 """"""
293 pass
294
295 def Unselect(self):
296 """"""
297 pass
298
299 def UnselectAll(self):
300 """"""
301 pass
302
303 def __init__(self):
304 """"""
305 pass
306
307 def _setCallbackInfo(self):
308 """"""
309 pass
310
311
312 class TreeItemAttr:
313 """"""
314
315 def GetBackgroundColour(self):
316 """"""
317 pass
318
319 def GetFont(self):
320 """"""
321 pass
322
323 def GetTextColour(self):
324 """"""
325 pass
326
327 def HasBackgroundColour(self):
328 """"""
329 pass
330
331 def HasFont(self):
332 """"""
333 pass
334
335 def HasTextColour(self):
336 """"""
337 pass
338
339 def SetBackgroundColour(self):
340 """"""
341 pass
342
343 def SetFont(self):
344 """"""
345 pass
346
347 def SetTextColour(self):
348 """"""
349 pass
350
351 def __init__(self):
352 """"""
353 pass
354
355
356 class TreeItemData(Object):
357 """"""
358
359 def GetData(self):
360 """"""
361 pass
362
363 def GetId(self):
364 """"""
365 pass
366
367 def SetData(self):
368 """"""
369 pass
370
371 def SetId(self):
372 """"""
373 pass
374
375 def __init__(self):
376 """"""
377 pass
378
379
380 class TreeItemId:
381 """"""
382
383 def IsOk(self):
384 """"""
385 pass
386
387 def Ok(self):
388 """"""
389 pass
390
391 def __cmp__(self):
392 """"""
393 pass
394
395 def __del__(self):
396 """"""
397 pass
398
399 def __init__(self):
400 """"""
401 pass
402