view lisp/toolbar/show.xpm @ 55066:057613675a0b

From: Teodor Zlatanov <tzz@lifelogs.com> (next-error-last-buffer, next-error-function): New variables for the next-error framework. (next-error-buffer-p): New function. (next-error-find-buffer): Generalize compilation-find-buffer. (next-error, previous-error, first-error, next-error-no-select) (previous-error-no-select): Move from compile.el.
author Kim F. Storm <storm@cua.dk>
date Wed, 21 Apr 2004 21:36:15 +0000
parents 2568d5a27317
children
line wrap: on
line source

/* XPM */
static char * mail_show_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 4 1",
" 	c None",
".	c black",
"X	c #ea03ea03d271",
"o	c #a5d8a5d89550",
/* pixels */
"                        ",
"                        ",
"   ..................   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XoooooooooooooXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XoooooooooooooXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XooooooXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XoooooooooXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   ..................   ",
"                        ",
"                        ",
"                        "};