added #isScrollWrapper query.
authorClaus Gittinger <cg@exept.de>
Sat, 20 Jun 1998 14:20:50 +0200
changeset 2161 46940821c697
parent 2160 b57a3f138ae3
child 2162 1171a830024c
added #isScrollWrapper query.
SimpleView.st
--- a/SimpleView.st	Fri Jun 19 04:19:17 1998 +0200
+++ b/SimpleView.st	Sat Jun 20 14:20:50 1998 +0200
@@ -5795,6 +5795,13 @@
     "Created: 19.7.1996 / 17:51:04 / cg"
 !
 
+isScrollWrapper
+     ^ false
+
+    "Created: / 5.6.1996 / 14:11:15 / cg"
+    "Modified: / 20.6.1998 / 14:15:29 / cg"
+!
+
 isSubViewOf:aView
     "return true, if I am a (direct or indirect) subview of aView"
 
@@ -7806,6 +7813,6 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.257 1998-06-18 23:13:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.258 1998-06-20 12:20:50 cg Exp $'
 ! !
 SimpleView initialize!