gtk2/gtk/a11y/atspi
Emmanuele Bassi 31fea11255 a11y: Drop GtkAccessibleRange.get_minimum_increment()
MinimumIncrement is an AT-SPI-ism that has no counterpart in the ARIA
specification, so it should not live inside public API. Additionally,
it's not really a useful method because it collapses two values on the
adjustment API.

The only method in the GtkAccessibleRange interface should be the
set_current_value(), which allows ATs to control the current position in
a ranged widget.

The AT-SPI implementation can now use all the accessible properties,
including the VALUE_TEXT one, mapped to the Text property on the
AtSpi.Value interface.
2022-09-30 18:36:02 +01:00
..
Accessibility.xml a11y: Add the AT-SPI DBus descriptions 2020-10-12 16:19:31 +01:00
Accessible.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
Action.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
Application.xml a11y: Add the AT-SPI DBus descriptions 2020-10-12 16:19:31 +01:00
Cache.xml a11y: Update the Cache interface introspection 2020-11-16 16:44:56 +00:00
Collection.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
Component.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
DeviceEventController.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
DeviceEventListener.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
Document.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
EditableText.xml a11y: Add the AT-SPI DBus descriptions 2020-10-12 16:19:31 +01:00
Event.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
Hyperlink.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
Hypertext.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
Image.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
meson.build a11y: Add the AT-SPI DBus descriptions 2020-10-12 16:19:31 +01:00
Registry.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
Selection.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
Socket.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
Table.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
TableCell.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
Text.xml a11y: Resync the AT-SPI XML 2020-11-16 16:44:56 +00:00
Value.xml a11y: Drop GtkAccessibleRange.get_minimum_increment() 2022-09-30 18:36:02 +01:00