set_value
Description:
Sets the current value of the range.
If the value is outside the minimum or maximum range values, it will be clamped to fit inside them. The range emits the [signal@Gtk.Range:
GtkRange:value-changed] signal if the value changes.
Parameters:
| this |
a `GtkRange` |
| value |
new value of the range |