bitmaps/plus.xpm
author Claus Gittinger <cg@exept.de>
Sat, 18 Jan 2020 15:37:54 +0100
changeset 6209 76d74a400d6b
parent 1623 b588acb3dd8b
permissions -rw-r--r--
#FEATURE by exept class: MenuPanel added: #grabMenuItemAtPoint: comment/format in: #itemAtPoint: changed: #processShortcut:

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