Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Text model
Last updated at 1:17 pm UTC on 8 June 2019
Every object which implements

 text	
	^ text

(getter method)

and
 text: aText	
	
	text := aText.	
		
	^ self changed: #text

(setter method)
may serve as a text model to be used by a PluggableTextMorph.