Squeak
  QotD    "To be or not to be" – Shakespeare
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
PluggableWidgetSpec
Last updated at 7:26 am UTC on 14 April 2018
The abstract superclass for all widgets used by ToolBuilder.

Instance variables:
model The object the various requests should be directed to.
frame The associated layout frame for this object (if any).


 ToolBuilderSpec subclass: #PluggableWidgetSpec
	instanceVariableNames: 'model frame color minimumExtent margin padding horizontalResizing verticalResizing'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'ToolBuilder-Kernel'