UILayoutTool.st
changeset 3509 f4ec661b93ec
parent 3501 de5acee79014
child 3662 b958f57e0cfd
equal deleted inserted replaced
3508:a526b342d12c 3509:f4ec661b93ec
   514     ^ UIPainter classResources 
   514     ^ UIPainter classResources 
   515 ! !
   515 ! !
   516 
   516 
   517 !UILayoutTool methodsFor:'accessing'!
   517 !UILayoutTool methodsFor:'accessing'!
   518 
   518 
   519 acceptChannel
       
   520     "return the value of the instance variable 'acceptChannel' (automatically generated)"
       
   521 
       
   522     ^ masterApplication acceptChannel
       
   523 !
       
   524 
       
   525 layout
   519 layout
   526     "returns configued layout or nil
   520     "returns configued layout or nil
   527     "
   521     "
   528     ^ currentTool notNil ifTrue:[currentTool layout]
   522     ^ currentTool notNil ifTrue:[currentTool layout]
   529                         ifFalse:[nil]
   523                         ifFalse:[nil]
   605         (view := layoutView) notNil ifTrue:[
   599         (view := layoutView) notNil ifTrue:[
   606             currentTool fetch:view spec:layoutSpec
   600             currentTool fetch:view spec:layoutSpec
   607         ]
   601         ]
   608     ].
   602     ].
   609         
   603         
       
   604 ! !
       
   605 
       
   606 !UILayoutTool methodsFor:'accessing-channels'!
       
   607 
       
   608 acceptChannel
       
   609     "return the value of the instance variable 'acceptChannel' (automatically generated)"
       
   610 
       
   611     ^ masterApplication acceptChannel
   610 ! !
   612 ! !
   611 
   613 
   612 !UILayoutTool methodsFor:'aspects'!
   614 !UILayoutTool methodsFor:'aspects'!
   613 
   615 
   614 aspectFor:aKey
   616 aspectFor:aKey