gtkCurveSetRange {RGtk2}R Documentation

gtkCurveSetRange

Description

Sets the minimum and maximum x and y values of the curve. The curve is also reset with a call to gtkCurveReset.

Usage

gtkCurveSetRange(object, min.x, max.x, min.y, max.y)

Arguments

object [GtkCurve] a GtkCurve.
min.x [numeric] the minimum x value.
max.x [numeric] the maximum x value.
min.y [numeric] the minimum y value.
max.y [numeric] the maximum y value.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]