Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
ScrollableField
Last updated at 8:22 pm UTC on 30 June 2018
 PluggableTextMorphWithModel subclass: #ScrollableField
 	instanceVariableNames: ''
 	classVariableNames: ''
 	poolDictionaries: ''
 	category: 'MorphicExtras-Widgets'


For an example, see http://wiki.squeak.org/squeak/6056,
http://wiki.squeak.org/squeak/uploads/6056/HTMLScrollableField.cs

 ScrollableField subclass: #HTMLScrollableField
	instanceVariableNames: 'visitedUrls'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'SqueakRos'!