view lisp/toolbar/refile.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 2568d5a27317
children
line wrap: on
line source

/* XPM */
static char * refile_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 7 1",
" 	c None",
".	c black",
"X	c #a5d8a5d89550",
"o	c #d305d305bc3c",
"O	c #ea03ea03d271",
"+	c #828282827474",
"@	c #61b761b7600a",
/* pixels */
"             .          ",
"           ..X.         ",
"         ..XoO....      ",
"       ..XooooO.+.      ",
"     ..XooooooOX..  ..  ",
"    .@@ooooooOOO@. ...  ",
"    .O@oooooOOOOO..@@.  ",
"    .OO@oooOOOOOO..@@.  ",
"  ...OO@XooOOOOO...@@.  ",
" ..+.O@XooOOOO..@@@@@.  ",
" .++..XooOOOO..@@@@@@.  ",
" .++.@oooOO...@@@@@@@.  ",
" ..+.XooOOO..@@@@@@@.   ",
"  .++.OOOO.@@@@@@@@.    ",
"   .+.oOO..@@@@@@@.     ",
"   .++.OO.@@@@@@@.      ",
"    .++.O.@@@@@..       ",
"    ..+.O.@@@@@.        ",
"     .++..@@@@.         ",
"     ..++.@@@.          ",
"       .+.@@.           ",
"       ...@.            ",
"        ...             ",
"         .              "};