Emitted to convert the users input into a double value.
The signal handler is expected to use [[email protected]_text] to retrieve the text of the spinbutton and set new_value
to the new value.
The default conversion uses g_strtod
.
new_value |
return location for the new value |
true for a successful conversion, false if the input was not handled, and gtk_input_error if the conversion failed. |