ScrollDirection
Description:
[ CCode ( cprefix = "GDK_SCROLL_" ) ]
public enum ScrollDirection
Specifies the direction for scroll events.
Content:
Enum values:
- DOWN - the surface is scrolled down.
- LEFT - the surface is scrolled to the
left.
- RIGHT - the surface is scrolled to the
right.
- UP - the surface is scrolled up.