InterViews is a C++ class library completely encapsulating X11. Unlike many
other X toolkits, you don't need to know about the underlying X stuff
(Xlib etc.) — honestly! InterViews provides a number of higher level
components for constructing X based interfaces.
Key features include:
- high level support of common interface components
- new components easily defined by inheritance
- nice support for combining interface components using TEX composition
model
- look-and-feel independence, e.g. same application can have a Motif or Open Look interface
- support for TIFF images
- some simple container classes
- some lower level operating system stuff (sockets, files, etc.)
- support for graphical editors (Unidraw)
Subsections