:right-sidebar: True EventControllerScrollFlags =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: EventControllerScrollFlags :no-contents-entry: Describes the behavior of a ``GtkEventControllerScroll``. Fields ------ .. rst-class:: interim-class .. class:: EventControllerScrollFlags :no-index: .. attribute:: BOTH_AXES Emit scroll on both axes. .. attribute:: DISCRETE Only emit deltas that are multiples of 1. .. attribute:: HORIZONTAL Emit scroll with horizontal deltas. .. attribute:: KINETIC Emit ::decelerate after continuous scroll finishes. .. attribute:: NONE Don't emit scroll. .. attribute:: VERTICAL Emit scroll with vertical deltas.