Method summary
- feature_can_drop_on(self, object)
- feature_can_drop_on_dock_control(self, dock_control)
- feature_dropped_on(self, object)
- feature_dropped_on_dock_control(self, dock_control)
Methods
- feature_can_drop_on(self, object)
Returns whether or not the object being dragged (i.e. self) can be dropped on the specified target object.
- feature_can_drop_on_dock_control(self, dock_control)
Returns whether or not the object being dragged (i.e. self) can be dropped on the specified target object's DockControl.
- feature_dropped_on(self, object)
Allows the dragged object (i.e. self) to handle being dropped on the specified target object.
- feature_dropped_on_dock_control(self, dock_control)
Allows the dragged object (i.e. self) to handle being dropped on the specified target object's DockControl.