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

NextPrevUpTopContentsIndex

drop-object-pane-x

drop-object-pane-y

Generic Functions
Summary

Gets the coordinates in the pane that an object is being dropped over.

Package

capi

Signature

drop-object-pane-x drop-object => x-coord

drop-object-pane-y drop-object => y-coord

Arguments

drop-object

A drop-object , as passed to the drop-callback .

Values

x-coord, y-coord

Integers.

Description

The accessor 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. This information is only meaningful when the pane is an instance of output-pane or one of its subclasses.

Notes

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.

See also

simple-pane
Drag and Drop


CAPI User Guide and Reference Manual (Windows version) - 25 Feb 2015

NextPrevUpTopContentsIndex