Add an "open" command to the "file" (now "session") menu on the Mac to
[u/mdw/putty] / mac / macresid.h
CommitLineData
ce283213 1/* $Id: macresid.h,v 1.2 2002/12/30 18:21:17 ben Exp $ */
d082ac49 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
ce283213 23#define iOpen 2
24#define iClose 3
25#define iQuit 5
d082ac49 26/* Edit menu */
27#define iUndo 1
28#define iCut 3
29#define iCopy 4
30#define iPaste 5
31#define iClear 6
32#define iSelectAll 7
33
34/* Window types (and resource IDs) */
35#define wNone 0 /* Dummy value for no window */
36#define wDA 1 /* Dummy value for desk accessory */
37#define wFatal 128
38#define wAbout 129
39#define wiAboutLicence 1
40#define wiAboutVersion 3
41#define wTerminal 130
42#define wLicence 131
43
44/* Controls */
45#define cVScroll 128
46
47/* Preferences */
48#define PREF_wordness_type 'wORD'
49
50#define PREF_settings 1024