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.
CoreHeaders/MenuDispatch.h
#pragma once |
/* Menu resource IDs */ |
#define APPLE_MENU 128 |
#define FILE_MENU 129 |
#define EDIT_MENU 130 |
/* Menu item numbers */ |
#define APPLE_ABOUT 1 |
#define FILE_NEW 1 |
#define FILE_OPEN 2 |
#define FILE_CLOSE 3 |
#define FILE_SAVE 4 |
#define FILE_PRINT 6 |
#define FILE_QUIT 7 |
/* resource ID of about box Alert */ |
#define rAboutBoxID 129 |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14