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

Accessor of the menu-model slot of the gtk:popover-menu class. The gtk:popover-menu-menu-model function returns the menu model used to populate the popover. The (setf gtk:popover-menu-menu-model) function sets the menu model. The existing contents of the popover are removed, and the popover is populated with new contents according to the menu model.
 

See also

2024-5-26