*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 11 Jul 2008 17:30:38 +0200
changeset 3471 f3cde37d9d53
parent 3470 5cbf651bb214
child 3472 20087c3d9dda
*** empty log message ***
FilenameWidgetWithHistory.st
--- a/FilenameWidgetWithHistory.st	Wed Jul 09 21:17:06 2008 +0200
+++ b/FilenameWidgetWithHistory.st	Fri Jul 11 17:30:38 2008 +0200
@@ -34,6 +34,20 @@
 "
 !
 
+documentation
+"
+    A Filename InputField with history-list and a browse-button, which opens a file dialog.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        ComboBoxView
+        FilenameEditField
+        FilenameComboBoxView
+"
+!
+
 examples
 "
                                                                         [exBegin]
@@ -127,5 +141,5 @@
 !FilenameWidgetWithHistory class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameWidgetWithHistory.st,v 1.3 2008-05-30 12:26:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FilenameWidgetWithHistory.st,v 1.4 2008-07-11 15:30:38 cg Exp $'
 ! !