mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
docs: Mention GtkAccessibleRange
In the accessibility docs about custom widgets, mention GtkAccessibleRange as the best way to implement custom range widgets.
This commit is contained in:
parent
34a2595dfb
commit
1066374909
@ -382,3 +382,6 @@ To allow changing the value via accessible technologies, you can export
|
||||
actions. Since the accessibility interfaces only support actions
|
||||
without parameters, you should provide actions such as `increase-value`
|
||||
and `decrease-value`.
|
||||
|
||||
Since GTK 4.10, the best way to suppose changing the value is by implementing
|
||||
the [iface@Gtk.AccessibleRange] interface.
|
||||
|
Loading…
Reference in New Issue
Block a user