:right-sidebar: True ScrollType =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: ScrollType :no-contents-entry: Scrolling types. Fields ------ .. rst-class:: interim-class .. class:: ScrollType :no-index: .. attribute:: END Scroll to end. .. attribute:: JUMP Jump to new location. .. attribute:: NONE No scrolling. .. attribute:: PAGE_BACKWARD Page backward. .. attribute:: PAGE_DOWN Page down. .. attribute:: PAGE_FORWARD Page forward. .. attribute:: PAGE_LEFT Page to the left. .. attribute:: PAGE_RIGHT Page to the right. .. attribute:: PAGE_UP Page up. .. attribute:: START Scroll to start. .. attribute:: STEP_BACKWARD Step backward. .. attribute:: STEP_DOWN Step down. .. attribute:: STEP_FORWARD Step forward. .. attribute:: STEP_LEFT Step to the left. .. attribute:: STEP_RIGHT Step to the right. .. attribute:: STEP_UP Step up.