Method: Fox::FXWindow#setDNDData
- Defined in:
- rdoc-sources/FXWindow.rb
#setDNDData(origin, type, data) ⇒ Object
Set DND data; ownership is transferred to the system. The origin is a constant indicating the origin of the data, one of FROM_SELECTION, FROM_CLIPBOARD or FROM_DRAGNDROP. The type is a previously registered drag type.
697 |
# File 'rdoc-sources/FXWindow.rb', line 697 def setDNDData(origin, type, data) ; end |