view etc/images/ezimage/page-plus.xpm @ 67096:ca31f8486563

(gdb-speedbar-auto-raise): New function and variable. (gdb-var-create-handler, gdb-var-list-children-handler): Don't match on "char **...". (gdb-var-update-handler): Find values for all variable objects. (gdb-info-frames-custom): Identify frames by leading "#".
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 24 Nov 2005 00:34:59 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_pg_plus_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #FFFFFF",
"#	c #ADADAD",
"       ............ ",
"      .++++++++++++.",
"     .++@@@@@@@@@@+.",
"    .+#+@@@@@@@@@@+.",
"   .+##+@@@@@@@@@@+.",
"  .+###+@@@++@@@@@+.",
" .+####+@@@++@@@@@+.",
".+++++++@++++++@@@+.",
".+@@@@@@@++++++@@@+.",
".+@@@@@@@@@++@@@@@+.",
".+@@@@@@@@@++@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".+@@@@@@@@@@@@@@@@+.",
".++++++++++++++++++.",
" .................. "};