home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / clines.zip / CUSTSTL.H < prev    next >
Text File  |  1994-10-04  |  227b  |  10 lines

  1. BOOL GpiLoadLineStyle(HMODULE, LONG);
  2. BOOL GpiFreeLineStyle(LONG);
  3.  
  4. BOOL nphSetLineType(HPS, LONG);
  5. LONG nphLine(HPS, PPOINTL);
  6.  
  7. #define GpiSetLineType(a,b)            nphSetLineType(a,b)
  8. #define GpiLine(a,b)                 nphLine(a,b)
  9.  
  10.