Package: gtk

Accessor gtk:menu-rect-anchor-dy

Lambda List

gtk:menu-rect-anchor-dy (object)

Syntax

(gtk:menu-rect-anchor-dy object) => anchor
(setf (gtk:menu-rect-anchor-dy object) anchor)

Arguments

object -- a gtk:menu widget
anchor -- an integer with the vertical offset to apply to the menu

Details

Accessor of the rect-anchor-dy slot of the gtk:menu class. Vertical offset to apply to the menu, i.e. the rectangle or widget anchor.

See the gtk:menu-popup-at-rect, gtk:menu-popup-at-widget, gtk:menu-popup-at-pointer functions, the anchor-hints, rect-anchor-dx, rect-anchor-dy properties, and the "popped-up" signal.
 

See also

#2023-3-21