Mercurial > emacs
view etc/images/low-color/back-arrow.xpm @ 70956:5fd02ab03d96
(ewoc--current-dll): New var.
(ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't
take DLL arg. Instead, use `ewoc--current-dll'. Update all callers.
(ewoc--set-buffer-bind-dll-let*): Bind `ewoc--current-dll', not `dll'.
(ewoc--adjust): Use `ewoc--current-dll'.
(ewoc-next, ewoc-prev, ewoc-nth): Bind `ewoc--current-dll'.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Fri, 26 May 2006 08:29:13 +0000 |
parents | 28718fa5d988 |
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.++++++++", "+++++++++++++..+++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++"};