Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkCurveSetRange

gtkCurveSetRange


Description

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.

Usage

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

Arguments

object

a GtkCurve.

min.x

the minimum x value.

max.x

the maximum x value.

min.y

the minimum y value.

max.y

the maximum y value.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.