ModalBox.st
changeset 616 56cf67c82664
parent 596 e196ea43d242
child 644 85ce9499c925
--- a/ModalBox.st	Thu Apr 25 18:42:15 1996 +0200
+++ b/ModalBox.st	Thu Apr 25 19:17:58 1996 +0200
@@ -44,6 +44,14 @@
     (if UseTransientViews := true) or as override redirect views.
     Some window managers have problems with either; so you may want to
     change the default setting from your display.rc file.
+
+    [see also:]
+        StandardSystemView 
+        DialogBox
+        ( introduction to view programming :html: programming/viewintro.html )
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -768,6 +776,6 @@
 !ModalBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.39 1996-04-23 15:16:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.40 1996-04-25 17:16:06 cg Exp $'
 ! !
 ModalBox initialize!