summaryrefslogtreecommitdiff
path: root/Xw/BBoard.h
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-10-20 17:43:57 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-10-20 17:43:57 +0200
commit04d5d0ea0f65a434e568fe031f6396caec9b3a8d (patch)
treedecc35c37120084c4a55311cb4e801524369ff57 /Xw/BBoard.h
Import Upstream version 3.8.78.dfsg
Diffstat (limited to 'Xw/BBoard.h')
-rw-r--r--Xw/BBoard.h52
1 files changed, 52 insertions, 0 deletions
diff --git a/Xw/BBoard.h b/Xw/BBoard.h
new file mode 100644
index 0000000..67705e3
--- /dev/null
+++ b/Xw/BBoard.h
@@ -0,0 +1,52 @@
+/*************************************<+>*************************************
+ *****************************************************************************
+ **
+ ** File: BBoard.h
+ **
+ ** Project: X Widgets
+ **
+ ** Description: Public include file for the bulletin board widget.
+ **
+ *****************************************************************************
+ **
+ ** Copyright (c) 1988 by Hewlett-Packard Company
+ ** Copyright (c) 1988 by the Massachusetts Institute of Technology
+ **
+ ** Permission to use, copy, modify, and distribute this software
+ ** and its documentation for any purpose and without fee is hereby
+ ** granted, provided that the above copyright notice appear in all
+ ** copies and that both that copyright notice and this permission
+ ** notice appear in supporting documentation, and that the names of
+ ** Hewlett-Packard or M.I.T. not be used in advertising or publicity
+ ** pertaining to distribution of the software without specific, written
+ ** prior permission.
+ **
+ *****************************************************************************
+ *************************************<+>*************************************/
+
+
+/***********************************************************************
+ *
+ * BulletinBoard Widget (subclass of ManagerClass)
+ *
+ ***********************************************************************/
+
+
+/* Class record constants */
+
+extern WidgetClass XwbulletinWidgetClass;
+
+typedef struct _XwBulletinClassRec *XwBulletinWidgetClass;
+typedef struct _XwBulletinRec *XwBulletinWidget;
+
+
+/* synonyms added for consistent naming conventions */
+
+extern WidgetClass XwbulletinBoardWidgetClass;
+
+typedef struct _XwBulletinClassRec *XwBulletinBoardWidgetClass;
+typedef struct _XwBulletinRec *XwBulletinBoardWidget;
+
+
+
+