pass minExtent/maxExtent to mapView:...
authorClaus Gittinger <cg@exept.de>
Tue, 28 Apr 1998 16:21:23 +0200
changeset 2104 70cc06d60cd1
parent 2103 dbe7a348084f
child 2105 1c1277d63a2c
pass minExtent/maxExtent to mapView:...
WinWorkstat.st
WinWorkstation.st
--- a/WinWorkstat.st	Tue Apr 28 16:19:07 1998 +0200
+++ b/WinWorkstat.st	Tue Apr 28 16:21:23 1998 +0200
@@ -7738,7 +7738,7 @@
 %}
 !
 
-mapView:aView id:aWindowId iconified:aBoolean atX:x y:y width:w height:h
+mapView:aView id:aWindowId iconified:aBoolean atX:x y:y width:w height:h minExtent:minE maxExtent:maxE
     "make a window visible - either as icon or as a real view - needed for restart"
 
     "/ 'mapView:id:iconified:...height: not yet implemented' errorPrintCR.
@@ -8203,6 +8203,6 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/WinWorkstat.st,v 1.33 1998-01-20 23:56:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WinWorkstat.st,v 1.34 1998-04-28 14:21:23 cg Exp $'
 ! !
 WinWorkstation initialize!
--- a/WinWorkstation.st	Tue Apr 28 16:19:07 1998 +0200
+++ b/WinWorkstation.st	Tue Apr 28 16:21:23 1998 +0200
@@ -7738,7 +7738,7 @@
 %}
 !
 
-mapView:aView id:aWindowId iconified:aBoolean atX:x y:y width:w height:h
+mapView:aView id:aWindowId iconified:aBoolean atX:x y:y width:w height:h minExtent:minE maxExtent:maxE
     "make a window visible - either as icon or as a real view - needed for restart"
 
     "/ 'mapView:id:iconified:...height: not yet implemented' errorPrintCR.
@@ -8203,6 +8203,6 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.33 1998-01-20 23:56:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.34 1998-04-28 14:21:23 cg Exp $'
 ! !
 WinWorkstation initialize!