Package: gtk

Accessor gtk:check-button-use-underline

Lambda List

gtk:check-button-use-underline (object)

Syntax

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

Arguments

object -- a gtk:check-button widget
setting -- a boolean whether an underline in the text indicates the next character should be used for the mnemonic accelerator key

Details

Accessor of the use-underline slot of the gtk:check-button class. The gtk:check-button-use-underline function returns whether underlines in the label indicate mnemonics. The (setf gtk:check-button-use-underline) function sets whether underlines in the label indicate mnemonics.

If the setting is true, an underscore character indicates a mnemonic accelerator key. This behavior is similar to the use-underline property of the gtk:label widget.
 

See also

2024-5-14