TopView.st
changeset 3916 5452ecf8d6ef
parent 3884 dc9ea4cfc963
child 3978 a7a7e5aa016d
--- a/TopView.st	Thu Jul 17 14:22:49 2003 +0200
+++ b/TopView.st	Tue Jul 22 19:56:20 2003 +0200
@@ -548,6 +548,17 @@
     "Created: 28.2.1997 / 16:39:31 / cg"
 !
 
+map
+    "make the view visible on the screen.
+     For topViews, the windowManager will choose (or ask for) the
+     views position on the screen.
+     Notice:
+        Actually, this method is only valid for topViews;
+        however, it is defined here to allow things like 'Button new realize'"
+
+    self mapAt:(self origin) iconified:false
+!
+
 mapIconified
     "make the view visible but iconified.
      In contrast to map, which does it non-iconified"
@@ -800,5 +811,5 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.81 2003-05-07 14:59:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.82 2003-07-22 17:56:20 cg Exp $'
 ! !