gtkRulerGetRange {RGtk2}R Documentation

gtkRulerGetRange

Description

Retrieves values indicating the range and current position of a GtkRuler. See gtkRulerSetRange.

Usage

gtkRulerGetRange(object)

Arguments

object [GtkRuler] a GtkRuler

Value

A list containing the following elements:

lower [numeric] location to store lower limit of the ruler, or NULL
upper [numeric] location to store upper limit of the ruler, or NULL
position [numeric] location to store the current position of the mark on the ruler, or NULL
max.size [numeric] location to store the maximum size of the ruler used when calculating the space to leave for the text, or NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]