Package ch.bailu.gtk.gdk
Schnittstelle ScrollDirection
public interface ScrollDirection
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
UP
static final int UPthe surface is scrolled up.- Siehe auch:
-
DOWN
static final int DOWNthe surface is scrolled down.- Siehe auch:
-
LEFT
static final int LEFTthe surface is scrolled to the left.- Siehe auch:
-
RIGHT
static final int RIGHTthe surface is scrolled to the right.- Siehe auch:
-
SMOOTH
static final int SMOOTHthe scrolling is determined by the delta values
in scroll events. See gdk_scroll_event_get_deltas()- Siehe auch:
-