UISpecificationTool.st
changeset 1333 d4012bd05057
parent 1331 fa88e14d026d
child 1344 8bde5f1b8600
equal deleted inserted replaced
1332:ba34b85c14d8 1333:d4012bd05057
   634 'Enable vertical scrollability.'
   634 'Enable vertical scrollability.'
   635 
   635 
   636 #verticalSpace
   636 #verticalSpace
   637 'Vertical space between the sub components (in pixels).'
   637 'Vertical space between the sub components (in pixels).'
   638 
   638 
       
   639 #viewChannel
       
   640 'Aspect selector or binding for a holder provides the view to be embedded.'
       
   641 
   639 #visibilityChannel
   642 #visibilityChannel
   640 'Aspect selector or binding for a boolean holder which makes the widget visible.'
   643 'Aspect selector or binding for a boolean holder which makes the widget visible.'
   641 
   644 
   642 #windowIcon
   645 #windowIcon
   643 'Name of the message sent to the application returning an icon image for the top window.'
   646 'Name of the message sent to the application returning an icon image for the top window.'
   663 #zTransChannel
   666 #zTransChannel
   664 'Aspect providing z-Translation value.'
   667 'Aspect providing z-Translation value.'
   665 
   668 
   666 )
   669 )
   667 
   670 
   668     "Modified: / 5.2.2000 / 03:11:36 / cg"
   671     "Modified: / 5.2.2000 / 17:46:29 / cg"
   669 ! !
   672 ! !
   670 
   673 
   671 !UISpecificationTool class methodsFor:'interface specs'!
   674 !UISpecificationTool class methodsFor:'interface specs'!
   672 
   675 
   673 windowSpec
   676 windowSpec