category change
authorClaus Gittinger <cg@exept.de>
Thu, 31 Aug 2000 12:02:37 +0200
changeset 1399 d8514f600816
parent 1398 409e6d69d32a
child 1400 8a7b55b08bf3
category change
DisplayObject.st
--- a/DisplayObject.st	Tue Aug 29 15:03:45 2000 +0200
+++ b/DisplayObject.st	Thu Aug 31 12:02:37 2000 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libview2' }"
+
 Object subclass:#DisplayObject
 	instanceVariableNames:'frame'
 	classVariableNames:''
@@ -472,11 +474,13 @@
     ^ false
 ! !
 
-!DisplayObject methodsFor:'users actions'!
+!DisplayObject methodsFor:'user actions'!
 
 keyInput:akey
     ^ self
-!
+! !
+
+!DisplayObject methodsFor:'user actions - move'!
 
 moveTo:aPoint
     "object must move to new origin
@@ -488,5 +492,5 @@
 !DisplayObject class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DisplayObject.st,v 1.22 1999-07-04 16:56:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DisplayObject.st,v 1.23 2000-08-31 10:02:37 cg Exp $'
 ! !