gtkRulerGetRange {RGtk2} | R Documentation |
Retrieves values indicating the range and current position of a GtkRuler
.
See gtkRulerSetRange
.
gtkRulerGetRange(object)
|
[GtkRuler ] a GtkRuler |
A list containing the following elements:
|
[numeric] location to store lower limit of the ruler, or NULL |
|
[numeric] location to store upper limit of the ruler, or NULL |
|
[numeric] location to store the current position of the mark on the ruler, or NULL |
|
[numeric] location to store the maximum size of the ruler used when calculating
the space to leave for the text, or NULL . |
Derived by RGtkGen from GTK+ documentation