Synopsis
#include <PLScroll.h>
PScrollbar(PForm* parent, Word id)
Construct a scrollbar from a resource id as child of parent.
PScrollbar& val(Short v);
PScrollbar& minVal(Short v);
PScrollbar& maxVal(Short v);
PScrollbar& pageSize(Short v);
PScrollbar& setValues(Short val, Short min, Short max,
Short pageSize);
Sets the scrollbar's properties. minVal should be set to 0.
maxVal and pageSize determine the size of the car,
val it's position.
Short val();
Short minVal();
Short maxVal();
Short pageSize();
Query the current scrollbar values (see above).