DeviceWorkstation.st
changeset 5622 1d15d632c9c6
parent 5610 9c727f792bd2
child 5631 fa0ce460e3b4
equal deleted inserted replaced
5621:d525c04c0390 5622:1d15d632c9c6
    25 		preferredIconSize ditherColors fixColors numFixRed numFixGreen
    25 		preferredIconSize ditherColors fixColors numFixRed numFixGreen
    26 		numFixBlue fixGrayColors copyBuffer blackColor whiteColor
    26 		numFixBlue fixGrayColors copyBuffer blackColor whiteColor
    27 		focusMode activeView clipBoardEncoding maxClipBoardSize focusView
    27 		focusMode activeView clipBoardEncoding maxClipBoardSize focusView
    28 		deviceErrorSignal deviceIOErrorSignal mayOpenDebugger
    28 		deviceErrorSignal deviceIOErrorSignal mayOpenDebugger
    29 		suppressDebugger eventSema buttonLongPressedHandlerProcess
    29 		suppressDebugger eventSema buttonLongPressedHandlerProcess
    30 		buttonPressTimeForMenu'
    30 		buttonPressTimeForMenu aboutToOpenModalWindowHooks
       
    31 		aboutToOpenNonModalWindowHooks'
    31 	classVariableNames:'ButtonTranslation MultiClickTimeDelta DeviceErrorSignal
    32 	classVariableNames:'ButtonTranslation MultiClickTimeDelta DeviceErrorSignal
    32 		DeviceOpenErrorSignal DeviceIOErrorSignal
    33 		DeviceOpenErrorSignal DeviceIOErrorSignal
    33 		DeviceIOTimeoutErrorSignal ErrorPrinting DefaultScreen AllScreens
    34 		DeviceIOTimeoutErrorSignal ErrorPrinting DefaultScreen AllScreens
    34 		CurrentScreenQuerySignal LastActiveScreen LastActiveProcess
    35 		CurrentScreenQuerySignal LastActiveScreen LastActiveProcess
    35 		WindowsRightButtonBehavior ExitOnLastClose
    36 		WindowsRightButtonBehavior ExitOnLastClose
  2110 
  2111 
  2111     isSlow := aBoolean
  2112     isSlow := aBoolean
  2112 !
  2113 !
  2113 
  2114 
  2114 monitorBoundsAt:aPoint
  2115 monitorBoundsAt:aPoint
  2115     "/ ************* MULTI SCREEN
  2116     "to be redefined for display systems which support MULTI SCREEN"
       
  2117 
  2116     ^ self bounds
  2118     ^ self bounds
       
  2119 
       
  2120     "Modified: / 22-10-2010 / 10:57:17 / cg"
  2117 !
  2121 !
  2118 
  2122 
  2119 monitorType
  2123 monitorType
  2120     "return a symbol representing the monitor type of the display.
  2124     "return a symbol representing the monitor type of the display.
  2121      It is usually set to #unknown, #color or #monochrome.
  2125      It is usually set to #unknown, #color or #monochrome.
  8003 ! !
  8007 ! !
  8004 
  8008 
  8005 !DeviceWorkstation class methodsFor:'documentation'!
  8009 !DeviceWorkstation class methodsFor:'documentation'!
  8006 
  8010 
  8007 version
  8011 version
  8008     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.549 2010-10-11 09:05:20 mb Exp $'
  8012     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.550 2010-10-22 12:52:26 cg Exp $'
  8009 !
  8013 !
  8010 
  8014 
  8011 version_CVS
  8015 version_CVS
  8012     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.549 2010-10-11 09:05:20 mb Exp $'
  8016     ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.550 2010-10-22 12:52:26 cg Exp $'
  8013 ! !
  8017 ! !
  8014 
  8018 
  8015 DeviceWorkstation initialize!
  8019 DeviceWorkstation initialize!