get_range(lower,
upper,
position,
max_size)
| source code
|
Retrieves values indicating the range and current position of a
Ruler. See Ruler.set_range().
- Parameters:
lower - Location to store lower limit of the ruler, or
NULL (float)
upper - Location to store upper limit of the ruler, or
NULL (float)
position - Location to store the current position of the mark on the ruler,
or NULL (float)
max_size - Location to store the maximum size of the ruler used when
calculating the space to leave for the text, or
NULL. (float)
|