comment/format in: #monitorBoundsAt:
authorClaus Gittinger <cg@exept.de>
Fri, 22 Oct 2010 14:52:26 +0200
changeset 5622 1d15d632c9c6
parent 5621 d525c04c0390
child 5623 41308e6e401a
comment/format in: #monitorBoundsAt:
DeviceWorkstation.st
--- a/DeviceWorkstation.st	Fri Oct 22 14:51:27 2010 +0200
+++ b/DeviceWorkstation.st	Fri Oct 22 14:52:26 2010 +0200
@@ -27,7 +27,8 @@
 		focusMode activeView clipBoardEncoding maxClipBoardSize focusView
 		deviceErrorSignal deviceIOErrorSignal mayOpenDebugger
 		suppressDebugger eventSema buttonLongPressedHandlerProcess
-		buttonPressTimeForMenu'
+		buttonPressTimeForMenu aboutToOpenModalWindowHooks
+		aboutToOpenNonModalWindowHooks'
 	classVariableNames:'ButtonTranslation MultiClickTimeDelta DeviceErrorSignal
 		DeviceOpenErrorSignal DeviceIOErrorSignal
 		DeviceIOTimeoutErrorSignal ErrorPrinting DefaultScreen AllScreens
@@ -2112,8 +2113,11 @@
 !
 
 monitorBoundsAt:aPoint
-    "/ ************* MULTI SCREEN
+    "to be redefined for display systems which support MULTI SCREEN"
+
     ^ self bounds
+
+    "Modified: / 22-10-2010 / 10:57:17 / cg"
 !
 
 monitorType
@@ -8005,11 +8009,11 @@
 !DeviceWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.549 2010-10-11 09:05:20 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.550 2010-10-22 12:52:26 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.549 2010-10-11 09:05:20 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DeviceWorkstation.st,v 1.550 2010-10-22 12:52:26 cg Exp $'
 ! !
 
 DeviceWorkstation initialize!