MotionButton.st
changeset 3150 e3a55f15ef7e
parent 1230 1e521b1de695
child 4355 3ec5cc86b891
--- a/MotionButton.st	Fri Nov 10 07:20:31 2006 +0100
+++ b/MotionButton.st	Mon Nov 13 17:11:31 2006 +0100
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libwidg2' }"
+
 Button subclass:#MotionButton
 	instanceVariableNames:'oldBorderWidth'
 	classVariableNames:''
@@ -65,5 +67,5 @@
 !MotionButton class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/MotionButton.st,v 1.5 1999-03-07 13:27:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/MotionButton.st,v 1.6 2006-11-13 16:11:31 cg Exp $'
 ! !