home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Pascal / Libraries / SeansWindowManager / READ ME next >
Encoding:
Text File  |  1994-05-05  |  923 b   |  19 lines  |  [TEXT/R*ch]

  1. SeansWindowManager ©1994 by Sean Crist (kurisuto@chopin.udel.edu).
  2.  
  3. (Soon I'll have a new address on some machinein the domain upenn.edu; try
  4. reaching me there if chopin.udel.edu doesn't work.) I'd appreciate any comments
  5. or bug reports.  This code may be freely used for any purpose, except that
  6. military use is expressly prohibited.
  7.  
  8. The purpose of the following code may not be immediately apparent, but it can
  9. make life a LOT easier if you're writing an application which can have any number
  10. of open windows of multiple types (ResEdit is a good example of this kind of
  11. application).
  12.  
  13. Basically, this code offers a way of putting a little ID collar around the neck
  14. of each window.  This way, you don't need to keep WindowPtr's to all your
  15. windows; it's like letting the dogs off their leashes.
  16.  
  17. The hard part is figuring out exactly how to use this unit, but if you've got
  18. the patience to do that, you're in good shape.
  19.