Method

GimpUiNumberPairEntryget_default_values

Declaration [src]

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

Description

No description available.
Available since:2.4

Parameters

left gdouble*
 

Location to put the default left value, or NULL.

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

Location to put the default right value, or NULL.

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