Mercurial > emacs
view etc/images/widen.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 | 7b615e6c0ea5 |
children |
line wrap: on
line source
/* XPM */ static char * widen_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 3 1", " c None", ". c #8d4d97577838", "X c black", /* pixels */ " ", " ", " ", " . . ", " . . ", " . . ", " . . ", " . . ", " . XX XX . ", " . XX XX . ", " . XX XX . ", " .XXXXXXXX XXXXXXXX. ", " .XXXXXXXX XXXXXXXX. ", " . XX XX . ", " . XX XX . ", " . XX XX . ", " . . ", " . . ", " . . ", " . . ", " . . ", " ", " ", " "};