(none)
authorclaus
Wed, 13 Oct 1993 02:03:48 +0100
changeset 2 ab6002adaee1
parent 1 c6ca7bfedf31
child 3 0332d1e8cecb
(none)
MenuButt.st
MenuButton.st
MotionButton.st
MtnButt.st
Ruler.st
Slider.st
TextBox.st
TextRuler.st
--- a/MenuButt.st	Wed Oct 13 02:03:30 1993 +0100
+++ b/MenuButt.st	Wed Oct 13 02:03:48 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 @@
 
 MenuButton comment:'
 
-COPYRIGHT (c) 1989/90/91 by Claus Gittinger
+COPYRIGHT (c) 1989-93 by Claus Gittinger
 	      All Rights Reserved
 
 these objects implement the special buttons used for pull-down-menu-bars.
 they highlight on enter events (while pressed) and perform their
 action on release
 
-@(#)MenuButt.st	3.1 92/08/23
+$Header: /cvs/stx/stx/libwidg2/Attic/MenuButt.st,v 1.2 1993-10-13 01:02:51 claus Exp $
 written spring/summer 89 by claus
 '!
 
--- a/MenuButton.st	Wed Oct 13 02:03:30 1993 +0100
+++ b/MenuButton.st	Wed Oct 13 02:03:48 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 @@
 
 MenuButton comment:'
 
-COPYRIGHT (c) 1989/90/91 by Claus Gittinger
+COPYRIGHT (c) 1989-93 by Claus Gittinger
 	      All Rights Reserved
 
 these objects implement the special buttons used for pull-down-menu-bars.
 they highlight on enter events (while pressed) and perform their
 action on release
 
-@(#)MenuButt.st	3.1 92/08/23
+$Header: /cvs/stx/stx/libwidg2/MenuButton.st,v 1.2 1993-10-13 01:02:51 claus Exp $
 written spring/summer 89 by claus
 '!
 
--- a/MotionButton.st	Wed Oct 13 02:03:30 1993 +0100
+++ b/MotionButton.st	Wed Oct 13 02:03:48 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,13 +19,13 @@
 
 MotionButton comment:'
 
-COPYRIGHT (c) 1989/90/91 by Claus Gittinger
+COPYRIGHT (c) 1989-93 by Claus Gittinger
 	      All Rights Reserved
 
 a motionButton highlights itself whenever the cursor
 walks into it ...
 
-@(#)MtnButt.st	3.1 92/08/23
+$Header: /cvs/stx/stx/libwidg2/MotionButton.st,v 1.2 1993-10-13 01:02:55 claus Exp $
 written spring/summer 89 by claus
 '!
 
--- a/MtnButt.st	Wed Oct 13 02:03:30 1993 +0100
+++ b/MtnButt.st	Wed Oct 13 02:03:48 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,13 +19,13 @@
 
 MotionButton comment:'
 
-COPYRIGHT (c) 1989/90/91 by Claus Gittinger
+COPYRIGHT (c) 1989-93 by Claus Gittinger
 	      All Rights Reserved
 
 a motionButton highlights itself whenever the cursor
 walks into it ...
 
-@(#)MtnButt.st	3.1 92/08/23
+$Header: /cvs/stx/stx/libwidg2/Attic/MtnButt.st,v 1.2 1993-10-13 01:02:55 claus Exp $
 written spring/summer 89 by claus
 '!
 
--- a/Ruler.st	Wed Oct 13 02:03:30 1993 +0100
+++ b/Ruler.st	Wed Oct 13 02:03:48 1993 +0100
@@ -24,7 +24,7 @@
 
 a Ruler for page layout.
 
-%W% %E%
+$Header: /cvs/stx/stx/libwidg2/Ruler.st,v 1.2 1993-10-13 01:03:20 claus Exp $
 
 written oct 91 by claus
 '!
--- a/Slider.st	Wed Oct 13 02:03:30 1993 +0100
+++ b/Slider.st	Wed Oct 13 02:03:48 1993 +0100
@@ -28,7 +28,7 @@
 
 Instance variables:
 
-%W% %E%
+$Header: /cvs/stx/stx/libwidg2/Slider.st,v 1.2 1993-10-13 01:03:41 claus Exp $
 
 written summer 92 by claus
 '!
--- a/TextBox.st	Wed Oct 13 02:03:30 1993 +0100
+++ b/TextBox.st	Wed Oct 13 02:03:48 1993 +0100
@@ -25,7 +25,7 @@
 this class implements a pop-up box to enter some text
 with 2 buttons; one to cancel, another to start some action
 
-%W% %E%
+$Header: /cvs/stx/stx/libwidg2/TextBox.st,v 1.2 1993-10-13 01:03:42 claus Exp $
 written Mai 92 by claus
 '!
 
--- a/TextRuler.st	Wed Oct 13 02:03:30 1993 +0100
+++ b/TextRuler.st	Wed Oct 13 02:03:48 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991/92 by Claus Gittinger
+ COPYRIGHT (c) 1991-93 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -23,12 +23,12 @@
 
 TextRuler comment:'
 
-COPYRIGHT (c) 1991/92 by Claus Gittinger
+COPYRIGHT (c) 1991-93 by Claus Gittinger
               All Rights Reserved
 
 a Ruler for page layout showing tabs., margins etc.
 
-@(#)TextRuler.st	3.1 92/08/23
+$Header: /cvs/stx/stx/libwidg2/TextRuler.st,v 1.2 1993-10-13 01:03:48 claus Exp $
 written oct 91 by claus
 '!