# HG changeset patch # User Claus Gittinger # Date 1215805529 -7200 # Node ID 09f112698a1538430726a9f138190724a3134ef8 # Parent 03e95da6776dad54a14be8a5fdcb6a82bd5964c0 +fileNameField with history and browse diff -r 03e95da6776d -r 09f112698a15 UISelectionPanel.st --- a/UISelectionPanel.st Wed Jul 09 19:39:43 2008 +0200 +++ b/UISelectionPanel.st Fri Jul 11 21:45:29 2008 +0200 @@ -1110,6 +1110,12 @@ layout: (LayoutFrame 3 0 141 0 208 0 163 0) acceptOnPointerLeave: true ) + (FilenameInputFieldSpec + name: 'Filename + History' + layout: (LayoutFrame 3 0 171 0 208 0 193 0) + acceptOnPointerLeave: true + viewClassName: #FilenameWidgetWithHistory + ) (LabelSpec label: 'Label' name: 'Label'