DeviceWorkstation.st
changeset 4260 288d8b457041
parent 4250 99621c726bea
child 4263 d9dbe59481dd
--- a/DeviceWorkstation.st	Wed Sep 15 22:50:19 2004 +0200
+++ b/DeviceWorkstation.st	Thu Sep 16 17:19:12 2004 +0200
@@ -1353,6 +1353,10 @@
     ^ false
 !
 
+nativeWidgets
+    ^ false
+!
+
 rootView
     "return the rootView (i.e. the background window) on the receiver screen.
      It is not guaranteed, that a particular display device supports this."
@@ -6408,6 +6412,10 @@
     ^ #(clipboard)
 !
 
+supportsNativeDialogs
+    ^ false
+!
+
 supportsNativeWidgets
     ^ false
 ! !
@@ -7437,7 +7445,7 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.474 2004-09-14 22:51:48 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.475 2004-09-16 15:19:12 cg Exp $'
 ! !
 
 DeviceWorkstation initialize!