Method: Fox::FXWindow#inquireDNDTypes
- Defined in:
- rdoc-sources/FXWindow.rb
#inquireDNDTypes(origin) ⇒ Object
When being dragged over, inquire the drag types being offered. The origin is a constant indicating the origin of the data, one of FROM_SELECTION, FROM_CLIPBOARD or FROM_DRAGNDROP. Returns an array of drag types.
676 |
# File 'rdoc-sources/FXWindow.rb', line 676 def inquireDNDTypes(origin) ; end |