Description Usage Arguments Author(s)
Sets the minimum and maximum x and y values of the curve.
The curve is also reset with a call to gtkCurveReset
.
WARNING: gtk_curve_set_range
has been deprecated since version 2.20 and should not be used in newly-written code. Don't use this widget anymore.
1 | gtkCurveSetRange(object, min.x, max.x, min.y, max.y)
|
|
a |
|
the minimum x value. |
|
the maximum x value. |
|
the minimum y value. |
|
the maximum y value. |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.