Toggle.st
changeset 63 f4eaf04d1eaf
parent 59 450ce95a72a4
child 70 14443a9ea4ec
--- a/Toggle.st	Thu Nov 17 15:34:12 1994 +0100
+++ b/Toggle.st	Thu Nov 17 15:38:53 1994 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/Toggle.st,v 1.7 1994-10-10 03:03:16 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Toggle.st,v 1.8 1994-11-17 14:38:44 claus Exp $
 '!
 
 !Toggle class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/Toggle.st,v 1.7 1994-10-10 03:03:16 claus Exp $
+$Header: /cvs/stx/stx/libwidg/Toggle.st,v 1.8 1994-11-17 14:38:44 claus Exp $
 "
 !
 
@@ -68,7 +68,11 @@
 	lampColor   <Color>         color of the lamp
 	lampWidth   <Integer>       width of the lamp in pixel
 	lampHeight  <Integer>       height of the lamp in pixel
+"
+!
 
+examples
+"
     Examples:
 	Try these, to see what is possible.