diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2003-05-17 23:28:38 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2003-05-17 23:28:38 +0000 |
commit | de0abe8c694031dc279bfaa3e4d8c9d90188a43b (patch) | |
tree | 4167287cc2c71425a890a193678a2d5e4d869beb /lisp/toolbar | |
parent | ce7186e254030dcb7e1b57377d4e5e1da44b07a2 (diff) | |
download | emacs-de0abe8c694031dc279bfaa3e4d8c9d90188a43b.tar.gz |
New icons for debugger.
Diffstat (limited to 'lisp/toolbar')
-rw-r--r-- | lisp/toolbar/gud-nexti.pbm | bin | 0 -> 81 bytes | |||
-rw-r--r-- | lisp/toolbar/gud-nexti.xpm | 33 | ||||
-rw-r--r-- | lisp/toolbar/gud-stepi.pbm | bin | 0 -> 81 bytes | |||
-rw-r--r-- | lisp/toolbar/gud-stepi.xpm | 32 |
4 files changed, 65 insertions, 0 deletions
diff --git a/lisp/toolbar/gud-nexti.pbm b/lisp/toolbar/gud-nexti.pbm Binary files differnew file mode 100644 index 00000000000..ecad2965b0d --- /dev/null +++ b/lisp/toolbar/gud-nexti.pbm diff --git a/lisp/toolbar/gud-nexti.xpm b/lisp/toolbar/gud-nexti.xpm new file mode 100644 index 00000000000..cdb8c38e8d4 --- /dev/null +++ b/lisp/toolbar/gud-nexti.xpm @@ -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 Binary files differnew file mode 100644 index 00000000000..eed55cc4a33 --- /dev/null +++ b/lisp/toolbar/gud-stepi.pbm diff --git a/lisp/toolbar/gud-stepi.xpm b/lisp/toolbar/gud-stepi.xpm new file mode 100644 index 00000000000..d2667fc70b6 --- /dev/null +++ b/lisp/toolbar/gud-stepi.xpm @@ -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 ", +" ", +" ", +" ", +" ", +" ", +" "}; |