STR 1342: Added somewhat missing Fl_Scrollbar::value(int)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6617 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
5251b64d57
commit
3c38aa5331
@ -73,6 +73,8 @@ public:
|
||||
*/
|
||||
int value() const {return int(Fl_Slider::value());}
|
||||
/** See int Fl_Scrollbar::value() */
|
||||
int value(int p) {return int(Fl_Slider::value((double)p));}
|
||||
/** See int Fl_Scrollbar::value() */
|
||||
int value(int p, int s, int top, int total) {
|
||||
return scrollvalue(p, s, top, total);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user