signal callback delegate or function to connect
void callback(gtk.spin_button.SpinButton spinButton)
spinButton the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Wrapped signal.
The ::wrapped signal is emitted right after the spinbutton wraps from its maximum to minimum value or vice-versa.