home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Languages / python / PyObjC-0.47-MIHS / pyobjc-0.47-src / Demo / ObjC / LittleButtonedWindow / README < prev   
Encoding:
Text File  |  1996-09-30  |  361 b   |  8 lines

  1. This directory contains a little script that, using the NeXTSTEP AppKit,
  2. will show a little window on the screen, with a little button in it:
  3. whenever you press that button, the program terminates. Thanx to Ted Horst
  4. for providing the idea.
  5.  
  6. The script uses the new syntax to get an Objective-C class from the module
  7. and to initialize a new instance out of it.
  8.