bitmaps/plus.xpm
author Claus Gittinger <cg@exept.de>
Tue, 09 Jul 2019 20:53:39 +0200
changeset 6083 7a2c0a30e75c
parent 1623 b588acb3dd8b
permissions -rw-r--r--
#REFACTORING by exept class: NoteBookView changed: #buttonPress:x:y: Transcript showCR:(... bindWith:...) -> Transcript showCR:... with:...

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