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 for the delta x coordinate
dx -- an integer for the delta y coordinate

Details

Gets or sets the offset for the anchor rectangle within the given delta.
 

See also

2025-08-02