Skip to content

gtkbuilder: add accessibility role declaration

Samuel Thibault requested to merge sthibaul/gtk:accessible-role into master

This allows to override the role declared to the atk stack. For instance,

allows to tell the accessibility stack that a label is just a message in a message box.

Fixes #109 (closed)

Merge request reports