Package: gtk

Accessor gtk:popover-pointing-to

Lambda List

gtk:popover-pointing-to (object)

Syntax

(gtk:popover-pointing-to object) => rect
(setf (gtk:popover-pointing-to object) rect)

Arguments

object -- a gtk:popover widget
rect -- a gdk:rectangle instance to point to

Details

Accessor of the pointing-to slot of the gtk:popover class. The gtk:popover-pointing-to function gets the rectangle that the popover points to. The (setf gtk:popover-pointing-to) function sets the rectangle that popover points to. This is in the coordinate space of the popover parent.
 

See also

2024-10-26