Package ch.bailu.gtk.gtk
Interface Range.OnMoveSlider
- Enclosing class:
- Range
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMoveSlider
(int step) Virtual function that moves the slider.
-
Method Details
-
onMoveSlider
void onMoveSlider(int step) Virtual function that moves the slider.
Used for keybindings.- Parameters:
step
- how to move the slider
-