Package ch.bailu.gtk.gdk
Interface ScrollDirection
public interface ScrollDirection
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
the surface is scrolled down.static final int
the surface is scrolled to the left.static final int
the surface is scrolled to the right.static final int
the scrolling is determined by the delta values
in scroll events.static final int
the surface is scrolled up.
-
Field Details
-
UP
static final int UPthe surface is scrolled up.- See Also:
-
DOWN
static final int DOWNthe surface is scrolled down.- See Also:
-
LEFT
static final int LEFTthe surface is scrolled to the left.- See Also:
-
RIGHT
static final int RIGHTthe surface is scrolled to the right.- See Also:
-
SMOOTH
static final int SMOOTHthe scrolling is determined by the delta values
in scroll events. See gdk_scroll_event_get_deltas()- See Also:
-