view etc/images/low-color/up-node.xpm @ 111171:3b987881726e

Avoid inline image variables for checkboxes (Bug#7222). * etc/images/checked.xpm: * etc/images/unchecked.xpm: New images. * image.el (image-checkbox-checked, image-checkbox-unchecked): Deleted (Bug#7222). * startup.el (fancy-startup-tail): Instead of using inline images, refer to image files from etc/. * wid-edit.el (checkbox): Likewise. (widget-image-find): Center image specs.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 24 Oct 2010 19:40:55 -0400
parents c0f0ecaa0096
children
line wrap: on
line source

/* XPM */
static char * up_node_xpm[] = {
"24 24 8 1",
" 	c None",
".	c #FFFFFF",
"+	c #BBBDBA",
"@	c #000000",
"#	c #87AF85",
"$	c #504D46",
"%	c #6B6B66",
"&	c #000100",
"  @@@@@@@@@@@@@@@@@@    ",
"  @...............++@   ",
"  @...............+.+@  ",
"  @...............+#%&@ ",
"  @...............+#%&@ ",
"  @.................++@ ",
"  @............+++++++@ ",
"  @.............++++++@ ",
"  @............+++++++@ ",
"  @.....++++#+++++++++@ ",
"  @...+.+++@@##+++++++@ ",
"  @....+++@#$@%+++++++@ ",
"  @...+++@###$@##+++++@ ",
"  @...++@##+##$@%+++++@ ",
"  @..++@###+###$@##+++@ ",
"  @..+@####+####$@#+++@ ",
"  @.+@#+++#+#####$@+++@ ",
"  @.%@@@@+++###@@@@@++@ ",
"  @....+@+#+###@#+++++@ ",
"  @....+@+#+###@++++++@ ",
"  @.....@+#+###@++..++@ ",
"  @@@@@@@+#+###@@@@@@@@ ",
"        @+++###@        ",
"        @@@@@@@@        "};