![]() | ![]() | ![]() | AT-SPI C Bindings Reference Manual | ![]() |
---|
void AccessibleValue_ref (AccessibleValue *obj); void AccessibleValue_unref (AccessibleValue *obj); double AccessibleValue_getCurrentValue (AccessibleValue *obj); double AccessibleValue_getMaximumValue (AccessibleValue *obj); double AccessibleValue_getMinimumValue (AccessibleValue *obj); SPIBoolean AccessibleValue_setCurrentValue (AccessibleValue *obj, double newValue);
void AccessibleValue_ref (AccessibleValue *obj);
Increment the reference count for an AccessibleValue object.
a pointer to the AccessibleValue implementor on which to operate.
void AccessibleValue_unref (AccessibleValue *obj);
Decrement the reference count for an AccessibleValue object.
a pointer to the AccessibleValue implementor on which to operate.
double AccessibleValue_getCurrentValue (AccessibleValue *obj);
Get the current value for an AccessibleValue.
a pointer to the AccessibleValue implementor on which to operate.
the current value for this object.
double AccessibleValue_getMaximumValue (AccessibleValue *obj);
Get the maximum allowed value for an AccessibleValue.
a pointer to the AccessibleValue implementor on which to operate.
the maximum allowed value for this object.
double AccessibleValue_getMinimumValue (AccessibleValue *obj);
Get the minimum allowed value for an AccessibleValue.
a pointer to the AccessibleValue implementor on which to operate.
the minimum allowed value for this object.
SPIBoolean AccessibleValue_setCurrentValue (AccessibleValue *obj, double newValue);
Set the current value of an AccessibleValue.
a pointer to the AccessibleValue implementor on which to operate.
a float value which is the desired new value of the object.
TRUE if the value could be assigned the specified value, FALSE otherwise.
<<< AccessibleText Interface | Auxiliary Types >>> |