wxDropFilesEvent
Module
wxDropFilesEvent
Module Summary
See external documentation: wxDropFilesEvent.
Description
See external documentation: wxDropFilesEvent.
- Use wxEvtHandler:connect/3 with EventType:
drop_files
See also the message variant #wxDropFiles{} event record type.
This class is derived (and can use functions) from:
wxEvent
DATA TYPES
Exports
getPosition(This) -> {X::integer(), Y::integer()}
Types
This = wxDropFilesEvent()
getNumberOfFiles(This) -> integer()
Types
This = wxDropFilesEvent()
getFiles(This) -> [unicode:charlist()]
Types
This = wxDropFilesEvent()