Package: gtk

Accessor gtk:list-item-accessible-label

Lambda List

gtk:list-item-accessible-label (object)

Syntax

(gtk:list-item-accessible-label object) => label
(setf (gtk:list-item-accessible-label object) label)

Arguments

object -- a gtk:list-item object
label -- a string for the label

Details

The accessor for the accessible-label slot of the gtk:list-item class gets or sets the accessible label for the list item. The accessible label may be used by screen readers, for example.

Since 4.12
 

See also

2025-09-29