Mercurial > emacs
comparison etc/images/unchecked.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 |
comparison
equal
deleted
inserted
replaced
111170:93d41f7676cf | 111171:3b987881726e |
---|---|
1 /* XPM */ | |
2 static char * unchecked_xpm[] = { | |
3 "12 12 5 1", | |
4 " c None", | |
5 ". c gray20", | |
6 "+ c white", | |
7 "@ c gray70", | |
8 "# c black", | |
9 "............", | |
10 "............", | |
11 "..@@@@@@@@+.", | |
12 "..@@@@@@@@+.", | |
13 "..@@@@@@@@+.", | |
14 "..@@@@@@@@+.", | |
15 "..@@@@@@@@+.", | |
16 "..@@@@@@@@+.", | |
17 "..@@@@@@@@+.", | |
18 "..@++++++++.", | |
19 ".@+++++++++.", | |
20 "............"}; |