Method

GimpUiNumberPairEntryget_values

since: 2.4

Declaration [src]

void
gimp_number_pair_entry_get_values (
  GimpNumberPairEntry* entry,
  gdouble* left,
  gdouble* right
)

Description [src]

Gets the numbers displayed by a GimpNumberPairEntry.

Available since: 2.4

Parameters

left

Type: gdouble*

Location to store the left number (may be NULL).

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

Type: gdouble*

Location to store the right number (may be NULL).

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