gtk2/testsuite/a11y
Emmanuele Bassi 8c18480092 a11y: Add a display to GtkATContext
Since we need to check at run time what kind of AT context to use, we
need a hook into the whole GDK backend machinery. The display connection
seems to be the best choice, in this case, as it allows us to determine
whether we're running on an X11 or Wayland system, and thus whether we
should create a GtkAtSpiContext.

This requires some surgery to fix the GtkATContext creation function, in
order to include a GdkDisplay instance.
2020-10-12 16:19:32 +01:00
..
accessible.c a11y: Add a display to GtkATContext 2020-10-12 16:19:32 +01:00
button.c a11y: Set accessible role for GtkLinkButton 2020-07-29 22:46:00 -04:00
checkbutton.c Change button hierarchy 2020-08-29 16:46:28 +02:00
dialog.c a11y: Add dialog and window tests 2020-07-27 21:18:10 -04:00
entry.c a11y: Set an accessible role for GtkEntry 2020-07-28 18:16:37 -04:00
expander.c a11y: Set an accessible role for GtkExpander 2020-07-29 22:46:00 -04:00
image.c a11y: Set accessible roles for GtkImage and GtkPicture 2020-07-28 18:16:37 -04:00
label.c a11y: Set an accessible role for GtkLabel 2020-07-28 18:16:37 -04:00
levelbar.c a11y: Set an accessible role for GtkLevelBar 2020-07-29 22:46:00 -04:00
meson.build a11y: Set an accessible role for GtkLevelBar 2020-07-29 22:46:00 -04:00
passwordentry.c a11y: Set an accessible role for GtkPasswordEntry 2020-07-28 18:23:57 -04:00
progressbar.c a11y: Update the valuetext attribute of GtkProgressBar 2020-07-28 16:59:08 +01:00
scrollbar.c a11y: Add a scrollbar relation test 2020-07-28 18:16:37 -04:00
searchentry.c a11y: Set an accessible role for GtkSearchEntry 2020-07-28 18:16:37 -04:00
separator.c a11y: Add separator tests 2020-07-27 21:18:10 -04:00
spinbutton.c a11y: Add spinbutton tests 2020-07-27 21:18:10 -04:00
switch.c a11y: Add switch tests 2020-07-27 21:18:10 -04:00
textview.c a11y: Set an accessible role for GtkTextView 2020-07-29 22:46:00 -04:00
window.c a11y: Add dialog and window tests 2020-07-27 21:18:10 -04:00