Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
AlansTextPlusMorph
Last updated at 10:58 pm UTC on 18 June 2018
Squeak 3.6
 ScrollPane subclass: #AlansTextPlusMorph
	instanceVariableNames: 'theTextMorph thePasteUp '
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Morphic-GeeMail'

 initialize
	"initialize the state of the receiver"
	super initialize.
	""
	self initializeThePasteUp.
	self position: 100@100.
	self extent: Display extent // 3.
	self useRoundedCorners.


 initializeThePasteUp
 "initialize the receiver's thePasteUp"
	thePasteUp _ TextPlusPasteUpMorph new borderWidth: 0;
				 color: color.
	scroller addMorph: thePasteUp

Class version and instant variables for SmartRefStream reading
 #(0 'bounds' 'owner' 'submorphs' 'fullBounds' 'color' 'extension' 'borderWidth' 'borderColor' 'model' 'slotName' 
 'open' 'pinSpecs' 'scrollBar' 'scroller' 'retractableScrollBar' 'scrollBarOnLeft' 'getMenuSelector' 
 'getMenuTitleSelector' 'scrollBarHidden' 'hasFocus' 'theTextMorph' 'thePasteUp')


AlansTextPlusMorph is a class which is no longer in Squeak 3.8.1