phoenix::HorizontalScrollBar

A horizontally-oriented, stand-alone scroll bar.

struct HorizontalScrollBar : Widget {
  function<void ()> onChange;

  unsigned length();
  unsigned position();
  void setLength(unsigned length);
  void setPosition(unsigned position);
};