Package: gtk

Accessor gtk:popover-menu-menu-model

Lambda List

gtk:popover-menu-menu-model (object)

Syntax

(gtk:popover-menu-menu-model object) => model
(setf (gtk:popover-menu-menu-model object) model)

Arguments

object -- a gtk:popover-menu widget
model -- a g:menu-model object

Details

The accessor for the menu-model slot of the gtk:popover-menu class gets or sets the menu model used to populate the popover. The existing contents of the popover are removed, and the popover is populated with new contents according to the menu model.
 

See also

2025-09-21