ca's english language and wierd indentation code cleanup
authorClaus Gittinger <cg@exept.de>
Thu, 10 Jan 2008 14:00:51 +0100
changeset 3307 15f429081b7c
parent 3306 40e860fd2f02
child 3308 cc9c02c8b894
ca's english language and wierd indentation code cleanup
GraphColumnView2DSpec.st
--- a/GraphColumnView2DSpec.st	Thu Jan 10 13:02:28 2008 +0100
+++ b/GraphColumnView2DSpec.st	Thu Jan 10 14:00:51 2008 +0100
@@ -392,8 +392,8 @@
 !GraphColumnView2DSpec methodsFor:'building'!
 
 actionSelectors
-    "add more action selectors
-    "
+    "add more action selectors (these generate callBack stub methods in the definer)"
+
     |more|
 
     more := super actionSelectors.
@@ -403,7 +403,7 @@
     buttonReleaseBlock notNil ifTrue:[more add:buttonReleaseBlock].
     menuAccessBlock    notNil ifTrue:[more add:menuAccessBlock].
 
-  ^ more
+    ^ more
 !
 
 defineCallBackActionFor:aSelector with:aBuilder
@@ -485,5 +485,5 @@
 !GraphColumnView2DSpec class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView2DSpec.st,v 1.10 2008-01-09 20:41:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnView2DSpec.st,v 1.11 2008-01-10 13:00:51 cg Exp $'
 ! !