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/controls/icons/gauge.xpm

28 lines
533 B
C

/* XPM */
static const char *const gauge_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 5 1",
/* colors */
" s None c None",
". c #000000",
"+ c #000080",
"@ c #c0c0c0",
"# c #808080",
/* pixels */
" ",
" ",
" ",
"################",
"#..............#",
"#.++++++++@@@@@#",
"#.++++++++@@@@@#",
"#.++++++++@@@@@#",
"#.++++++++@@@@@#",
"#.++++++++@@@@@#",
"#.++++++++@@@@@#",
"#.++++++++@@@@@#",
"################",
" ",
" ",
" "};