DragImpl
Constructors
Properties
Functions
Link copied to clipboard
Emits the "cancel" signal. See onCancel.
Link copied to clipboard
Emits the "dnd-finished" signal. See onDndFinished.
Link copied to clipboard
Emits the "drop-performed" signal. See onDropPerformed.
Link copied to clipboard
Returns the surface on which the drag icon should be rendered during the drag operation.
Link copied to clipboard
fun onCancel(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (reason: DragCancelReason) -> Unit): <Error class: unknown class>
Emitted when the drag operation is cancelled.
Link copied to clipboard
fun onDndFinished(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>
Emitted when the destination side has finished reading all data.
Link copied to clipboard
fun onDropPerformed(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>
Emitted when the drop operation is performed on an accepting client.
Link copied to clipboard
Sets the position of the drag surface that will be kept under the cursor hotspot.