view lisp/toolbar/cut.xpm @ 33895:3683396305bc

(tool-bar-add-item-from-menu): Handle case that foreground and/or background colors of the face `tool-bar' are unspecified.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 27 Nov 2000 11:28:24 +0000
parents 8f4a34146a9d
children 734ff40978ad
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 2 1",
"  c Gray0",
". c None",
/* pixels */
"........................",
"........................",
"........................",
"........................",
"........................",
".................. .....",
"................  ......",
"...............  .......",
"..............  ........",
".............  .........",
"....    ....  .....   ..",
"... ...  ..  ...    ....",
"... ...           ......",
"....    ...    .........",
"..........  ............",
".........   ............",
"........ .. ............",
"....... ... ............",
"....... .. .............",
".......   ..............",
"........................",
"........................",
"........................",
"........................"
};