*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 12 Jan 2005 11:28:00 +0100
changeset 4336 7a05bfd1826f
parent 4335 b4bd7fae96bb
child 4337 d9931d6155be
*** empty log message ***
DeviceWorkstation.st
--- a/DeviceWorkstation.st	Tue Jan 11 18:05:04 2005 +0100
+++ b/DeviceWorkstation.st	Wed Jan 12 11:28:00 2005 +0100
@@ -1283,6 +1283,18 @@
     ^ nil
 !
 
+getSystemColor:aKey
+    "retrieve a windows system color.
+     The styleSheet/View classes may use this to setup default colors."
+
+    ^ nil
+
+    "
+     Display getSystemColor:#COLOR_WINDOW
+     Display getSystemColor:#COLOR_HIGHLIGHT
+    "
+!
+
 id
     "return the displayId"
 
@@ -7470,7 +7482,7 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.484 2005-01-11 17:05:02 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.485 2005-01-12 10:28:00 cg Exp $'
 ! !
 
 DeviceWorkstation initialize!