DragSource.actions

gdk.types.DragAction actions() @property

Get actions property.

Returns

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].

void actions(gdk.types.DragAction propval) @property

Set actions property.

Parameters

propvalThe 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].