summaryrefslogtreecommitdiff
path: root/src/interface/Slider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/Slider.h')
-rw-r--r--src/interface/Slider.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface/Slider.h b/src/interface/Slider.h
index 21792bc..65ca0ba 100644
--- a/src/interface/Slider.h
+++ b/src/interface/Slider.h
@@ -38,6 +38,8 @@ public:
void SetActionCallback(SliderAction * action) { actionCallback = action; }
int GetValue();
void SetValue(int value);
+ int GetSteps();
+ void SetSteps(int steps);
virtual ~Slider();
};