Package: gtk

Function gtk:popover-offset

Lambda List

gtk:popover-offset (popover)

Syntax

(gtk:popover-offset popover) => xoffset, yoffset
(setf (gtk:popover-offset popover) '(xoffset yoffset))

Arguments

popover -- a gtk:popover widget
xoffset -- an integer with the xoffset
yoffset -- an integer with the yoffset

Details

The gtk:popover-offset function gets the offset to use when calculating the position of the popover. The (setf gtk:popover-offset) function sets the offset. These values are used when preparing the gdk:popup-layout object for positioning the popover.
 

See also

#2024-10-26