gtkRulerSetRange {RGtk2}R Documentation

gtkRulerSetRange

Description

This sets the range of the ruler using gfloat lower, gfloat upper, gfloat position, and gfloat max_size.

Usage

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

Arguments

object [GtkRuler] the gtkruler
lower [numeric] the lower limit of the ruler
upper [numeric] the upper limit of the ruler
position [numeric] the mark on the ruler
max.size [numeric] the maximum size of the ruler

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]