Mercurial > emacs
annotate lisp/toolbar/show.xpm @ 51116:cac5cb5d83ec
(gdb-view-source, gdb-selected-view): New variables.
(gdba): Inhibit DOS window in MS Windows.
(gdb-inferior-io-mode): Use hexl instead of cat.
(gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset):
Use text in margin for MS Windows as there is no image support.
(gdb-restore-windows, gdb-setup-windows): Restore/start with
assembler view if appropriate.
(gdb-assembler-custom): Assembler code should display at point.
Parse address correctly.
(gdb-frame-handler): Accommodate selection of display of source
or assembler.
Add radio buttons to select display of source or assembler.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Wed, 21 May 2003 00:49:46 +0000 |
parents | 2568d5a27317 |
children |
rev | line source |
---|---|
47730 | 1 /* XPM */ |
2 static char * mail_show_xpm[] = { | |
3 /* columns rows colors chars-per-pixel */ | |
4 "24 24 4 1", | |
5 " c None", | |
6 ". c black", | |
7 "X c #ea03ea03d271", | |
8 "o c #a5d8a5d89550", | |
9 /* pixels */ | |
10 " ", | |
11 " ", | |
12 " .................. ", | |
13 " .XXXXXXXXXXXXXXXX. ", | |
14 " .XXXXXXXXXXXXXXXX. ", | |
15 " .XoooooooooooooXX. ", | |
16 " .XXXXXXXXXXXXXXXX. ", | |
17 " .XXXXXXXXXXXXXXXX. ", | |
18 " .XoooooooooooooXX. ", | |
19 " .XXXXXXXXXXXXXXXX. ", | |
20 " .XXXXXXXXXXXXXXXX. ", | |
21 " .XooooooXXXXXXXXX. ", | |
22 " .XXXXXXXXXXXXXXXX. ", | |
23 " .XXXXXXXXXXXXXXXX. ", | |
24 " .XoooooooooXXXXXX. ", | |
25 " .XXXXXXXXXXXXXXXX. ", | |
26 " .XXXXXXXXXXXXXXXX. ", | |
27 " .XXXXXXXXXXXXXXXX. ", | |
28 " .XXXXXXXXXXXXXXXX. ", | |
29 " .XXXXXXXXXXXXXXXX. ", | |
30 " .................. ", | |
31 " ", | |
32 " ", | |
33 " "}; |