# HG changeset patch # User Claus Gittinger # Date 1215790238 -7200 # Node ID f3cde37d9d535d2d914885a680f39c6777ae5481 # Parent 5cbf651bb214a2028e31d36a9d89eb2ed18e6f18 *** empty log message *** diff -r 5cbf651bb214 -r f3cde37d9d53 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 $' ! !