#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 28 Nov 2017 19:22:34 +0100
changeset 3509 f4ec661b93ec
parent 3508 a526b342d12c
child 3510 7c9642b2a0e4
#DOCUMENTATION by cg class: UILayoutTool category of: #acceptChannel
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