dragCancelCallback: | C | OrderedCollection new | Specifies a list of callbacks that is called when the a drag has been canceled while the receiver's widget is either the source or target of a drag. The reason is XmCRDRAGCANCEL. Calldata type is as follows: EwSourceCancelCallbackData for a cancel when the widget is the source. EwTargetCancelCallbackData for a cancel when the widget is the target. |
EwDragAndDropAdapter also inherits resource and callback methods from EwDragAndDropAdapter and Object. |
dragChangeCallback: | C | OrderedCollection new | Specifies a list of callbacks that is called when the operation or target has changed during a drag from the receiver's widget. The reason is XmCRDRAGCHANGE. Calldata type is EwDragChangeCallbackData. |
dragCompleteCallback: | C | OrderedCollection new | Specifies a list of callbacks that is called when a drag of items from the receiver's widget has completed; that is, the items have been dropped elsewhere. The callback reason is XmCRDRAGCOMPLETE. Calldata type is EwDragCompleteCallbackData. |
dragStartCallback: | C | OrderedCollection new | Specifies a list of callbacks that is called when a drag and drop is started in the receiver's widget. The callback reason is XmCRDRAGSTART. Calldata type is EwDragStartCallbackData. |
EwSourceAdapter also inherits resource and callback methods from EwSourceAdapter, EwDragAndDropAdapter and Object. |
dragLeaveCallback: | C | OrderedCollection new | Specifies a list of callbacks that is called when items that were being dragged over the receiver's widget are dragged away from the receiver's widget. The callback reason is XmCRDRAGLEAVE. Calldata type is EwDragLeaveCallbackData. |
dragOverCallback: | C | OrderedCollection new | Specifies a list of callbacks that is called when items are being dragged over the receiver's widget. The callback reason is XmCRDRAGOVER. Calldata type is EwDragOverCallbackData. |
dropCallback: | C | OrderedCollection new | Specifies a list of callbacks that is called when items are dropped on the receiver's widget. The callback reason is XmCRDROP. Calldata type isEwDropCallbackData. |
EwTargetAdapter also inherits resource and callback methods from EwTargetAdapter, EwDragAndDropAdapter and Object. |