:right-sidebar: True DragAction =================================================================== .. currentmodule:: gi.repository.Gdk .. class:: DragAction :no-contents-entry: Used in ``GdkDrop`` and ``GdkDrag`` to indicate the actions that the destination can and should do with the dropped data. Methods ------- .. rst-class:: interim-class .. class:: DragAction :no-index: .. method:: is_unique() -> bool Checks if ``action`` represents a single action or includes multiple actions. When ``action`` is 0 - ie no action was given, :const:`True` is returned. Fields ------ .. rst-class:: interim-class .. class:: DragAction :no-index: .. attribute:: ASK The type of the None singleton. .. attribute:: COPY The type of the None singleton. .. attribute:: LINK The type of the None singleton. .. attribute:: MOVE The type of the None singleton.