* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / macgdb.r
index c6798f7b3dce6fd0d16d8beca61fc71d1f4a50a0..548ba0f59baca105c6d5d1c19be986d575f664df 100644 (file)
@@ -1,9 +1,17 @@
 /* Resource file for MacGDB. */
 
+#include "SysTypes.r"
 #include "Types.r"
 
 #include "mac-defs.h"
 
+resource 'vers' (1) {
+       0x02, 0x00, release, 0x00,
+       verUS,
+       "4.12.3",
+       "4.12.3, Copyright \251 1994 Free Software Foundation, Inc."
+};
+
 resource 'MBAR' (128) {
        { mApple, mFile, mEdit, mDebug };
 };
@@ -23,11 +31,11 @@ resource 'MENU' (mApple, preload) {
 resource 'MENU' (mFile, preload) {
        mFile,
        textMenuProc,
-       0xFFF,
+       allEnabled,
        enabled,
        "File",
        {
-               "New", noIcon, "N", noMark, plain,
+               "New", noIcon, noKey, noMark, plain,
                "Open...", noIcon, "O", noMark, plain,
                "-", noIcon, noKey, noMark, plain,
                "Quit", noIcon, "Q", noMark, plain
@@ -37,7 +45,7 @@ resource 'MENU' (mFile, preload) {
 resource 'MENU' (mEdit, preload) {
        mEdit,
        textMenuProc,
-       0x3400,
+       allEnabled,
        enabled,
        "Edit",
        {
@@ -53,21 +61,21 @@ resource 'MENU' (mEdit, preload) {
 resource 'MENU' (mDebug, preload) {
        mDebug,
        textMenuProc,
-       0x7FFFFFDD,
+       allEnabled,
        enabled,
        "Debug",
        {
                "Target", noIcon, "T", noMark, plain,
                "-", noIcon, noKey, noMark, plain,
                "Run", noIcon, "R", noMark, plain,
-               "Continue", noIcon, noKey, noMark, plain,
-               "Step", noIcon, noKey, noMark, plain,
-               "Next", noIcon, noKey, noMark, plain
+               "Continue", noIcon, "K", noMark, plain,
+               "Step", noIcon, "S", noMark, plain,
+               "Next", noIcon, "N", noMark, plain
        }
 };
 
 resource 'ALRT' (128) {
-       {40, 40, 229, 363},
+       {40, 40, 180, 420},
        128,
        {       /* array: 4 elements */
                /* [1] */
@@ -82,41 +90,28 @@ resource 'ALRT' (128) {
 };
 
 resource 'DITL' (128) {
-       {       /* array DITLarray: 4 elements */
+       {       /* array DITLarray: 2 elements */
                /* [1] */
-               {164, 115, 184, 185},
+               {110, 150, 128, 200},
                Button {
                        enabled,
                        "OK"
                },
                /* [2] */
-               {5, 10, 43, 290},
-               StaticText {
-                       disabled,
-                       "MacGDB"
-               },
-               /* [3] */
-               {76, 3, 154, 301},
+               {10, 10, 100, 370},
                StaticText {
                        disabled,
-                       "GNU Debugger"
-                       "\nCopyright ©  1994 Free Software Foundation Inc.\n"
-                       "Written by Stan Shebs."
+                       "GDB 4.12.3\n"
+                       "Copyright ©  1994 Free Software Foundation, Inc.\n"
                },
-               /* [4] */
-               {53, 82, 71, 227},
-               StaticText {
-                       disabled,
-                       "version 4.12.1"
-               }
        }
 };
 
 resource 'WIND' (wConsole, preload, purgeable) {
        {40, 40, 310, 572},
-       documentProc,
+       zoomDocProc,
        visible,
-       noGoAway,
+       goAway,
        0x0,
        "GDB Console"
 };
@@ -138,8 +133,8 @@ resource 'SIZE' (-1) {
        reserved,
        reserved,
        reserved,
-       50000,
-       50000
+       5000*1024,
+       2000*1024
 };
 
 resource 'DLOG' (128) {
This page took 0.025603 seconds and 4 git commands to generate.