Slider.sync_from_bound_object

Slider.sync_from_bound_object(value)[source]

Sync the slider and text input with the bound object’s value.

This method is called when the bound object’s value changes externally.

Parameters:
valuefloat

The new value from the bound object.