Package: gtk
Accessor gtk:drag-source-actions
Lambda Listgtk:drag-source-actions (object) SyntaxArgumentsDetails Accessor of the actions slot of the gtk:drag-source class. The gtk:drag-source-actions function gets the actions that are currently set on the gtk:drag-source object. The (setf gtk:drag-source-actions) function sets the actions. 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 |
2024-11-2