This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/wxWidgets-3.0.5/demos/life/bitmaps/center.xpm

23 lines
425 B
C
Raw Permalink Normal View History

/* XPM */
static const char *const center_xpm[] = {
"16 16 3 1",
" c None",
". c Black",
"X c Yellow",
" ",
" ",
" ",
" .... ",
" .XXXX. ",
" .XXXXXX. ",
" .XXXXXXXX. ",
" .XXXXXXXX. ",
" .XXXXXXXX. ",
" .XXXXXXXX. ",
" .XXXXXX. ",
" .XXXX. ",
" .... ",
" ",
" ",
" "};