Form.st
changeset 590 fc18ba574a4d
parent 589 2c119dc32f8c
child 591 d071af7739db
--- a/Form.st	Tue Apr 23 10:25:27 1996 +0200
+++ b/Form.st	Tue Apr 23 10:48:32 1996 +0200
@@ -38,12 +38,14 @@
 documentation
 "
     Instances of this class represent forms (i.e. bit- and pixmaps)
-    which can be created on the drawing device. In X, these are XPixmaps.
+    which can be created on a drawing device. 
+    In X, these device resources are XPixmaps.
     Not all devices will support forms.
 
     NOTICE:
         the Form class is a historic leftover and now only used for real
         device forms (i.e. on devices which support downloading bitmaps).
+
         In your application, you should always use Image, both for compatibility
         with ST-80 and for device independence, since Form may not be supported
         by all devices (for example: PostscriptPrinters).
@@ -2096,6 +2098,6 @@
 !Form class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.38 1996-04-23 08:25:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Form.st,v 1.39 1996-04-23 08:48:32 cg Exp $'
 ! !
 Form initialize!