wxWidgets/demos/life/bitmaps/info.xpm
Robin Dunn c331e19f10 fixed line endings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-06-14 04:05:05 +00:00

25 lines
452 B
C

/* XPM */
static char *info_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 2 1",
" c None",
". c Blue",
/* pixels */
" ",
" .... ",
" ...... ",
" ...... ",
" .... ",
" ",
" ",
" ....... ",
" ..... ",
" ..... ",
" ..... ",
" ..... ",
" ..... ",
" ..... ",
" ..... ",
" ......... "
};