UISpecificationTool.st
changeset 1331 fa88e14d026d
parent 1328 d14a9e2af362
child 1333 d4012bd05057
equal deleted inserted replaced
1330:45983bc2efe1 1331:fa88e14d026d
   151 'Aspect selector or binding for the widget placed into the notebook.'
   151 'Aspect selector or binding for the widget placed into the notebook.'
   152 
   152 
   153 #canvasArgument
   153 #canvasArgument
   154 'An optional argument passed with the message.'
   154 'An optional argument passed with the message.'
   155 
   155 
       
   156 #canvasFrameLevel
       
   157 '3D Level of frame around canvas.'
       
   158 
       
   159 #canvasInset
       
   160 'Inset of canvas; a Point or Integer; leave blank for default.'
       
   161 
   156 #canvasSelector
   162 #canvasSelector
   157 'The name of the message sent to the application after opening the canvas.'
   163 'The name of the message sent to the application after opening the canvas.'
   158 
   164 
   159 #chartHolder
   165 #chartHolder
   160 'Value holder on a chart description.'
   166 'Value holder on a chart description.'
   524 
   530 
   525 #showDirectoryIndicatorForRoot
   531 #showDirectoryIndicatorForRoot
   526 'Show/hide the directory indicator for the root item.'
   532 'Show/hide the directory indicator for the root item.'
   527 
   533 
   528 #showHandle
   534 #showHandle
   529 'Show resize-handles. '
   535 'Show resize-handles.'
   530 
   536 
   531 #showLabels
   537 #showLabels
   532 'Show/hide column labels.'
   538 'Show/hide column labels.'
   533 
   539 
   534 #showLamp
   540 #showLamp
   656 
   662 
   657 #zTransChannel
   663 #zTransChannel
   658 'Aspect providing z-Translation value.'
   664 'Aspect providing z-Translation value.'
   659 
   665 
   660 )
   666 )
       
   667 
       
   668     "Modified: / 5.2.2000 / 03:11:36 / cg"
   661 ! !
   669 ! !
   662 
   670 
   663 !UISpecificationTool class methodsFor:'interface specs'!
   671 !UISpecificationTool class methodsFor:'interface specs'!
   664 
   672 
   665 windowSpec
   673 windowSpec
   702          
   710          
   703         )
   711         )
   704       )
   712       )
   705 ! !
   713 ! !
   706 
   714 
   707 !UISpecificationTool methodsFor:'accessing channels'!
   715 !UISpecificationTool methodsFor:'accessing-channels'!
   708 
   716 
   709 modifiedHolder:aValueHolder
   717 modifiedHolder:aValueHolder
   710     "set the value holder set to true in case of modifying attributes
   718     "set the value holder set to true in case of modifying attributes
   711     "
   719     "
   712 
   720 
   716         modifiedHolder addDependent:self.
   724         modifiedHolder addDependent:self.
   717     ].
   725     ].
   718 
   726 
   719 ! !
   727 ! !
   720 
   728 
   721 !UISpecificationTool methodsFor:'accessing specification'!
   729 !UISpecificationTool methodsFor:'accessing-specification'!
   722 
   730 
   723 specification
   731 specification
   724     "gets current edit specification
   732     "gets current edit specification
   725     "
   733     "
   726     ^ specification
   734     ^ specification