view etc/images/tree-widget/folder/close.xpm @ 111755:350f17da7963

Document byte-to-string in Lisp manual. * objects.texi (Symbol Type): * text.texi (Near Point): * help.texi (Help Functions): * functions.texi (Mapping Functions): Use string instead of char-to-string in examples. * nonascii.texi (Converting Representations): Document byte-to-string. * strings.texi (Creating Strings): Don't mention semi-obsolete function char-to-string. (String Conversion): Shorten discussion of semi-obsolete function string-to-char. Link to Converting Representations.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 21 Nov 2010 13:07:47 -0500
parents cefc9555d19c
children
line wrap: on
line source

/* XPM */
static char * close_xpm[] = {
"16 22 15 1",
" 	c None",
".	c #848400",
"+	c #E7E79C",
"@	c #E7E794",
"#	c #DEDE8C",
"$	c #ADAD39",
"%	c #ADAD42",
"&	c #B5B54A",
"*	c #B5B552",
"=	c #BDBD5A",
"-	c #9C9C29",
";	c #A5A531",
">	c #C6C663",
",	c #C6C66B",
"'	c #CECE73",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
" ....           ",
".+@@#.......    ",
".....$%%&&*=.   ",
".-;;$%%&&*==.   ",
".;;$%%&&*===.   ",
".;$%%&&*===>.   ",
".$%%&&*===>,.   ",
".%%&&*===>,,.   ",
".%&&*===>,,'.   ",
".............   ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                "};