Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
PluggableCompositeSpec
Last updated at 7:21 am UTC on 14 April 2018
 PluggableWidgetSpec subclass: #PluggableCompositeSpec
	instanceVariableNames: 'children layout wantsResizeHandles spacing'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'ToolBuilder-Kernel'

A composite user interface element.

Instance variables:
children Symbol to retrieve children or children directly
layout The layout for this composite.