| gtkRangeSetRange {RGtk2} | R Documentation |
Sets the allowable values in the GtkRange, and clamps the range
value to be between min and max. (If the range has a non-zero
page size, it is clamped between min and max - page-size.)
gtkRangeSetRange(object, min, max)
|
[GtkRange] a GtkRange |
|
[numeric] minimum range value |
|
[numeric] maximum range value |
Derived by RGtkGen from GTK+ documentation