Mercurial > emacs
view etc/images/smilies/frown.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 | 210af0ad3d35 |
children |
line wrap: on
line source
/* XPM */ static char * frown_xpm[] = { "13 14 3 1", " c None", ". c #000000", "+ c #FFDD00", " ....... ", " ..+++++.. ", " .+++++++++. ", ".++..+++..++.", ".++++.+.++++.", ".+...+++...+.", ".+...+++...+.", ".+++++++++++.", ".+++.....+++.", ".++.+++++.++.", ".++.+++++.++.", " .+++++++++. ", " ..+++++.. ", " ....... "};