Toggle.st
changeset 3 9d7eefb5e69f
parent 0 e6a541c1c0eb
child 5 7b4fb1b170e5
--- a/Toggle.st	Wed Oct 13 02:01:27 1993 +0100
+++ b/Toggle.st	Wed Oct 13 02:04:14 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989/90/91 by Claus Gittinger
+ COPYRIGHT (c) 1989-93 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,14 +19,14 @@
 
 Toggle comment:'
 
-COPYRIGHT (c) 1989/90/91 by Claus Gittinger
+COPYRIGHT (c) 1989-93 by Claus Gittinger
               All Rights Reserved
 
 this button changes state whenever pressed and stays pressed until pressed
 again. All the main action is in Button, Toggle just redefines buttonpress/
 release behavior.
 
-%W% %E%
+$Header: /cvs/stx/stx/libwidg/Toggle.st,v 1.2 1993-10-13 01:03:53 claus Exp $
 written spring/summer 89 by claus
 '!