# HG changeset patch # User Claus Gittinger # Date 878070316 -3600 # Node ID 6687441ccd4dfd16f8c6192f25863620967c376c # Parent 088174fc1e71461ecaf6678d7a3591a90b9f3356 checkin from browser diff -r 088174fc1e71 -r 6687441ccd4d UIObjectView.st --- a/UIObjectView.st Tue Oct 28 20:41:44 1997 +0100 +++ b/UIObjectView.st Tue Oct 28 21:25:16 1997 +0100 @@ -1425,6 +1425,23 @@ ! +setMaxExtent + "set the topViews maxExtent to its current extent + " + self halt + + "Modified: / 27.10.1997 / 03:26:16 / cg" +! + +setMinExtent + "set the topViews minExtent to its current extent + " + self halt + + "Created: / 27.10.1997 / 03:24:02 / cg" + "Modified: / 27.10.1997 / 03:26:34 / cg" +! + setToDefaultExtent "change extent of all selected views to their default extent "