summaryrefslogtreecommitdiff
path: root/gtk/gtk-a11y.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2014-03-07 00:07:54 +0100
committerCarlos Garnacho <carlosg@gnome.org>2014-03-10 23:02:14 +0100
commit31cd153050d74b431070c3f426da95f104eab08f (patch)
tree9b054d5c7fcb5bedfb90efd545c2b58b354f174b /gtk/gtk-a11y.h
parent168e4faf508cdded8227d633152657fa663b3a96 (diff)
downloadgtk+-31cd153050d74b431070c3f426da95f104eab08f.tar.gz
a11y: Add GtkPopopverAccessible
And let GtkPopover use it as its GtkAccessible implementation, this accessible sets the POPUP_FOR relationship to the relative-to widget, and keeps track of changes there. https://bugzilla.gnome.org/show_bug.cgi?id=725864
Diffstat (limited to 'gtk/gtk-a11y.h')
-rw-r--r--gtk/gtk-a11y.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk-a11y.h b/gtk/gtk-a11y.h
index 6be98e6c71..9718f2b8df 100644
--- a/gtk/gtk-a11y.h
+++ b/gtk/gtk-a11y.h
@@ -57,6 +57,7 @@
#include <gtk/a11y/gtkmenushellaccessible.h>
#include <gtk/a11y/gtknotebookaccessible.h>
#include <gtk/a11y/gtknotebookpageaccessible.h>
+#include <gtk/a11y/gtkpopoveraccessible.h>
#include <gtk/a11y/gtkpanedaccessible.h>
#include <gtk/a11y/gtkprogressbaraccessible.h>
#include <gtk/a11y/gtkradiobuttonaccessible.h>