view etc/toolbar/info-up-cap-up.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 * up-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"28 28 3 1",
" 	c Gray75 s backgroundToolBarColor",
".	c black",
"X	c white",
"                            ",
"                            ",
"                            ",
"                            ",
"                            ",
"              .             ",
"             ...            ",
"            .X...           ",
"           .X.....          ",
"          .X.......         ",
"         .XXX.......        ",
"        ....X........       ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .X.....          ",
"           .XXXX..          ",
"           .......          ",
"                            ",
"                            ",
"                            ",
"                            ",
"                            "
};