# HG changeset patch # User Claus Gittinger # Date 1511893354 -3600 # Node ID f4ec661b93ec5a2dc7c7ec17b6b6dd0c433f0b44 # Parent a526b342d12cbb515ceeb4c0873f95fa2ab19c23 #DOCUMENTATION by cg class: UILayoutTool category of: #acceptChannel diff -r a526b342d12c -r f4ec661b93ec UILayoutTool.st --- a/UILayoutTool.st Tue Nov 28 17:10:23 2017 +0100 +++ b/UILayoutTool.st Tue Nov 28 19:22:34 2017 +0100 @@ -516,12 +516,6 @@ !UILayoutTool methodsFor:'accessing'! -acceptChannel - "return the value of the instance variable 'acceptChannel' (automatically generated)" - - ^ masterApplication acceptChannel -! - layout "returns configued layout or nil " @@ -609,6 +603,14 @@ ! ! +!UILayoutTool methodsFor:'accessing-channels'! + +acceptChannel + "return the value of the instance variable 'acceptChannel' (automatically generated)" + + ^ masterApplication acceptChannel +! ! + !UILayoutTool methodsFor:'aspects'! aspectFor:aKey