# HG changeset patch # User Claus Gittinger # Date 1227891804 -3600 # Node ID a3654b479897bc027f834b06cbce7cafeb5fa465 # Parent 11145773de65debe649813b12474e4d3102cf511 +dummy readOnly: diff -r 11145773de65 -r a3654b479897 TextView.st --- a/TextView.st Wed Nov 26 16:45:20 2008 +0100 +++ b/TextView.st Fri Nov 28 18:03:24 2008 +0100 @@ -782,6 +782,13 @@ searchActionBlock := something. ! ! +!TextView methodsFor:'accessing-behavior'! + +readOnly:aBoolean + "for protocol compatibility with editTextViews, + but actually ignored" +! ! + !TextView methodsFor:'accessing-contents'! contents:newContents selected:selectedBoolean @@ -4263,7 +4270,7 @@ !TextView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.292 2008-10-14 08:32:36 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.293 2008-11-28 17:03:24 cg Exp $' ! ! TextView initialize!