Package: gtk

Accessor gtk:menu-attach-widget

Lambda List

gtk:menu-attach-widget (object)

Syntax

(gtk:menu-attach-widget object) => widget
(setf (gtk:menu-attach-widget object) widget)

Arguments

object -- a gtk:menu widget
widget -- a gtk:widget object

Details

Accessor of the attach-widget slot of the gtk:menu class. The gtk:menu-attach-widget function returns the widget that the menu is attached to. The (setf gtk:menu-attach-widget) function sets the widget.

Setting this property attaches the menu without a call of the GtkMenuDetachFunc callback function. If you need to use a detacher, use the gtk:menu-attach-to-widget function directly.
 

See also

#2023-3-21