ExternalTopView.st
changeset 1097 b3ba1a593ce7
parent 1088 63cd295128e2
child 1098 bcd7b099bac8
--- a/ExternalTopView.st	Mon Feb 15 12:59:09 1999 +0100
+++ b/ExternalTopView.st	Mon Feb 15 18:43:27 1999 +0100
@@ -41,6 +41,8 @@
     This is a support-class to allow ST/X views to be created
     inside other applications.
 
+    A simple demoApplication is found in goodies/stxInExternalWindow.
+
     [author:]
         Claus Gittinger (cg@exept.de)
 
@@ -111,5 +113,5 @@
 !ExternalTopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ExternalTopView.st,v 1.4 1999-01-23 12:23:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ExternalTopView.st,v 1.5 1999-02-15 17:43:27 cg Exp $'
 ! !