Mercurial > emacs
annotate lisp/toolbar/lc-help.xpm @ 62134:6cd1d39df919
Move code for GUD tooltips from tooltip.el.
(require): CL needed to compile case.
(gud-tooltip-mode): Use to toggle GUD tooltips unstead of
tooltip-gud-tips-p. Make it a minor-mode.
(gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
(gud-menu-map): GUD tooltips use gud-tooltip-mode now.
(gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
(gud-tooltip-change-major-mode)
(gud-tooltip-activate-mouse-motions-if-enabled)
(gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
(gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
(gud-tooltip-original-filter, gud-tooltip-dereference)
(gud-tooltip-event, tooltip-toggle-gud-tips)
(gud-tooltip-process-output, gud-tooltip-print-command)
(gud-tooltip-tips): Moved from tooltip.el.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Fri, 06 May 2005 22:10:50 +0000 |
parents | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * help2_xpm[] = { | |
3 "24 24 12 1", | |
4 " c None", | |
5 ". c #000100", | |
6 "+ c #FFFFFF", | |
7 "@ c #BBBDBA", | |
8 "# c #C43107", | |
9 "$ c #EBA291", | |
10 "% c #D15237", | |
11 "& c #504D46", | |
12 "* c #751805", | |
13 "= c #6B6B66", | |
14 "- c #974F3D", | |
15 "; c #3E4850", | |
16 " .. &....& ", | |
17 " ....&.;@++++@..&.... ", | |
18 ".. &.+++++++++@.. .. ", | |
19 " . .%$+++++++++@#*. . ", | |
20 " ..%$$%+@@@++++###*... ", | |
21 " -.$$%%$@@@@@+$####.. ", | |
22 " .$$$%#*.....=#%####. ", | |
23 " =+$%#*.. .*#$##$.. ", | |
24 "&++@%#.. .*$$+@.. ", | |
25 ".++@@-. *$++@&. ", | |
26 ".++@@@. .+++@=. ", | |
27 ".++@@@. .++@@&. ", | |
28 ".+++@@. =++@@.. ", | |
29 "&@++@@-. .$++@@.. ", | |
30 " .+++$%*. .-$$@@=.. ", | |
31 " .@$%%$%*...&$$$%#$.. ", | |
32 " &.###%$$++++$$###... ", | |
33 " ..*####$++++$###*... ", | |
34 " . .*###+++@@@%#... . ", | |
35 " . ..#@@@@@@@&... . ", | |
36 " .......&&&..... .. ", | |
37 " ........ .... ", | |
38 " ", | |
39 " "}; |