1999-03-11 21:40:32 +00:00
|
|
|
/* $Id: macresid.h,v 1.1.2.5 1999/03/11 21:40:32 ben Exp $ */
|
1999-02-20 22:10:34 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* macresid.h -- Mac resource IDs
|
|
|
|
*
|
|
|
|
* This file is shared by C and Rez source files
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/* Menu bar IDs */
|
|
|
|
#define MBAR_Main 128
|
|
|
|
|
|
|
|
/* Menu IDs */
|
|
|
|
#define mApple 128
|
|
|
|
#define mFile 129
|
1999-03-11 21:40:32 +00:00
|
|
|
#define mEdit 130
|
1999-02-20 22:10:34 +00:00
|
|
|
|
|
|
|
/* Menu Items */
|
|
|
|
/* Apple menu */
|
|
|
|
#define iAbout 1
|
|
|
|
/* File menu */
|
1999-02-20 23:55:55 +00:00
|
|
|
#define iNew 1
|
|
|
|
#define iClose 2
|
|
|
|
#define iQuit 4
|
1999-03-11 21:40:32 +00:00
|
|
|
/* Edit menu */
|
|
|
|
#define iUndo 1
|
|
|
|
#define iCut 3
|
|
|
|
#define iCopy 4
|
|
|
|
#define iPaste 5
|
|
|
|
#define iClear 6
|
|
|
|
#define iSelectAll 7
|
1999-02-20 22:10:34 +00:00
|
|
|
|
|
|
|
/* Window types (and resource IDs) */
|
|
|
|
#define wNone 0 /* Dummy value for no window */
|
1999-02-24 01:29:10 +00:00
|
|
|
#define wDA 1 /* Dummy value for desk accessory */
|
1999-02-20 22:10:34 +00:00
|
|
|
#define wFatal 128
|
|
|
|
#define wAbout 129
|
1999-02-24 01:29:10 +00:00
|
|
|
#define wiAboutLicence 1
|
1999-02-20 22:10:34 +00:00
|
|
|
#define wTerminal 130
|
|
|
|
#define wLicence 131
|
1999-02-24 01:29:10 +00:00
|
|
|
|
1999-02-28 02:38:41 +00:00
|
|
|
/* Controls */
|
|
|
|
#define cVScroll 128
|
1999-02-24 01:29:10 +00:00
|
|
|
|
|
|
|
/* Preferences */
|
1999-02-28 02:38:41 +00:00
|
|
|
#define PREF_wordness_type 'wORD'
|
|
|
|
|
|
|
|
#define PREF_settings 1024
|