Package: gtk

Accessor gtk-window-mnemonics-visible

Lambda List

gtk-window-mnemonics-visible (object)

Syntax

(gtk-window-mnemonics-visible object) => setting
(setf (gtk-window-mnemonics-visible object) setting)

Arguments

object -- a gtk-window widget
setting -- a boolean whether mnemonics are currently visible in the window

Details

Accessor of the mnemonics-visible slot of the gtk-window class.

Whether mnemonics are currently visible in the window. This property is maintained by GTK based on the gtk-auto-mnemonics setting and user input, and should not be set by applications.
 

See also

2021-9-9