Mercurial > emacs
view lisp/toolbar/gud-down.xpm @ 60339:3cd3e3cf3529
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-145
(make-text-button): Default button type if not specified
2005-03-02 Miles Bader <miles@gnu.org>
* lisp/button.el (make-text-button): If the user doesn't specify a
type, use the default. Rewrite to use `add-text-properties' and
plist functions.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 02 Mar 2005 09:12:54 +0000 |
parents | 9c5f4d80a59c |
children | f7114bba1fd4 |
line wrap: on
line source
/* XPM */ static char * down_xpm[] = { "24 24 14 1", " c #C0C0C0C0C0C0", ". c #000000000000", "X c #7F7F7F7F7F7F", "o c #2D2D2D2D2D2D", "O c #616161616161", "+ c #FFFFCCCC6666", "@ c #929255550000", "# c #696969696969", "$ c #6D6DAAAAFFFF", "% c #49495555AAAA", "& c #333333339999", "* c #434343434343", "= c #6666FFFF6666", "- c #4949AAAA5555", " ", " ", " ", " ", " . ", " . ", " . ", " . . . ", " X...X ", " ... ", " oooooooooooX.X ", " O+++++++++O . ", " .@@@@@@@@@. ", " ............... ", " #$%$$$$$$$$$%$# ", " o%&%%%%%%%%%&%o ", " ............... ", " *===========* ", " o-----------. ", " o............ ", " ", " ", " ", " "};