Package peppy :: Package plugins :: Module mpd_major_mode :: Class SongDropTarget
[frames] | no frames]

Class SongDropTarget

lib.nextpanel.wx.PyDropTarget --+
                                |
                   object --+   |
                            |   |
     lib.nextpanel.debugmixin --+
                                |
                               SongDropTarget

Custom drop target modified from the wxPython demo.

Instance Methods
 
__init__(self, window)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
OnEnter(self, x, y, d)
 
OnLeave(self)
 
OnDrop(self, x, y)
 
OnDragOver(self, x, y, d)
 
OnData(self, x, y, d)

Inherited from lib.nextpanel.debugmixin: dprint

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

Class Variables

Inherited from lib.nextpanel.debugmixin: debuglevel

Properties

Inherited from object: __class__

Method Details

__init__(self, window)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)