Gjsify LogoGjsify Logo

Used in #GdkDragContext to indicate what the destination should do with the dropped data.

bitfield

Index

Enumeration Members

ASK: number

Ask the user what to do with the data.

COPY: number

Copy the data.

DEFAULT: number

Means nothing, and should not be used.

LINK: number

Add a link to the data. Note that this is only useful if source and destination agree on what it means.

MOVE: number

Move the data, i.e. first copy it, then delete it from the source using the DELETE target of the X selection protocol.

PRIVATE: number

Special action which tells the source that the destination will do something that the source doesn’t understand.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method