view etc/images/checked.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
children c7c697c81a21
line wrap: on
line source

/* XPM */
static char * checked_xpm[] = {
"12 12 5 1",
" 	c None",
".	c gray20",
"+	c white",
"@	c gray70",
"#	c black",
"............",
"............",
"..@@@@@@##+.",
"..@@@@@@##+.",
"..#@@@@##@+.",
"..##@@@##@+.",
"..###@##@@+.",
"..@#####@@+.",
"..@@###@@@+.",
"..@++##++++.",
".@+++++++++.",
"............"};