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 / chap04-demo / Windows1.c.rsrc / TEXT_27392.txt < prev   
Text File  |  2001-05-04  |  1KB  |  19 lines

  1. // *******************************************************************************************
  2. // Windows1.c                                                                           CARBON
  3. // *******************************************************************************************
  4. // 
  5. // This program:
  6. //
  7. // ‚Ä¢    Allows the user to open any number of kWindowFullZoomGrowDocumentProc windows, up to the 
  8. //        maximum specified by the constant assigned to the symbolic name kMaxWindows, using the 
  9. //        File menu Open Command or    its keyboard equivalent.
  10. //
  11. // ‚Ä¢    Allows the user to close opened windows using the close box, the File menu Close command
  12. //         or the Close command's keyboard equivalent.
  13. //
  14. // ‚Ä¢    Adds menu items representing each window to a Windows    menu as each window is opened.  (A 
  15. //        keyboard equivalent is included in each menu item for windows 1 to 9.)
  16. //
  17. // ‚Ä¢    Deletes menu items from the Windows menu as each window is closed.
  18. //
  19. // ‚Ä¢    Fills each window with a plain colour pattern as a means of proving, fo