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 / chap10-demo / AppleEvents.c.rsrc / TEXT_8715.txt < prev   
Text File  |  2001-05-07  |  1KB  |  18 lines

  1. // *******************************************************************************************
  2. // AppleEvents.c                                         CARBONIZED.  USES CLASSIC EVENT MODEL
  3. // *******************************************************************************************
  4. // 
  5. // This program:
  6. //
  7. // ‚Ä¢    Installs handlers for the required Apple events and Appearance Manager Apple events.
  8. //
  9. // ‚Ä¢    Responds to the receipt of required Apple events by displaying descriptive text in a
  10. //        window opened for that purpose, and by opening simulated document windows as
  11. //        appropriate.  These responses result from the user:
  12. //
  13. //        ‚Ä¢        Double clicking on the application's icon, or selecting the icon and choosing Open
  14. //                from the Finder's File menu, thus causing the receipt of an Open Application event.
  15. //
  16. //        ‚Ä¢        When the application is already open, double clicking on the application's icon, or
  17. //                selecting the icon and choosing Open from the Finder's File menu, thus causing the
  18. //                receipt of a Re-open    Ap