make takeFocusWhenMapped standard on win32 platforms
authorClaus Gittinger <cg@exept.de>
Mon, 24 Aug 1998 18:01:54 +0200
changeset 2272 a355b3aaf38d
parent 2271 46b68ae54cbc
child 2273 bf00fcc5a526
make takeFocusWhenMapped standard on win32 platforms
StandardSystemView.st
StdSysV.st
--- a/StandardSystemView.st	Mon Aug 24 17:22:27 1998 +0200
+++ b/StandardSystemView.st	Mon Aug 24 18:01:54 1998 +0200
@@ -331,10 +331,11 @@
     "/ WindowLabelFormat := '%2:%1'.    "/ the old format
     "/ WindowLabelFormat := '%1 @ %2'.
     WindowLabelFormat := '%1 [%2]'.
-    TakeFocusWhenMapped := false.
+
+    TakeFocusWhenMapped := (Display platformName = 'WIN32').
 
-    "Created: 20.8.1997 / 14:16:32 / cg"
-    "Modified: 20.8.1997 / 20:11:10 / cg"
+    "Created: / 20.8.1997 / 14:16:32 / cg"
+    "Modified: / 24.8.1998 / 17:16:33 / cg"
 ! !
 
 !StandardSystemView class methodsFor:'defaults'!
@@ -1425,6 +1426,6 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.101 1998-08-03 18:06:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.102 1998-08-24 16:01:54 cg Exp $'
 ! !
 StandardSystemView initialize!
--- a/StdSysV.st	Mon Aug 24 17:22:27 1998 +0200
+++ b/StdSysV.st	Mon Aug 24 18:01:54 1998 +0200
@@ -331,10 +331,11 @@
     "/ WindowLabelFormat := '%2:%1'.    "/ the old format
     "/ WindowLabelFormat := '%1 @ %2'.
     WindowLabelFormat := '%1 [%2]'.
-    TakeFocusWhenMapped := false.
+
+    TakeFocusWhenMapped := (Display platformName = 'WIN32').
 
-    "Created: 20.8.1997 / 14:16:32 / cg"
-    "Modified: 20.8.1997 / 20:11:10 / cg"
+    "Created: / 20.8.1997 / 14:16:32 / cg"
+    "Modified: / 24.8.1998 / 17:16:33 / cg"
 ! !
 
 !StandardSystemView class methodsFor:'defaults'!
@@ -1425,6 +1426,6 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/StdSysV.st,v 1.101 1998-08-03 18:06:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/StdSysV.st,v 1.102 1998-08-24 16:01:54 cg Exp $'
 ! !
 StandardSystemView initialize!