03 ToolBar

ToolBar Edit-Tool-Bar "WINBROWS.BMP"

        08 HSpace

     1 PictureButton                    open-text  ; \ open

        ButtonInfo"  Open Text File "                \ tooltip for open text

     3 PictureButton                    print-text ; \ print

        ButtonInfo"  Print File "                    \ tooltip for print

        16 HSpace                                    \ a space between button

                                                     \ groups

     5 PictureButton                    start: about-winbrowse-dialog drop ;

        ButtonInfo"  About WinBrowse "               \ tooltip for about

        8 HSpace                                     \ a smaller space at the

ENDBAR                                               \ end of the toolbar