set_reference_value
Description:
[ Version ( since = "4.2" ) ]
public void set_reference_value (Value? value)
Push a value into the GdauiDataEntry in the same way as set_value
but also sets this value as the reference value.
Parameters:
this |
a Widget object which implements the DataEntry
interface
|
value |
a Value, or null
|