summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-03-15 01:24:18 +0000
committerMatthias Clasen <mclasen@redhat.com>2023-03-15 01:24:18 +0000
commitcc7d996a5c951730078158cb0bc82ed27cc9d083 (patch)
tree8f8afa071757070ebf0c44bd24a441834e606c93 /docs
parent79e7078949fd549f0ff5e8cc27740dfd03316286 (diff)
parent662f35562b89f185fc3901594c039d8ffa20bc9a (diff)
downloadgtk+-cc7d996a5c951730078158cb0bc82ed27cc9d083.tar.gz
Merge branch 'add_visited_state' into 'main'
a11y: Add GTK_ACCESSIBLE_STATE_VISITED See merge request GNOME/gtk!5616
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/section-accessibility.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/section-accessibility.md b/docs/reference/gtk/section-accessibility.md
index 37c1f33388..71ccd417ee 100644
--- a/docs/reference/gtk/section-accessibility.md
+++ b/docs/reference/gtk/section-accessibility.md
@@ -128,6 +128,7 @@ Each state name is part of the `GtkAccessibleState` enumeration.
| %GTK_ACCESSIBLE_STATE_INVALID | “aria-invalid” | `GtkAccessibleInvalidState` | Set when a widget is showing an error |
| %GTK_ACCESSIBLE_STATE_PRESSED | “aria-pressed” | `GtkAccessibleTristate` | Indicates the current state of a [class@Gtk.ToggleButton] |
| %GTK_ACCESSIBLE_STATE_SELECTED | “aria-selected” | boolean or undefined | Set when a widget is selected |
+| %GTK_ACCESSIBLE_STATE_VISITED | N/A | boolean or undefined | Set when a link-like widget is visited |
#### List of accessible properties