home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
C
/
Samples
/
CSAPE32.ARJ
/
INCLUDE
/
BDMOU2OD.H
< prev
next >
Wrap
Text File
|
1990-04-10
|
895b
|
35 lines
/*
bdmou2od.h 4/09/90
% mouseable border with vertical and horizontal scroll bars and lights
% supports a prompt and title
OWL 1.2
Copyright (c) 1990 by Oakland Group, Inc.
ALL RIGHTS RESERVED.
Revision History:
-----------------
4/09/90 pmcm subclass of bd_mouse
*/
#include "bdmousod.h" /* inherits bdprompt and bdsidebar */
/* -------------------------------------------------------------------------- */
typedef struct {
bdmouse_od mou1;
boolean left; /* left and right scroll lights */
boolean right;
int elleft; /* elevator position */
int elright;
char back; /* char behind scroll lights */
} bdmouse2_od;
/* there isn't a get self for bd_mouse */
#define bdmou2od_GetSelf(bdmou2dd) bdpromod_GetSelf(&bdmou2dd->mou1.prompt)
/* -------------------------------------------------------------------------- */