Use xpms for checked/unchecked states instead of drawing them (yielded junk)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-10-17 11:58:39 +00:00
parent 51725fc0c2
commit 11339a3884
3 changed files with 98 additions and 28 deletions

View File

@@ -0,0 +1,30 @@
/* 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",
".+++++++++++.",
"+@@@@@@@@@@@+",
"+@##########+",
"+@$$$$$$$$$$+",
"+@%%%%%%%%%%+",
"+@&&&&&&&&&&+",
"+@**********+",
"+@==========+",
"+@----------+",
"+@;;;;;;;;;;+",
"+@>>>>>>>>>>+",
"+@,,,,,,,,,,+",
".+++++++++++."};