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 returns whether an embedded underline in the button label indicates a mnemonic. 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-30