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/samples/ribbon/circle.xpm

39 lines
1.2 KiB
C

/* XPM */
static const char *const circle_xpm[] = {
"32 32 2 1",
". c red",
" c None",
" .... ",
" ............ ",
" ................ ",
" .................. ",
" ......... ......... ",
" ....... ....... ",
" ...... ...... ",
" ..... ..... ",
" ..... ..... ",
" ..... ..... ",
" ..... ..... ",
" ..... ..... ",
" .... .... ",
" .... .... ",
"..... .....",
".... ....",
".... ....",
"..... .....",
" .... .... ",
" .... .... ",
" ..... ..... ",
" ..... ..... ",
" ..... ..... ",
" ..... ..... ",
" ..... ..... ",
" ...... ...... ",
" ....... ....... ",
" ......... ......... ",
" .................. ",
" ................ ",
" ............ ",
" .... "
};