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.
headers/PickOne_menu.h
/* PickOne_menu.h |
This contains all the menu code. |
Michael Bishop - August 21 1996 |
Nick Thompson |
(c)1994-96 Apple computer Inc., All Rights Reserved |
*/ |
#ifndef _BP_MENU_H_ |
#define _BP_MENU_H_ |
#include <Menus.h> |
enum { |
kMBARResID = 128 |
} ; |
enum { |
mApple = 128, |
mFile, |
mEdit, |
mRenderer |
} ; |
enum { |
iAbout = 1 |
} ; |
enum { |
iNew = 1, |
iOpen, |
iClose, |
iUnused1, |
iSave, |
iSaveAs, |
iUnused2, |
iQuit |
} ; |
enum { |
iUndo, |
iEditUnused1, |
iCut = 3, |
iCopy, |
iPaste, |
iEditUnused2, |
iClear |
} ; |
enum { |
iSoftware = 1, |
iHardware, |
iEditUnused3, |
iBest |
} ; |
enum { |
iCenter = 1, |
iEditUnused4, |
iRight, |
iLeft |
} ; |
/* ------------------------------------------------------------------------------------------- |
** |
*/ |
void Menu_Adjust( void ) ; |
void Menu_HandleCommand(long menuResult) ; |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14