Xt Article Index for
Xt
 

Information About

Xt




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 GUI s, 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 .

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.


SEE ALSO



EXTERNAL LINKS