VisualPart.st
changeset 3413 999e69c79dee
parent 2678 84910a54e71e
child 4025 6dec06844424
--- a/VisualPart.st	Fri Nov 28 12:51:17 2014 +0100
+++ b/VisualPart.st	Tue Dec 02 18:22:25 2014 +0100
@@ -439,6 +439,8 @@
 !
 
 topView
+    "return the topView - that's the one with no superview"
+
     ^ container topView
 !
 
@@ -455,5 +457,6 @@
 !VisualPart class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/VisualPart.st,v 1.25 2009-05-13 16:40:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/VisualPart.st,v 1.26 2014-12-02 17:22:25 cg Exp $'
 ! !
+