 wx.lib.agw.customtreectrl.DragImage¶
 wx.lib.agw.customtreectrl.DragImage¶This class handles the creation of a custom image in case of item drag and drop.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class DragImage:
Inheritance diagram for class DragImage:
 Known Superclasses¶
 Known Superclasses¶ Methods Summary¶
 Methods Summary¶| Default class constructor. | |
| Actually creates the drag and drop bitmap for  | 
 Class API¶
 Class API¶This class handles the creation of a custom image in case of item drag and drop.
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).