Enumeration

GdkScrollDirection

Declaration

enum Gdk.ScrollDirection

Description [src]

Specifies the direction for GdkEventScroll.

Members

GDK_SCROLL_UP

The window is scrolled up.

  • Value: 0
  • Available since: 3.0
GDK_SCROLL_DOWN

The window is scrolled down.

  • Value: 1
  • Available since: 3.0
GDK_SCROLL_LEFT

The window is scrolled to the left.

  • Value: 2
  • Available since: 3.0
GDK_SCROLL_RIGHT

The window is scrolled to the right.

  • Value: 3
  • Available since: 3.0
GDK_SCROLL_SMOOTH

The scrolling is determined by the delta values in GdkEventScroll. See gdk_event_get_scroll_deltas(). Since: 3.4

  • Value: 4
  • Available since: 3.0