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