summaryrefslogtreecommitdiff
path: root/src/interface/Slider.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-09-17 11:20:58 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-17 11:20:58 (GMT)
commit6e44ebc358d1206c147f514225373da07b43c015 (patch)
tree35e97c28991c4aff46a9e5a4182b53dedb26e7ee /src/interface/Slider.h
parente52e9ce91ccca13115fec0fdb0111e7e5d39d10d (diff)
downloadpowder-6e44ebc358d1206c147f514225373da07b43c015.zip
powder-6e44ebc358d1206c147f514225373da07b43c015.tar.gz
Checkbox, Slider and ProgressBar components for ui API
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();
};