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

  1. /*
  2.     bord.h        11/28/88
  3.  
  4.     % public border functions
  5.     by Ted
  6.  
  7.     OWL 1.1
  8.     Copyright (c) 1986, 1987, by Oakland Group, Inc.
  9.     ALL RIGHTS RESERVED.
  10.  
  11.     Revision History:
  12.     -----------------
  13.     12/19/88 Ted:    added bd_plain and bd_sidebar.
  14.      7/12/89 ted    Converted '_func' prototypes from typedef to macro.
  15.      8/24/89 jmd    added bd_head
  16. */
  17. /*** Border objects ***/
  18.  
  19. extern class_func    (bd_1);
  20. extern class_func    (bd_2);
  21. extern class_func    (bd_123);
  22. extern class_func    (bd_bar);
  23. extern class_func    (bd_box);
  24. extern class_func    (bd_boxlight);
  25. extern class_func    (bd_head);
  26. extern class_func    (bd_mouse);
  27. extern class_func    (bd_null);
  28. extern class_func    (bd_plain);
  29. extern class_func    (bd_prompt);
  30. extern class_func    (bd_sidebar);
  31. extern class_func    (bd_std);
  32. extern class_func    (bd_title);
  33. extern class_func    (bd_xref);
  34.  
  35.