DSVColumnView.st
changeset 5639 f3534ebb5c13
parent 5603 974a4c6a7656
child 5664 8eb2ee9eb548
--- a/DSVColumnView.st	Tue Nov 28 19:04:15 2017 +0100
+++ b/DSVColumnView.st	Tue Nov 28 19:24:37 2017 +0100
@@ -421,18 +421,6 @@
     ]
 !
 
-modifiedChannel
-    ^ modifiedChannel
-
-    "Created: / 30.1.2000 / 12:10:57 / cg"
-!
-
-modifiedChannel:something
-    modifiedChannel := something.
-
-    "Created: / 30.1.2000 / 12:10:57 / cg"
-!
-
 preferredLabelViewHeight
     ^ labelView preferredHeight "/ + (labelView margin + self verticalSpacing * 2).
 !
@@ -740,7 +728,21 @@
     useIndex := aBool
 ! !
 
-!DSVColumnView methodsFor:'accessing-colors'!
+!DSVColumnView methodsFor:'accessing-channels'!
+
+modifiedChannel
+    ^ modifiedChannel
+
+    "Created: / 30.1.2000 / 12:10:57 / cg"
+!
+
+modifiedChannel:something
+    modifiedChannel := something.
+
+    "Created: / 30.1.2000 / 12:10:57 / cg"
+! !
+
+!DSVColumnView methodsFor:'accessing-color & font'!
 
 backgroundColor
     "get the background color of the rows"