Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Mac Framework/MacApplication.h
/* |
File: MacApplication.h |
Contains: Functions that could be overridden in a specific application. |
Written by: DTS |
Copyright: © 1994-1995 by Apple Computer, Inc., all rights reserved. |
Change History (most recent first): |
<1> 12/21/94 khs first file |
*/ |
#pragma once |
// APPLICATION SPECIFIC ENUMS |
// MENUS |
enum eAppMenus { |
mTesting = 131 |
}; |
enum eTestingMenu { |
iMovieInfo =1, iTrackInfo, iVideoInfo, iSoundInfo, iTextInfo |
}; |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14