view etc/letter.xpm @ 57297:42311c6c4bdb

(set-left-margin, set-right-margin): Rename `lm' arg to `width' for consistency with docstring. Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 02 Oct 2004 00:16:19 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

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