Mercurial > emacs
view etc/images/info.xpm @ 67997:217b260efd66
(mouse-drag-track): Renamed, from `mouse-drag-region-1'. Includes
optional argument required to enable post-drag event processing
(e.g. delete region keys). Can be used without this argument to track
a mouse region and operate on it as soon as the drag completes.
(mouse-drag-region): Use `mouse-drag-track'.
author | J.D. Smith <jdsmith@as.arizona.edu> |
---|---|
date | Tue, 03 Jan 2006 17:08:51 +0000 |
parents | 28718fa5d988 |
children | fbbac2460322 |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 6 1", " c Gray0", ". c #65658b8b5e5e", "X c #934ab2448dfb", "o c #b35dc8c8afaf", "O c #e0b2e944df83", "+ c None", /* pixels */ "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "+++++++++ ++++++++++", "++++++++ oOOOO +++++++++", "+++++++ OOOOOOO ++++++++", "++++++ oOo oOo +++++++", "+++++++ O +++ OO +++++++", "+++++++O ++++ Oo +++++++", "++++++++++++ OO. +++++++", "+++++++++++ OOX ++++++++", "++++++++++ OOX +++++++++", "+++++++++ XOX ++++++++++", "+++++++++ OX +++++++++++", "+++++++++ +++++++++++", "++++++++++++++++++++++++", "++++++++++ ++++++++++++", "+++++++++ Oo +++++++++++", "+++++++++ oX +++++++++++", "++++++++++ ++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++", "++++++++++++++++++++++++" };