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/treectrl/unchecked.xpm

31 lines
493 B
C

/* XPM */
static const char * unchecked_xpm[] = {
"13 13 14 1",
" c None",
". c #CCCED3",
"+ c #838793",
"@ c #C4C7CF",
"# c #F5F5F5",
"$ c #F6F6F6",
"% c #F7F7F7",
"& c #F9F9F9",
"* c #FAFAFA",
"= c #FBFBFB",
"- c #FCFCFC",
"; c #FDFDFD",
"> c #FEFEFE",
", c #FFFFFF",
".+++++++++++.",
"+@@@@@@@@@@@+",
"+@##########+",
"+@$$$$$$$$$$+",
"+@%%%%%%%%%%+",
"+@&&&&&&&&&&+",
"+@**********+",
"+@==========+",
"+@----------+",
"+@;;;;;;;;;;+",
"+@>>>>>>>>>>+",
"+@,,,,,,,,,,+",
".+++++++++++."};