home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xhyper10.zip / XHyper_v1.0 / sampledoc / section2.mml < prev    next >
Text File  |  1992-11-05  |  1KB  |  26 lines

  1. <Include "Formats.mml">
  2.  
  3. <Section XWindows>
  4. 2.0 X Windows
  5.  
  6. <Body>
  7. The X Window System (X) is a network based windowing system. X was developed by 
  8. the Massechusetts Institute of Technology's Project Athena, Digital Equipment 
  9. Corporation with contributions from several companies. Since its initial 
  10. relesae in September of 1987, X has become the windowing system for most 
  11. every workstation manufacturer. Since X is network based, an application 
  12. need not be running on the same system that actually supports the display. 
  13. The program that controls the display is known as the server. The server 
  14. acts as an intermediary between user programs, called clients. Client may 
  15. be run locally or remotely (Nye and O'Reilly) . Client communicate with the 
  16. server or other clients via a strict set of X Protocols.
  17.  
  18. At the base of every X application is the X Window Library (Xlib). However, 
  19. the xlib is very large and complex requiring serveral lines of code for 
  20. the simplest of applications. To combat this the X 
  21. Toolkit (Xt) was developed. The purpose of Xt is to provide an 
  22. object-oriented layer that support user-interface objects called widgets. 
  23. Sets of widgets are available from commercial vendors. The 
  24. most popular widget sets are SUN'sOpen Look, 
  25.  
  26.