diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-10-12 13:05:43 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-10-12 15:10:40 -0400 |
commit | b5ee73d2992077eba85ebcec9f31556bd8ddb3e5 (patch) | |
tree | 8f068df6cc3fc821245b31627d3b431d337e3681 /gtk/gtkaccessibleattributesetprivate.h | |
parent | 578c8b5068734c30244c44c064d1bf9675eb7c7d (diff) | |
download | gtk+-b5ee73d2992077eba85ebcec9f31556bd8ddb3e5.tar.gz |
a11y: Pass on platform changes
Add an enum for 'platform changes' to the at context
change notification mechanism. This will let us pass
along things that ARIA considers 'platform state' such
as focus or editability. The difference between the
platform state and other ARIA states is that we don't
keep the platform state separately in the at context
- backends are expected to just query the widgets.
This is just about avoiding notify listeners for
change notification.
Diffstat (limited to 'gtk/gtkaccessibleattributesetprivate.h')
-rw-r--r-- | gtk/gtkaccessibleattributesetprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkaccessibleattributesetprivate.h b/gtk/gtkaccessibleattributesetprivate.h index 83694c7ede..bce94d6876 100644 --- a/gtk/gtkaccessibleattributesetprivate.h +++ b/gtk/gtkaccessibleattributesetprivate.h @@ -20,7 +20,7 @@ #pragma once -#include "gtkaccessibleprivate.h" +#include "gtkaccessible.h" #include "gtkaccessiblevalueprivate.h" G_BEGIN_DECLS |