| !Buttonbar V0.21 18 Jan 1995
Set Buttonbar$Dir <Obey$Dir>
Set apps$Dir <Buttonbar$Dir>.Apps
IconSprites <ButtonBar$Dir>.!Sprites

| The command below sets the number of icons to be
| displayed on the button bar.
SetEval BB%Icons 100          

| The command below sets ButtonBar to display its icons
| either horizontal or vertical.
| To make it vertical change the variable below to
| 'Set BB$Orientate Vertical'
| To make it Horizontal change the variable below to
| 'Set BB$Orientate Horizontal'
Set BB$Orientate Horizontal
WimpSlot -next 800K
WimpSlot -min 64K -max 64K
Run <Buttonbar$Dir>.!RunImage
