diff -r 450d9e5c6f4a -r 2b05bd327785 UIObjectView.st --- a/UIObjectView.st Sat Jun 28 15:13:50 1997 +0200 +++ b/UIObjectView.st Sun Jun 29 10:15:24 1997 +0200 @@ -1420,25 +1420,6 @@ ! ! -!UIObjectView methodsFor:'user actions - arrange'! - -lowerSelection - "lower all objects in the selection - " - self selectionDo:[:aView| aView lower ]. - - -! - -raiseSelection - "raise all objects in the selection - " - self selectionDo:[:aView| aView raise ]. - inputView raise. - - -! ! - !UIObjectView methodsFor:'user actions - dimension'! copyExtent