Ruler.setRange

Warning gtk_ruler_set_range is deprecated and should not be used in newly-written code. This sets the range of the ruler.

More...
class Ruler
void
setRange
(
double lower
,
double upper
,
double position
,
double maxSize
)

Parameters

lower double

the lower limit of the ruler

upper double

the upper limit of the ruler

position double

the mark on the ruler

maxSize double

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

Detailed Description

Deprecated: 2.24: GtkRuler has been removed from GTK 3 for being unmaintained and too specialized. There is no replacement.

Meta