view etc/toolbar/info-prev.xpm @ 5092:3aa3888729c3

move inclusion point of text.h to clean things up a bit -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-03-02 Ben Wing <ben@xemacs.org> * lisp.h: * text.h: Move inclusion point of text.h earlier in lisp.h -- just before the definition of characters, which needs some of the stuff in text.h. With text.h later, some basic character properties had to be defined in lisp.h -- put them back into text.h where they belong. Move some text in lisp.h at the point of text.h inclusion into text.h -- it serves as a mini-introduction.
author Ben Wing <ben@xemacs.org>
date Tue, 02 Mar 2010 06:19:51 -0600
parents 376386a54a3c
children 7910031dd78a
line wrap: on
line source

/* XPM */
static char * left-arrow_xpm[] = {
/* width height num_colors chars_per_pixel */
"28 28 3 1",
" 	c Gray75 s backgroundToolBarColor",
".	c black",
"X	c white",
"                            ",
"                            ",
"                            ",
"                            ",
"                            ",
"                            ",
"                            ",
"                            ",
"           .                ",
"          ..                ",
"         .X.                ",
"        .XX............     ",
"       .X.XXXXXXXXXXXX.     ",
"      .X.............X.     ",
"     ................X.     ",
"      ...............X.     ",
"       ................     ",
"        ...............     ",
"         ...                ",
"          ..                ",
"           .                ",
"                            ",
"                            ",
"                            ",
"                            ",
"                            ",
"                            ",
"                            "
};