moved isTextView
authorClaus Gittinger <cg@exept.de>
Thu, 08 Sep 2011 05:19:03 +0200
changeset 5782 59f177baaa8c
parent 5781 fc35ed4fd223
child 5783 92696252bc47
moved isTextView
SimpleView.st
--- a/SimpleView.st	Sat Aug 20 17:13:07 2011 +0200
+++ b/SimpleView.st	Thu Sep 08 05:19:03 2011 +0200
@@ -8545,12 +8545,6 @@
     "Modified: 5.6.1996 / 14:25:35 / cg"
 !
 
-isTextView
-    "I am not showing text (showing lines)"
-
-    ^ false
-!
-
 isTransparentBox
      ^ false
 !
@@ -10940,11 +10934,11 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.698 2011-07-12 13:06:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.699 2011-09-08 03:19:03 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.698 2011-07-12 13:06:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.699 2011-09-08 03:19:03 cg Exp $'
 !
 
 version_SVN