home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / scnote / editcdev.010 / SCN.010.EditCdev < prev    next >
Text File  |  1989-04-23  |  922b  |  27 lines

  1. Macintosh
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #10:    EditCdev
  7.  
  8. Written by:    Mark Bennett
  9.  
  10. Versions:            1.00                        August 1988
  11.  
  12. Components:            EditCdev.p                    August 1, 1988
  13.                     EditCdev.c                    August 1, 1988
  14.                     EditCdev.r                    August 1, 1988
  15.                     CEditCdev.make                August 1, 1988
  16.                     PEditCdev.make                August 1, 1988
  17. _____________________________________________________________________________
  18.  
  19. EditCdev is a sample Control Panel device (cdev) that demonstrates 
  20. the use of the edit-related messages and how to implement an 
  21. editText item in a cdev.  It utilizes the new undo, cut, copy, 
  22. paste, and delete messages that are sent to cdevs in response to 
  23. user menu selections.
  24.  
  25. EditCdev is comprised of two editText items which can be edited 
  26. and selected with the mouse or the Tab key.
  27.