Xlib
   HOME





Xlib
Xlib (also known as libX11) is an X Window System protocol client library (computer science), library written in the C (programming language), C programming language. It contains subroutine, functions for interacting with an X Server (computing), server. These functions allow programmers to write programs without knowing the details of the X Window System protocols and architecture, X protocol. Few applications use Xlib directly; rather, they employ other libraries that use Xlib functions to provide widget toolkits: * X Toolkit Intrinsics (Xt) * X Athena Widgets, Athena widget set (Xaw) * Motif (software), Motif * FLTK * GTK * Qt (software), Qt (X11 version) * Tk (software), Tk * Simple DirectMedia Layer, SDL (Simple DirectMedia Layer) * Simple and Fast Multimedia Library, SFML (Simple and Fast Multimedia Library) Xlib, which was first publicly released in September 1985, is used in GUIs for many Unix-like operating systems. A re-implementation of Xlib was introduced in 2007 ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Xlib Square Example
Xlib (also known as libX11) is an X Window System protocol client library written in the C programming language. It contains functions for interacting with an X server. These functions allow programmers to write programs without knowing the details of the X protocol. Few applications use Xlib directly; rather, they employ other libraries that use Xlib functions to provide widget toolkits: * X Toolkit Intrinsics (Xt) * Athena widget set (Xaw) * Motif * FLTK * GTK * Qt (X11 version) * Tk * SDL (Simple DirectMedia Layer) * SFML (Simple and Fast Multimedia Library) Xlib, which was first publicly released in September 1985, is used in GUIs for many Unix-like operating systems. A re-implementation of Xlib was introduced in 2007 using XCB. Data types The main types of data in Xlib are the Display structure and the types of the identifiers. Informally, a display is a physical or virtual device where graphical operations are done. The Display structure of the Xlib library ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  



MORE