home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / CSAPE32.ARJ / INCLUDE / BDMOUSOD.H < prev    next >
C/C++ Source or Header  |  1990-04-05  |  778b  |  32 lines

  1. /*
  2.     bdmousod.h    12/19/88
  3.  
  4.     % box border with scroll lights and mouse support header.
  5.  
  6.     OWL 1.2
  7.     Copyright (c) 1988, by Oakland Group, Inc.
  8.     ALL RIGHTS RESERVED.
  9.  
  10.     Revision History:
  11.     -----------------
  12.     12/18/88 jdc    made it a subclass of bdsidebar
  13.     12/19/88 ted    made it a subclass of bdprompt as well.
  14.  
  15.      5/23/89 jmd    added "border features"
  16.  
  17.     11/06/89 jmd    removed DoRaw macros
  18.      3/28/90 jmd    ansi-fied
  19. */
  20.  
  21. #include "bdpromod.h"    /* inherits bdprompt */
  22. #include "bdsideod.h"    /* inherits bdsidebar */
  23. /* -------------------------------------------------------------------------- */
  24.  
  25. typedef struct _bdmouseod {
  26.     bdsidebar_od    sidebar;
  27.     bdprompt_od        prompt;
  28. } bdmouse_od;
  29.  
  30. /* -------------------------------------------------------------------------- */
  31.  
  32.