Interface FileDrop
access this type via: ui.FileDrop (provides, requires or uses)
--- extends:XYMouseObject
A graphical file drop zone, allowing a user to drag and drop files from the OS into the drop zone.
Events
fileDrop(String file)
Functions
FileDrop()
void setSize(int width, int height)
void setText(char text[])
void setFont(storeFont f)
Events
fileDrop This event is fired when a file is dropped on the object.
FileDrop()
Instantiate a new file drop zone widget.
void setSize(int width, int height)
Set the size of the file drop zone.
void setText(char text[])
Set the text drawn in the file drop zone.
void setFont(storeFont f)
Set the font used for the file drop zone's text.