Files
wx_wherigo/libs/wxWidgets-3.3.1/samples/richtext/bitmaps/centre.xpm
2025-10-31 23:37:30 +01:00

25 lines
469 B
C

/* XPM */
static const char *const centre_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 2 1",
". c #4D4D4D",
" c None",
/* pixels */
" ",
" ",
" .............. ",
" ",
" .......... ",
" ",
" .............. ",
" ",
" .......... ",
" ",
" .............. ",
" ",
" .......... ",
" ",
" ",
" "
};