gtkCurveSetVector {RGtk2}R Documentation

gtkCurveSetVector

Description

Sets the vector of points on the curve. The curve type is set to GTK_CURVE_TYPE_FREE.

Usage

gtkCurveSetVector(object, vector)

Arguments

object [GtkCurve] a GtkCurve.
vector [numeric] the points on the curve.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]