Package: gdk

GEnum gdk-scroll-direction

Details

Specifies the direction for a gdk-event-scroll event.
(define-g-enum "GdkScrollDirection" gdk-scroll-direction
  (:export t
   :type-initializer "gdk_scroll_direction_get_type")
  (:up 0)
  (:down 1)
  (:left 2)
  (:right 3)
  (:smooth 4))  
:up
The window is scrolled up.
:down
The window is scrolled down.
:left
The window is scrolled to the left.
:right
The window is scrolled to the right.
:smooth
The scrolling is determined by the delta values in the gdk-event-scroll event. See the gdk-event-scroll-deltas function.
 

See also

2021-12-13