OLIT
OLIT (OPEN LOOK Intrinsics Toolkit ) is a widget toolkit from Sun Microsystems introduced in 1988, providing an OPEN LOOK user interface for X Window System applications. It provides an X Toolkit Intrinsics, Xt application programming interface for the C (programming language), C programming language, providing an easy way for those familiar with Xt programming to implement the OPEN LOOK look and feel. OLIT became obsolete when Sun abandoned OPEN LOOK as part of the UNIX industry's Common Open Software Environment, COSE initiative, in favor of Motif (software), Motif (the basis of Common Desktop Environment, CDE), which in turn was later superseded by GTK (the basis of GNOME). See also * XView * MoOLIT * OpenWindows References External links OLIT Reference Manual 1994 Sun Microsystems, Inc. {{GUI-stub Widget toolkits Sun Microsystems software X-based libraries ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
MoOLIT
MoOLIT (Motif OPEN LOOK Intrinsics Toolkit) is a graphical user interface library and application programming interface (API) created by Unix System Laboratories in an attempt to create a bridge between the two competing look-and-feels for Unix workstations at the time: OPEN LOOK and OSF Motif (software), Motif. The library provides common GUI features such as boxes, menus, lists, and buttons, but allows choosing which look and feel they wanted at runtime. MoOLIT development was a short-lived project, as the industry was moving towards Motif as the de facto GUI standard, a trend culminating in the Common Open Software Environment, COSE initiative in 1993. MJM Software (a subsidiary of Melillo Consulting, Inc.) licensed the MoOLIT source in 1992 and ported it to Sun, HP, IBM, and DEC platforms. Their ''MoOLIT 5.1'' product includes full Motif support for the traditional OLIT widgets not implemented in the USL version. This version of MoOLIT adds the Motif look and feel to legacy O ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
OpenWindows
OpenWindows is a discontinued desktop environment for Sun Microsystems workstations which combined a display server supporting the X Window System protocol, the XView and OLIT toolkits, the OPEN LOOK Window Manager (olwm), and the DeskSet productivity tools; earlier versions of OpenWindows also supported the NeWS protocol. It implements the OPEN LOOK GUI specification. OpenWindows was included in later releases of the SunOS 4 and Solaris (operating system), Solaris operating systems, until its removal in Solaris 9 in favor of Common Desktop Environment (CDE) and GNOME 2.0. History OpenWindows 1.0 was released in 1989 as a separately licensed addition to SunOS 4.0, replacing the older SunView (originally "SunTools") windowing system. Its core is the "xnews server", a hybrid window server that as its name implies supports both X11 and NeWS-based applications. The server can also display legacy SunView applications, although this functionality was not well-supported. (A standalo ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
XView
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. 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). XView was reputedly the first system to use right-button context menus, which are now ubiquitous among computer user interfaces. See also * OLIT * MoOLIT * OpenWindows OpenWindows is a discontinued desktop environment for Sun Microsystems ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Motif (software)
In computing, Motif refers to both a graphical user interface (GUI) specification and the widget toolkit for building applications that follow that specification under the X Window System on Unix and Unix-like operating systems. The Motif look and feel is distinguished by its use of rudimentary square and chiseled three-dimensional effects for its various user interface elements. Motif is the toolkit for the Common Desktop Environment and IRIX Interactive Desktop, thus it was the standard widget toolkit for Unix. Closely related to Motif is the Motif Window Manager (MWM). After many years as proprietary software, Motif was released in 2012, as free software under the GNU Lesser General Public License (LGPL-2.1-or-later). History Motif was created by the Open Software Foundation (OSF) to be a standard graphical user interface for Unix platforms. Rather than create a new interface from scratch, OSF opened a Request For Technology (RFT) in 1988 to solicit existing technologies ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
X Toolkit Intrinsics
X Toolkit Intrinsics (also known as Xt, for X toolkit) is a library that implements an API to facilitate the development of programs with a graphical user interface (GUI) for the X Window System. It can be used in the C language (or any language that can use the C API, such as C++). Design took place late 1980s to early 1990s. The low-level library Xlib is the client-side implementation of the X11 protocol. It communicates with an X server, but does not provide any function for implementing graphical control elements ("widgets"), such as buttons or menus. The Xt library provides support for creating widget types, but does not provide any itself. A programmer could use the Xt library to create and use a new type of widget. Xt implemented some object oriented concepts, such as inheritance (the user could make their own button by reusing code written for another type of button), events, and callbacks. Since the graphical user interface of applications typically requir ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Widget Toolkit
A widget toolkit, widget library, GUI toolkit, or UX library is a library (computing), library or a collection of libraries containing a set of graphical control elements (called ''widgets'') used to construct the graphical user interface (GUI) of programs. Most widget toolkits additionally include their own Rendering (computer graphics), rendering engine. This engine can be specific to a certain operating system or windowing system or contain back-ends to interface with multiple ones and also with rendering APIs such as OpenGL, OpenVG, or EGL (API), EGL. The look and feel of the graphical control elements can be hard-coded or decoupled, allowing the graphical control elements to be Theme (computing), themed/Skin (computing), skinned. Overview Some toolkits may be used from other languages by employing language bindings. Graphical user interface builders such as e.g. Glade Interface Designer facilitate the authoring of GUIs in a WYSIWYG manner employing a user interface markup la ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Widget Toolkits
A widget toolkit, widget library, GUI toolkit, or UX library is a library or a collection of libraries containing a set of graphical control elements (called ''widgets'') used to construct the graphical user interface (GUI) of programs. Most widget toolkits additionally include their own rendering engine. This engine can be specific to a certain operating system or windowing system or contain back-ends to interface with multiple ones and also with rendering APIs such as OpenGL, OpenVG, or EGL. The look and feel of the graphical control elements can be hard-coded or decoupled, allowing the graphical control elements to be themed/ skinned. Overview Some toolkits may be used from other languages by employing language bindings. Graphical user interface builders such as e.g. Glade Interface Designer facilitate the authoring of GUIs in a WYSIWYG manner employing a user interface markup language such as in this case GtkBuilder. The GUI of a program is commonly constructed in a ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
GNOME
A gnome () is a mythological creature and diminutive spirit in Renaissance magic and alchemy, introduced by Paracelsus in the 16th century and widely adopted by authors, including those of modern fantasy literature. They are typically depicted as small humanoids who live underground. Gnome characteristics are reinterpreted to suit various storytellers and artists. Paracelsus's gnome is recognized to have derived from the German miners' legend about or , the "metallurgical or mineralogical demon", according to Georg Agricola (1530), also called (literal Latinization of ''Bergmännlein'', "mountain manikin") by Agriocola in a later work (1549), and described by other names such as (sing. ; Latinization of German ). Agricola recorded that, according to the legends of that profession, these mining spirits acted as miming and laughing pranksters who sometimes threw pebbles at miners, but could also reward them by depositing a rich vein of silver ore. Paracelsus also called ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Common Desktop Environment
The Common Desktop Environment (CDE) is a desktop environment for Unix and OpenVMS, based on the Motif (software), Motif widget toolkit. It was part of the UNIX 98, UNIX 98 Workstation Product Standard, and was for a long time the Unix desktop associated with commercial Unix workstations. It helped to influence early implementations of successor projects such as KDE and GNOME, which largely replaced CDE following the turn of the century. After a long history as proprietary software, CDE was released as free software on August 6, 2012, under the GNU Lesser General Public License, version 2.0 or later. Since its release as free software, CDE has been ported to Linux and BSD derivatives. History Hewlett-Packard, IBM, SunSoft, Inc., SunSoft, and Unix System Laboratories, USL announced CDE in June 1993 as a joint development within the Common Open Software Environment (COSE) initiative. Each development group contributed its own technology to CDE: * HP contributed the primary envi ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Common Open Software Environment
The Common Open Software Environment (COSE) was an initiative formed in March 1993 by the major Unix vendors of the time to create open, unified operating system (OS) standards. Background The COSE process was established during a time when the " Unix wars" had become an impediment to the growth of Unix. Microsoft, already dominant on the corporate desktop, was beginning to make a bid for two Unix strongholds: technical workstations and the enterprise data center. In addition, Novell was seeing its NetWare installed base steadily eroding in favor of Microsoft-based networks; as part of a multi-faceted approach to battling Microsoft, they had turned to Unix as a weapon, having recently formed a Unix-related partnership with AT&T known as Univel. Unlike other Unix unification efforts that preceded it, COSE was notable in two ways: it was not formed in opposition to another set of Unix vendors, and it was more oriented toward making standards of existing technologies than creati ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Sun Microsystems
Sun Microsystems, Inc., often known as Sun for short, was an American technology company that existed from 1982 to 2010 which developed and sold computers, computer components, software, and information technology services. Sun contributed significantly to the evolution of several key computing technologies, among them Unix, Reduced instruction set computer, RISC processors, thin client computing, and virtualization, virtualized computing. At its height, the Sun headquarters were in Santa Clara, California (part of Silicon Valley), on the former west campus of the Agnews Developmental Center. Sun products included computer servers and workstations built on its own Reduced instruction set computer, RISC-based SPARC processor architecture, as well as on x86-based AMD Opteron and Intel Xeon processors. Sun also developed its own computer storage, storage systems and a suite of software products, including the Unix-based SunOS and later Solaris operating system, Solaris operating s ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Look And Feel
In software design, the look and feel of a graphical user interface comprises aspects of its design, including elements such as colors, shapes, layout, and typefaces (the "look"), as well as the behavior of dynamic elements such as buttons, boxes, and menus (the "feel"). The term can also refer to aspects of a non-graphical user interface (such as a command-line interface), as well as to aspects of an API – mostly to parts of an API that are not related to its functional properties. The term is used in reference to both software and websites. Look and feel applies to other products. In documentation, for example, it refers to the graphical layout (document size, color, font, etc.) and the writing style. In the context of equipment, it refers to consistency in controls and displays across a product line. Look and feel in operating system user interfaces serves two general purposes. First, it provides branding, helping to identify a set of products from one company. Second, it in ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |