gtkRulerSetRange {RGtk2}R Documentation

gtkRulerSetRange

Description

This sets the range of the ruler.

Usage

gtkRulerSetRange(object, lower, upper, position, max.size)

Arguments

object

the gtkruler

lower

the lower limit of the ruler

upper

the upper limit of the ruler

position

the mark on the ruler

max.size

the maximum size of the ruler used when calculating the space to leave for the text

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]