bitmaps/CheckOnColor.xpm
author Claus Gittinger <cg@exept.de>
Wed, 02 Feb 2011 13:29:16 +0100
changeset 4222 53a2a6433f59
parent 1124 5b8a77918821
permissions -rw-r--r--
changed: #addLabelledField:label:adjust:tabable:from:to:separateAtX:nameAs:foregroundColor:

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