gtkRangeSetRange {RGtk2}R Documentation

gtkRangeSetRange

Description

Sets the allowable values in the GtkRange, and clamps the range value to be between min and max. (If the range has a non-zero page size, it is clamped between min and max - page-size.)

Usage

gtkRangeSetRange(object, min, max)

Arguments

object [GtkRange] a GtkRange
min [numeric] minimum range value
max [numeric] maximum range value

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]