diff -r 1c7357e85c75 -r f4e539d41de0 UISelectionPanel.st --- a/UISelectionPanel.st Mon Jun 15 16:16:55 1998 +0200 +++ b/UISelectionPanel.st Tue Jun 16 10:55:23 1998 +0200 @@ -1737,9 +1737,10 @@ !UISelectionPanel::UserDefinedGallery class methodsFor:'defaults'! defaultListOfLabels - ^ #( 'Clocks' ) + ^ #( 'Clocks etc.' ) "Created: / 8.12.1997 / 18:50:06 / cg" + "Modified: / 16.6.1998 / 10:20:12 / cg" ! defaultListOfSelectors @@ -1846,10 +1847,11 @@ !UISelectionPanel::UserDefinedGallery class methodsFor:'user defined gallery'! clocksSpec - "this window spec was automatically generated by the ST/X UIPainter" + "This resource specification was automatically generated + by the UIPainter of ST/X." - "do not manually edit this - the painter/builder may not be able to - handle the specification if its corrupted." + "Do not manually edit this!! If it is corrupted, + the UIPainter may not be able to read the specification." " UIPainter new openOnClass:UISelectionPanel::UserDefinedGallery andSelector:#clocksSpec @@ -1864,11 +1866,11 @@ #window: #(#WindowSpec #name: 'Interface Builder' - #layout: #(#LayoutFrame 401 0 380 0 780 0 650 0) + #layout: #(#LayoutFrame 216 0 173 0 595 0 443 0) #label: 'Interface Builder' #min: #(#Point 10 10) #max: #(#Point 1280 1024) - #bounds: #(#Rectangle 401 380 781 651) + #bounds: #(#Rectangle 216 173 596 444) #usePreferredExtent: false ) #component: @@ -1877,19 +1879,52 @@ #( #(#ArbitraryComponentSpec #name: 'Analog Clock' - #layout: #(#LayoutFrame 11 0 11 0 125 0 123 0) + #layout: #(#LayoutFrame 15 0 39 0 129 0 151 0) #component: #ClockView #hasBorder: false ) #(#ArbitraryComponentSpec #name: 'Digital Clock' - #layout: #(#LayoutOrigin 136 0 11 0) + #layout: #(#LayoutOrigin 15 0 176 0) #component: #DigitalClockView #hasBorder: false ) + #(#ArbitraryComponentSpec + #name: 'Digital Number display' + #layout: #(#LayoutOrigin 142 0 39 0) + #model: #'' + #component: #DigitalLedDisplay + #hasBorder: false + ) + #(#LabelSpec + #name: 'Label1' + #layout: #(#LayoutFrame 15 0 16 0 128 0 38 0) + #label: 'Analog Clock' + #translateLabel: true + #adjust: #left + #canUIDrag: false + ) + #(#LabelSpec + #name: 'Label2' + #layout: #(#LayoutFrame 142 0 16 0 270 0 38 0) + #label: 'Number Display' + #translateLabel: true + #adjust: #left + #canUIDrag: false + ) + #(#LabelSpec + #name: 'Label3' + #layout: #(#LayoutFrame 15 0 155 0 128 0 177 0) + #label: 'Digital Clock' + #translateLabel: true + #adjust: #left + #canUIDrag: false + ) ) ) ) + + "Modified: / 16.6.1998 / 10:19:45 / cg" ! listOfLabels