Package muntjac :: Package ui :: Module drag_and_drop_wrapper :: Class DragStartMode
[hide private]
[frames] | no frames]

Class DragStartMode

source code

object --+
         |
        DragStartMode

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
values(cls) source code
 
ordinal(cls, val) source code
Class Variables [hide private]
  NONE = 'NONE'
DragAndDropWrapper does not start drag events at all
  COMPONENT = 'COMPONENT'
The component on which the drag started will be shown as drag image.
  WRAPPER = 'WRAPPER'
The whole wrapper is used as a drag image when dragging.
  _values = ['NONE', 'COMPONENT', 'WRAPPER']
Properties [hide private]

Inherited from object: __class__