gtkCurveReset: gtkCurveReset

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Resets the curve to a straight line from the minimum x and y values to the maximum x and y values (i.e. from the bottom-left to the top-right corners). The curve type is not changed. WARNING: gtk_curve_reset has been deprecated since version 2.20 and should not be used in newly-written code. Don't use this widget anymore.

Usage

1
gtkCurveReset(object)

Arguments

object

a GtkCurve.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkCurveReset in RGtk2...