gtkCurveSetVector {RGtk2}R Documentation

gtkCurveSetVector

Description

Sets the vector of points on the curve. The curve type is set to GTK_CURVE_TYPE_FREE. WARNING: gtk_curve_set_vector has been deprecated since version 2.20 and should not be used in newly-written code. Don't use this widget anymore.

Usage

gtkCurveSetVector(object, vector)

Arguments

object

a GtkCurve.

vector

the points on the curve.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]