DragAction

class DragAction(val mask: <Error class: unknown class>)

Used in GdkDrop and GdkDrag to indicate the actions that the destination can and should do with the dropped data.

Constructors

Link copied to clipboard
constructor(mask: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mask: <Error class: unknown class>

Functions

Link copied to clipboard
open infix fun or(other: DragAction): DragAction