NextPrevUpTopContentsIndex

drop-object-pane-y

Function
Summary

Gets the y coordinate in the pane that the object is being dropped over.

Package

capi

Signature

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

Arguments

drop-object

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

Values

coord

An integer

Description

The function drop-object-pane-y returns the y coordinate 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.

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

See also

drop-object-pane-x
simple-pane


LispWorks CAPI Reference Manual - 17 Mar 2008

NextPrevUpTopContentsIndex