:right-sidebar: True ScrollDirection =================================================================== .. currentmodule:: gi.repository.Gdk .. class:: ScrollDirection :no-contents-entry: Specifies the direction for scroll events. Fields ------ .. rst-class:: interim-class .. class:: ScrollDirection :no-index: .. attribute:: DOWN The surface is scrolled down. .. attribute:: LEFT The surface is scrolled to the left. .. attribute:: RIGHT The surface is scrolled to the right. .. attribute:: SMOOTH The scrolling is determined by the delta values in scroll events. See :func:`~gi.repository.Gdk.ScrollEvent.get_deltas` .. attribute:: UP The surface is scrolled up.