home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / CSAPE32.ARJ / INCLUDE / BORD.H < prev    next >
Text File  |  1990-04-20  |  1KB  |  71 lines

  1. /*
  2.     bord.h        11/28/88
  3.  
  4.     % public border functions
  5.     by Ted
  6.  
  7.     OWL 1.2
  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.      3/28/90 jmd    ansi-fied
  18.      4/09/90 pmcm    added bd_mouse2
  19. */
  20.  
  21. /*** Border objects ***/
  22.  
  23. /* BD1.C */
  24. extern class_func (bd_1);
  25.  
  26. /* BD123.C */
  27. extern class_func (bd_123);
  28.  
  29. /* BD2.C */
  30. extern class_func (bd_2);
  31.  
  32. /* BDBAR.C */
  33. extern class_func (bd_bar);
  34.  
  35. /* BDBOX.C */
  36. extern class_func (bd_box);
  37.  
  38. /* BDBOXLT.C */
  39. extern class_func (bd_boxlight);
  40.  
  41. /* BDHEAD.C */
  42. extern class_func (bd_head);
  43.  
  44. /* BDMOUSE.C */
  45. extern class_func (bd_mouse);
  46.  
  47. /* BDNULL.C */
  48. extern class_func (bd_null);
  49.  
  50. /* BDPLAIN.C */
  51. extern class_func (bd_plain);
  52.  
  53. /* BDPROMPT.C */
  54. extern class_func (bd_prompt);
  55.  
  56. /* BDSIDE.C */
  57. extern class_func (bd_sidebar);
  58.  
  59. /* BDSTD.C */
  60. extern class_func (bd_std);
  61.  
  62. /* BDTITLE.C */
  63. extern class_func (bd_title);
  64.  
  65. /* BDXREF.C */
  66. extern class_func (bd_xref);
  67.  
  68. /* BDMOUSE2.C */
  69. extern class_func (bd_mouse2);
  70.  
  71.