gtkCurveSetRange {RGtk2} | R Documentation |
Sets the minimum and maximum x and y values of the curve.
The curve is also reset with a call to gtkCurveReset
.
gtkCurveSetRange(object, min.x, max.x, min.y, max.y)
|
[GtkCurve ] a GtkCurve . |
|
[numeric] the minimum x value. |
|
[numeric] the maximum x value. |
|
[numeric] the minimum y value. |
|
[numeric] the maximum y value. |
Derived by RGtkGen from GTK+ documentation