Package: gtk
Accessor gtk:drag-source-actions
Lambda Listgtk:drag-source-actions (object) SyntaxArgumentsDetails The accessor for the actions slot of the gtk:drag-source class gets or sets the actions that are supported
by drag operations from the source. During a DND operation, the actions are offered to potential drop targets. If actions include :move, you need to listen to the "drag-end" signal and handle the delete argument being true. This function can be called before a drag is started, or in a handler for the "prepare" signal. | See also |
2025-08-23