class: GIFReader
authorClaus Gittinger <cg@exept.de>
Fri, 14 Feb 2014 01:37:14 +0100
changeset 3284 b2302e748434
parent 3283 e32b39c8647f
child 3285 3d0e0dc95bd2
class: GIFReader comment/format in: #examples
GIFReader.st
--- a/GIFReader.st	Fri Feb 14 01:27:40 2014 +0100
+++ b/GIFReader.st	Fri Feb 14 01:37:14 2014 +0100
@@ -79,7 +79,7 @@
 
      a view showing rainfall:
                                                                                 [exBegin] 
-    |BG CLR N1 H W v drops gen gen1 buffer|
+    |BG CLR N1 H W v WIND drops gen newDrops draw remove move buffer|
 
     BG := Color black.
     CLR := Color blue lightened.
@@ -1084,11 +1084,11 @@
 !GIFReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.103 2014-02-14 00:27:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.104 2014-02-14 00:37:14 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.103 2014-02-14 00:27:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/GIFReader.st,v 1.104 2014-02-14 00:37:14 cg Exp $'
 ! !