wxWidgets/samples/ribbon/expand_selection_v.xpm
Vadim Zeitlin 3ee12b2ca9 Convert all XPM files to Unix EOLs.
Just as the normal sources (*.h, *.cpp), these files should be using LF and
not CR LF.
2015-03-19 21:46:05 +01:00

47 lines
1.3 KiB
C

/* XPM */
static const char *const expand_selection_v_xpm[] = {
"32 32 10 1",
". c black",
"h c #8EE964",
"g c #99EC70",
"f c #A4EF7B",
"e c #AFF187",
"d c #B9F493",
"c c #C4F79E",
"b c #CFFAAA",
"a c #DAFCB5",
" c None",
" .. ",
" .aa. ",
" .bbbb. ",
" .cccccc. ",
" .dddddddd. ",
" ...eeee... ",
" .ffff. ",
" .gggg. ",
" .hhhh. ",
" ...... ",
" ",
" ",
" .. .. .. .. .. .. .. .. ",
" . . ",
" ",
" . . ",
" . . ",
" ",
" . . ",
" .. .. .. .. .. .. .. .. ",
" ",
" ",
" ...... ",
" .hhhh. ",
" .gggg. ",
" .ffff. ",
" ...eeee... ",
" .dddddddd. ",
" .cccccc. ",
" .bbbb. ",
" .aa. ",
" .. "
};