Platform-integrated drag and drop involves two sides: the source and the destination. The source and destination can be the same application or different applications. For example, a user can drag from a widget that is part of application A and drop on that same widget, on another widget in application A, or on a widget in application B.
• Data transfer using built-in types. For example, String data can be transferred using 'STRING' and CgPixmap data can be transferred using 'PIXMAP.'
• ByteArray data transfer. This is the default.
|