Method summary
- OnDragOver(self, x, y, default_drag_result)
Methods
- OnDragOver(self, x, y, default_drag_result)
API Reference for Enthought Tool Suite 3.2.0
The sole purpose of this class is to override the implementation of OnDragOver() in the parent class to NOT short-circuit return the 'default_drag_result' if the drop_source is None. (The parent class implementation basically means that everything looks like it's OK to drop, and the DnD handler doesn't ever get a chance to intercept or veto.)
© Copyright 2002-2009 Enthought, Inc.