Time display reverse

both minus and numberdisplays clickable
skin minus now visible
drawing minus-line (skins without minus) in correct color.
stop now contains minus as well.
This commit is contained in:
Tobias Bengtsson 2006-03-15 20:07:15 +00:00 committed by Tobias Rundstrom
parent 73e283cc48
commit beeaeb95b1
10 changed files with 170 additions and 17 deletions

View file

@ -38,6 +38,7 @@ class Slider : public PixWidget
void requestPos (float value);
void setMax (uint max) { m_max = max; }
uint getMax () { return m_max; }
void hideBar (bool b);
bool getVertical () { return m_vertical; }