Add shade and unshade buttons

This commit is contained in:
Satyajit Sahoo
2013-08-08 10:27:28 +05:30
parent 6821ac4b34
commit 87f0e146ca
43 changed files with 212 additions and 21 deletions
+22
View File
@@ -0,0 +1,22 @@
/* XPM */
static char * shade_inactive_xpm[] = {
"16 16 3 1",
" c None",
". c #2D2D2D",
"+ c #AAAAAA",
"................",
"................",
"................",
"................",
".......++.......",
"......++++......",
".....++++++.....",
"....++++++++....",
"...+++.++.+++...",
".......++.......",
".......++.......",
".......++.......",
"................",
"................",
"................",
"................"};