home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / macintosh-c / macc-carbon-demos-nonbinhex.sit / macc-carbon-demos-nonbinhex / chap12-demo / QuickDraw.c.rsrc / TEXT_16903.txt < prev   
Text File  |  2001-05-22  |  1KB  |  23 lines

  1. // *******************************************************************************************
  2. // QuickDraw.c                                                                          CARBON
  3. // *******************************************************************************************
  4. // 
  5. // This program:
  6. //
  7. // ‚Ä¢    Opens a window in which the results of various QuickDraw drawing operations are
  8. //        displayed.  Individual line and text drawing, framing, painting, filling, erasing, 
  9. //        inverting, and copying operations are chosen from a Demonstration pull-down menu.
  10. //
  11. // ‚Ä¢    Quits when the user chooses Quit from the File menu.
  12. //
  13. // To keep the non-QuickDraw code to a minimum, the program contains no functions for
  14. // updating the window or for responding to activate and operating system events.
  15. //
  16. // The program utilises the following resources:
  17. //
  18. // ‚Ä¢    A 'carb' resource.
  19. //
  20. // ‚Ä¢    'WIND' resources for the main window, and a small window used for the CopyBits
  21. //        demonstration (purgeable) (initially visible).
  22. //
  23. // ‚Ä¢