Package: gtk

Accessor gtk:button-use-underline

Lambda List

gtk:button-use-underline (object)

Syntax

(gtk:button-use-underline object) => setting
(setf (gtk:button-use-underline object) setting)

Arguments

object -- a gtk:button widget
setting -- true if underlines in the text indicate mnemonics

Details

Accessor of the use-underline slot of the gtk:button class. The gtk:button-use-underline function gets whether underlines are interpreted as mnemonics. The (setf gtk:button-use-underline) function sets whether to use underlines as mnemonics. If true, an underline in the text of the button label indicates the next character should be used for the mnemonic accelerator key.
 

See also

2023-12-16