diff options
author | Benjamin Otte <otte@redhat.com> | 2014-06-15 18:03:59 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2014-08-16 19:39:44 +0200 |
commit | 7e5b58c72739c23533a18f47da771640340eecc2 (patch) | |
tree | ff6d2637cc4b61f91146a5ac03c68fb05ad8afda /gtk/gtkstylecontextprivate.h | |
parent | 04c90d44cc40bb64fcc5d8715d56b25c2034ec8e (diff) | |
download | gtk+-7e5b58c72739c23533a18f47da771640340eecc2.tar.gz |
stylecontext: Move private a11y function to private header
Diffstat (limited to 'gtk/gtkstylecontextprivate.h')
-rw-r--r-- | gtk/gtkstylecontextprivate.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkstylecontextprivate.h b/gtk/gtkstylecontextprivate.h index 5c1b240a41..4b9486693b 100644 --- a/gtk/gtkstylecontextprivate.h +++ b/gtk/gtkstylecontextprivate.h @@ -63,6 +63,11 @@ void _gtk_style_context_get_icon_extents (GtkStyleContext gint height); GtkIconLookupFlags _gtk_style_context_get_icon_lookup_flags (GtkStyleContext *context); +/* Accessibility support */ +AtkAttributeSet *_gtk_style_context_get_attributes (AtkAttributeSet *attributes, + GtkStyleContext *context, + GtkStateFlags flags); + G_END_DECLS #endif /* __GTK_STYLE_CONTEXT_PRIVATE_H__ */ |