home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / appkit / BlinkExample.README < prev    next >
Encoding:
Text File  |  1990-03-16  |  852 b   |  17 lines

  1. This is the source for a custom Interface Builder which incorporates exactly
  2. one custom object into one extra palette.  The code demonstrates several
  3. things, most notably how to build a custom Inspector.  To the best of my
  4. knowledge, this capability is undocumented; that means that it might
  5. disappear at any moment.  Or, the interface might change...or the capability
  6. might just vanish.  (Are you starting to get the point here?)
  7.  
  8. Of great interest is the "live" nature of the object -- it depends on system
  9. services provided by a process outside of the Interface Builder, but still
  10. works as expected in test mode.  Other services that you might use in the
  11. same way as this program uses Display PostScript are:  Mathematica, Sybase,
  12. Common Lisp, or ANY NEXTSTEP APPLICATION (since Speaker/Listener pairs are
  13. everywhere).
  14.  
  15. David Stutz
  16. dstutz@next.com
  17.