GraphColumnView.st
changeset 2467 6b698a4378a8
parent 1062 3be6b8b6a875
child 2565 d70e11fc3830
--- a/GraphColumnView.st	Wed Mar 26 13:24:50 2003 +0100
+++ b/GraphColumnView.st	Fri Mar 28 11:10:58 2003 +0100
@@ -1,3 +1,5 @@
+"{ Package: 'stx:libwidg2' }"
+
 View subclass:#GraphColumnView
 	instanceVariableNames:'columns listHolder references referenceHolder referenceSelector
 		referenceColor showReferences zoomY zoomYHolder oldMenuMessage
@@ -53,12 +55,6 @@
 
 !GraphColumnView methodsFor:'accessing'!
 
-aspectFor:aKey
-    "called by menupanel; returns nil (evaluate perform)
-    "
-    ^ nil
-!
-
 columns
     "returns the list of column descriptions
     "
@@ -858,9 +854,7 @@
     menu notNil ifTrue:[
         menu receiver:self
     ].
-  ^ menu
-
-
+    ^ menu
 !
 
 doZoomY:aValue
@@ -1059,5 +1053,5 @@
 !GraphColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView.st,v 1.5 1998-08-08 06:05:30 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView.st,v 1.6 2003-03-28 10:10:58 ca Exp $'
 ! !