label 'Filter:' added to avoid using as file name input field
authortz
Thu, 19 Feb 1998 19:25:20 +0100
changeset 652 75644c11d619
parent 651 4f3bbe0e547c
child 653 20bec8d70d14
label 'Filter:' added to avoid using as file name input field
DirectoryView.st
--- a/DirectoryView.st	Thu Feb 19 16:42:30 1998 +0100
+++ b/DirectoryView.st	Thu Feb 19 19:25:20 1998 +0100
@@ -85,49 +85,54 @@
     <resource: #canvas>
 
     ^
-     
+
        #(#FullSpec
-          #'window:' 
+          #window: 
            #(#WindowSpec
-              #'name:' 'Directory View'
-              #'layout:' #(#LayoutFrame 64 0 703 0 463 0 1002 0)
-              #'label:' 'Directory View'
-              #'min:' #(#Point 10 10)
-              #'max:' #(#Point 1152 900)
-              #'bounds:' #(#Rectangle 64 703 464 1003)
-              #'usePreferredExtent:' false
+              #name: 'Directory View'
+              #layout: #(#LayoutFrame 34 0 350 0 433 0 649 0)
+              #label: 'Directory View'
+              #min: #(#Point 10 10)
+              #max: #(#Point 1152 900)
+              #bounds: #(#Rectangle 34 350 434 650)
+              #usePreferredExtent: false
           )
-          #'component:' 
+          #component: 
            #(#SpecCollection
-              #'collection:' 
+              #collection: 
                #(
                  #(#DataSetSpec
-                    #'name:' 'filesDataSetView'
-                    #'layout:' #(#LayoutFrame 0 0.0 24 0.0 -2 1.0 0 1.0)
-                    #'model:' #selectionOfFile
-                    #'hasHorizontalScrollBar:' true
-                    #'hasVerticalScrollBar:' true
-                    #'miniScrollerHorizontal:' true
-                    #'dataList:' #listOfFiles
-                    #'useIndex:' false
-                    #'doubleClickSelector:' #fileDoubleClicked
-                    #'columnHolder:' #fileAttributeColumns
-                    #'valueChangeSelector:' #fileSelected
-                    #'verticalSpacing:' 1
+                    #name: 'filesDataSetView'
+                    #layout: #(#LayoutFrame 0 0.0 24 0.0 -2 1.0 0 1.0)
+                    #model: #selectionOfFile
+                    #hasHorizontalScrollBar: true
+                    #hasVerticalScrollBar: true
+                    #miniScrollerHorizontal: true
+                    #dataList: #listOfFiles
+                    #useIndex: false
+                    #doubleClickSelector: #fileDoubleClicked
+                    #columnHolder: #fileAttributeColumns
+                    #valueChangeSelector: #fileSelected
+                    #verticalSpacing: 1
                 )
                  #(#ComboBoxSpec
-                    #'name:' 'formatComboBox'
-                    #'layout:' #(#LayoutFrame 0 0.0 0 0 0 1.0 22 0)
-                    #'model:' #selectionOfFileFilter
-                    #'immediateAccept:' false
-                    #'acceptOnTab:' false
-                    #'comboList:' #listOfFileFilters
+                    #name: 'formatComboBox'
+                    #layout: #(#LayoutFrame 63 0.0 0 0 0 1.0 22 0)
+                    #model: #selectionOfFileFilter
+                    #immediateAccept: false
+                    #acceptOnTab: false
+                    #comboList: #listOfFileFilters
+                )
+                 #(#LabelSpec
+                    #name: 'label1'
+                    #layout: #(#LayoutFrame 0 0 0 0 62 0 22 0)
+                    #label: 'Filter: '
+                    #adjust: #right
                 )
               )
           )
       )
 
-    "Modified: / 6.2.1998 / 03:42:15 / cg"
 !
 
 windowSpecOfFileAttributeColumns