diff -r bb569079ae6b -r 8110fbe94104 UISelectionPanel.st --- a/UISelectionPanel.st Fri Jun 27 18:11:46 1997 +0200 +++ b/UISelectionPanel.st Sat Jun 28 12:04:06 1997 +0200 @@ -64,14 +64,14 @@ specifications ^ #( - #( 'Standarts' #( - #('Button & Toggle' standartButtonToggle) - #('Menus' standartMenus) - #('Panel' standartPanels) - #('Text' standartText) - #('Views' standartViews) - #('Canvas' standartCanvas) - #('Sliders' standartSliders) + #( 'Standards' #( + #('Button & Toggle' standardButtonToggle) + #('Menus' standardMenus) + #('Panel' standardPanels) + #('Text' standardText) + #('Views' standardViews) + #('Canvas' standardCanvas) + #('Sliders' standardSliders) ) ) @@ -309,17 +309,17 @@ ! ! -!UISelectionPanel class methodsFor:'standart specifications'! +!UISelectionPanel class methodsFor:'standard specifications'! -standartButtonToggle +standardButtonToggle "this window spec was automatically generated by the ST/X UIPainter" "do not manually edit this - the painter/builder may not be able to handle the specification if its corrupted." " - UIPainter new openOnClass:UISelectionPanel andSelector:#standartButtonToggle - UISelectionPanel new openInterface:#standartButtonToggle + UIPainter new openOnClass:UISelectionPanel andSelector:#standardButtonToggle + UISelectionPanel new openInterface:#standardButtonToggle " @@ -421,15 +421,15 @@ ) ! -standartCanvas +standardCanvas "this window spec was automatically generated by the ST/X UIPainter" "do not manually edit this - the painter/builder may not be able to handle the specification if its corrupted." " - UIPainter new openOnClass:UISelectionPanel andSelector:#standartCanvas - UISelectionPanel new openInterface:#standartCanvas + UIPainter new openOnClass:UISelectionPanel andSelector:#standardCanvas + UISelectionPanel new openInterface:#standardCanvas " @@ -506,15 +506,15 @@ ) ! -standartMenus +standardMenus "this window spec was automatically generated by the ST/X UIPainter" "do not manually edit this - the painter/builder may not be able to handle the specification if its corrupted." " - UIPainter new openOnClass:self andSelector:#standartMenus - self new openInterface:#standartMenus + UIPainter new openOnClass:self andSelector:#standardMenus + self new openInterface:#standardMenus " @@ -581,15 +581,15 @@ ! -standartPanels +standardPanels "this window spec was automatically generated by the ST/X UIPainter" "do not manually edit this - the painter/builder may not be able to handle the specification if its corrupted." " - UIPainter new openOnClass:UISelectionPanel andSelector:#standartPanels - UISelectionPanel new openInterface:#standartPanels + UIPainter new openOnClass:UISelectionPanel andSelector:#standardPanels + UISelectionPanel new openInterface:#standardPanels " @@ -776,15 +776,15 @@ ) ! -standartSliders +standardSliders "this window spec was automatically generated by the ST/X UIPainter" "do not manually edit this - the painter/builder may not be able to handle the specification if its corrupted." " - UIPainter new openOnClass:self andSelector:#standartSliders - self new openInterface:#standartSliders + UIPainter new openOnClass:self andSelector:#standardSliders + self new openInterface:#standardSliders " @@ -840,15 +840,15 @@ ! -standartText +standardText "this window spec was automatically generated by the ST/X UIPainter" "do not manually edit this - the painter/builder may not be able to handle the specification if its corrupted." " - UIPainter new openOnClass:UISelectionPanel andSelector:#standartText - UISelectionPanel new openInterface:#standartText + UIPainter new openOnClass:UISelectionPanel andSelector:#standardText + UISelectionPanel new openInterface:#standardText " @@ -938,15 +938,15 @@ ) ! -standartUserPanel +standardUserPanel "this window spec was automatically generated by the ST/X UIPainter" "do not manually edit this - the painter/builder may not be able to handle the specification if its corrupted." " - UIPainter new openOnClass:UISelectionPanel andSelector:#standartUserPanel - UISelectionPanel new openInterface:#standartUserPanel + UIPainter new openOnClass:UISelectionPanel andSelector:#standardUserPanel + UISelectionPanel new openInterface:#standardUserPanel " @@ -977,15 +977,15 @@ ) ! -standartViews +standardViews "this window spec was automatically generated by the ST/X UIPainter" "do not manually edit this - the painter/builder may not be able to handle the specification if its corrupted." " - UIPainter new openOnClass:UISelectionPanel andSelector:#standartViews - UISelectionPanel new openInterface:#standartViews + UIPainter new openOnClass:UISelectionPanel andSelector:#standardViews + UISelectionPanel new openInterface:#standardViews " @@ -1434,7 +1434,7 @@ builder application:self. (self builder componentAt:#gallery) builder:builder. self galleryList value:#( '???' ). - self minorKeys value:#( standartUserPanel ). + self minorKeys value:#( standardUserPanel ). ! userDefinedHelpText