view lisp/toolbar/page-down.xpm @ 48685:19bf840bede8

Replace uses of (gdb-get-instance-buffer 'gdba) and gdb-proc with gud-comint-buffer instead. (gdb-proc): Remove. (def-gdb-var): Simplify. (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local. Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map. (gdb-goto-bp-this-line): Select the window while doing the goto-line. (gdb-info-locals-handler): Avoid replace-regexp.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 05 Dec 2002 21:45:11 +0000
parents 2568d5a27317
children
line wrap: on
line source

/* XPM */
static char * mail_page_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 5 1",
" 	c None",
".	c black",
"X	c #ea03ea03d271",
"o	c #a5d8a5d89550",
"O	c #d305d305bc3c",
/* pixels */
"                        ",
"                        ",
"   ..................   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XoooooooooooooXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .Xoooooooooo..oXX.   ",
"   .XXXXXXXXXXX..XXX.   ",
"   .XXXXXXXXXXX..XXX.   ",
"   .XooooooXXXX..XXX.   ",
"   .XXXXXXXXXXX..XXX.   ",
"   .XXXXXXXXX.O..O.X.   ",
"   .Xoooooooo.....XX.   ",
"   .XXXXXXXXXX....XX.   ",
"   .XXXXXXXXXXX..XXX.   ",
"   .XXXXXXXXXXXooXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   .XXXXXXXXXXXXXXXX.   ",
"   ..................   ",
"                        ",
"                        ",
"                        "};