Method: Fox::FXWindow#handleDrag
- Defined in:
- rdoc-sources/FXWindow.rb
#handleDrag(x, y, action = DRAG_COPY) ⇒ Object
When dragging, inform the drop target of the new position and the drag action. The action is a constant, one of:
DRAG_REJECT-
reject all drop actions
DRAG_ACCEPT-
accept any drop action
DRAG_COPY-
accept this drop as a copy
DRAG_MOVE-
accept this drop as a move
DRAG_LINK-
accept this drop as a link
DRAG_PRIVATE-
private
623 |
# File 'rdoc-sources/FXWindow.rb', line 623 def handleDrag(x, y, action=DRAG_COPY) ; end |