
QScrollBar - Interface to the Qt QScrollBar class

use QScrollBar;
Inherits QWidget and QRangeControl.
new, orientation, setOrientation, setRange, setTracking, setValue, tracking

Nothing unusual, everything listed is interfaced.

The %Orientation hash is exported into the user's namespace.
The elements of %Orientation are Horizontal and Vertical,
and they represent the possible orientations of the scrollbar.

QScrollBar(3qt)

Ashley Winters <jql@accessone.com>