DragAction
-
class DragAction
Used in GdkDrop
and GdkDrag
to indicate the actions that the
destination can and should do with the dropped data.
Methods
-
class DragAction
-
is_unique() → bool
Checks if action
represents a single action or includes
multiple actions.
When action
is 0 - ie no action was given, True
is returned.
Fields
-
class DragAction
-
ASK
The type of the None singleton.
-
COPY
The type of the None singleton.
-
LINK
The type of the None singleton.
-
MOVE
The type of the None singleton.