bitmaps/CheckOnColor.xpm
author Jan Vrany <jan.vrany@labware.com>
Thu, 09 Nov 2023 15:55:10 +0000
branchjv
changeset 6859 75468b4f0414
parent 1124 5b8a77918821
permissions -rw-r--r--
`ScrollableView`: merge (some) changes from eXept ...to make it work with recent UI builder.

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