# HG changeset patch # User tz # Date 888274382 -3600 # Node ID 3e3d7f16802470c98e6aff30c6a4ce55b861c7f7 # Parent c77522d9e38869d5e04f160d2fe5d0eb13e865e1 some labels renamed diff -r c77522d9e388 -r 3e3d7f168024 UISelectionPanel.st --- a/UISelectionPanel.st Mon Feb 23 21:24:56 1998 +0100 +++ b/UISelectionPanel.st Mon Feb 23 23:53:02 1998 +0100 @@ -92,7 +92,7 @@ ) ) - #( 'Clip Board' #( + #( 'Clipboard' #( #('Copy & Paste Buffer' clipBoardSpec) ) ) @@ -267,9 +267,9 @@ #(#FullSpec #'window:' #(#WindowSpec - #'name:' 'Component Gallery' + #'name:' 'Widget Gallery' #'layout:' #(#LayoutFrame 78 0 70 0 598 0 352 0) - #'label:' 'Component Gallery' + #'label:' 'Widget Gallery' #'min:' #(#Point 100 280) #'max:' #(#Point 1160 870) #'bounds:' #(#Rectangle 78 70 599 353) @@ -622,11 +622,11 @@ #window: #(#WindowSpec #name: 'Buttons' - #layout: #(#LayoutFrame 40 0 280 0 518 0 479 0) + #layout: #(#LayoutFrame 197 0 172 0 675 0 371 0) #label: 'Buttons' #min: #(#Point 10 10) #max: #(#Point 1280 1024) - #bounds: #(#Rectangle 40 280 519 480) + #bounds: #(#Rectangle 197 172 676 372) #usePreferredExtent: false ) #component: @@ -686,10 +686,9 @@ ) #(#LabelSpec #name: 'SliderLabel' - #layout: #(#AlignmentOrigin 185 0 83 0 0 0) + #layout: #(#AlignmentOrigin 196 0 83 0 0 0) #label: 'Slider' #style: #(#FontDescription #helvetica #medium #roman 10) - #adjust: #left #resizeForLabel: true #canUIDrag: false ) @@ -698,7 +697,6 @@ #layout: #(#AlignmentOrigin 151 0 121 0 0 0) #label: 'ThumbWheel' #style: #(#FontDescription #helvetica #medium #roman 10) - #adjust: #left #resizeForLabel: true #canUIDrag: false ) @@ -749,7 +747,7 @@ ) #(#CheckToggleSpec #name: 'CheckToggle' - #layout: #(#LayoutFrame 332 0 79 0 352 0 98 0) + #layout: #(#LayoutFrame 332 0 79 0 351 0 98 0) #isTriggerOnDown: true #showLamp: false #lampColor: #(#Color 100.0 100.0 0.0) @@ -765,7 +763,7 @@ ) #(#UpDownButtonSpec #name: 'UpDownButton' - #layout: #(#LayoutFrame 330 0 111 0 354 0 127 0) + #layout: #(#LayoutFrame 330 0 111 0 346 0 123 0) #orientation: #horizontal ) #(#LabelSpec @@ -898,11 +896,11 @@ #window: #(#WindowSpec #name: 'Menus' - #layout: #(#LayoutFrame 197 0 172 0 768 0 543 0) + #layout: #(#LayoutFrame 43 0 175 0 614 0 546 0) #label: 'Menus' #min: #(#Point 10 10) #max: #(#Point 1280 1024) - #bounds: #(#Rectangle 197 172 769 544) + #bounds: #(#Rectangle 43 175 615 547) #usePreferredExtent: false ) #component: @@ -937,7 +935,7 @@ ) #(#LabelSpec #name: 'ComboListLabel' - #layout: #(#LayoutFrame 18 0 96 0 117 0 114 0) + #layout: #(#LayoutFrame 17 0 96 0 95 0 114 0) #label: 'ComboListView' #style: #(#FontDescription #helvetica #medium #roman 10) #adjust: #left @@ -950,7 +948,7 @@ ) #(#LabelSpec #name: 'ComboBoxLabel' - #layout: #(#LayoutFrame 18 0 132 0 111 0 150 0) + #layout: #(#LayoutFrame 17 0 132 0 96 0 150 0) #label: 'ComboBoxView' #style: #(#FontDescription #helvetica #medium #roman 10) #adjust: #left @@ -1428,7 +1426,7 @@ (label := channel value) notNil ifTrue:[ topView label:label name, ' '. ] ifFalse:[ - topView label:'Component Gallery ' + topView label:'Widget Gallery ' ] ]. @@ -1647,7 +1645,7 @@ !UISelectionPanel::UserDefinedGallery class methodsFor:'defaults'! defaultListOfLabels - ^ #( 'clocks' ) + ^ #( 'Clocks' ) "Created: / 8.12.1997 / 18:50:06 / cg" !