Package ch.bailu.gtk.gtk
Interface ScrollStep
public interface ScrollStep
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intScroll to ends.static final intScroll to the horizontal ends.static final intScroll by horizontal pages.static final intScroll in horizontal steps.static final intScroll by pages.static final intScroll in steps.
-
Field Details
-
STEPS
static final int STEPSScroll in steps.- See Also:
-
PAGES
static final int PAGESScroll by pages.- See Also:
-
ENDS
static final int ENDSScroll to ends.- See Also:
-
HORIZONTAL_STEPS
static final int HORIZONTAL_STEPSScroll in horizontal steps.- See Also:
-
HORIZONTAL_PAGES
static final int HORIZONTAL_PAGESScroll by horizontal pages.- See Also:
-
HORIZONTAL_ENDS
static final int HORIZONTAL_ENDSScroll to the horizontal ends.- See Also:
-