Package: gtk

Accessor gtk:menu-button-primary

Lambda List

gtk:menu-button-primary (object)

Syntax

(gtk:menu-button-primary object) => setting
(setf (gtk:menu-button-primary object) setting)

Arguments

object -- a gtk:menu-button widget
setting -- a boolean whether the menu button acts as a primary menu

Details

The accessor for the primary slot of the gtk:menu-button class gets or sets whether the menu button acts as a primary menu. Primary menus can be opened with the F10 key.

Since 4.4
 

See also

2025-08-05