summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-06-06 14:24:08 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-06-06 14:24:08 -0400
commita78fc882fac9a3334a77744be4c617b51997a5bb (patch)
tree4594cbd4906d7ea1faf5609b1a2c055cf6d27448
parent10584a7e5f476c5adb5ec6de9f0b519380abd6df (diff)
Use table markup in preference to various low-level constructions.
-rw-r--r--man/bitmap.man21
1 files changed, 12 insertions, 9 deletions
diff --git a/man/bitmap.man b/man/bitmap.man
index f03d83a..31f94d7 100644
--- a/man/bitmap.man
+++ b/man/bitmap.man
@@ -612,20 +612,23 @@ purpose as well. It can be freely incorporated with other
applications and used as a standard editing tool. The following are
the resources provided by the bitmap widget.
.sp
-.nf
+.TS
+lb lb
+l l.
Bitmap Widget
-Header file Bitmap.h
-Class bitmapWidgetClass
-Class Name Bitmap
-Superclass Bitmap
-
+Header file Bitmap.h
+Class bitmapWidgetClass
+Class Name Bitmap
+Superclass Bitmap
+.TE
All the Simple Widget resources plus .\|.\|.
-.ta 1.6i 3.2i 4.8i
+.TS
+lb lb lb lb lb
+l l l l l.
Name Class Type Default Value
-
foreground Foreground Pixel XtDefaultForeground
highlight Highlight Pixel XtDefaultForeground
framing Framing Pixel XtDefaultForeground
@@ -648,7 +651,7 @@ button4Function Button4Function DrawingFunction Invert
button5Function Button5Function DrawingFunction Invert
filename Filename String None ("")
basename Basename String None ("")
-.fi
+.TE
.SH AUTHOR
Davor Matic, MIT X Consortium