home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c185 / 2.ddi / OWLSRC.EXE / CSCAPE / SOURCE / PTDCHAR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-06  |  887 b   |  31 lines

  1. /*
  2.     ptdchar.h    7/11/88
  3.  
  4.     % Character oriented window painting code
  5.     By Ted.
  6.  
  7.     OWL 1.1
  8.     Copyright (c) 1988, by Oakland Group, Inc.
  9.     ALL RIGHTS RESERVED.
  10.  
  11.     Revision History:
  12.     -----------------
  13.      7/27/88 jmd    Converted DrawLine to take an opbox
  14. */
  15.  
  16. /* -------------------------------------------------------------------------- */
  17. extern void ptd_DrawString(_arg6(ptd_struct *ptd, int row, int col, 
  18.                     char *string, byte attr, int slen));
  19.  
  20. extern void ptd_DrawCharBox(_arg4(ptd_struct *ptd, char *boxchar, 
  21.                             ocbox *cboxp, byte attr));
  22.  
  23. extern void ptd_DrawCharLine(_arg4(ptd_struct *ptd, char *linechar, 
  24.                             ocbox *cboxp, byte attr));
  25.  
  26. extern void ptd_ClearFrame(_arg6(ptd_struct *ptd, opcoord xoffs, opcoord yoffs,
  27.                                     odim width, odim height, opixval color));
  28.  
  29. /* -------------------------------------------------------------------------- */
  30.  
  31.