Enumeration
Gtk.ScrollType
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_SCROLL_NONE |
"none" |
0 |
No scrolling. |
GTK_SCROLL_JUMP |
"jump" |
1 |
Jump to new location. |
GTK_SCROLL_STEP_BACKWARD |
"step-backward" |
2 |
Step backward. |
GTK_SCROLL_STEP_FORWARD |
"step-forward" |
3 |
Step forward. |
GTK_SCROLL_PAGE_BACKWARD |
"page-backward" |
4 |
Page backward. |
GTK_SCROLL_PAGE_FORWARD |
"page-forward" |
5 |
Page forward. |
GTK_SCROLL_STEP_UP |
"step-up" |
6 |
Step up. |
GTK_SCROLL_STEP_DOWN |
"step-down" |
7 |
Step down. |
GTK_SCROLL_PAGE_UP |
"page-up" |
8 |
Page up. |
GTK_SCROLL_PAGE_DOWN |
"page-down" |
9 |
Page down. |
GTK_SCROLL_STEP_LEFT |
"step-left" |
10 |
Step to the left. |
GTK_SCROLL_STEP_RIGHT |
"step-right" |
11 |
Step to the right. |
GTK_SCROLL_PAGE_LEFT |
"page-left" |
12 |
Page to the left. |
GTK_SCROLL_PAGE_RIGHT |
"page-right" |
13 |
Page to the right. |
GTK_SCROLL_START |
"start" |
14 |
Scroll to start. |
GTK_SCROLL_END |
"end" |
15 |
Scroll to end. |