view etc/trash.xpm @ 631:abac34c62a39

[xemacs-hg @ 2001-07-18 21:25:38 by adrian] [PATCH] xemacs-21.5: Sync TUTORIAL.de with latest TUTORIAL <n162ylx0.fsf@ecf.teradyne.com>
author adrian
date Wed, 18 Jul 2001 21:26:06 +0000
parents 376386a54a3c
children 7910031dd78a
line wrap: on
line source

/* XPM */
/* A trash can, drawn by jwz */
static char *trash[] = {
/*   width height ncolors chars_per_pixel x_hot y_hot */
"     32     46       4    1		   16    23",
/*  colors */
"  c None	m None",
"= c gray85	m white",
"- c gray75	m white",
"# c black	m black",
/*  pixels */
"                                ",
"             ######             ",
"            #======#            ",
"            #==# ==#            ",
"   ##########################   ",
"  #==========================#  ",
"  ####=#######################  ",
"   #========================#   ",
"    #======================#    ",
"    #=====##====##====##===#    ",
"  ###-#==#--#==#--#==#--#==###  ",
" #--#-#==#--#==#--#==#--#==#--# ",
" ####-#==#--#==#--#==#--#==#### ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #-#==#--#==#--#==#--#==#    ",
"    #======================#    ",
"    #======================#    ",
"    #==######=###########==#    ",
"   #========================#   ",
"    ########################    ",
"                                "
};