home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / iconkit / IconKit.1.2.README < prev    next >
Encoding:
Text File  |  1994-06-11  |  2.3 KB  |  57 lines

  1.                                    
  2.                                   ICONKIT
  3.                                    
  4.                   A Toolbox for Drag-and-Drop Applications
  5.                                    
  6.                         Release 1.2, June 7th, 1994
  7.                           (C) 1994 by H. Scott Roy
  8.                                    
  9.  
  10. IconKit is an Objective-C class library for building drag-and-drop
  11. applications.  It recreates the shelves, browsers, folders, and suitcases
  12. that are present throughout the basic NEXTSTEP applications:
  13.  
  14.     - The file browser and shelf in Workspace.
  15.     - The bookshelves in Librarian.
  16.     - The project browser in ProjectBuilder.
  17.     - The suitcases in InterfaceBuilder.
  18.     - The feature browser used to configure a DBTableView.
  19.  
  20. IconKit contains all the objects one needs to build new applications of this
  21. kind.  It is fully integrated with InterfaceBuilder, providing a palette and
  22. inspectors for all the IconKit classes.  It comes complete with source code,
  23. documentation, and an example application that mimics the NEXTSTEP Workspace
  24. file viewer.
  25.  
  26. IconKit is freely distributable and free for noncommercial use.  It costs
  27. money for a commercial license, but you are allowed to use IconKit get your
  28. application working before deciding whether to purchase it.  The General
  29. Objectware License that covers this policy is broadly applicable, and other
  30. developers are encouraged to adopt it for their own software.
  31.  
  32. IconKit should work on any system running NEXTSTEP 3.0 or later.
  33.  
  34.  
  35. Distribution
  36. ------------
  37.  
  38. IconKit may be freely distributed, in whole or in part, provided only that
  39. the included ReadMe file and the General Objectware License are neither removed
  40. nor altered in any way.  The complete kit is available from either of the two
  41. archive locations,
  42.  
  43.     cs.orst.edu   (USA)
  44.     ftp.informatik.uni-muenchen.de   (Germany)
  45.  
  46. In the event that you cannot locate IconKit at either of these two locations,
  47. you should contact the author to receive the complete distribution.  All
  48. questions and correspondence are welcome!
  49.  
  50.                                           H. Scott Roy
  51.                                           2573 Stowe Ct.
  52.                                           Northbrook, IL  60062-8103
  53.                                           
  54.                                           iconkit@cs.stanford.edu
  55.  
  56.  
  57.