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/xrc/rc/custclas.xpm

27 lines
490 B
C
Raw Permalink Normal View History

/* XPM */
static const char *const custclas_xpm[] = {
"16 16 7 1",
" c None",
". c #EBF70E",
"+ c #000000",
"@ c #808080",
"# c #0000FF",
"$ c #FFFFFF",
"% c #0E2CEF",
" ",
" . ",
" . ",
" . . . ",
" ... ",
"...+....++++++++",
"+@...@@@@@@@@@@+",
"+.#.#.####$$$$@+",
"+@%.%%%%%%$$$$@+",
"+@%.%%%%%%$$$$@+",
"+@@@@@@@@@@@@@@+",
"++++++++++++++++",
" ",
" ",
" ",
" "};