Note that you must handle the gtk.drag_source.DragSource.dragEnd signal if the actions include gdk.types.DragAction.Move.
DragSource.actions
gdk.types.DragAction actions() @propertyGet actions property.
Returns
The actions that are supported by drag operations from the source.
void actions(gdk.types.DragAction propval) @propertySet actions property.
Parameters
propval | The actions that are supported by drag operations from the source. Note that you must handle the gtk.drag_source.DragSource.dragEnd signal if the actions include gdk.types.DragAction.Move. |