wxWidgets/art/htmpage.xpm
2005-02-27 16:42:51 +00:00

25 lines
498 B
C

/* XPM */
static char * htmpage_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 15 3 1",
/* colors */
" s None c None",
". c #000000",
"+ c #ffffff",
/* pixels */
" ",
" ........ ",
" .++++++.. ",
" .+.+.++.+. ",
" .++++++.... ",
" .+.+.+++++. ",
" .+++++++++. ",
" .+.+.+.+.+. ",
" .+++++++++. ",
" .+.+.+.+.+. ",
" .+++++++++. ",
" .+.+.+.+.+. ",
" .+++++++++. ",
" ........... ",
" "};