StandardSystemView.st
changeset 5086 0a18f82d02ec
parent 5066 c166f0bf72ed
child 5233 fb88be5a3dea
equal deleted inserted replaced
5085:7b63e9809c64 5086:0a18f82d02ec
  1338 
  1338 
  1339 collapse
  1339 collapse
  1340     "iconify the receiver"
  1340     "iconify the receiver"
  1341 
  1341 
  1342     shown ifTrue:[
  1342     shown ifTrue:[
  1343 	self unmap.
  1343         self unmap.
  1344 
  1344 
  1345 	"if it was iconified, try to remap iconified"
  1345         "if it was iconified, try to remap iconified"
  1346 	device
  1346         device
  1347 	    mapView:self id:drawableId iconified:true 
  1347             mapView:self id:drawableId iconified:true 
  1348 	    atX:left y:top width:width height:height
  1348             atX:left y:top width:width height:height
  1349 	    minExtent:minExtent maxExtent:maxExtent.
  1349             minExtent:minExtent maxExtent:maxExtent.
  1350 	shown := false.
  1350 
       
  1351         shown ifTrue:[
       
  1352             shown := false.
       
  1353             self changed:#visibility.
       
  1354         ].
  1351     ].
  1355     ].
  1352 
  1356 
  1353     "
  1357     "
  1354      |top|
  1358      |top|
  1355 
  1359 
  1545 ! !
  1549 ! !
  1546 
  1550 
  1547 !StandardSystemView class methodsFor:'documentation'!
  1551 !StandardSystemView class methodsFor:'documentation'!
  1548 
  1552 
  1549 version
  1553 version
  1550     ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.185 2008-10-29 16:32:29 cg Exp $'
  1554     ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.186 2008-11-17 17:29:18 cg Exp $'
  1551 ! !
  1555 ! !
  1552 
  1556 
  1553 StandardSystemView initialize!
  1557 StandardSystemView initialize!