]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/PyCrust/wxd/Tree.py
46ae981f336eae194c342a2fc9aba37d42737d86
1 """Decorator classes for documentation and shell scripting.
4 __author__
= "Patrick K. O'Brien <pobrien@orbtech.com>"
6 __revision__
= "$Revision$"[11:-2]
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
15 from Base
import Object
16 from Controls
import Control
17 import Parameters
as wx
20 class TreeCtrl(Control
):
31 def AssignImageList(self
):
35 def AssignStateImageList(self
):
43 def CollapseAndReset(self
):
55 def DeleteAllItems(self
):
59 def DeleteChildren(self
):
67 def EnsureVisible(self
):
75 def GetBoundingRect(self
):
79 def GetChildrenCount(self
):
87 def GetEditControl(self
):
91 def GetFirstChild(self
):
95 def GetFirstVisibleItem(self
):
99 def GetImageList(self
):
107 def GetItemBackgroundColour(self
):
111 def GetItemData(self
):
115 def GetItemFont(self
):
119 def GetItemImage(self
):
123 def GetItemParent(self
):
127 def GetItemSelectedImage(self
):
131 def GetItemText(self
):
135 def GetItemTextColour(self
):
139 def GetLastChild(self
):
143 def GetNextChild(self
):
147 def GetNextSibling(self
):
151 def GetNextVisible(self
):
155 def GetPrevSibling(self
):
159 def GetPrevVisible(self
):
167 def GetRootItem(self
):
171 def GetSelection(self
):
175 def GetSelections(self
):
179 def GetSpacing(self
):
183 def GetStateImageList(self
):
191 def InsertItem(self
):
195 def InsertItemBefore(self
):
203 def IsExpanded(self
):
207 def IsSelected(self
):
215 def ItemHasChildren(self
):
219 def PrependItem(self
):
227 def SelectItem(self
):
231 def SetImageList(self
):
239 def SetItemBackgroundColour(self
):
243 def SetItemBold(self
):
247 def SetItemData(self
):
251 def SetItemFont(self
):
255 def SetItemHasChildren(self
):
259 def SetItemImage(self
):
263 def SetItemSelectedImage(self
):
267 def SetItemText(self
):
271 def SetItemTextColour(self
):
279 def SetSpacing(self
):
283 def SetStateImageList(self
):
287 def SortChildren(self
):
299 def UnselectAll(self
):
307 def _setCallbackInfo(self
):
315 def GetBackgroundColour(self
):
323 def GetTextColour(self
):
327 def HasBackgroundColour(self
):
335 def HasTextColour(self
):
339 def SetBackgroundColour(self
):
347 def SetTextColour(self
):
356 class TreeItemData(Object
):