// ******************************************************************************************* // Windows1.c CARBON // ******************************************************************************************* // // This program: // // • Allows the user to open any number of kWindowFullZoomGrowDocumentProc windows, up to the // maximum specified by the constant assigned to the symbolic name kMaxWindows, using the // File menu Open Command or its keyboard equivalent. // // • Allows the user to close opened windows using the close box, the File menu Close command // or the Close command's keyboard equivalent. // // • Adds menu items representing each window to a Windows menu as each window is opened. (A // keyboard equivalent is included in each menu item for windows 1 to 9.) // // • Deletes menu items from the Windows menu as each window is closed. // // • Fills each window with a plain colour pattern as a means of proving, fo