view etc/toolbar/info-up-up.xpm @ 2814:520c08f04735

[xemacs-hg @ 2005-06-16 19:59:33 by crestani] 2005-06-06 Marcus Crestani <crestani@xemacs.org> * lisp.h (DEFUN): Define S##fname here. * lisp.h (DEFUN_NORETURN): Define S##fname here. * symeval.h (DEFSUBR_MC_ALLOC): Use already defined S##fname.
author crestani
date Thu, 16 Jun 2005 19:59:35 +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..          ",
"           .......          ",
"                            ",
"                            ",
"                            ",
"                            ",
"                            "
};