Skip to content
  • Samuel Thibault's avatar
    gtkbuilder: add accessibility role declaration · bd986f95
    Samuel Thibault authored
    This allows to override the role declared to the atk stack.  For
    instance,
    
    <accessibility>
      <role type="static"/>
    </accessibility>
    
    allows to tell the accessibility stack that a label is just a message in
    a message box.
    
    Fixes #109
    bd986f95