home *** CD-ROM | disk | FTP | other *** search
- ' workbench BASIC header
-
- '$include workbench.bc
- LIBRARY DECLARE "workbench.library"
- DECLARE FUNCTION AddAppWindowA& LIBRARY 'id&, WBStartupuserdata&, window_&, msgport&, taglist&
- DECLARE FUNCTION RemoveAppWindow& LIBRARY 'appWindow&
- DECLARE FUNCTION AddAppIconA& LIBRARY 'id&, WBStartupuserdata&, WBStartuptext&, msgport&, WBStartuplock&, diskobj&, taglist&
- DECLARE FUNCTION RemoveAppIcon& LIBRARY 'appIcon&
- DECLARE FUNCTION AddAppMenuItemA& LIBRARY 'id&, WBStartupuserdata&, WBStartuptext&, msgport&, taglist&
- DECLARE FUNCTION RemoveAppMenuItem& LIBRARY 'appMenuItem&
- DECLARE SUB WBInfo LIBRARY 'WBStartuplock&, WBStartupname&, WBStartupscreen&
-