Package: gdk

Function gdk:popup-layout-offset

Lambda List

gdk:popup-layout-offset (layout)

Syntax

(gdk:popup-layout-offset layout) => dx, dy
(setf (gdk:popup-layout-offset layout) (list dx dy))

Arguments

layout -- a gdk:popup-layout instance
dx -- an integer with the delta x coordinate
dx -- an integer with the delta y coordinate

Details

The gdk:popup-layout-offset function retrieves the offset for the anchor rectangle. The (setf gdk:popup-layout-offset) function offset the position of the anchor rectangle with the given delta.
 

See also

2024-2-17