thumb|right|200px|SunOS XView calctool
thumb|500px|X Window System graphics stack
XView is a widget toolkit from Sun Microsystems introduced in 1988. It provides an OPEN LOOK user interface for X Window System applications, with an object-oriented application programming interface (API) for the C programming language. Its interface, controls, and layouts are very close to that of the earlier SunView window system, making it easy to convert existing applications from SunView to X. Sun also produced the User Interface Toolkit (UIT), a C++ API to XView.
XView provides a semi-futuristic hi-tech user interface for X Window System applications which had been standardized by a larger group of manufacturers and software companies as the "OPEN LOOK system's specification".
The XView source code has been freely available since the early 1990s, making it the "first open-source professional-quality X Window System toolkit". XView was later abandoned by Sun in favor of Motif (the basis of CDE), and more recently GTK+ (the basis of GNOME).
SunView was reputedly the first system to use right-button context menus,, it is a 32bit-only toolkit written in C89 which major modern compiler suites might refuse to compile cleanly (especially the olvwm window manager), and the massive changes introduced into many libraries make them (the libraries) incompatible to C89 code, like is the case with the GNU LibC6, although most of the current compilers offer to compile C89 code via the "-std=c89" switch. Making the altered library structures compatible with C89 code is a bit of manual labor, both by adding symlinks into the right places and a bit of changing the code which is intended to be compiled.
In addition to that, restrictive system daemons like SELinux and systemd are likely to make XView exit with errors and SIGSEGV upon startup because they mess around with memory allocation and library loading in a way not compatible with the original UNIX concept.
using XView on Solaris 10 and 11 and OpenSolaris/Illumos descendants
Although Sun had dropped XView from the Solaris releases starting with Solaris 10, they are available as backwards-compatibility packages called OWACOMP (OpenWindows Application COMPatibility), which have once been officially provided by Sun Microsystems. For Solaris 10 and 11 and old RedHat Enterprise Linux releases (which had been officially supported by Sun) there are mirrors of those packages available on http://sourceforge.net/projects/owacomp. Note that those feature XViev 3.3, without DPS support.
See also
- OLIT
- MoOLIT
- OpenWindows
References
Further reading
- Ian Darwin, et al, X Window System User's Guide, OPEN LOOK Edition (O'Reilly & Associates, unpublished) Volume 3OL
- Dan Heller, XView Programming Manual (O'Reilly & Associates, 1991) Volume 7
- Thomas Van Raalte, ed. XView Reference Manual (O'Reilly & Associates, 1991) Volume 7b
