home *** CD-ROM | disk | FTP | other *** search
- /*
- bord.h 11/28/88
-
- % public border functions
- by Ted
-
- OWL 1.2
- 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
-
- 3/28/90 jmd ansi-fied
- 4/09/90 pmcm added bd_mouse2
- */
-
- /*** Border objects ***/
-
- /* BD1.C */
- extern class_func (bd_1);
-
- /* BD123.C */
- extern class_func (bd_123);
-
- /* BD2.C */
- extern class_func (bd_2);
-
- /* BDBAR.C */
- extern class_func (bd_bar);
-
- /* BDBOX.C */
- extern class_func (bd_box);
-
- /* BDBOXLT.C */
- extern class_func (bd_boxlight);
-
- /* BDHEAD.C */
- extern class_func (bd_head);
-
- /* BDMOUSE.C */
- extern class_func (bd_mouse);
-
- /* BDNULL.C */
- extern class_func (bd_null);
-
- /* BDPLAIN.C */
- extern class_func (bd_plain);
-
- /* BDPROMPT.C */
- extern class_func (bd_prompt);
-
- /* BDSIDE.C */
- extern class_func (bd_sidebar);
-
- /* BDSTD.C */
- extern class_func (bd_std);
-
- /* BDTITLE.C */
- extern class_func (bd_title);
-
- /* BDXREF.C */
- extern class_func (bd_xref);
-
- /* BDMOUSE2.C */
- extern class_func (bd_mouse2);
-