Class Drag

Package :
gui

Drag class, representing an ongoing drag operation. It just encapsulates the object being dragged and the source Component of the operation.

Source

Class summary
Methods defined in this class
get_content() get_event() get_source()
Variables defined in this class
content event source

Method detail

get_content()

Get the drag content
Source

get_event()

Get the Icon event which started the operation; one of &ldrag, &rdrag, &mdrag.
Source

get_source()

Get the drag source Component
Source

Variable detail

content


event


source