view lisp/sb-pg-minus.xpm @ 55682:1374d9297422

* wid-edit.el (widget-radio-button-notify): Revert my last change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
author Masatake YAMATO <jet@gyve.org>
date Wed, 19 May 2004 02:16:56 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

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