DeviceWorkstation.st
changeset 812 619164a696b7
parent 811 bf8721a1e3ec
child 814 af7d16f05815
equal deleted inserted replaced
811:bf8721a1e3ec 812:619164a696b7
    18 		knownBitmaps knownBitmapIds dispatching dispatchProcess ctrlDown
    18 		knownBitmaps knownBitmapIds dispatching dispatchProcess ctrlDown
    19 		shiftDown metaDown altDown motionEventCompression lastId lastView
    19 		shiftDown metaDown altDown motionEventCompression lastId lastView
    20 		keyboardMap rootView isSlow activeKeyboardGrab activePointerGrab
    20 		keyboardMap rootView isSlow activeKeyboardGrab activePointerGrab
    21 		buttonTranslation multiClickTimeDelta altModifiers metaModifiers
    21 		buttonTranslation multiClickTimeDelta altModifiers metaModifiers
    22 		ctrlModifiers shiftModifiers
    22 		ctrlModifiers shiftModifiers
    23 		supportsDeppIcons preferredIconSize'
    23 		supportsDeepIcons preferredIconSize'
    24 	classVariableNames:'ButtonTranslation MultiClickTimeDelta DeviceErrorSignal
    24 	classVariableNames:'ButtonTranslation MultiClickTimeDelta DeviceErrorSignal
    25 		ErrorPrinting DefaultScreen AllScreens ExitOnLastClose'
    25 		ErrorPrinting DefaultScreen AllScreens ExitOnLastClose'
    26 	poolDictionaries:''
    26 	poolDictionaries:''
    27 	category:'Interface-Graphics'
    27 	category:'Interface-Graphics'
    28 !
    28 !
  4159 ! !
  4159 ! !
  4160 
  4160 
  4161 !DeviceWorkstation class methodsFor:'documentation'!
  4161 !DeviceWorkstation class methodsFor:'documentation'!
  4162 
  4162 
  4163 version
  4163 version
  4164     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.96 1996-06-10 14:54:59 cg Exp $'
  4164     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.97 1996-06-10 15:16:51 cg Exp $'
  4165 ! !
  4165 ! !
  4166 DeviceWorkstation initialize!
  4166 DeviceWorkstation initialize!