Mercurial > emacs
view lisp/toolbar/home.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 | 54d90c318dfd |
children | 734ff40978ad |
line wrap: on
line source
/* XPM */ static char * home_xpm[] = { "24 24 9 1", " c None", ". c #020202", "+ c #6C7962", "@ c #7A8A6E", "# c #FEFEFE", "$ c #7E8E76", "% c #82927A", "& c #C8CEC4", "* c #E3E7E1", " ", " ", " ", " ", " . ... ", " .#. .&. ", " .#*%..&. ", " .##&&$.&. ", " .##&&&&$&. ", " .*#&&&&&&@. ", " .##&&&&&&&&+. ", " .###&&&&&&&&&+. ", " ...##&&&&&&&&+... ", " .##&&&&&&&&+. ", " .##....&&&&+. ", " .##.&&.&&&&+. ", " .##.&&.&&&&+. ", " .#*.&&.&&&&+. ", " .&+.++.+++++. ", " ............. ", " ", " ", " ", " "};