GdkScrollDirection
Specifies the direction for GdkEventScroll.
| Value | Symbolic name | Description | 
| Â Â 0 | Gdk::SCROLL_UP | The window is scrolled up. | 
| Â Â 1 | Gdk::SCROLL_DOWN | The window is scrolled down. | 
| Â Â 2 | Gdk::SCROLL_LEFT | The window is scrolled to the left. | 
| Â Â 3 | Gdk::SCROLL_RIGHT | The window is scrolled to the right. |