GtkSpinType
Value | Symbolic name | Description |
| Â Â 0 | Gtk::SPIN_STEP_FORWARD | |
| Â Â 1 | Gtk::SPIN_STEP_BACKWARD | |
| Â Â 2 | Gtk::SPIN_PAGE_FORWARD | |
| Â Â 3 | Gtk::SPIN_PAGE_BACKWARD | |
| Â Â 4 | Gtk::SPIN_HOME | Set the spin button's value to the minimum possible value. |
| Â Â 5 | Gtk::SPIN_END | Set the spin button's value to the maxmimum possible value. |
| Â Â 6 | Gtk::SPIN_USER_DEFINED | The programmer must specify the exact amount to spin the GtkSpinButton. |