home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / disk utilities / copy / unicopy / forprogrammers / reqprags.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-21  |  1.8 KB  |  45 lines

  1.  
  2. #pragma libcall ReqBase Center 1e 10803
  3.  
  4. #pragma libcall ReqBase SetSize 24 1002
  5. #pragma libcall ReqBase SetLocation 2a 21003
  6. #pragma libcall ReqBase ReadLocation 30 21003
  7. #pragma libcall ReqBase Format 36 98a03
  8. #pragma libcall ReqBase FileRequester 54 801
  9. #pragma libcall ReqBase ColorRequester 5a 001
  10.  
  11. #pragma libcall ReqBase DrawBox 60 3210905
  12. #pragma libcall ReqBase MakeButton 66 210a9806
  13.  
  14. #pragma libcall ReqBase MakeScrollBar 6c 3210805
  15. #pragma libcall ReqBase PurgeFiles 72 801
  16.  
  17. #pragma libcall ReqBase MakeGadget 7e 109804
  18. #pragma libcall ReqBase MakeString 84 3210a9807
  19. #pragma libcall ReqBase MakeProp 8a 210804
  20.  
  21. #pragma libcall ReqBase LinkGadget 90 10a9805
  22. #pragma libcall ReqBase GetString a2 10a9805
  23. #pragma libcall ReqBase RealTimeScroll a8 801
  24.  
  25. #pragma libcall ReqBase TextRequest ae 801
  26. #pragma libcall ReqBase GetLong b4 801
  27. #pragma libcall ReqBase RawKeyToAscii ba 81003
  28. #pragma libcall ReqBase ExtendedColorRequestor c0 801
  29. #pragma libcall ReqBase NewGetString c6 801
  30.  
  31. /***********************************************************************/
  32. /* LinkString and LinkProp have been omitted, as they require too many */
  33. /* parameters for pragging. However, new versions of these functions   */
  34. /* are planned, to take care of this. Stay tuned.                      */
  35. /*                                                        C.W. Fox     */
  36. /***********************************************************************/
  37.  
  38.  
  39. /**************************************************************************/
  40. /* Also, GetFontHeightAndWidth has been left out, as it returns values in */
  41. /* two registers, which is difficult to manage from C.                    */
  42. /*                                                        C.W. Fox        */
  43. /**************************************************************************/
  44.  
  45.