Package: gtk

Accessor gtk:column-view-row-accessible-description

Lambda List

gtk:column-view-row-accessible-description (object)

Syntax

(gtk:column-view-row-accessible-description object) => description
(setf (gtk:column-view-row-accessible-description object) description)

Arguments

object -- a gtk:column-view-row object
description -- a string for the accessible description

Details

Accessor of the accessible-description slot of the gtk:column-view-row class. The gtk:column-view-row-accessible-description function gets the accessible description for the row, which may be used, for example by screen readers. The (setf gtk:column-view-row-accessible-description) function sets the accessible description.

Since 4.12
 

See also

2025-4-13