renamed #openAt: to #openTransientAt:
authorClaus Gittinger <cg@exept.de>
Fri, 28 Jun 1996 10:56:17 +0200
changeset 909 d2d624d57f61
parent 908 0fbe814e06ee
child 910 6a19a80f66b4
renamed #openAt: to #openTransientAt:
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 $'
 ! !