From: Nick Roberts Date: Sat, 17 May 2003 23:28:38 +0000 (+0000) Subject: New icons for debugger. X-Git-Tag: ttn-vms-21-2-B4~10108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de0abe8c694031dc279bfaa3e4d8c9d90188a43b;p=emacs.git New icons for debugger. --- diff --git a/lisp/toolbar/gud-nexti.pbm b/lisp/toolbar/gud-nexti.pbm new file mode 100644 index 00000000000..ecad2965b0d 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 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 new file mode 100644 index 00000000000..eed55cc4a33 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 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 ", +" ", +" ", +" ", +" ", +" ", +" "};