home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / scnote / modallst.021 / SCN.021.ModalList < prev   
Encoding:
Text File  |  1990-01-17  |  983 b   |  26 lines

  1. Macintosh
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5. #21:    ModalList
  6.  
  7. Written by:    James Beninghaus
  8.  
  9. Versions:            1.00                        February 1990
  10.  
  11. Components:            ModalList.c                 February 1, 1990
  12.                     ModalList.h                    February 1, 1990
  13.                     ModalList.r                 February 1, 1990
  14.                     ModalList.make                February 1, 1990
  15. _____________________________________________________________________________
  16.  
  17. ModalList is an example using a list in a dialog window. The default
  18. LDEF is used to display a two-dimensional list of strings. You can scroll the
  19. list, search for and change cell contents, and change the list╒s selection
  20. flags.
  21.  
  22. Please review Sample or TESample for the general application structure and
  23. MultiFinder techniques you should use when writing a new application. This
  24. sample is meant to demonstrate the use of the List Manager and Dialog
  25. Manager routines.
  26.