bitmaps/plus.xpm
author Claus Gittinger <cg@exept.de>
Fri, 28 Jun 2019 09:21:50 +0200
changeset 6078 08c9e2a47dc5
parent 1623 b588acb3dd8b
permissions -rw-r--r--
#OTHER by cg self class name -> self className

/* XPM */
static char *plus_xpm[] = {
/* width height ncolors chars_per_pixel */
"9 9 3 1",
/* colors */
"a c black",
"b c #808080",
"c c white",
/* pixels */
"bbbbbbbbb",
"bcccccccb",
"bcccacccb",
"bcccacccb",
"bcaaaaacb",
"bcccacccb",
"bcccacccb",
"bcccccccb",
"bbbbbbbbb",
};