#FEATURE by Stefan Reise
authorsr
Wed, 20 Nov 2019 16:01:23 +0100
changeset 8873 8f523b6f1d72
parent 8872 7d7024512b49
child 8874 b85ec4bad4fe
#FEATURE by Stefan Reise support os scaling mode class: DeviceWorkstation added: #monitorDeviceNameForView:
DeviceWorkstation.st
--- a/DeviceWorkstation.st	Wed Nov 20 14:59:55 2019 +0100
+++ b/DeviceWorkstation.st	Wed Nov 20 16:01:23 2019 +0100
@@ -7764,6 +7764,19 @@
     focusWindowGroup := aWindowGroupOrNil
 !
 
+monitorDeviceNameForView:aWindowId
+    "given a window ID, return its monitor device name or nil if failed"
+    "implemented for windows only"
+
+    "
+        Screen current monitorDeviceNameForView:Transcript topView id     
+    "          
+
+    ^ nil
+
+    "Created: / 20-11-2019 / 15:57:19 / Stefan Reise"
+!
+
 redrawAllWindows
     self allViewsDo:[:eachView |
 	(eachView shown and:[eachView isRootView not]) ifTrue:[