All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

drop-object-collection-item Accessor

Summary

Gets the item and relative place in the collection that an object is being dropped over.

Package

capi

Signatures

drop-object-collection-item drop-object => item, placement

(setf (drop-object-collection-item drop-object) (values new-item new-placement))

Arguments
drop-object
A drop-object, as passed to the drop-callback.
new-item
An item of a collection.
new-placement
One of :above, :item or :below.
Values
item
An item of a collection.
placement
One of :above, :item or :below.
Description

The accessor drop-object-collection-item accesses the item and place relative to that item within the collection that the object drop-object is being dropped over. This information is only meaningful when the pane is an instance of list-panel or tree-view.

The returned value placement indicates whether the user is dropping above, on or below the item.

There is also a setf expander that can be called with the values new-item and new-placement within the :drag stage of the operation, to adjust where the user will be allowed to drop the object.

Notes

drop-object-collection-item should only be called within a drop-callback. It is not supported on X11/Motif. See simple-pane for information about drop callbacks.

Examples

For an example illustrating the use of drag and drop in a choice, see:

(example-edit-file "capi/choice/drag-and-drop")
See also

drop-object-collection-index
17 Drag and Drop


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57