FilenameEditField.st
changeset 3647 b097c40a7528
parent 3606 f6ea9b4838fe
child 3682 17d7fe4fac19
--- a/FilenameEditField.st	Thu Feb 26 22:34:53 2009 +0100
+++ b/FilenameEditField.st	Thu Feb 26 22:36:10 2009 +0100
@@ -121,6 +121,7 @@
 !
 
 directoriesOnly
+    <resource: #obsolete>
     "set to expand names for directories only"
 
     self obsoleteMethodWarning.
@@ -128,6 +129,7 @@
 !
 
 directoriesOnly:aBoolean
+    <resource: #obsolete>
     "control if only directories can be choosen"
 
     self obsoleteMethodWarning.
@@ -153,6 +155,7 @@
 !
 
 filesOnly
+    <resource: #obsolete>
     "set to expand names for files only"
 
     self obsoleteMethodWarning.
@@ -292,5 +295,5 @@
 !FilenameEditField class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameEditField.st,v 1.39 2008-12-09 18:49:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameEditField.st,v 1.40 2009-02-26 21:36:10 stefan Exp $'
 ! !