Package: gtk

Function gtk:accessible-range-set-current-value

Lambda List

gtk:accessible-range-set-current-value (accessible value)

Arguments

accessible -- a gtk:accessible-range object
value -- a number coerced to a double float for the value

Return Value

True if the operation was performed, false otherwise.

Details

Sets the current value of the accessible range. This operation should behave similarly as if the user performed the action.

Since 4.10

Notes

The default implementation of the virtual method does nothing and returns true.
 

See also

2026-08-26