checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 09 Oct 2003 20:03:48 +0200
changeset 3943 2d4dbd3f9aa6
parent 3942 ee09c1391e61
child 3944 770d3bc31490
checkin from browser
DeviceGraphicsContext.st
--- a/DeviceGraphicsContext.st	Thu Oct 09 20:03:11 2003 +0200
+++ b/DeviceGraphicsContext.st	Thu Oct 09 20:03:48 2003 +0200
@@ -162,18 +162,26 @@
 !
 
 inactiveForegroundColor
+    "a dummy method to support VW widgets"
+
     ^ self foregroundColor
 !
 
 selectionBackgroundColor
+    "a dummy method to support VW widgets"
+
     ^ self foregroundColor
 !
 
 selectionForegroundColor
+    "a dummy method to support VW widgets"
+
     ^ self backgroundColor
 !
 
 separatorColor
+    "a dummy method to support VW widgets"
+
     ^ self foregroundColor
 ! !
 
@@ -3892,7 +3900,7 @@
 !DeviceGraphicsContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.92 2003-10-09 18:03:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceGraphicsContext.st,v 1.93 2003-10-09 18:03:48 cg Exp $'
 ! !
 
 DeviceGraphicsContext initialize!