bitmaps/CheckOnColor.xpm
author Claus Gittinger <cg@exept.de>
Fri, 01 Sep 2017 14:42:21 +0200
changeset 6205 4f25a348e0e2
parent 1124 5b8a77918821
permissions -rw-r--r--
#REFACTORING by cg class: TextView changed: #compareAgainst:named:

/* XPM */
static char *CheckOnColor_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 3 1",
/* colors */
". c none",
"* c black",
"b c red",
/* pixels */
"............bbbb",
"...........bbbbb",
"..........bbbb*.",
".........bbbb*..",
"........bbbb*...",
".......bbbb*....",
".......bbbb*....",
"bb....bbbb*.....",
"bbb...bbbb*.....",
".bbbbbbbb*......",
"..bbbbbbb*......",
"...bbbbbb*......",
"....bbbb*.......",
"....bbb*........",
".....bb*........",
".....bb*........",
};