Method

GimpUiRulerget_range

Declaration [src]

void
gimp_ruler_get_range (
  GimpRuler* ruler,
  gdouble* lower,
  gdouble* upper,
  gdouble* max_size
)

Description [src]

Retrieves values indicating the range and current position of a GimpRuler. See gimp_ruler_set_range().

Available since:2.8

Parameters

lower gdouble*
 

Location to store lower limit of the ruler, or NULL.

 The argument will be set by the function.
 The argument can be NULL.
upper gdouble*
 

Location to store upper limit of the ruler, or NULL.

 The argument will be set by the function.
 The argument can be NULL.
max_size gdouble*
 

Location to store the maximum size of the ruler used when calculating the space to leave for the text, or NULL.

 The argument will be set by the function.
 The argument can be NULL.