view etc/toolbar/info-up.xpm @ 2605:262b5c1d8c18

[xemacs-hg @ 2005-02-22 22:34:23 by adrian] xemacs-21.5-clean: Don't copy removed BUGS in install target of xemacs.mak -------------------- ChangeLog entries follow: -------------------- nt/ChangeLog addition: 2005-02-22 Adrian Aichner <adrian@xemacs.org> * xemacs.mak (install): Don't copy BUGS, which has been removed.
author adrian
date Tue, 22 Feb 2005 22:34:23 +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..          ",
"           .......          ",
"                            ",
"                            ",
"                            ",
"                            ",
"                            "
};