Enumeration
Gtk.ScrollStep
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_SCROLL_STEPS |
"steps" |
0 |
Scroll in steps. |
GTK_SCROLL_PAGES |
"pages" |
1 |
Scroll by pages. |
GTK_SCROLL_ENDS |
"ends" |
2 |
Scroll to ends. |
GTK_SCROLL_HORIZONTAL_STEPS |
"horizontal-steps" |
3 |
Scroll in horizontal steps. |
GTK_SCROLL_HORIZONTAL_PAGES |
"horizontal-pages" |
4 |
Scroll by horizontal pages. |
GTK_SCROLL_HORIZONTAL_ENDS |
"horizontal-ends" |
5 |
Scroll to the horizontal ends. |