diff options
Diffstat (limited to 'lisp')
-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 ", +" ", +" ", +" ", +" ", +" ", +" "}; |