Mercurial > emacs
view lisp/toolbar/gud-remove.xpm @ 51086:3b5b1167fdf4
(put-arrow): Rename gdb-put-arrow and simplify.
(put-string): Rename gdb-put-string and simplify.
(remove-strings): Rename gdb-remove-strings.
(remove-arrow): Rename gdb-remove-arrow.
(gdb-assembler-custom): Try to get line marker (arrow) to display
in window (revisited).
Use with-current-buffer where possible.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 18 May 2003 22:19:17 +0000 |
parents | 61d00c228928 |
children | f7114bba1fd4 |
line wrap: on
line source
/* XPM */ static char * go_xpm[] = { "24 24 4 1", " c #C0C0C0C0C0C0", ". c #000080800000", "X c #FFFFFFFFFFFF", "o c #F8F8FCFCF8F8", " ", " ", " .......... ", " ............ ", " .............. ", " ................ ", " .................. ", " ......XX...oo....... ", " .....X..X.o..o...... ", " .....X....o..o...... ", " .....X....o..o...... ", " .....X....o..o...... ", " .....X.XX.o..o...... ", " .....X..X.o..o...... ", " .....X..X.o..o...... ", " .....X..X.o..o...... ", " ......XX...oo....... ", " .................. ", " ................ ", " .............. ", " ............ ", " .......... ", " ", " "};