home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
C
/
Samples
/
CSAPE32.ARJ
/
INCLUDE
/
BDMOUSOD.H
< prev
next >
Wrap
C/C++ Source or Header
|
1990-04-05
|
778b
|
32 lines
/*
bdmousod.h 12/19/88
% box border with scroll lights and mouse support header.
OWL 1.2
Copyright (c) 1988, by Oakland Group, Inc.
ALL RIGHTS RESERVED.
Revision History:
-----------------
12/18/88 jdc made it a subclass of bdsidebar
12/19/88 ted made it a subclass of bdprompt as well.
5/23/89 jmd added "border features"
11/06/89 jmd removed DoRaw macros
3/28/90 jmd ansi-fied
*/
#include "bdpromod.h" /* inherits bdprompt */
#include "bdsideod.h" /* inherits bdsidebar */
/* -------------------------------------------------------------------------- */
typedef struct _bdmouseod {
bdsidebar_od sidebar;
bdprompt_od prompt;
} bdmouse_od;
/* -------------------------------------------------------------------------- */