#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sat, 21 Oct 2017 23:15:49 +0200
changeset 8206 bffa06a7b06d
parent 8205 6128f4e198d4
child 8207 2d2335976051
#DOCUMENTATION by cg class: SimpleView comment/format in: #flash:withColor:
SimpleView.st
--- a/SimpleView.st	Wed Oct 18 03:40:20 2017 +0000
+++ b/SimpleView.st	Sat Oct 21 23:15:49 2017 +0200
@@ -10492,8 +10492,8 @@
 !
 
 flash:messageOrNil withColor:flashColor
-    "flash the view - fill it black, then white, finally
-     redraw completely.
+    "flash the view - fill it flashColor, then white, 
+     finally redraw completely.
      Can be used to wakeup the user :-)
      when problem or warning conditions arise.
      Someone may redefine this to flash its contents (instead of black/white)."
@@ -10531,7 +10531,8 @@
      v destroy
     "
 
-    "Modified: / 16.7.1998 / 18:46:48 / cg"
+    "Modified: / 16-07-1998 / 18:46:48 / cg"
+    "Modified (comment): / 21-10-2017 / 23:13:58 / cg"
 !
 
 flashReadOnly