InterViews is a library of C++ classes that assist in the design and implementation of graphical interfaces. InterViews makes building applications for workstations easier by providing abstractions that hide the details of the underlying window system. The library contains common toolkit objects such as scroll bars, menus, and buttons. It also has mechanisms for composing these elements into co...