DragSource.actions

Get actions property.

  1. gdk.types.DragAction actions [@property getter]
    class DragSource
    @property
    actions
    ()
  2. gdk.types.DragAction actions [@property setter]

Return Value

Type: gdk.types.DragAction

The actions that are supported by drag operations from the source.

Note that you must handle the signal@Gtk.DragSource::drag-end signal if the actions include gdk.types.DragAction.Move.