commentary
authorClaus Gittinger <cg@exept.de>
Tue, 23 Apr 1996 12:44:35 +0200
changeset 205 ddb3c0dfcc0d
parent 204 277d2523d8cb
child 206 975f42e01bb1
commentary
XWDReader.st
--- a/XWDReader.st	Tue Apr 23 12:43:27 1996 +0200
+++ b/XWDReader.st	Tue Apr 23 12:44:35 1996 +0200
@@ -47,7 +47,7 @@
 
 documentation
 "
-    this class provides methods for loading x-window dump (xwd) images.
+    this class provides methods for loading/saving of x-window dump (xwd) images.
     Both reading and writing of images is supported.
 
     [See also:]
@@ -156,8 +156,9 @@
      viewed by the xwud program and printed with xpr.  
      No compression is performed.
 
-     See the file ...include/X11/XWDFile.h for a definition of the format.
+     See the file ...include/X11/XWDFile.h for a definition of the format."
 
+    "
      Notice:
         this method was adapted from a goody in the uiuc archive 
         (Prime time freeware).
@@ -268,5 +269,5 @@
 !XWDReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.11 1996-04-23 10:43:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/XWDReader.st,v 1.12 1996-04-23 10:44:35 cg Exp $'
 ! !