UISelectionPanel.st
changeset 2374 09f112698a15
parent 2363 4c74ed85b3a4
child 2476 a8dbbb7aa571
--- 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'