DeviceWorkstation.st
changeset 1704 cefae21c9c0b
parent 1697 a0db1fe0d4bc
child 1708 301b68a37322
--- a/DeviceWorkstation.st	Fri May 02 16:07:08 1997 +0200
+++ b/DeviceWorkstation.st	Fri May 02 16:52:09 1997 +0200
@@ -340,6 +340,11 @@
 
     MultiClickTimeDelta := 300.       "a click within 300ms is considered a double one"
     ButtonTranslation := #(1 2 3)     "identity translation"
+!
+
+nativeWindows:aBoolean
+    "enable / disable use of native windows - dummy here."
+
 ! !
 
 !DeviceWorkstation class methodsFor:'Signal constants'!
@@ -5523,6 +5528,6 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.218 1997-05-02 06:56:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.219 1997-05-02 14:52:09 cg Exp $'
 ! !
 DeviceWorkstation initialize!