Top | ![]() |
![]() |
![]() |
![]() |
gdouble atspi_value_get_minimum_value (AtspiValue *obj
,GError **error
);
Gets the minimum allowed value for an AtspiValue.
gdouble atspi_value_get_current_value (AtspiValue *obj
,GError **error
);
Gets the current value for an AtspiValue.
gdouble atspi_value_get_maximum_value (AtspiValue *obj
,GError **error
);
Gets the maximum allowed value for an AtspiValue.
gboolean atspi_value_set_current_value (AtspiValue *obj
,gdouble new_value
,GError **error
);
Sets the current value of an AtspiValue.
obj |
a pointer to the AtspiValue implementor on which to operate. |
|
new_value |
a gdouble value which is the desired new value of the object. |
gdouble atspi_value_get_minimum_increment (AtspiValue *obj
,GError **error
);
Gets the minimum increment by which an AtspiValue can be adjusted.