Gets the coordinates in the pane that an object is being dropped over.
capi
drop-object-pane-x drop-object => x-coord
drop-object-pane-y drop-object => y-coord
drop-object⇩ |
A drop-object, as passed to the drop-callback. |
x-coord, y-coord |
Integers. |
The functions drop-object-pane-x
and drop-object-pane-y
return the x and y coordinates within the pane that the object is being dropped over in the dropping operation for drop-object. This information is only meaningful when the pane is an instance of output-pane or one of its subclasses.
drop-object-pane-x
and drop-object-pane-y
should only be called within a drop-callback. They are not supported on X11/Motif. See simple-pane for information about drop callbacks.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42