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

Accessor of the primary slot of the gtk:menu-button class. The gtk:menu-button-primary function returns whether the menu button acts as a primary menu. The (setf gtk:menu-button-primary) function sets the property. Primary menus can be opened with the F10 key.

Since 4.4
 

See also

2024-5-14