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