get_values


Description:

[ CCode ( cname = "gimp_number_pair_entry_get_values" ) ]
[ Version ( since = "2.4" ) ]
public void get_values (out double left, out double right)

Gets the numbers displayed by a NumberPairEntry.

Parameters:

this

A NumberPairEntry widget.

left

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

right

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