view lisp/toolbar/exit.xpm @ 60266:09052e72c240

(Keymaps): Clarify. (Format of Keymaps): Update lisp-mode-map example. (Active Keymaps, Key Lookup): Clarify. (Changing Key Bindings): Add xref to `kbd'. (Key Binding Commands, Simple Menu Items): Clarify. (Mouse Menus, Menu Bar): Clarify. (Menu Example): Replace print example with menu-bar-replace-menu.
author Richard M. Stallman <rms@gnu.org>
date Sun, 27 Feb 2005 00:00:41 +0000
parents 8f4a34146a9d
children
line wrap: on
line source

/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 6 1",
"  c Gray0",
". c #ae6e66e76a0a",
"X c #c6c67d7d8181",
"o c #cdcd86868989",
"O c #e4e4e4e4dcdc",
"+ c None",
/* pixels */
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++         +++++",
"++++++++++ OOOOOO  +++++",
"++++++++++ OOOOOO  +++++",
"++++++++   OOOOOO  +++++",
"++++++++ . OOOOOO  +++++",
"+++      .X OO  O  +++++",
"+++ ......Xo O  O  +++++",
"+++ ......Xo OOOO  +++++",
"+++      .X OOOOO  +++++",
"++++++++ . OOOOOO  +++++",
"++++++++   OOOOOO  +++++",
"++++++++++ OOOO    +++++",
"++++++++++ OO      +++++",
"++++++++++         +++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++",
"++++++++++++++++++++++++"
};