home *** CD-ROM | disk | FTP | other *** search
- /*
- bord.h 11/28/88
-
- % public border functions
- by Ted
-
- OWL 1.1
- Copyright (c) 1986, 1987, by Oakland Group, Inc.
- ALL RIGHTS RESERVED.
-
- Revision History:
- -----------------
- 12/19/88 Ted: added bd_plain and bd_sidebar.
- 7/12/89 ted Converted '_func' prototypes from typedef to macro.
- 8/24/89 jmd added bd_head
- */
- /*** Border objects ***/
-
- extern class_func (bd_1);
- extern class_func (bd_2);
- extern class_func (bd_123);
- extern class_func (bd_bar);
- extern class_func (bd_box);
- extern class_func (bd_boxlight);
- extern class_func (bd_head);
- extern class_func (bd_mouse);
- extern class_func (bd_null);
- extern class_func (bd_plain);
- extern class_func (bd_prompt);
- extern class_func (bd_sidebar);
- extern class_func (bd_std);
- extern class_func (bd_title);
- extern class_func (bd_xref);
-
-