Signal
Gtk.SpinButton::input
Description [src]
Emitted to convert the users input into a double value.
The signal handler is expected to use gtk_editable_get_text()
to retrieve the text of the spinbutton and set new_value
to the
new value.
The default conversion uses g_strtod()
.
Default handler: | The default handler is called after the handlers added via |