FileSelectionItem.st
changeset 844 0984af742b46
parent 811 a688e8f11bc6
child 901 0e090a691095
--- a/FileSelectionItem.st	Tue Apr 07 17:26:22 1998 +0200
+++ b/FileSelectionItem.st	Wed Apr 08 07:33:46 1998 +0200
@@ -250,6 +250,12 @@
         ]
     ].
 
+!
+
+expandAll
+    "not allowed for a file directory
+    "
+    self expand
 ! !
 
 !FileSelectionItem methodsFor:'private'!
@@ -602,5 +608,5 @@
 !FileSelectionItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/FileSelectionItem.st,v 1.9 1998-03-09 16:08:11 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FileSelectionItem.st,v 1.10 1998-04-08 05:33:46 ca Exp $'
 ! !