#FEATURE by Stefan Reise
authorsr
Wed, 20 Nov 2019 16:02:14 +0100
changeset 8874 b85ec4bad4fe
parent 8873 8f523b6f1d72
child 8875 428099a1003f
#FEATURE by Stefan Reise support os scaling mode class: SimpleView added: #monitorDeviceName
SimpleView.st
--- a/SimpleView.st	Wed Nov 20 16:01:23 2019 +0100
+++ b/SimpleView.st	Wed Nov 20 16:02:14 2019 +0100
@@ -9702,6 +9702,18 @@
     "Created: 5.6.1996 / 01:05:06 / cg"
 !
 
+monitorDeviceName
+    "attention can be nil if failed or if not windows"
+
+    "
+        Transcript topView monitorDeviceName
+    "
+
+    ^ Screen current monitorDeviceNameForView:self id
+
+    "Created: / 20-11-2019 / 15:58:30 / Stefan Reise"
+!
+
 originChangedFlag
     "/ ^ originChangedFlag == true
     ^ flagBits bitTest:FlagOriginChanged