forked from AuroraMiddleware/gtk
31fea11255
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. |
||
---|---|---|
.. | ||
atspi | ||
gtkatspiaction.c | ||
gtkatspiactionprivate.h | ||
gtkatspicache.c | ||
gtkatspicacheprivate.h | ||
gtkatspicomponent.c | ||
gtkatspicomponentprivate.h | ||
gtkatspicontext.c | ||
gtkatspicontextprivate.h | ||
gtkatspieditabletext.c | ||
gtkatspieditabletextprivate.h | ||
gtkatspipango.c | ||
gtkatspipangoprivate.h | ||
gtkatspiprivate.h | ||
gtkatspiroot.c | ||
gtkatspirootprivate.h | ||
gtkatspiselection.c | ||
gtkatspiselectionprivate.h | ||
gtkatspitext.c | ||
gtkatspitextbuffer.c | ||
gtkatspitextbufferprivate.h | ||
gtkatspitextprivate.h | ||
gtkatspiutils.c | ||
gtkatspiutilsprivate.h | ||
gtkatspivalue.c | ||
gtkatspivalueprivate.h | ||
meson.build |