'From etoys2.1 of 8 August 2007 [latest update: #1633] on 13 September 2007 at 1:48:32 pm'! !SugarNavigatorBar methodsFor: 'initialization' stamp: 'yo 9/13/2007 13:48'! makeTheSimpleButtons "Add the buttons for use in normal kids' mode." ^{ self buttonHelp. "self buttonNewProject." self buttonPrev. "self buttonNext." "self buttonFind." self buttonPaint. self buttonSupplies. }, " ( Preferences includeSoundControlInNavigator ifTrue: [{self buttonSound}] ifFalse: [#()] )," { self buttonUndo. self buttonLanguage. self buttonShare. }, (((DisplayScreen actualScreenSize = OLPCVirtualScreen virtualScreenExtent) ifFalse: [{self buttonZoom}] ifTrue: [#()])), { #spacer. self buttonPublish. self buttonStop. } ! ! "Postscript: " SugarLibrary clearDefault. SugarNavigatorBar refreshButRetainOldContents. !