VDBAbstractListApplication.st
changeset 78 5b61031de9a7
parent 72 4e8268dabaf7
child 79 f17d02897d01
--- a/VDBAbstractListApplication.st	Fri Jun 22 20:10:16 2018 +0100
+++ b/VDBAbstractListApplication.st	Tue Jun 26 13:15:30 2018 +0100
@@ -208,12 +208,22 @@
 !VDBAbstractListApplication methodsFor:'aspects'!
 
 backgroundColorFor: aVDBPresenter
-    "Returns an backgdound color for second and the rest of columns (not for the first one).
+    "Returns an backgdound color for for given presenter.               
      If `nil` returned, a default is used"
 
     ^ nil
 
     "Created: / 01-02-2018 / 09:06:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 26-06-2018 / 13:02:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+foregroundColorFor: aVDBPresenter
+    "Returns an foreground (text) color for given presenter.
+     If `nil` returned, a default is used"
+
+    ^ nil
+
+    "Created: / 26-06-2018 / 13:02:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !VDBAbstractListApplication methodsFor:'aspects-private'!