Package: gtk

Accessor gtk:entry-extra-menu

Lambda List

gtk:entry-extra-menu (object)

Syntax

(gtk:entry-extra-menu object) => menu
(setf (gtk:entry-extra-menu object) menu)

Arguments

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

Details

The accessor for the extra-menu slot of the gtk:entry class gets or sets the menu model whose contents will be appended to the context menu.
 

See also

2025-08-11