Gtk.ScrollType – gtk+-3.0 Reference Manual
ScrollType
Description:
[
CCode
( cprefix =
"GTK_SCROLL_"
, type_id =
"gtk_scroll_type_get_type ()"
) ]
public
enum
ScrollType
Scrolling types.
Namespace:
Gtk
Package:
gtk+-3.0
Content:
Enum values:
END
-
Scroll to end.
JUMP
-
Jump to new location.
NONE
-
No scrolling.
PAGE_BACKWARD
-
Page backward.
PAGE_DOWN
-
Page down.
PAGE_FORWARD
-
Page forward.
PAGE_LEFT
-
Page to the left.
PAGE_RIGHT
-
Page to the right.
PAGE_UP
-
Page up.
START
-
Scroll to start.
STEP_BACKWARD
-
Step backward.
STEP_DOWN
-
Step down.
STEP_FORWARD
-
Step forward.
STEP_LEFT
-
Step to the left.
STEP_RIGHT
-
Step to the right.
STEP_UP
-
Step up.
2022 vala-language.org