# HG changeset patch # User Claus Gittinger # Date 897145327 -7200 # Node ID c3e7a82c602ba3c56d81f61ca987ca38c7ae6e02 # Parent 6b2e9e31cf062624b658ba3ffab8f3d90f264e4f added text-menuPanel diff -r 6b2e9e31cf06 -r c3e7a82c602b UISelectionPanel.st --- a/UISelectionPanel.st Fri Jun 05 01:22:47 1998 +0200 +++ b/UISelectionPanel.st Sat Jun 06 17:02:07 1998 +0200 @@ -932,11 +932,11 @@ #window: #(#WindowSpec #name: 'Menus' - #layout: #(#LayoutFrame 39 0 189 0 515 0 378 0) + #layout: #(#LayoutFrame 216 0 173 0 692 0 395 0) #label: 'Menus' #min: #(#Point 10 10) #max: #(#Point 1280 1024) - #bounds: #(#Rectangle 39 189 516 379) + #bounds: #(#Rectangle 216 173 693 396) #usePreferredExtent: false ) #component: @@ -945,31 +945,45 @@ #( #(#MenuPanelSpec #name: 'Tool Bar' - #layout: #(#LayoutFrame 15 0 30 0 140 0 62 0) + #layout: #(#LayoutFrame 15 0 123 0 140 0 155 0) + #textDefault: true ) #(#LabelSpec #name: 'ToolBarLabel' - #layout: #(#AlignmentOrigin 15 0 30 0 0 1) + #layout: #(#AlignmentOrigin 15 0 123 0 0 1) #label: 'Tool Bar' #style: #(#FontDescription #helvetica #medium #roman 10) #adjust: #left #resizeForLabel: true #canUIDrag: false ) + #(#MenuPanelSpec + #name: 'Menu Bar' + #layout: #(#LayoutFrame 15 0 181 0 140 0 203 0) + ) + #(#LabelSpec + #name: 'MenuBarLabel' + #layout: #(#AlignmentOrigin 15 0 181 0 0 1) + #label: 'Menu Bar' + #style: #(#FontDescription #helvetica #medium #roman 10) + #adjust: #left + #resizeForLabel: true + #canUIDrag: false + ) #(#PopUpListSpec #name: 'PopUp List' - #layout: #(#LayoutFrame 15 0 72 0 140 0 94 0) + #layout: #(#LayoutFrame 15 0 15 0 140 0 37 0) #label: 'PopUp List' #useIndex: false ) #(#ComboListSpec #name: 'Combo List' - #layout: #(#LayoutFrame 15 0 102 0 140 0 122 0) + #layout: #(#LayoutFrame 15 0 45 0 140 0 65 0) #useIndex: false ) #(#LabelSpec #name: 'ComboListLabel' - #layout: #(#AlignmentOrigin 17 0 122 0 0 1) + #layout: #(#AlignmentOrigin 17 0 65 0 0 1) #label: 'Combo List' #style: #(#FontDescription #helvetica #medium #roman 10) #adjust: #left @@ -978,11 +992,11 @@ ) #(#ComboBoxSpec #name: 'Combo Box' - #layout: #(#LayoutFrame 15 0 130 0 140 0 150 0) + #layout: #(#LayoutFrame 15 0 73 0 140 0 93 0) ) #(#LabelSpec #name: 'ComboBoxLabel' - #layout: #(#AlignmentOrigin 17 0 150 0 0 1) + #layout: #(#AlignmentOrigin 17 0 93 0 0 1) #label: 'Combo Box' #style: #(#FontDescription #helvetica #medium #roman 10) #adjust: #left @@ -1031,6 +1045,8 @@ ) ) ) + + "Modified: / 6.6.1998 / 16:54:56 / cg" ! standardMisc @@ -1072,8 +1088,7 @@ #(#LabelSpec #name: 'ArbitraryComponentLabel' #layout: #(#AlignmentOrigin 19 0 19 0 0 0) - #label: 'Arbitrary -Component' + #label: 'Arbitrary Component' #style: #(#FontDescription #helvetica #medium #roman 10) #adjust: #left #resizeForLabel: true @@ -1194,6 +1209,8 @@ ) ) ) + + "Modified: / 6.6.1998 / 16:53:38 / cg" ! standardTexts