listitem: Add accessible-label and -description
authorMatthias Clasen <mclasen@redhat.com>
Tue, 20 Jun 2023 01:05:51 +0000 (21:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 20 Jun 2023 01:21:55 +0000 (21:21 -0400)
commitdf8d28f5fead251b725cf4cfe7d6da7cc429eb21
treea39950d656ab1df69adcc29557c79573cffef6d5
parent722bea29431ad3d226f4f5b507c98af3988dcdb4
listitem: Add accessible-label and -description

Add properties to GtkListItem to set the accessible
label and description of the listitem widget. This
is important, since orca will read these if the
listitem widget ends up with the focus.
gtk/gtklistitem.c
gtk/gtklistitem.h
gtk/gtklistitemprivate.h
gtk/gtklistitemwidget.c