home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
C
/
Samples
/
CSAPE32.ARJ
/
INCLUDE
/
BDSIDEOD.H
< prev
next >
Wrap
C/C++ Source or Header
|
1990-04-05
|
764b
|
32 lines
/*
bdsideod.h 12/18/88
% sidebar border private header
OWL 1.2
Copyright (c) 1988, by Oakland Group, Inc.
ALL RIGHTS RESERVED.
Revision History:
-----------------
11/06/89 jmd removed DoRaw macros
3/28/90 jmd ansi-fied
*/
#include "bordod.h"
/* -------------------------------------------------------------------------- */
typedef struct _bdsidebarod {
border_od bdd; /* common object super class */
boolean up; /* up and down lights */
boolean down;
int eltop;
int elbot;
char back; /* character behind scroll lights */
} bdsidebar_od;
#define bdsideod_GetSelf(bdsidedd) bordod_GetSelf(&(bdsidedd)->bdd)
/* -------------------------------------------------------------------------- */