view lisp/sb-tag-plus.xpm @ 63435:a5ba219acb16

(make-obsolete, define-obsolete-function-alias): Rename arguments FUNCTION and NEW to OBSOLETE-NAME and CURRENT-NAME respectively. (make-obsolete-variable, define-obsolete-variable-alias): Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 14 Jun 2005 15:50:22 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

/* XPM */
static char * sb_tag_plus_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #B8B8B8",
"+	c #000000",
"@	c #FFF993",
"#	c #828282",
"                    ",
"                    ",
"    ..............  ",
"   .++++++++++++++. ",
"  .+@@@@@@@@@@@@@@+#",
" .+@@@@@@+@@@@@@@@+#",
".+@@@@@@@+.@@@@@@@+#",
".+@++@@+++++@@@@@@+#",
".+@++@@@.+...@@@@@+#",
".+@@@@@@@+.@@@@@@@+#",
" #+@@@@@@@.@@@@@@@+#",
"  #+@@@@@@@@@@@@@@+#",
"   #++++++++++++++# ",
"    ##############  ",
"                    "};