GraphColumnView.st
changeset 1062 3be6b8b6a875
parent 813 ede4f0fa4168
child 2467 6b698a4378a8
--- a/GraphColumnView.st	Fri Aug 07 19:58:51 1998 +0200
+++ b/GraphColumnView.st	Sat Aug 08 08:05:30 1998 +0200
@@ -53,6 +53,12 @@
 
 !GraphColumnView methodsFor:'accessing'!
 
+aspectFor:aKey
+    "called by menupanel; returns nil (evaluate perform)
+    "
+    ^ nil
+!
+
 columns
     "returns the list of column descriptions
     "
@@ -1053,5 +1059,5 @@
 !GraphColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView.st,v 1.4 1998-03-09 16:09:47 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView.st,v 1.5 1998-08-08 06:05:30 ca Exp $'
 ! !