gtkRangeSetValue {RGtk2} | R Documentation |
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 "value_changed" signal if the value changes.
gtkRangeSetValue(object, value)
|
[GtkRange ] a GtkRange |
|
[numeric] new value of the range |
Derived by RGtkGen from GTK+ documentation