|
Intrinsics (also known as Xt, for X toolkit) is a library used in the X Window System. More precisely, it is a library that uses the low-level Xlib library and provides a friendly (object-oriented-looking) API to develop X11 software with graphical widgets. It can be used while programming in the C or C++ languages. Illustration of an application which may use libvorbisfile. ...
KDE 3. ...
Xlib is an X Window System protocol client library in the C programming language. ...
Object-oriented programming (OOP) is a computer programming paradigm in which a software system is modeled as a set of objects that interact with each other. ...
API may refer to: In computing, application programming interface In petroleum industry, American Petroleum Institute In education, Academic Performance Index This page concerning a three-letter acronym or abbreviation is a disambiguation page â a navigational aid which lists other pages that might otherwise share the same title. ...
In computing, the X Window System (commonly X11 or X) is a windowing system for bitmap displays. ...
C is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system. ...
C++ (pronounced see plus plus, IPA: ) is a general-purpose, high-level programming language with low-level facilities. ...
Xt and related libraries The low level Xlib library provides functions for interacting with an X11 server, but does not provide any function for implementing the graphical objects used in GUIs, such as buttons, menus, etc. Such objects are called widgets. The Xt library provides support for creating and using widget types, but does not provide any specific widget. Specific widgets are implemented by other libraries using Xt, such as Xaw and Motif. Image File history File links X-client-libraries. ...
This article or section does not cite its references or sources. ...
GUI can refer to the following: GUI is short for graphical user interface, a term used to describe a type of interface in computing. ...
A widget (or control) is an interface component that a computer user interacts with, such as a window or a text box. ...
Xaw is short for the Athena widget set, which is a set of widgets to implement simple user interfaces based upon the X Toolkit Intrinsics. ...
Screenshot of an application that uses the Open Motif toolkit Motif (or capitalized MOTIF) is a graphical widget toolkit for building graphical user interfaces under the X Window System on Unix and other POSIX-compliant systems. ...
A programmer can for example use the Xt library to create and use a new widget type such as a two-side button. Since applications typically require a number of standard widgets such as buttons, menus, etc, they usually rely on a library such as Xaw and Motif that provides such widgets, rather than implementing them directly using Xt. Xaw is short for the Athena widget set, which is a set of widgets to implement simple user interfaces based upon the X Toolkit Intrinsics. ...
Screenshot of an application that uses the Open Motif toolkit Motif (or capitalized MOTIF) is a graphical widget toolkit for building graphical user interfaces under the X Window System on Unix and other POSIX-compliant systems. ...
See also
The X Window System logo In computing, the X Window System (commonly X11 or X) is a network-transparent windowing system for bitmap displays. ...
KDE 3. ...
The X Window System logo In computing, the X Window System (commonly X11 or X) is a network-transparent windowing system for bitmap displays. ...
The X Window System logo The X Window core protocol[1][2][3] is the base protocol of the X Window System, which is a networked windowing system for bitmap displays used to build graphical user interfaces on Unix, Unix-like, and other operating systems. ...
Xlib is an X Window System protocol client library in the C programming language. ...
Selections, cut buffers, and drag-and-drop are the mechanisms used in the X Window System to allow a user to tranfer data from a window to another. ...
An X window manager is software that controls the placement and appearance of application windows under the X Window System, a graphical user interface mainly used on Unix-like systems. ...
In the X Window System, an X session manager is a session management program, a program that can save and restore the current state of a set of running applications. ...
In the X Window System, an X display manager runs as a program, allowing starting a session on an X server from the same or another computer. ...
Development software for building X Window applications. ...
In the X Window System, programs connect to the X server, possibly via a computer network. ...
X Image Extension, or XIE are extensions to X Window system that enhance its graphics capability. ...
In the X Window System, the X keyboard extension or XKB extends the ability to control the keyboard over what is offered by the X Window core protocol. ...
External links - X Toolkit Intrinsics-C Language Interface
- The Intrinsics FAQ
- The place of Intrinsics in X11
- TestXt2, Example C program that creates a Menu Bar using just Xt/Xaw
|