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.
Source/AppShellResources.h
/* |
File: AppShellResources.h |
Contains: xxx put contents here xxx |
Version: xxx put version here xxx |
Copyright: © 1999 by Apple Computer, Inc., all rights reserved. |
File Ownership: |
DRI: xxx put dri here xxx |
Other Contact: xxx put other contact here xxx |
Technology: xxx put technology here xxx |
Writers: |
(BWS) Brent Schorsch |
Change History (most recent first): |
<SP1> 7/1/99 BWS first checked in |
*/ |
#ifndef __APPSHELLRESOURCES__ |
#define __APPSHELLRESOURCES__ |
//¥ ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ Includes |
//¥ ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ Public Definitions |
//¥ ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ Public Types |
enum |
{ |
kMBAR_Main = 128, |
kMENU_Apple = 128, |
kMENU_File, |
kMENU_Edit |
}; |
enum |
{ |
kMenuCMD_AboutBox = 'abot' |
}; |
enum |
{ |
kMenuCMD_StartGame = 'strt', |
kMenuCMD_ConfigureInput = 'cnfg', |
kMenuCMD_Quit = 'quit' |
}; |
enum |
{ |
kMenuCMD_Undo = 'undo', |
kMenuCMD_Cut = 'cut ', |
kMenuCMD_Copy = 'copy', |
kMenuCMD_Paste = 'past', |
kMenuCMD_Clear = 'cler' |
}; |
enum |
{ |
kSTRn_AboutBoxStrings = 128 |
}; |
enum |
{ |
kWIND_MainWindow = 128 |
}; |
//¥ ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ Public Variables |
//¥ ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ Public Functions |
#ifdef __cplusplus |
extern "C" { |
#endif |
#ifdef __cplusplus |
} |
#endif |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-10-14