diff -r b86448fe2605 -r 46f55243f1f1 UISelectionPanel.st --- a/UISelectionPanel.st Sun Feb 22 15:21:57 1998 +0100 +++ b/UISelectionPanel.st Sun Feb 22 15:35:36 1998 +0100 @@ -881,24 +881,71 @@ #window: #(#WindowSpec #name: 'Menus' - #layout: #(#LayoutFrame 95 0 168 0 581 0 417 0) + #layout: #(#LayoutFrame 129 0 179 0 700 0 550 0) #label: 'Menus' #min: #(#Point 10 10) #max: #(#Point 1280 1024) - #bounds: #(#Rectangle 95 168 582 418) + #bounds: #(#Rectangle 129 179 701 551) #usePreferredExtent: false ) #component: #(#SpecCollection #collection: #( + #(#MenuPanelSpec + #name: 'MenuPanel' + #layout: #(#LayoutFrame 15 0 15 0 140 0 38 0) + #menu: #menuPanelMenu + ) + #(#LabelSpec + #name: 'MenuPanelLabel' + #layout: #(#Point 18 22) + #label: 'MenuPanel' + #style: #(#FontDescription #helvetica #medium #roman #'12') + #adjust: #left + #resizeForLabel: true + #canUIDrag: false + ) + #(#PopUpListSpec + #name: 'PopUpList' + #layout: #(#LayoutFrame 15 0 55 0 140 0 77 0) + #label: 'PopUpList' + #useIndex: false + ) + #(#ComboListSpec + #name: 'ComboListView' + #layout: #(#LayoutFrame 15 0 94 0 140 0 114 0) + #useIndex: false + ) + #(#LabelSpec + #name: 'ComboListLabel' + #layout: #(#LayoutFrame 18 0 96 0 117 0 114 0) + #label: 'ComboListView' + #style: #(#FontDescription #helvetica #medium #roman #'12') + #adjust: #left + #resizeForLabel: true + #canUIDrag: false + ) + #(#ComboBoxSpec + #name: 'ComboBoxView' + #layout: #(#LayoutFrame 15 0 130 0 140 0 150 0) + ) + #(#LabelSpec + #name: 'ComboBoxLabel' + #layout: #(#LayoutFrame 18 0 132 0 111 0 150 0) + #label: 'ComboBoxView' + #style: #(#FontDescription #helvetica #medium #roman #'12') + #adjust: #left + #resizeForLabel: true + #canUIDrag: false + ) #(#TabViewSpec #name: 'TabView' - #layout: #(#LayoutFrame 15 0 15 0 155 0 51 0) + #layout: #(#LayoutFrame 157 0 15 0 292 0 51 0) ) #(#LabelSpec #name: 'TabLabel' - #layout: #(#Point 18 35) + #layout: #(#Point 160 35) #label: ' TabView ' #style: #(#FontDescription #helvetica #medium #roman #'12') #adjust: #left @@ -907,11 +954,11 @@ ) #(#NoteBookViewSpec #name: 'NoteBookView' - #layout: #(#LayoutFrame 15 0 58 0 155 0 150 0) + #layout: #(#LayoutFrame 157 0 58 0 292 0 150 0) ) #(#LabelSpec #name: 'NoteBookLabel' - #layout: #(#Point 19 134) + #layout: #(#Point 161 134) #label: 'NoteBookView' #style: #(#FontDescription #helvetica #medium #roman #'12') #adjust: #left @@ -920,64 +967,17 @@ ) #(#UIGalleryViewSpec #name: 'GalleryView' - #layout: #(#LayoutFrame 165 0 15 0 305 0 150 0) + #layout: #(#LayoutFrame 309 0 15 0 445 0 150 0) ) #(#LabelSpec #name: 'GalleryLabel' - #layout: #(#Point 169 134) + #layout: #(#Point 313 134) #label: 'GalleryView' #style: #(#FontDescription #helvetica #medium #roman #'12') #adjust: #left #resizeForLabel: true #canUIDrag: false ) - #(#MenuPanelSpec - #name: 'MenuPanel' - #layout: #(#LayoutFrame 315 0 15 0 445 0 38 0) - #menu: #menuPanelMenu - ) - #(#LabelSpec - #name: 'MenuPanelLabel' - #layout: #(#Point 318 22) - #label: 'MenuPanel' - #style: #(#FontDescription #helvetica #medium #roman #'12') - #adjust: #left - #resizeForLabel: true - #canUIDrag: false - ) - #(#PopUpListSpec - #name: 'PopUpList' - #layout: #(#LayoutFrame 315 0 55 0 445 0 77 0) - #label: 'PopUpList' - #useIndex: false - ) - #(#ComboListSpec - #name: 'ComboListView' - #layout: #(#LayoutFrame 315 0 94 0 445 0 114 0) - #useIndex: false - ) - #(#LabelSpec - #name: 'ComboListLabel' - #layout: #(#LayoutFrame 318 0 96 0 417 0 114 0) - #label: 'ComboListView' - #style: #(#FontDescription #helvetica #medium #roman #'12') - #adjust: #left - #resizeForLabel: true - #canUIDrag: false - ) - #(#ComboBoxSpec - #name: 'ComboBoxView' - #layout: #(#LayoutFrame 315 0 130 0 445 0 150 0) - ) - #(#LabelSpec - #name: 'ComboBoxLabel' - #layout: #(#LayoutFrame 318 0 132 0 411 0 150 0) - #label: 'ComboBoxView' - #style: #(#FontDescription #helvetica #medium #roman #'12') - #adjust: #left - #resizeForLabel: true - #canUIDrag: false - ) ) ) )