Mercurial > emacs
comparison etc/images/tree-widget/default/handle.xpm @ 82574:a32b9a80fe2d
Move tree-widget/ from etc/ to etc/images/
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 22 Aug 2007 04:59:02 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
82573:1472591ab30e | 82574:a32b9a80fe2d |
---|---|
1 /* XPM */ | |
2 static char * handle_xpm[] = { | |
3 "10 21 2 1", | |
4 " c None", | |
5 ". c #ADA5C6", | |
6 " ", | |
7 " ", | |
8 " ", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " ", | |
16 "..........", | |
17 " ", | |
18 " ", | |
19 " ", | |
20 " ", | |
21 " ", | |
22 " ", | |
23 " ", | |
24 " ", | |
25 " ", | |
26 " "}; |