Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package agw :: Module hypertreelist :: Class TreeListItem |
|
object
--+ |GenericTreeItem
--+ | TreeListItem
Method Summary | |
---|---|
Default class constructor. | |
Deletes the item children. | |
Deletes the window associated to the item (if any). | |
Returns the current item image. | |
GetImage(self,
column,
which)
| |
Returns the item text. | |
GetTextX(self)
| |
Returns the window associated to the item. | |
Returns whether the associated window is enabled or not. | |
Returns the associated window size. | |
Hide(self,
hide)
| |
HitTest(self,
point,
theCtrl,
flags,
column,
level)
| |
Returns whether the item is hidden or not. | |
Handles the wx.EVT_SET_FOCUS event for the associated window. | |
SetImage(self,
column,
image,
which)
| |
SetText(self,
column,
text)
| |
SetTextX(self,
text_x)
| |
Sets the window associated to the item. | |
Sets whether the associated window is enabled or not. |
Method Details |
---|
__init__(self,
mainWin,
parent,
text=[],
ct_type=0,
wnd=None,
image=-1,
selImage=-1,
data=None)
|
DeleteChildren(self, tree)Deletes the item children. |
DeleteWindow(self, column=None)Deletes the window associated to the item (if any). |
GetCurrentImage(self, column=None)Returns the current item image. |
GetText(self, column=None)Returns the item text.
|
GetWindow(self, column=None)Returns the window associated to the item. |
GetWindowEnabled(self, column=None)Returns whether the associated window is enabled or not. |
GetWindowSize(self, column=None)Returns the associated window size. |
IsHidden(self)Returns whether the item is hidden or not. |
OnSetFocus(self, event)Handles the wx.EVT_SET_FOCUS event for the associated window. |
SetWindow(self, wnd, column=None)Sets the window associated to the item. |
SetWindowEnabled(self, enable=True, column=None)Sets whether the associated window is enabled or not. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:52:21 2009 | http://epydoc.sf.net |