Mercurial > emacs
view etc/images/execute.xpm @ 69214:092d8fdb26e2
(gdb-speedbar-refresh): Rename from
gdb-speedbar-timer-fn. Use speedbar-refresh instead of
speedbar-timer-fn
(gdb-var-update-handler, gdb-var-update-handler-1): Use it.
(gdb-speedbar-expand-node): Use speedbar-delete-subblock
instead of gdb-speedbar-timer-fn.
(gdb-edit-value):
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Tue, 28 Feb 2006 21:52:30 +0000 |
parents | 7b615e6c0ea5 |
children |
line wrap: on
line source
/* XPM */ static char * mail_exec_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 6 1", " c None", ". c black", "X c #a5d8a5d89550", "o c #d305d305bc3c", "O c #ea03ea03d271", "+ c white", /* pixels */ " ", " ", " ", " .. ", " XX .. ", " oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX ", " OO oo ", " OO + .. ", " XX .. ", " oo XX ", " OO oo ", " OO ", " ", " ", " ", " "};