wxWidgets/samples/richtext/bitmaps/underline.xpm

26 lines
510 B
C

/* XPM */
static const char *const underline_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 3 1",
". c Black",
"X c #A6A6A6",
" c None",
/* pixels */
" ",
" ",
" ",
" .... .... ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" .. .. ",
" ..X X.. ",
" ..... ",
" ",
" ......... ",
" ",
" "
};