Difference between revisions of "X Windows"

From wiki.emacinc.com
Jump to: navigation, search
(General)
(X Development)
Line 25: Line 25:
 
* [http://www.x.org/wiki/Development/ Development]
 
* [http://www.x.org/wiki/Development/ Development]
 
* [http://www.x.org/wiki/guide/ New Developer Guide]
 
* [http://www.x.org/wiki/guide/ New Developer Guide]
 +
* [http://tronche.com/gui/x/xlib/ Xlib Manual]
 
</cl>
 
</cl>

Revision as of 14:50, 16 December 2013

TODO: {{#todo:Write|Klint Youngmeyer|oe 4,oe 5,inprogress}}

The X Windows System (also known as X11, X, and X-Windows) is a windowing system, common on Linux and Unix-like operating systems. X provides the basic framework for a windowed GUI environment. Drawing and moving windows on the display as well as interacting with the keyboard and mouse are handled by X.

Links

The following are links to detailed documentation relating to the X Windows System.

General

Toolkits

X Development