DeviceWorkstation.st
changeset 4260 288d8b457041
parent 4250 99621c726bea
child 4263 d9dbe59481dd
equal deleted inserted replaced
4259:0518d4237a62 4260:288d8b457041
  1351 
  1351 
  1352 nativeDialogs
  1352 nativeDialogs
  1353     ^ false
  1353     ^ false
  1354 !
  1354 !
  1355 
  1355 
       
  1356 nativeWidgets
       
  1357     ^ false
       
  1358 !
       
  1359 
  1356 rootView
  1360 rootView
  1357     "return the rootView (i.e. the background window) on the receiver screen.
  1361     "return the rootView (i.e. the background window) on the receiver screen.
  1358      It is not guaranteed, that a particular display device supports this."
  1362      It is not guaranteed, that a particular display device supports this."
  1359 
  1363 
  1360     rootView isNil ifTrue:[
  1364     rootView isNil ifTrue:[
  6404 supportedClipboards
  6408 supportedClipboards
  6405     "answer a collection of symbols with the supported clipboards..
  6409     "answer a collection of symbols with the supported clipboards..
  6406      At least clipboard should be supported on any platform"
  6410      At least clipboard should be supported on any platform"
  6407 
  6411 
  6408     ^ #(clipboard)
  6412     ^ #(clipboard)
       
  6413 !
       
  6414 
       
  6415 supportsNativeDialogs
       
  6416     ^ false
  6409 !
  6417 !
  6410 
  6418 
  6411 supportsNativeWidgets
  6419 supportsNativeWidgets
  6412     ^ false
  6420     ^ false
  6413 ! !
  6421 ! !
  7435 ! !
  7443 ! !
  7436 
  7444 
  7437 !DeviceWorkstation class methodsFor:'documentation'!
  7445 !DeviceWorkstation class methodsFor:'documentation'!
  7438 
  7446 
  7439 version
  7447 version
  7440     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.474 2004-09-14 22:51:48 stefan Exp $'
  7448     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.475 2004-09-16 15:19:12 cg Exp $'
  7441 ! !
  7449 ! !
  7442 
  7450 
  7443 DeviceWorkstation initialize!
  7451 DeviceWorkstation initialize!