equal
deleted
inserted
replaced
1418 self transaction:aType objects:(self selection) do:aOneArgBlock |
1418 self transaction:aType objects:(self selection) do:aOneArgBlock |
1419 |
1419 |
1420 |
1420 |
1421 ! ! |
1421 ! ! |
1422 |
1422 |
1423 !UIObjectView methodsFor:'user actions - arrange'! |
|
1424 |
|
1425 lowerSelection |
|
1426 "lower all objects in the selection |
|
1427 " |
|
1428 self selectionDo:[:aView| aView lower ]. |
|
1429 |
|
1430 |
|
1431 ! |
|
1432 |
|
1433 raiseSelection |
|
1434 "raise all objects in the selection |
|
1435 " |
|
1436 self selectionDo:[:aView| aView raise ]. |
|
1437 inputView raise. |
|
1438 |
|
1439 |
|
1440 ! ! |
|
1441 |
|
1442 !UIObjectView methodsFor:'user actions - dimension'! |
1423 !UIObjectView methodsFor:'user actions - dimension'! |
1443 |
1424 |
1444 copyExtent |
1425 copyExtent |
1445 "copy the extent from the selected object |
1426 "copy the extent from the selected object |
1446 " |
1427 " |