view etc/images/tree-widget/folder/close.xpm @ 112169:882d6cbb91a2

Tweaks to tool-bar for default, VC-dir, Compile, and Info. * tool-bar.el (tool-bar-setup): Remove Help button. Remove label from Search and add a label to Undo. * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing inappropriate buttons and adding :vert-only tags. * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to removal of Help tool-bar button. Remove Undo button for space. * info.el (info-tool-bar-map): Add :vert-only tags.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 08 Jan 2011 23:13: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",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
" ....           ",
".+@@#.......    ",
".....$%%&&*=.   ",
".-;;$%%&&*==.   ",
".;;$%%&&*===.   ",
".;$%%&&*===>.   ",
".$%%&&*===>,.   ",
".%%&&*===>,,.   ",
".%&&*===>,,'.   ",
".............   ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                "};