Mercurial > emacs
view lisp/toolbar/print.xpm @ 51086:3b5b1167fdf4
(put-arrow): Rename gdb-put-arrow and simplify.
(put-string): Rename gdb-put-string and simplify.
(remove-strings): Rename gdb-remove-strings.
(remove-arrow): Rename gdb-remove-arrow.
(gdb-assembler-custom): Try to get line marker (arrow) to display
in window (revisited).
Use with-current-buffer where possible.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 18 May 2003 22:19:17 +0000 |
parents | 8f4a34146a9d |
children | 734ff40978ad |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 6 1", " c #043904390439", ". c #40403f3f3f3f", "X c #5a1a5a0458f3", "o c #a74da686a5ec", "O c #e88de7c9e66c", "+ c None", /* pixels */ "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++ ++++++++++", "+++++++++++ OOX +++++++", "++++++++++ OOOOOO. +++", "+++++++++ OOOOOOOOOo +++", "+++++++++.OOOOOOOOO ++++", "+++++++ oOOOOOOOOX+++++", "+++++ OooXOOOOOOo ++++", "+++ OOOOOoXXooOO.XX ++", "++ ooOOOOOOOOoXXX.X.. ++", "++ ooooOOOOOOOOOO.... ++", "++ ooooooOOOOOOO..... ++", "++ XooooooooOOO...... ++", "++ X.XoooooooX....... ++", "++ XX...XooooX...... ++", "+++ XXXX...XX..... ++++", "+++++ .XXXXX... +++++", "++++++++ .XX.. +++++++", "+++++++++++ ++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++" };