view lisp/toolbar/execute.xpm @ 57866:c7e565aa7305

* toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses icon diropen. New tool bar item find-file-existing uses icon open. * diropen.pbm diropen.xpm: New files.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 02 Nov 2004 07:56:08 +0000
parents 2568d5a27317
children
line wrap: on
line source

/* XPM */
static char * mail_exec_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 6 1",
" 	c None",
".	c black",
"X	c #a5d8a5d89550",
"o	c #d305d305bc3c",
"O	c #ea03ea03d271",
"+	c white",
/* pixels */
"                        ",
"                        ",
"                        ",
"                 ..     ",
"             XX  ..     ",
"         oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX  ..     ",
"     OO  oo  XX         ",
"     OO  oo             ",
"     OO      +   ..     ",
"             XX  ..     ",
"         oo  XX         ",
"     OO  oo             ",
"     OO                 ",
"                        ",
"                        ",
"                        ",
"                        "};