Add a minimalist settings dialogue, which contains a single button
[u/mdw/putty] / mac / macresid.h
CommitLineData
6cb61a05 1/* $Id: macresid.h,v 1.3 2002/12/31 01:40:14 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
6cb61a05 43#define wSettings 132
44#define wiSettingsOpen 1
d082ac49 45
46/* Controls */
47#define cVScroll 128
48
49/* Preferences */
50#define PREF_wordness_type 'wORD'
51
52#define PREF_settings 1024