FileSelectionBox.st
changeset 585 8f395aba0173
parent 548 c418699a90c0
child 593 86dd024ed773
--- a/FileSelectionBox.st	Thu Apr 25 19:16:52 1996 +0200
+++ b/FileSelectionBox.st	Thu Apr 25 19:26:41 1996 +0200
@@ -60,6 +60,14 @@
     ('aBox listView ignoreDirectories:true'), to hide the parentDirectory alone 
     ('aBox listView ignoreParentDirectory') and to turn off the marking 
     of subdirectories ('aBox listView markSubdirectories:false').
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        DialogBox
+        EnterBox2 YesNoBox
+        ListSelectionBox FileSaveBox 
 "
 !
 
@@ -570,5 +578,5 @@
 !FileSelectionBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.30 1996-04-19 12:35:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FileSelectionBox.st,v 1.31 1996-04-25 17:19:06 cg Exp $'
 ! !