home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.17 / text0084.txt < prev    next >
Encoding:
Internet Message Format  |  1990-01-06  |  1019 b 

  1. From: uunet!ficc!peter (Peter da Silva)
  2.  
  3. Regarding a standard API for windows:
  4.  
  5. > I am not sure that X is the best
  6. > choice, but it is a widely accepted base: the basis for any standard.
  7.  
  8. I'm pretty sure it isn't. X is not a very clean interface, and it's
  9. much too low-level. The standard interface should not require the
  10. programmer to manually create and destroy menus, handle expose events,
  11. and so on. Look at UNIX: the API was tiny, 35 or so system calls to do
  12. everything that other operating systems required hundreds of entry
  13. points to do. You just dealt with files... details like disk space
  14. allocation, buffer allocation, and so on were hidden from the user.
  15.  
  16. Window systems should be like this. Something like the X toolkits, but
  17. without the toolkits' underlying complexity.
  18. ---
  19. `-_-' Peter da Silva. +1 713 274 5180. <peter@ficc.uu.net>.
  20.  'U`  Also <peter@ficc.lonestar.org> or <peter@sugar.lonestar.org>.
  21.  
  22.       "If you want PL/I, you know where to find it." -- Dennis
  23.  
  24.  
  25. Volume-Number: Volume 17, Number 93
  26.  
  27.  
  28.