Mercurial > hg > xemacs-beta
view etc/toolbar/last-win-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 |
line wrap: on
line source
/* XPM */ static char * last_win_xpm[] = { "28 28 5 1", " c Gray75 s backgroundToolBarColor", ". c Gray60", "x c white", "y c Gray90", "z c Gray60", " ", " ", " ........... ", " .zzzz.zzzz. ", " ...........z.zzzz. ", " .yyyy.yyyy.z.zzzz. ", " ...........y.yyyy.z.zzzz. ", " .xxxx.xxxx.y.yyyy.z.zzzz. ", " .xxxx.xxxx.y.yyyy........ ", " .xxxx.xxxx.y.yyyy.z.zzzz. ", " .xxxx.xxxx........z.zzzz. ", " .xxxx.xxxx.y.yyyy.z.zzzz. ", " ...........y.yyyy.z.zzzz. ", " .xxxx.xxxx.y.yyyy.z.zzzz. ", " .xxxx.xxxx.y.yyyy........ ", " .xxxx.xxxx.y.yyyy. ", " .xxxx.xxxx........ ", " .xxxx.xxxx. ", " ........... ", " ", " ", " .. ", " ... ", " ................... ", " ... ", " .. ", " ", " "};