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