DeviceWorkstation.st
changeset 1704 cefae21c9c0b
parent 1697 a0db1fe0d4bc
child 1708 301b68a37322
equal deleted inserted replaced
1703:b77cc326916d 1704:cefae21c9c0b
   338 initializeConstants
   338 initializeConstants
   339     "initialize some (soft) constants"
   339     "initialize some (soft) constants"
   340 
   340 
   341     MultiClickTimeDelta := 300.       "a click within 300ms is considered a double one"
   341     MultiClickTimeDelta := 300.       "a click within 300ms is considered a double one"
   342     ButtonTranslation := #(1 2 3)     "identity translation"
   342     ButtonTranslation := #(1 2 3)     "identity translation"
       
   343 !
       
   344 
       
   345 nativeWindows:aBoolean
       
   346     "enable / disable use of native windows - dummy here."
       
   347 
   343 ! !
   348 ! !
   344 
   349 
   345 !DeviceWorkstation class methodsFor:'Signal constants'!
   350 !DeviceWorkstation class methodsFor:'Signal constants'!
   346 
   351 
   347 currentScreenQuerySignal
   352 currentScreenQuerySignal
  5521 ! !
  5526 ! !
  5522 
  5527 
  5523 !DeviceWorkstation class methodsFor:'documentation'!
  5528 !DeviceWorkstation class methodsFor:'documentation'!
  5524 
  5529 
  5525 version
  5530 version
  5526     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.218 1997-05-02 06:56:57 cg Exp $'
  5531     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.219 1997-05-02 14:52:09 cg Exp $'
  5527 ! !
  5532 ! !
  5528 DeviceWorkstation initialize!
  5533 DeviceWorkstation initialize!