Package: gtk

Accessor gtk:list-item-accessible-description

Lambda List

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

Syntax

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

Arguments

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

Details

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

Since 4.12
 

See also

2025-09-29