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

The accessor for the use-underline slot of the gtk:button class gets or sets whether underlines are interpreted 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

2025-08-05