Changes for MacGDB:
[deliverable/binutils-gdb.git] / gdb / macgdb.r
1 /* Resource file for MacGDB. */
2
3 #include "Types.r"
4
5 #include "mac-defs.h"
6
7 resource 'MBAR' (128) {
8 { mApple, mFile, mEdit, mDebug };
9 };
10
11 resource 'MENU' (mApple, preload) {
12 mApple,
13 textMenuProc,
14 0x7FFFFFFD,
15 enabled,
16 apple,
17 {
18 "About...", noIcon, noKey, noMark, plain,
19 "-", noIcon, noKey, noMark, plain
20 }
21 };
22
23 resource 'MENU' (mFile, preload) {
24 mFile,
25 textMenuProc,
26 0xFFF,
27 enabled,
28 "File",
29 {
30 "New", noIcon, "N", noMark, plain,
31 "Open...", noIcon, "O", noMark, plain,
32 "-", noIcon, noKey, noMark, plain,
33 "Quit", noIcon, "Q", noMark, plain
34 }
35 };
36
37 resource 'MENU' (mEdit, preload) {
38 mEdit,
39 textMenuProc,
40 0x3400,
41 enabled,
42 "Edit",
43 {
44 "Undo", noIcon, "Z", noMark, plain,
45 "-", noIcon, noKey, noMark, plain,
46 "Cut", noIcon, "X", noMark, plain,
47 "Copy", noIcon, "C", noMark, plain,
48 "Paste", noIcon, "V", noMark, plain,
49 "Clear", noIcon, noKey, noMark, plain
50 }
51 };
52
53 resource 'MENU' (mDebug, preload) {
54 mDebug,
55 textMenuProc,
56 0x7FFFFFDD,
57 enabled,
58 "Debug",
59 {
60 "Target", noIcon, "T", noMark, plain,
61 "-", noIcon, noKey, noMark, plain,
62 "Run", noIcon, "R", noMark, plain,
63 "Continue", noIcon, noKey, noMark, plain,
64 "Step", noIcon, noKey, noMark, plain,
65 "Next", noIcon, noKey, noMark, plain
66 }
67 };
68
69 resource 'ALRT' (128) {
70 {40, 40, 229, 363},
71 128,
72 { /* array: 4 elements */
73 /* [1] */
74 OK, visible, sound1,
75 /* [2] */
76 OK, visible, sound1,
77 /* [3] */
78 OK, visible, sound1,
79 /* [4] */
80 OK, visible, sound1
81 }
82 };
83
84 resource 'DITL' (128) {
85 { /* array DITLarray: 4 elements */
86 /* [1] */
87 {164, 115, 184, 185},
88 Button {
89 enabled,
90 "OK"
91 },
92 /* [2] */
93 {5, 10, 43, 290},
94 StaticText {
95 disabled,
96 "MacGDB"
97 },
98 /* [3] */
99 {76, 3, 154, 301},
100 StaticText {
101 disabled,
102 "GNU Debugger"
103 "\nCopyright © 1994 Free Software Foundation Inc.\n"
104 "Written by Stan Shebs."
105 },
106 /* [4] */
107 {53, 82, 71, 227},
108 StaticText {
109 disabled,
110 "version 4.12.1"
111 }
112 }
113 };
114
115 resource 'WIND' (wConsole, preload, purgeable) {
116 {40, 40, 310, 572},
117 documentProc,
118 visible,
119 noGoAway,
120 0x0,
121 "GDB Console"
122 };
123
124 resource 'SIZE' (-1) {
125 reserved,
126 acceptSuspendResumeEvents,
127 reserved,
128 canBackground,
129 multiFinderAware,
130 backgroundAndForeground,
131 dontGetFrontClicks,
132 ignoreChildDiedEvents,
133 not32BitCompatible,
134 isHighLevelEventAware,
135 localAndRemoteHLEvents,
136 notStationeryAware,
137 dontUseTextEditServices,
138 reserved,
139 reserved,
140 reserved,
141 4000*1024,
142 4000*1024
143 };
144
145 resource 'DLOG' (128) {
146 {40, 40, 240, 280},
147 documentProc,
148 visible,
149 goAway,
150 0x0,
151 128,
152 ""
153 };
This page took 0.03398 seconds and 5 git commands to generate.