Method: Fox::FXWindow#acceptDrop
- Defined in:
- rdoc-sources/FXWindow.rb
#acceptDrop(action = DRAG_ACCEPT) ⇒ Object
When being dragged over, indicate acceptance or rejection of the dragged data. The action is a constant indicating the suggested drag action, 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
652 |
# File 'rdoc-sources/FXWindow.rb', line 652 def acceptDrop(action=DRAG_ACCEPT); end |