# HG changeset patch # User Claus Gittinger # Date 835952177 -7200 # Node ID d2d624d57f610c6774b4529f4000f0f8ca05c698 # Parent 0fbe814e06ee5efa2467e8f5977e113da8cbc4a4 renamed #openAt: to #openTransientAt: diff -r 0fbe814e06ee -r d2d624d57f61 TopView.st --- a/TopView.st Fri Jun 28 10:54:13 1996 +0200 +++ b/TopView.st Fri Jun 28 10:56:17 1996 +0200 @@ -282,7 +282,7 @@ have no iconify button of its own. Notice, that its up to the windowManager to care for any borders - it seems not deterministic, where the view actually ends up being positioned. - Not all windowManagers honor this - some insist on it ..." + Not all windowManagers (olwm) honor this - some insist on it ..." |otherId| @@ -307,7 +307,7 @@ " "Created: 28.6.1996 / 10:51:55 / cg" - "Modified: 28.6.1996 / 10:53:19 / cg" + "Modified: 28.6.1996 / 10:55:22 / cg" ! openTransientAt:aPosition @@ -316,7 +316,7 @@ (i.e. suppress any ghostframe). Notice, that its up to the windowManager to care for any borders - it seems not deterministic, where the view actually ends up being positioned. - Not all windowManagers honor this - some insist on it ..." + Not all windowManagers (olwm) honor this - some insist on it ..." self openAt:aPosition transientFor:nil @@ -336,8 +336,8 @@ v openTransientAt:10@10 " - "Modified: 28.6.1996 / 10:47:16 / cg" "Created: 28.6.1996 / 10:52:30 / cg" + "Modified: 28.6.1996 / 10:55:15 / cg" ! openWithExtent:anExtent @@ -442,5 +442,5 @@ !TopView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.28 1996-06-28 08:54:13 cg Exp $' + ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.29 1996-06-28 08:56:17 cg Exp $' ! !