From bd986f95342ebf9c98ce87760c13d1bbafb26a7d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 19 Mar 2018 14:11:16 +0100 Subject: gtkbuilder: add accessibility role declaration 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 --- demos/gtk-demo/listbox.ui | 3 +++ demos/widget-factory/widget-factory.ui | 6 ++++++ 2 files changed, 9 insertions(+) (limited to 'demos') diff --git a/demos/gtk-demo/listbox.ui b/demos/gtk-demo/listbox.ui index 76b49b285d..606a520224 100644 --- a/demos/gtk-demo/listbox.ui +++ b/demos/gtk-demo/listbox.ui @@ -98,6 +98,9 @@ 0 Message 1 + + + 1 diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui index 8474d08d76..f8ab748010 100644 --- a/demos/widget-factory/widget-factory.ui +++ b/demos/widget-factory/widget-factory.ui @@ -3274,6 +3274,9 @@ bad things might happen. 20 To free the princess, you have to slay the dragon. + + + @@ -3551,6 +3554,9 @@ bad things might happen. No updates at this time + + + -- cgit v1.2.1