:right-sidebar: True SpinType =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: SpinType :no-contents-entry: The values of the GtkSpinType enumeration are used to specify the change to make in :func:`~gi.repository.Gtk.SpinButton.spin`. Fields ------ .. rst-class:: interim-class .. class:: SpinType :no-index: .. attribute:: END Go to the adjustments upper bound. .. attribute:: HOME Go to the adjustments lower bound. .. attribute:: PAGE_BACKWARD Decrement by the adjustments page increment. .. attribute:: PAGE_FORWARD Increment by the adjustments page increment. .. attribute:: STEP_BACKWARD Decrement by the adjustments step increment. .. attribute:: STEP_FORWARD Increment by the adjustments step increment. .. attribute:: USER_DEFINED Change by a specified amount.