Package: gdk
Accessor gdk:drop-actions
Lambda Listgdk:drop-actions (object) SyntaxArgumentsDetails Accessor of the actions slot of the gdk:drop
class. The gdk:drop-actions function returns the possible actions for the
drop object. If this value contains multiple actions, that is, the gdk:drag-action-is-unique function returns false for the result, the gdk:drop-finish function must choose the action to use when accepting the drop. This will only happen if you passed :ask as one of the possible actions in the gdk:drop-status function. The :ask
value itself will not be included in the actions returned by this function. This value may change over the lifetime of the drop object both as a response to source side actions as well as to calls to the gdk:drop-status function or the gdk:drop-finish function. The source side will not change this value anymore once a drop has started. | See also |
#2024-7-12