home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Snippets / CustomDialog Demo / Readme < prev   
Encoding:
Text File  |  1995-09-17  |  955 b   |  29 lines  |  [TEXT/CWIE]

  1.                             CustomPutFile Demo
  2.  
  3.  
  4. This demo is just a C version of the GetVolume Pascal code found in Inside Macintosh: Files 
  5. pp 3-38 to 3-40 including the dialog hooks and filters.  The main difference to what is in 
  6. IM and what I have here is 1) It's in C, & 2) I've taken into account Universal Procedure 
  7. Pointers for Naitive and non-Naitive code.
  8.  
  9.  
  10. All this code does is allow you to select a volume.  You won't be able to select anything else
  11. because of the file filter.  Once you select the volume you can then select things like the
  12. About and Quit.
  13.  
  14.  
  15. I would eventually like to do each sample file found in the New Inside Macintosh series into C.
  16.  
  17.  
  18. It's not necessarily the "best" Pacal to C translation, but it is nice and clear.  If anyone 
  19. can improve upon it, please do so and send me a copy of your improvements.
  20.  
  21.  
  22. I hope you find this code usefull.
  23.  
  24.  
  25.  
  26. Carl B. Constantine
  27. Christian Computer Services
  28. CCONSTAN@pinc.com
  29. http://vvv.com/home/cconstan