home *** CD-ROM | disk | FTP | other *** search
- /*
- 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)
-
- /* -------------------------------------------------------------------------- */
-