bitmaps/minus.xpm
author Claus Gittinger <cg@exept.de>
Sat, 02 Mar 2019 12:23:52 +0100
changeset 6021 15bfa1dd30de
parent 1623 b588acb3dd8b
permissions -rw-r--r--
#DOCUMENTATION by cg class: MenuPanel changed: #buttonMotion:x:y:

/* 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",
"bcccccccb",
"bcccccccb",
"bcaaaaacb",
"bcccccccb",
"bcccccccb",
"bcccccccb",
"bbbbbbbbb",
};