Package: gtk

Accessor gtk-settings-gtk-shell-shows-app-menu

Lambda List

gtk-settings-gtk-shell-shows-app-menu (object)

Syntax

(gtk-settings-gtk-shell-shows-app-menu object) => setting
(setf (gtk-settings-gtk-shell-shows-app-menu object) setting)

Arguments

object -- a gtk-settings object
setting -- a boolean whether the environment is displaying the application menu

Details

Accessor of the gtk-shell-shows-app-menu slot of the gtk-settings class.

Set to true if the desktop environment is displaying the application menu, false if the application should display it itself.
 

See also

*2021-7-24