view etc/letter.xpm @ 70320:17275343ae24

(Type Predicates): Add links for booleanp and string-or-null-p.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 01 May 2006 13:31:59 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c opaque",
" 	c None",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};