home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / cbm / nduk-v37.lha / V37 / fd / wb_lib.fd < prev   
Text File  |  1991-11-15  |  572b  |  31 lines

  1. * "workbench.library"
  2. ##base _WorkbenchBase
  3. ##bias 30
  4. *--- functions in V36 or higher (distributed as Release 2.0) ---
  5. *
  6. ##private
  7. *
  8. wbPrivate1()()
  9. wbPrivate2()()
  10. *
  11. wbPrivate3()()
  12. *
  13. ##public
  14. *
  15. AddAppWindowA(id,userdata,window,msgport,taglist)(d0/d1/a0/a1/a2)
  16. *
  17. RemoveAppWindow(appWindow)(a0)
  18. *
  19. AddAppIconA(id,userdata,text,msgport,lock,diskobj,taglist)(d0/d1/a0/a1/a2/a3/a4)
  20. *
  21. RemoveAppIcon(appIcon)(a0)
  22. *
  23. AddAppMenuItemA(id,userdata,text,msgport,taglist)(d0/d1/a0/a1/a2)
  24. *
  25. RemoveAppMenuItem(appMenuItem)(a0)
  26. *
  27. *--- (5 function slots reserved here) ---
  28. ##bias 114
  29. *
  30. ##end
  31.