wx.lib.agw.customtreectrl.DragImage¶
This class handles the creation of a custom image in case of item drag and drop.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Default class constructor. |
|
Actually creates the drag and drop bitmap for |
Class API¶
- class DragImage(wx.DragImage)¶
This class handles the creation of a custom image in case of item drag and drop.
Methods¶
- __init__(self, treeCtrl, item)¶
Default class constructor. For internal use: do not call it in your code!
- Parameters:
treeCtrl – the parent
CustomTreeCtrl
;item – one of the tree control item (an instance of
GenericTreeItem
).