# HG changeset patch # User penk # Date 1040120446 -3600 # Node ID 76cd515f008ad17e0b2dfaa38295cdf75daf949f # Parent 5c0f73b1bd071e6a0a36519641575ddaf9551e10 added colorMenu diff -r 5c0f73b1bd07 -r 76cd515f008a UISelectionPanel.st --- a/UISelectionPanel.st Tue Dec 10 12:02:39 2002 +0100 +++ b/UISelectionPanel.st Tue Dec 17 11:20:46 2002 +0100 @@ -1021,10 +1021,9 @@ #(#WindowSpec #label: 'Menus' #name: 'Menus' - #layout: #(#LayoutFrame 162 0 182 0 638 0 404 0) #min: #(#Point 10 10) #max: #(#Point 1280 1024) - #bounds: #(#Rectangle 162 182 639 405) + #bounds: #(#Rectangle 16 42 493 265) ) #component: #(#SpecCollection @@ -1060,7 +1059,7 @@ #label: 'PopUp List' #name: 'PopUp List' #layout: #(#LayoutFrame 4 0 3 0 129 0 25 0) - #useIndex: false + #tabable: true ) #(#ComboListSpec #name: 'Combo List' @@ -1089,6 +1088,20 @@ #name: 'Gallery' #layout: #(#LayoutFrame 298 0 3 0 434 0 138 0) ) + #(#ColorMenuSpec + #name: 'ColorMenu' + #layout: #(#LayoutFrame 143 0 188 0 -46 1.0 210 0) + #labelsAreColored: true + ) + #(#LabelSpec + #label: 'Color Menu' + #name: 'Label1' + #layout: #(#AlignmentOrigin 142 0 187 0 0 1) + #style: #(#FontDescription #helvetica #medium #roman 10) + #resizeForLabel: true + #adjust: #left + #canUIDrag: false + ) ) )