gtkRulerSetRange {RGtk2} | R Documentation |
This sets the range of the ruler using gfloat lower, gfloat upper, gfloat position, and gfloat max_size.
gtkRulerSetRange(object, lower, upper, position, max.size)
|
[GtkRuler ] the gtkruler |
|
[numeric] the lower limit of the ruler |
|
[numeric] the upper limit of the ruler |
|
[numeric] the mark on the ruler |
|
[numeric] the maximum size of the ruler |
Derived by RGtkGen from GTK+ documentation