]> git.eshelyaron.com Git - emacs.git/commitdiff
New icons for debugger.
authorNick Roberts <nickrob@snap.net.nz>
Sat, 17 May 2003 23:28:38 +0000 (23:28 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sat, 17 May 2003 23:28:38 +0000 (23:28 +0000)
lisp/toolbar/gud-nexti.pbm [new file with mode: 0644]
lisp/toolbar/gud-nexti.xpm [new file with mode: 0644]
lisp/toolbar/gud-stepi.pbm [new file with mode: 0644]
lisp/toolbar/gud-stepi.xpm [new file with mode: 0644]

diff --git a/lisp/toolbar/gud-nexti.pbm b/lisp/toolbar/gud-nexti.pbm
new file mode 100644 (file)
index 0000000..ecad296
Binary files /dev/null and b/lisp/toolbar/gud-nexti.pbm differ
diff --git a/lisp/toolbar/gud-nexti.xpm b/lisp/toolbar/gud-nexti.xpm
new file mode 100644 (file)
index 0000000..cdb8c38
--- /dev/null
@@ -0,0 +1,33 @@
+/* XPM */
+static char * gud_nexti_xpm[] = {
+"24 24 6 1",
+"      c #C0C0C0C0C0C0",
+".     c #CCCC00003333",
+"X     c #616161616161",
+"o     c #D4D400000000",
+"O     c #CCCC99999999",
+"+     c #2A2A1F1F5555",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"      ..........        ",
+"     .          .       ",
+"    .            .      ",
+"    .            .      ",
+"    .            .      ",
+"    .   X  X   oO.Oo    ",
+"       X+  +X  O...O    ",
+"      X+    +X  ...     ",
+"     X+      +X O.O     ",
+"    X+        +X .      ",
+"    +X        X+        ",
+"     +X      X+         ",
+"      +X    X+          ",
+"       +X  X+           ",
+"        +  +            ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};
diff --git a/lisp/toolbar/gud-stepi.pbm b/lisp/toolbar/gud-stepi.pbm
new file mode 100644 (file)
index 0000000..eed55cc
Binary files /dev/null and b/lisp/toolbar/gud-stepi.pbm differ
diff --git a/lisp/toolbar/gud-stepi.xpm b/lisp/toolbar/gud-stepi.xpm
new file mode 100644 (file)
index 0000000..d2667fc
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char * gud_stepi_xpm[] = {
+"24 24 5 1",
+"      c #C0C0C0C0C0C0",
+".     c #D4D400000000",
+"X     c #616161616161",
+"o     c #2A2A1F1F5555",
+"O     c #CCCC99999999",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"      .....             ",
+"     .     .            ",
+"    .       .           ",
+"    .       .           ",
+"    .   X   .   X       ",
+"    .  Xo .O.O. oX      ",
+"      Xo  O...O  oX     ",
+"     Xo    ...    oX    ",
+"    Xo     O.O     oX   ",
+"    oX      .      Xo   ",
+"     oX           Xo    ",
+"      oX         Xo     ",
+"       oX       Xo      ",
+"        o       o       ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        ",
+"                        "};