view lisp/toolbar/lc-back_arrow.xpm @ 60339:3cd3e3cf3529

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-145 (make-text-button): Default button type if not specified 2005-03-02 Miles Bader <miles@gnu.org> * lisp/button.el (make-text-button): If the user doesn't specify a type, use the default. Rewrite to use `add-text-properties' and plist functions.
author Miles Bader <miles@gnu.org>
date Wed, 02 Mar 2005 09:12:54 +0000
parents 54c368ae8f2b
children
line wrap: on
line source

/* XPM */
static char *back_arrow_xpm[] = {
"24 24 6 1",
"  c #000000",
". c #000100",
"X c #6B6B66",
"o c #87AF85",
"O c #FFFFFF",
"+ c None",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++ +++++++++++++",
"+++++++++ .+++++++++++++",
"++++++++ O.+++++++++++++",
"+++++++ Oo .  ++++++++++",
"++++++ Ooooooo +++++++++",
"+++++ Ooooooooo ++++++++",
"++++ ooooooooooo.+++++++",
"+++++ oooooooooo..++++++",
"++++++.oooooooooo.++++++",
"+++++++.oo.. oooo.++++++",
"++++++++.o.+  ooo.++++++",
"+++++++++..++..oo.++++++",
"++++++++++.+++.oo.++++++",
"++++++++++++++.oo.++++++",
"++++++++++++++.o.+++++++",
"+++++++++++++.oX.+++++++",
"++++++++++++.oo.++++++++",
"+++++++++++++..+++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++"};