Mercurial > hg > xemacs-beta
annotate etc/toolbar/info-prev-xx.xpm @ 3027:7efd3a9bbcfb
[xemacs-hg @ 2005-10-25 11:28:23 by ben]
support :inherit in cus-face and face
cus-face.el, faces.el: Provide a basic implementation of the `inherit' property for
faces and the :inherit property in custom. Use the new
`specifier-instantiator' function.
Update the documentation for various places in faces.el.
'foo -> `foo'.
author | ben |
---|---|
date | Tue, 25 Oct 2005 11:28:24 +0000 |
parents | 376386a54a3c |
children | 7910031dd78a |
rev | line source |
---|---|
0 | 1 /* XPM */ |
2 static char * left-arrow_xpm[] = { | |
3 /* width height num_colors chars_per_pixel */ | |
4 "28 28 3 1", | |
5 " c Gray75 s backgroundToolBarColor", | |
6 ". c black", | |
7 "X c white", | |
8 " ", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " ", | |
16 " . ", | |
17 " .. ", | |
18 " .X. ", | |
19 " .XX............ ", | |
20 " .X.XXXXXXXXXXXX. ", | |
21 " .X.............X. ", | |
22 " ................X. ", | |
23 " ...............X. ", | |
24 " ................ ", | |
25 " ............... ", | |
26 " ... ", | |
27 " .. ", | |
28 " . ", | |
29 " ", | |
30 " ", | |
31 " ", | |
32 " ", | |
33 " ", | |
34 " ", | |
35 " " | |
36 }; |