Update at Wed Oct 24 21:17:23 EDT 2018 by tim
[xcircuit.git] / Xw / BBoard.h
blob67705e372e3bf74b9fca25f33d2de76f2595d04d
1 /*************************************<+>*************************************
2 *****************************************************************************
3 **
4 ** File: BBoard.h
5 **
6 ** Project: X Widgets
7 **
8 ** Description: Public include file for the bulletin board widget.
9 **
10 *****************************************************************************
11 **
12 ** Copyright (c) 1988 by Hewlett-Packard Company
13 ** Copyright (c) 1988 by the Massachusetts Institute of Technology
14 **
15 ** Permission to use, copy, modify, and distribute this software
16 ** and its documentation for any purpose and without fee is hereby
17 ** granted, provided that the above copyright notice appear in all
18 ** copies and that both that copyright notice and this permission
19 ** notice appear in supporting documentation, and that the names of
20 ** Hewlett-Packard or M.I.T. not be used in advertising or publicity
21 ** pertaining to distribution of the software without specific, written
22 ** prior permission.
23 **
24 *****************************************************************************
25 *************************************<+>*************************************/
28 /***********************************************************************
30 * BulletinBoard Widget (subclass of ManagerClass)
32 ***********************************************************************/
35 /* Class record constants */
37 extern WidgetClass XwbulletinWidgetClass;
39 typedef struct _XwBulletinClassRec *XwBulletinWidgetClass;
40 typedef struct _XwBulletinRec *XwBulletinWidget;
43 /* synonyms added for consistent naming conventions */
45 extern WidgetClass XwbulletinBoardWidgetClass;
47 typedef struct _XwBulletinClassRec *XwBulletinBoardWidgetClass;
48 typedef struct _XwBulletinRec *XwBulletinBoardWidget;