From: Matthias Clasen Date: Thu, 22 Jun 2023 01:35:27 +0000 (-0400) Subject: docs: Mention GtkAccessibleRange X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~109^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1066374909cd9fc2c0708a223c4fd69e1eb16f32;p=gtk4.git docs: Mention GtkAccessibleRange In the accessibility docs about custom widgets, mention GtkAccessibleRange as the best way to implement custom range widgets. --- diff --git a/docs/reference/gtk/section-accessibility.md b/docs/reference/gtk/section-accessibility.md index 500af550be..16045bff14 100644 --- a/docs/reference/gtk/section-accessibility.md +++ b/docs/reference/gtk/section-accessibility.md @@ -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.