Mercurial > emacs
view lisp/toolbar/widen.xpm @ 90087:230281e520b3
(describe-char-unidata-list): New variable.
(describe-char-unicode-data): Use char-code-property-description.
(describe-char): Add lines for describing Unicode-based character
properties.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 30 Jan 2005 11:24:10 +0000 |
parents | 2568d5a27317 |
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 . ", " . . ", " . . ", " . . ", " . . ", " . . ", " ", " ", " "};