*** empty log message ***
authorca
Tue, 11 Feb 1997 20:07:17 +0100
changeset 996 c4d8f29f3567
parent 995 493b62566907
child 997 615a5a19c5bf
*** empty log message ***
ObjView.st
ObjectView.st
--- a/ObjView.st	Tue Feb 11 12:17:05 1997 +0100
+++ b/ObjView.st	Tue Feb 11 20:07:17 1997 +0100
@@ -293,6 +293,12 @@
     ^ 0
 ! !
 
+!ObjectView methodsFor:'accessing'!
+
+gridShown
+    ^ gridShown
+! !
+
 !ObjectView methodsFor:'adding / removing'!
 
 add:something
@@ -2912,5 +2918,5 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ObjView.st,v 1.53 1997-01-29 12:23:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/ObjView.st,v 1.54 1997-02-11 19:07:17 ca Exp $'
 ! !
--- a/ObjectView.st	Tue Feb 11 12:17:05 1997 +0100
+++ b/ObjectView.st	Tue Feb 11 20:07:17 1997 +0100
@@ -293,6 +293,12 @@
     ^ 0
 ! !
 
+!ObjectView methodsFor:'accessing'!
+
+gridShown
+    ^ gridShown
+! !
+
 !ObjectView methodsFor:'adding / removing'!
 
 add:something
@@ -2912,5 +2918,5 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.53 1997-01-29 12:23:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.54 1997-02-11 19:07:17 ca Exp $'
 ! !