Tentative merge of ben-mac-port (only dead for three years!) into the trunk.
[u/mdw/putty] / mac / macresid.h
CommitLineData
d082ac49 1/* $Id: macresid.h,v 1.1 2002/11/19 02:13:46 ben Exp $ */
2
3/*
4 * macresid.h -- Mac resource IDs
5 *
6 * This file is shared by C and Rez source files
7 */
8
9
10/* Menu bar IDs */
11#define MBAR_Main 128
12
13/* Menu IDs */
14#define mApple 128
15#define mFile 129
16#define mEdit 130
17
18/* Menu Items */
19/* Apple menu */
20#define iAbout 1
21/* File menu */
22#define iNew 1
23#define iClose 2
24#define iQuit 4
25/* Edit menu */
26#define iUndo 1
27#define iCut 3
28#define iCopy 4
29#define iPaste 5
30#define iClear 6
31#define iSelectAll 7
32
33/* Window types (and resource IDs) */
34#define wNone 0 /* Dummy value for no window */
35#define wDA 1 /* Dummy value for desk accessory */
36#define wFatal 128
37#define wAbout 129
38#define wiAboutLicence 1
39#define wiAboutVersion 3
40#define wTerminal 130
41#define wLicence 131
42
43/* Controls */
44#define cVScroll 128
45
46/* Preferences */
47#define PREF_wordness_type 'wORD'
48
49#define PREF_settings 1024