Method: Fox::FXWindow#getDNDData
- Defined in:
- rdoc-sources/FXWindow.rb
#getDNDData(origin, type) ⇒ Object
Get DND data; the caller becomes the owner of the array. 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.
691 |
# File 'rdoc-sources/FXWindow.rb', line 691 def getDNDData(origin, type) ; end |