# HG changeset patch # User ca # Date 974551210 -3600 # Node ID 223936d0c28be01aac74d7e3d7d859bbb55533a3 # Parent df38b2a5d335d735a3a4e119be991263701be514 add nene scrollable arbitrary diff -r df38b2a5d335 -r 223936d0c28b UISelectionPanel.st --- a/UISelectionPanel.st Fri Nov 17 17:18:20 2000 +0100 +++ b/UISelectionPanel.st Sat Nov 18 13:40:10 2000 +0100 @@ -509,14 +509,9 @@ #(#WindowSpec #label: 'Misc' #name: 'Misc' - #layout: #(#LayoutFrame 125 0 152 0 566 0 374 0) - #level: 0 #min: #(#Point 10 10) #max: #(#Point 1280 1024) - #bounds: #(#Rectangle 125 152 567 375) - #usePreferredExtent: false - #returnIsOKInDialog: true - #escapeIsCancelInDialog: true + #bounds: #(#Rectangle 74 387 516 610) ) #component: #(#SpecCollection @@ -527,8 +522,8 @@ #hasBorder: false ) #(#LabelSpec - #label: 'Arbitrary' - #name: 'ArbitraryComponentLabel1' + #label: 'Scrollable' + #name: 'ScrollableArbitraryLabel1' #layout: #(#AlignmentOrigin 7 0 7 0 0 0) #style: #(#FontDescription #helvetica #medium #roman 10) #resizeForLabel: true @@ -536,9 +531,9 @@ #canUIDrag: false ) #(#LabelSpec - #label: 'Component' - #name: 'ArbitraryComponentLabel2' - #layout: #(#AlignmentOrigin 7 0 31 0 0 0) + #label: 'Arbitrary-Component' + #name: 'ScrollableArbitraryLabel2' + #layout: #(#AlignmentOrigin 7 0 22 0 0 0) #style: #(#FontDescription #helvetica #medium #roman 10) #resizeForLabel: true #adjust: #left @@ -571,6 +566,28 @@ #adjust: #left #canUIDrag: false ) + #(#NonScrollableArbitraryComponentSpec + #name: 'None-Srollable Arbitrary Component' + #layout: #(#LayoutFrame 3 0 120 0 128 0 221 0) + ) + #(#LabelSpec + #label: 'None Scrollable' + #name: 'NoneScrollableArbitraryLabel1' + #layout: #(#AlignmentOrigin 7 0 124 0 0 0) + #style: #(#FontDescription #helvetica #medium #roman 10) + #resizeForLabel: true + #adjust: #left + #canUIDrag: false + ) + #(#LabelSpec + #label: 'Arbitrary-Component' + #name: 'NoneScrollableArbitraryLabel2' + #layout: #(#AlignmentOrigin 7 0 139 0 0 0) + #style: #(#FontDescription #helvetica #medium #roman 10) + #resizeForLabel: true + #adjust: #left + #canUIDrag: false + ) ) )