view lisp/sb-pg.xpm @ 56232:2b5c4bf61459

(Accessing Events): Clarify posn-col-row and posn-actual-col-row. (Accessing Events): New functions posn-at-point and posn-at-x-y. Add example to posn-x-y.
author Richard M. Stallman <rms@gnu.org>
date Thu, 24 Jun 2004 20:11:31 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

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