home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 August: Tool Chest
/
Dev.CD Aug 00 TC Disk 2.toast
/
pc
/
sample code
/
quicktime
/
goodies
/
qt internals
/
mac framework
/
macapplication.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-06-23
|
452 b
|
30 lines
/*
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
};