ScrollDirection
Description:
[ CCode ( cprefix = "GDK_SCROLL_" , type_id = "gdk_scroll_direction_get_type ()" ) ]
public enum ScrollDirection
Content:
Enum values:
- 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 EventScroll.
- UP - the window is scrolled up.