Module CustomTreeCtrl :: Class DragImage
[hide private]
[frames] | no frames]

Class DragImage
source code

        object --+        
                 |        
      _core.Object --+    
                     |    
wx._controls.DragImage --+
                         |
                        DragImage

This class handles the creation of a custom image in case of item drag and drop.

Instance Methods [hide private]
  CreateBitmap(self)
Actually creates the dnd bitmap.
  __init__(self, treeCtrl, item)
Default class constructor.

Inherited from wx._controls.DragImage: BeginDrag, BeginDragBounded, DoDrawImage, EndDrag, GetImageRect, Hide, Move, RedrawImage, SetBackingBitmap, Show, UpdateBackingFromWindow, __del__, __repr__

Inherited from wx._core.Object: Destroy, GetClassName

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__


Class Variables [hide private]

Inherited from object: __class__


Method Details [hide private]

CreateBitmap(self)

source code 
Actually creates the dnd bitmap.

__init__(self, treeCtrl, item)
(Constructor)

source code 
Default class constructor. For internal use: do not call it in your code!
Overrides: wx._controls.DragImage.__init__