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

Accessor of the extra-menu slot of the gtk:entry class. The gtk:entry-extra-menu function gets the menu model. The (setf gtk:entry-extra-menu) function sets a menu model to add when constructing the context menu for the text entry.
 

See also

2024-5-22