wxWidgets/samples/listctrl/bitmaps/toolgame.xpm

42 lines
1.3 KiB
C
Raw Normal View History

/* XPM */
static char * toolgame_xpm[] = {
/* width height ncolors chars_per_pixel */
"32 32 3 1",
/* colors */
" s None c None",
". c #808080",
"+ c #ff0000",
/* pixels */
" ",
" +++++ +++++ ",
" +++++++++ +++++++++ ",
" +++++++++++ +++++++++++ ",
" +++++++++++++ +++++++++++++ ",
" +++++++++++++.+++++++++++++. ",
" +++++++++++++++++++++++++++++ ",
" +++++++++++++++++++++++++++++. ",
" +++++++++++++++++++++++++++++. ",
" +++++++++++++++++++++++++++++. ",
" +++++++++++++++++++++++++++++. ",
" +++++++++++++++++++++++++++.. ",
" +++++++++++++++++++++++++++. ",
" +++++++++++++++++++++++++.. ",
" +++++++++++++++++++++++.. ",
" +++++++++++++++++++++.. ",
" +++++++++++++++++++.. ",
" +++++++++++++++++.. ",
" +++++++++++++++++. ",
" +++++++++++++++.. ",
" +++++++++++++.. ",
" +++++++++++++. ",
" +++++++++++.. ",
" +++++++++.. ",
" +++++++.. ",
" +++++++. ",
" +++++.. ",
" +++.. ",
" +.. ",
" +. ",
" . ",
" "};