Package: gtk

Accessor gtk:label-use-underline

Lambda List

gtk:label-use-underline (object)

Syntax

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

Arguments

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

Details

The accessor for the use-underline slot of the gtk:label class gets or sets whether an embedded underline in the label indicates a mnemonic. If true, an underline in the text indicates the next character should be used for the mnemonic accelerator key.
 

See also

2025-08-03