# HG changeset patch # User ca # Date 873375555 -7200 # Node ID 7d8722ba7569b2cc9e328266fd4311e45efcf40e # Parent fe559a9136d9bbeee2bc8c7ef10a608265e4f233 add FileSelectionTreeSpec diff -r fe559a9136d9 -r 7d8722ba7569 UISelectionPanel.st --- a/UISelectionPanel.st Thu Sep 04 14:18:49 1997 +0200 +++ b/UISelectionPanel.st Thu Sep 04 14:19:15 1997 +0200 @@ -1192,11 +1192,11 @@ #'window:' #(#WindowSpec #'name:' 'Lists' - #'layout:' #(#LayoutFrame 386 0 373 0 852 0 579 0) + #'layout:' #(#LayoutFrame 68 0 69 0 537 0 311 0) #'label:' 'Lists' #'min:' #(#Point 10 10) #'max:' #(#Point 1280 1024) - #'bounds:' #(#Rectangle 386 373 853 580) + #'bounds:' #(#Rectangle 68 69 538 312) ) #'component:' #(#SpecCollection @@ -1204,13 +1204,13 @@ #( #(#SequenceViewSpec #'name:' 'SelectionInList' - #'layout:' #(#LayoutFrame 19 0 13 0 224 0 107 0) + #'layout:' #(#LayoutFrame 247 0 15 0 452 0 109 0) #'hasHorizontalScrollBar:' true #'hasVerticalScrollBar:' true ) #(#LabelSpec #'name:' 'SelectionInListLabel' - #'layout:' #(#AlignmentOrigin 92 0 108 0 0 1) + #'layout:' #(#AlignmentOrigin 320 0 110 0 0 1) #'label:' 'SelectionInList' #'style:' #(#FontDescription #helvetica #medium #roman #'10') #'adjust:' #left @@ -1218,20 +1218,35 @@ #'canUIDrag:' false ) #(#SelectionInTreeViewSpec - #'name:' 'selectionInTree' - #'layout:' #(#LayoutFrame 244 0 13 0 449 0 107 0) + #'name:' 'SelectionInTree' + #'layout:' #(#LayoutFrame 20 0 15 0 225 0 109 0) #'hasHorizontalScrollBar:' true #'hasVerticalScrollBar:' true ) #(#LabelSpec #'name:' 'SelectionInTreeLabel' - #'layout:' #(#AlignmentOrigin 317 0 108 0 0 1) + #'layout:' #(#AlignmentOrigin 93 0 110 0 0 1) #'label:' 'SelectionInTree' #'style:' #(#FontDescription #helvetica #medium #roman #'10') #'adjust:' #left #'resizeForLabel:' true #'canUIDrag:' false ) + #(#FileSelectionTreeSpec + #'name:' 'FileSelectionTree' + #'layout:' #(#LayoutFrame 20 0 130 0 225 0 224 0) + #'hasHorizontalScrollBar:' true + #'hasVerticalScrollBar:' true + ) + #(#LabelSpec + #'name:' 'FileSelectionTreeLabel' + #'layout:' #(#AlignmentOrigin 93 0 225 0 0 1) + #'label:' 'FileSelectionTree' + #'style:' #(#FontDescription #helvetica #medium #roman #'10') + #'adjust:' #left + #'resizeForLabel:' true + #'canUIDrag:' false + ) ) ) )