21625f40b5
I tried to get the latest versions from dockapps.org, but I haven't tested any of them. More dockapps will be added as time permits.
16 lines
216 B
C
16 lines
216 B
C
/* XPM */
|
|
static char * delete_button_xpm[] = {
|
|
"8 8 4 1",
|
|
" c #000000",
|
|
". c #939393",
|
|
"+ c #FFFFFF",
|
|
"@ c #494848",
|
|
" ",
|
|
" .++++. ",
|
|
" + ++ + ",
|
|
" ++@@++ ",
|
|
" ++@@++ ",
|
|
" + ++ + ",
|
|
" .++++. ",
|
|
" "};
|