view lisp/toolbar/alias.xpm @ 64812:0d6aa987778c

Replace `info' with upper-case `Info' where appropriate. (info-title-1, info-title-2, info-title-3, info-title-4) (info-menu-header): Move up face definitions. (info-menu-star): Rename from `info-menu-5'. (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'. (Info-fontify-visited-nodes): Fix docstring. (Info-hide-note-references): Fix docstring. (Info-up, Info-next-reference, Info-prev-reference): Put cursor on menu items in the same way as on cross-references. (info-apropos): Fix sorting order and formatting to be like in the stand-alone Info browser. Display error messages for 1 sec. (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'. (Info-mode-menu): Remove item for `Info-search-case-sensitively' from the menu bar. (Info-insert-dir): Restore point after calling `insert-buffer-substring'.
author Juri Linkov <juri@jurta.org>
date Tue, 09 Aug 2005 08:43:02 +0000
parents 30c4902b654d
children
line wrap: on
line source

/* XPM */
static char * alias_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 4 1",
" 	c None",
".	c #61b761b7600a",
"X	c #a5d8a5d89550",
"o	c black",
/* pixels */
"                        ",
"                        ",
"                        ",
"     ......             ",
"   ...XXXX..XX          ",
"  o..ooooooo...         ",
" ooo      oooo..X       ",
" o.X        ooo...      ",
" o.X          ooo.XX    ",
" o.X            oo..    ",
" o.X             oo.    ",
" o...            oo..   ",
"  o.X             o..   ",
"  o.XX            oX.   ",
"   o....          oo.   ",
"    o..XX        oooo   ",
"     o...XXX   XXoooo   ",
"      ooo........ooooo  ",
"        oooooXXooooo.oo ",
"            ooo    o..oo",
"                    o...",
"                     ooo",
"                      oo",
"                        "};