home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d778 / multireq.lha / MultiReq / fd / multireq_lib.fd
Text File  |  1992-12-06  |  720b  |  37 lines

  1. * "multireq.library"
  2. ##base _MultiReqBase
  3. ##bias 30
  4. *
  5. * String functions
  6. *
  7. StrLen(str)(a0)
  8. StrCpy(src,dest)(a0/a1)
  9. StrCmp(str1,str2)(a0/a1)
  10. StrIns(src,dest)(a0/a1)
  11. UpperCase(character)(d0)
  12. TestPattern(wild,str)(a0/a1)
  13. *
  14. * MsgPort Functions
  15. *
  16. DelPort(port)(a1)
  17. CrtPort(name,pri)(a0,d0)
  18. *
  19. * DOS Functions
  20. *
  21. GetCurrentPath(buff)(a0)
  22. *
  23. * GFX Functions
  24. *
  25. DrawBox(rp,x1,y1,x2,y2,col1,col2)(a1,d0/d1/d2/d3/d4/d5)
  26. DrawFilledBox(rp,x1,y1,x2,y2,col1,col2,fillcol)(a1,d0/d1/d2/d3/d4/d5/d6)
  27. DrawTexts(rp,textlist)(a1,a0)
  28. DrawWinBorder(win,title)(a0/a1)
  29. DrawGadgetBorder(gadgets,win,numgad)(a0/a1,d0)
  30. *
  31. * FileRequester Functions
  32. *
  33. InitFileReq(fr_ptr,numlist)(a0,d0)
  34. FreeFileReq(fr_ptr)(a0)
  35. FileRequester(filereq,screen)(a0/a1)
  36. ##end
  37.