Method: Fox::FXWindow#offeredDNDType?
- Defined in:
- rdoc-sources/FXWindow.rb
#offeredDNDType?(origin, type) ⇒ Boolean
When being dragged over, return true if we are offered the given drag type. 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.
682 |
# File 'rdoc-sources/FXWindow.rb', line 682 def offeredDNDType?(origin, type) ; end |