FSelList.st
changeset 586 032b3245e53a
parent 547 6c9aaf7a84e7
child 594 b9c5a5e5f905
--- a/FSelList.st	Thu Apr 25 19:26:41 1996 +0200
+++ b/FSelList.st	Thu Apr 25 19:34:16 1996 +0200
@@ -52,7 +52,7 @@
     Except for file-browser like applications, FileSelectionLists are almost 
     exclusively used with FileSelectionBoxes (see examples there).
 
-    Instance variables:
+    [Instance variables:]
             pattern                 the matchpattern
 
             directory               the current directory
@@ -109,6 +109,14 @@
                                     if nonNil, file-select evaluate this block.
                                     Possible hook for others (used with Boxes)
                                     Defaults to nil.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        DialogBox
+        EnterBox2 YesNoBox
+        ListSelectionBox FileSelectionBox FileSaveBox 
 "
 !
 
@@ -926,5 +934,5 @@
 !FileSelectionList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSelList.st,v 1.27 1996-04-19 11:26:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Attic/FSelList.st,v 1.28 1996-04-25 17:31:49 cg Exp $'
 ! !