ObjectView.st
changeset 2227 58426f7611f2
parent 2144 8cfc21c91319
child 2289 64be0d7d2e84
--- a/ObjectView.st	Mon Aug 21 13:23:26 2000 +0200
+++ b/ObjectView.st	Tue Aug 22 00:45:25 2000 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libwidg' }"
+
 View subclass:#ObjectView
 	instanceVariableNames:'contents sorted lastButt pressAction releaseAction
 		shiftPressAction doublePressAction motionAction keyPressAction
@@ -311,7 +313,7 @@
     ^ gridShown
 ! !
 
-!ObjectView methodsFor:'accessing - behavior'!
+!ObjectView methodsFor:'accessing-behavior'!
 
 setDefaultActions
     "setup actions for default behavior (do - nothing)"
@@ -3227,5 +3229,5 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.83 2000-02-12 15:35:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.84 2000-08-21 22:45:02 cg Exp $'
 ! !