ViewWithAcceptAndCancelBar.st
changeset 8842 a2fc5fdbd5ae
parent 8336 e37d5992d9e4
child 10919 5b83c014a5ae
--- a/ViewWithAcceptAndCancelBar.st	Thu Oct 01 18:23:47 2009 +0200
+++ b/ViewWithAcceptAndCancelBar.st	Thu Oct 01 18:23:57 2009 +0200
@@ -75,6 +75,12 @@
 reallyModifiedHolder:aValueHolder
     reallyModifiedHolder := aValueHolder.
     reallyModifiedHolder addDependent:self.
+!
+
+scrolledView
+    "for protocol compatibility"
+
+    ^ slaveView scrolledView
 ! !
 
 !ViewWithAcceptAndCancelBar methodsFor:'action'!
@@ -259,5 +265,9 @@
 !ViewWithAcceptAndCancelBar class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ViewWithAcceptAndCancelBar.st,v 1.7 2008-10-16 08:40:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ViewWithAcceptAndCancelBar.st,v 1.8 2009-10-01 16:23:57 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libtool/ViewWithAcceptAndCancelBar.st,v 1.8 2009-10-01 16:23:57 cg Exp $'
 ! !