TextView.st
changeset 3787 a3654b479897
parent 3727 e84a459b6605
child 3791 427a5563041b
equal deleted inserted replaced
3786:11145773de65 3787:a3654b479897
   778     ^ searchActionBlock
   778     ^ searchActionBlock
   779 !
   779 !
   780 
   780 
   781 searchActionBlock:something
   781 searchActionBlock:something
   782     searchActionBlock := something.
   782     searchActionBlock := something.
       
   783 ! !
       
   784 
       
   785 !TextView methodsFor:'accessing-behavior'!
       
   786 
       
   787 readOnly:aBoolean
       
   788     "for protocol compatibility with editTextViews,
       
   789      but actually ignored"
   783 ! !
   790 ! !
   784 
   791 
   785 !TextView methodsFor:'accessing-contents'!
   792 !TextView methodsFor:'accessing-contents'!
   786 
   793 
   787 contents:newContents selected:selectedBoolean
   794 contents:newContents selected:selectedBoolean
  4261 ! !
  4268 ! !
  4262 
  4269 
  4263 !TextView class methodsFor:'documentation'!
  4270 !TextView class methodsFor:'documentation'!
  4264 
  4271 
  4265 version
  4272 version
  4266     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.292 2008-10-14 08:32:36 cg Exp $'
  4273     ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.293 2008-11-28 17:03:24 cg Exp $'
  4267 ! !
  4274 ! !
  4268 
  4275 
  4269 TextView initialize!
  4276 TextView initialize!